body { background:#f5f6fa; font-family: 'Segoe UI', Arial, sans-serif; }
.tm-navbar { background: linear-gradient(90deg,#ff6000,#ff8a00); }
.tm-topstrip { background:#232f3e; color:#fff; }
.tm-hero { background: linear-gradient(120deg,#232f3e,#3a4a63); }
.tm-card img { height: 180px; object-fit: cover; }
.tm-title { font-size:.92rem; line-height:1.2; height:2.4em; overflow:hidden; }
.tm-footer { background:#232f3e; color:#cfd8dc; }
.tm-footer a { color:#cfd8dc; text-decoration:none; }
.tm-footer h6 { color:#fff; }
#tm-chat-widget { position: fixed; bottom: 20px; right: 20px; z-index: 999; }
.tm-chat-bubble { width:56px;height:56px;border-radius:50%;background:#ff6000;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.3); }
.tm-chat-panel { display:none; width:300px; height:380px; background:#fff; border-radius:10px; box-shadow:0 4px 20px rgba(0,0,0,.25); position:absolute; bottom:64px; right:0; flex-direction:column; overflow:hidden; }
.tm-chat-panel.open { display:flex; }
.tm-chat-msgs { flex:1; overflow-y:auto; padding:8px; font-size:.85rem; }
.tm-chat-input { display:flex; border-top:1px solid #eee; }
.tm-chat-input input { flex:1; border:none; padding:8px; }
.tm-chat-input button { border:none; background:#ff6000; color:#fff; padding:0 12px; }
