:root{--bg-primary: #1a1d21;--bg-secondary: #222529;--bg-tertiary: #2c2d31;--bg-hover: #35373b;--bg-active: #1164a3;--text-primary: #d1d2d3;--text-secondary: #ababad;--text-muted: #8b8d91;--text-white: #ffffff;--accent: #1264a3;--accent-hover: #0b4c8c;--green: #2bac76;--yellow: #e8a820;--red: #e01e5a;--orange: #f2711c;--border: #3f4145;--sidebar-width: 260px;--header-height: 48px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);font-size:15px;line-height:1.46;overflow:hidden}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;outline:none;font-family:inherit;font-size:inherit}input,textarea,select{font-family:inherit;font-size:inherit;outline:none}.app-layout{display:flex;height:100vh;width:100vw}.sidebar{width:var(--sidebar-width);background:var(--bg-secondary);border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0}.sidebar-header{padding:12px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;min-height:var(--header-height)}.sidebar-header h2{font-size:17px;font-weight:700;color:var(--text-white)}.sidebar-nav{flex:1;overflow-y:auto;padding:8px 0}.sidebar-section{padding:0 12px;margin-bottom:8px}.sidebar-section-title{font-size:13px;font-weight:700;color:var(--text-secondary);padding:8px 4px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-transform:uppercase;letter-spacing:.5px}.sidebar-item{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:6px;cursor:pointer;color:var(--text-secondary);font-size:14px;transition:background .1s}.sidebar-item:hover{background:var(--bg-hover);color:var(--text-primary)}.sidebar-item.active{background:var(--bg-active);color:var(--text-white)}.sidebar-item .badge{margin-left:auto;background:var(--red);color:#fff;font-size:11px;font-weight:700;padding:1px 6px;border-radius:10px}.nav-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.main-content{flex:1;display:flex;flex-direction:column;min-width:0}.channel-header{display:flex;align-items:center;padding:0 20px;min-height:var(--header-height);border-bottom:1px solid var(--border);background:var(--bg-primary);gap:12px}.channel-header h3{font-size:17px;font-weight:700;color:var(--text-white)}.channel-header .topic{font-size:13px;color:var(--text-muted);margin-left:8px}.channel-header-actions{margin-left:auto;display:flex;gap:4px}.icon-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:transparent;color:var(--text-secondary);transition:all .1s}.icon-btn:hover{background:var(--bg-hover);color:var(--text-white)}.msg-actions{display:inline-flex;align-items:center;gap:2px;vertical-align:middle}.messages-container{flex:1;overflow-y:auto;padding:16px 20px}.message{display:flex;gap:12px;padding:8px 0;border-radius:8px}.message:hover{background:var(--bg-secondary);margin:0 -8px;padding:8px}.message-avatar{width:36px;height:36px;border-radius:8px;background:var(--accent);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;flex-shrink:0}.message-avatar img{width:100%;height:100%;border-radius:8px;object-fit:cover}.message-content{min-width:0;flex:1}.message-header{display:flex;align-items:baseline;gap:8px;margin-bottom:2px}.message-author{font-weight:700;color:var(--text-white);font-size:15px}.message-time{font-size:12px;color:var(--text-muted)}.message-text{word-wrap:break-word;white-space:pre-wrap}.message-text code{background:var(--bg-tertiary);padding:2px 4px;border-radius:3px;font-size:13px}.message-edited{font-size:11px;color:var(--text-muted);margin-left:4px}.message-reactions{display:flex;gap:4px;margin-top:4px;flex-wrap:wrap}.reaction-badge{display:flex;align-items:center;gap:4px;padding:2px 8px;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:12px;font-size:12px;cursor:pointer}.reaction-badge:hover{border-color:var(--accent)}.thread-indicator{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:13px;color:var(--accent);cursor:pointer}.thread-indicator:hover{text-decoration:underline}.message-input-container{padding:0 20px 20px}.message-input-box{border:1px solid var(--border);border-radius:8px;background:var(--bg-secondary);overflow:hidden}.message-input-box textarea{width:100%;padding:12px 16px;background:transparent;border:none;color:var(--text-primary);resize:none;min-height:44px;max-height:200px}.message-input-box textarea::placeholder{color:var(--text-muted)}.message-input-toolbar{display:flex;align-items:center;padding:4px 8px;gap:4px;border-top:1px solid var(--border)}.message-input-toolbar .send-btn{margin-left:auto;padding:6px 12px;background:var(--green);color:#fff;border-radius:6px;font-weight:700;font-size:13px}.message-input-toolbar .send-btn:hover{opacity:.9}.message-input-toolbar .send-btn:disabled{opacity:.4;cursor:not-allowed}.typing-indicator{font-size:12px;color:var(--text-muted);padding:4px 0 0;min-height:20px}.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--bg-primary)}.auth-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:40px;width:100%;max-width:440px}.auth-card h1{font-size:28px;color:var(--text-white);text-align:center;margin-bottom:8px}.auth-card .subtitle{text-align:center;color:var(--text-muted);margin-bottom:32px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:14px;font-weight:700;color:var(--text-primary);margin-bottom:6px}.form-input{width:100%;padding:10px 12px;background:var(--bg-primary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);font-size:15px}.form-input:focus{border-color:var(--accent)}.btn-primary{width:100%;padding:12px;background:var(--accent);color:#fff;border-radius:6px;font-weight:700;font-size:16px;margin-top:8px}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{padding:8px 16px;background:var(--bg-tertiary);color:var(--text-primary);border-radius:6px;font-weight:600;border:1px solid var(--border)}.btn-secondary:hover{background:var(--bg-hover)}.auth-footer{text-align:center;margin-top:24px;font-size:14px;color:var(--text-muted)}.error-text{color:var(--red);font-size:13px;margin-top:4px}.right-panel{width:380px;border-left:1px solid var(--border);background:var(--bg-primary);display:flex;flex-direction:column;flex-shrink:0}.right-panel-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);min-height:var(--header-height)}.right-panel-header h3{font-size:16px;font-weight:700;color:var(--text-white)}.task-board{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:20px;overflow-x:auto}.task-column{background:var(--bg-secondary);border-radius:8px;padding:12px;min-width:250px}.task-column-title{font-size:14px;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;display:flex;align-items:center;gap:8px}.task-column-title .count{background:var(--bg-tertiary);padding:1px 8px;border-radius:10px;font-size:12px}.task-card{background:var(--bg-primary);border:1px solid var(--border);border-radius:8px;padding:12px;margin-bottom:8px;cursor:pointer;transition:border-color .1s}.task-card:hover{border-color:var(--accent)}.task-card-title{font-size:14px;font-weight:600;color:var(--text-white);margin-bottom:8px}.task-card-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted)}.priority-badge{padding:1px 6px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase}.priority-urgent{background:var(--red);color:#fff}.priority-high{background:var(--orange);color:#fff}.priority-medium{background:var(--yellow);color:#1a1d21}.priority-low{background:var(--bg-tertiary);color:var(--text-secondary)}.status-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.status-active{background:var(--green)}.status-away{background:var(--yellow)}.status-dnd{background:var(--red)}.status-offline{background:var(--text-muted)}.content-page{flex:1;overflow-y:auto;padding:20px}.content-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.content-header h2{font-size:22px;font-weight:700;color:var(--text-white)}.search-input{padding:8px 12px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);width:280px}.data-table{width:100%;border-collapse:collapse}.data-table th{text-align:left;padding:10px 12px;font-size:13px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border)}.data-table td{padding:10px 12px;border-bottom:1px solid var(--border);font-size:14px}.data-table tr:hover td{background:var(--bg-secondary)}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:24px;width:100%;max-width:500px;max-height:80vh;overflow-y:auto}.modal h3{font-size:18px;font-weight:700;color:var(--text-white);margin-bottom:20px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bg-hover);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:8px}.toast{padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;color:#fff;animation:slideIn .3s ease}.toast-success{background:var(--green)}.toast-error{background:var(--red)}.toast-info{background:var(--accent)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.rail-search{display:flex;align-items:center;gap:8px;margin:8px 12px 4px;padding:6px 10px;background:var(--bg-tertiary);border-radius:6px;color:var(--text-muted)}.rail-search input{flex:1;min-width:0;background:transparent;border:none;outline:none;color:var(--text-primary);font-size:13px}.rail-search input::placeholder{color:var(--text-muted)}.rail-search-clear{background:none;border:none;cursor:pointer;color:var(--text-muted);display:flex;align-items:center}.rail-search-clear:hover{color:var(--text-primary)}.sidebar-item-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rail-count{margin-left:auto;font-size:11px;font-weight:700;color:var(--text-muted);background:var(--bg-tertiary);padding:1px 7px;border-radius:10px}.team-section{margin-bottom:6px}.team-header{display:flex;align-items:center;gap:6px;padding:7px 4px 5px;cursor:pointer;color:var(--text-secondary)}.team-header:hover{color:var(--text-primary)}.team-badge{font-size:10px;font-weight:800;letter-spacing:.3px;color:#fff;padding:1px 6px;border-radius:4px;flex-shrink:0;text-transform:none}.team-name{font-size:12px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-section .sidebar-item{margin-left:6px}.rail-empty{padding:10px 8px;font-size:12px;color:var(--text-muted)}.rail-footer{padding:10px 14px;border-top:1px solid var(--border);display:flex;align-items:center;gap:10px}.rail-footer-name{font-size:13px;font-weight:700;color:var(--text-white);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.modal-search{margin:0 0 12px}.job-list{max-height:340px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.job-row{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;cursor:pointer;color:var(--text-primary)}.job-row:hover{background:var(--bg-hover)}.job-name{flex:1;min-width:0;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-item.muted,.job-row.muted{opacity:.55}.sidebar-item.muted:hover,.job-row.muted:hover,.sidebar-item.muted.active{opacity:1}.muted-mark{color:var(--text-muted);flex-shrink:0}.badge-quiet{background:var(--bg-tertiary)!important;color:var(--text-muted)!important}.ch-action.muted-on{color:var(--text-muted);background:var(--bg-tertiary)}.ch-action.muted-on:hover{color:var(--text-white)}.team-name{flex:1}.team-add{background:none;border:none;color:var(--text-muted);cursor:pointer;display:flex;padding:0;opacity:0}.team-header:hover .team-add{opacity:1}.team-add:hover{color:var(--text-white)}.chat-wrap{flex:1;display:flex;min-width:0;min-height:0}.main-content{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--bg-primary)}.channel-header{display:flex;align-items:center;gap:10px;padding:0 18px;height:var(--header-height);min-height:var(--header-height);border-bottom:1px solid var(--border)}.ch-icon{color:var(--text-muted);display:flex}.ch-title{display:flex;flex-direction:column;line-height:1.15}.ch-title h3{font-size:15px;font-weight:800;color:var(--text-white)}.ch-sub{font-size:11px;color:var(--text-muted)}.channel-header-actions{margin-left:auto;display:flex;gap:8px}.ch-action{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text-secondary);background:var(--bg-tertiary);border:none;border-radius:7px;padding:6px 11px;cursor:pointer}.ch-action:hover{color:var(--text-white);background:var(--bg-hover)}.ch-action.on{color:#fff;background:var(--accent)}.messages-container{flex:1;min-height:0;overflow-y:auto;padding:16px 18px 8px}.composer{flex-shrink:0}.msg-empty{color:var(--text-muted);text-align:center;padding:24px}.msg-welcome{padding:48px 8px 24px}.msg-welcome-icon{width:48px;height:48px;border-radius:12px;background:var(--bg-tertiary);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.msg-welcome h3{font-size:22px;font-weight:800;color:var(--text-white);margin-bottom:4px}.msg-welcome p{color:var(--text-muted);font-size:14px}.day-divider{display:flex;align-items:center;margin:16px 0 8px}.day-divider:before,.day-divider:after{content:"";flex:1;height:1px;background:var(--border)}.day-divider span{font-size:11px;font-weight:700;color:var(--text-muted);padding:0 12px}.msg-group{display:flex;gap:11px;padding:3px 0;margin-top:6px}.msg-avatar{width:36px;height:36px;border-radius:9px;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.msg-body{flex:1;min-width:0}.msg-head{display:flex;align-items:baseline;gap:8px;margin-bottom:1px}.msg-author{font-size:14px;font-weight:700;color:var(--text-white)}.msg-time{font-size:11px;color:var(--text-muted)}.msg-text{font-size:14px;line-height:1.5;color:var(--text-primary);word-wrap:break-word;padding:1px 0}.msg-text.pending{opacity:.5}.composer{display:flex;align-items:flex-end;gap:8px;padding:8px 18px 16px}.composer textarea{flex:1;resize:none;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:10px;padding:11px 14px;color:var(--text-primary);font-size:14px;font-family:inherit;max-height:160px;outline:none}.composer textarea:focus{border-color:var(--accent)}.composer-send{width:40px;height:40px;border-radius:10px;background:var(--accent);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.composer-send:disabled{opacity:.4;cursor:default}.composer-send:not(:disabled):hover{background:var(--accent-hover)}.tasks-panel{width:300px;flex-shrink:0;border-left:1px solid var(--border);background:var(--bg-secondary);display:flex;flex-direction:column}.tasks-head{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);padding:0 12px 0 16px;border-bottom:1px solid var(--border);font-size:14px;font-weight:800;color:var(--text-white)}.tasks-head span{display:flex;align-items:center;gap:7px}.tasks-add{display:flex;gap:6px;padding:12px;border-bottom:1px solid var(--border)}.tasks-add input{flex:1;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:7px;padding:7px 10px;color:var(--text-primary);font-size:13px;outline:none}.tasks-add input:focus{border-color:var(--accent)}.tasks-add button{width:32px;border-radius:7px;background:var(--accent);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.tasks-list{flex:1;overflow-y:auto;padding:8px}.tasks-empty{color:var(--text-muted);font-size:13px;text-align:center;padding:20px}.task-row{display:flex;align-items:center;gap:9px;padding:8px;border-radius:8px}.task-row:hover{background:var(--bg-hover)}.task-check{width:18px;height:18px;border-radius:5px;border:1.5px solid var(--text-muted);background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.task-row.done .task-check{background:var(--green);border-color:var(--green)}.task-title{flex:1;font-size:13px;color:var(--text-primary)}.task-row.done .task-title{text-decoration:line-through;color:var(--text-muted)}.task-assignee{font-size:11px;color:var(--text-muted)}.hd-root{display:flex;flex-direction:column;height:100vh;overflow:hidden}.hd-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px 10px;border-bottom:1px solid var(--border)}.hd-header-title{display:flex;align-items:center;gap:12px}.hd-header-icon{width:40px;height:40px;border-radius:10px;background:var(--bg-tertiary);color:var(--accent);display:flex;align-items:center;justify-content:center}.hd-header-title h2{font-size:16px;color:var(--text-primary);margin:0}.hd-header-title p{font-size:12px;color:var(--text-muted);margin:2px 0 0}.hd-header-actions{display:flex;align-items:center;gap:8px}.hd-tabs{display:flex;gap:2px;padding:0 20px;border-bottom:1px solid var(--border)}.hd-tab{display:flex;align-items:center;gap:6px;padding:9px 12px;font-size:13px;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-muted);cursor:pointer}.hd-tab:hover{color:var(--text-primary)}.hd-tab.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.hd-chat{display:flex;flex-direction:column;flex:1;min-height:0}.hd-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:10px;max-width:860px;width:100%;margin:0 auto}.hd-msg-row{display:flex}.hd-msg-right{justify-content:flex-end}.hd-msg{max-width:80%;border-radius:14px;padding:9px 13px;font-size:13.5px;line-height:1.45}.hd-msg-user{background:var(--accent);color:#fff}.hd-msg-assistant{background:var(--bg-tertiary);color:var(--text-primary)}.hd-msg-staff{background:#2bac761f;color:var(--text-primary);border:1px solid rgba(43,172,118,.4)}.hd-msg-stafftag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--green);margin-bottom:3px}.hd-msg-body{white-space:pre-wrap;word-break:break-word}.hd-empty{text-align:center;color:var(--text-muted);padding:40px 20px;border:1px dashed var(--border);border-radius:12px;margin:20px auto;max-width:480px}.hd-empty p{margin:10px 0 0;font-size:13px}.hd-empty-sub{font-size:11.5px!important;opacity:.8}.hd-loading{display:flex;align-items:center;gap:8px;justify-content:center;color:var(--text-muted);font-size:13px;padding:8px}.hd-spin{animation:hd-rot .9s linear infinite}@keyframes hd-rot{to{transform:rotate(360deg)}}.hd-composer{border-top:1px solid var(--border);padding:10px 20px 14px;max-width:860px;width:100%;margin:0 auto}.hd-input-row{display:flex;align-items:flex-end;gap:8px}.hd-input-row textarea{flex:1;resize:vertical;min-height:40px;max-height:140px;border-radius:8px;border:1px solid var(--border);background:var(--bg-secondary);color:var(--text-primary);padding:9px 12px;font-size:13.5px;font-family:inherit}.hd-input-row textarea:focus{outline:none;border-color:var(--accent)}.hd-input-row textarea:disabled{opacity:.6;cursor:not-allowed}.hd-attach{width:40px;height:40px;padding:0!important;display:flex;align-items:center;justify-content:center}.hd-send{display:flex;align-items:center;gap:6px;height:40px}.hd-pending{display:flex;gap:8px;margin-bottom:8px;flex-wrap:wrap}.hd-pending-thumb{position:relative;width:56px;height:56px;border-radius:6px;overflow:hidden;border:1px solid var(--border)}.hd-pending-thumb img{width:100%;height:100%;object-fit:cover}.hd-pending-thumb button{position:absolute;inset:0;background:#0000008c;color:#fff;border:none;opacity:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.hd-pending-thumb:hover button{opacity:1}.hd-error{display:flex;align-items:center;gap:8px;background:#e01e5a1a;border:1px solid var(--red);color:var(--red);border-radius:8px;padding:7px 10px;font-size:12.5px;margin-bottom:8px}.hd-error span{flex:1}.hd-error button{background:none;border:none;color:var(--red);cursor:pointer;display:flex}.hd-locked{background:#d977061a;border:1px solid var(--orange);color:var(--text-primary);border-radius:8px;padding:10px 12px;font-size:13px;margin-bottom:8px}.hd-list{flex:1;overflow-y:auto;padding:16px 20px;max-width:860px;width:100%;margin:0 auto}.hd-list-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hd-list-head h3{font-size:14px;color:var(--text-primary);margin:0}.hd-queue-note{font-size:12px;color:var(--text-muted);margin:0 0 10px}.hd-ticket{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid var(--border);border-radius:10px;padding:12px 14px;margin-bottom:8px;background:var(--bg-secondary)}.hd-ticket-main{min-width:0;flex:1}.hd-ticket-title{font-size:13.5px;font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.hd-ticket-summary{font-size:12.5px;color:var(--text-secondary);margin:4px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hd-ticket-meta{display:flex;align-items:center;gap:5px;font-size:11.5px;color:var(--text-muted);margin-top:6px}.hd-ticket-actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.hd-ticket-actions .btn-primary,.hd-ticket-actions .btn-secondary{font-size:12px;padding:5px 12px}.hd-badge{display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:2px 8px;font-size:10.5px;font-weight:600}.hd-badge-green{background:#2bac7626;color:var(--green)}.hd-badge-amber{background:#d9770626;color:var(--orange)}.hd-badge-red{background:#e01e5a1f;color:var(--red)}.hd-badge-blue{background:#1264a326;color:var(--accent)}.hd-badge-gray{background:var(--bg-tertiary);color:var(--text-muted)}.hd-convo{width:640px;max-width:92vw;display:flex;flex-direction:column;max-height:84vh}.hd-convo-state{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.hd-convo-messages{flex:1;min-height:180px;max-height:46vh;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid var(--border);border-radius:10px;background:var(--bg-primary);margin-bottom:10px}.hd-chat-topbar{display:flex;align-items:center;justify-content:space-between;padding:8px 20px 0;max-width:860px;width:100%;margin:0 auto}.hd-work{display:flex;flex:1;min-height:0}.hd-work-list{width:340px;flex-shrink:0;border-right:1px solid var(--border);display:flex;flex-direction:column;min-height:0}.hd-work-filters{display:flex;gap:4px;padding:10px 12px;border-bottom:1px solid var(--border);flex-wrap:wrap}.hd-filter{border:1px solid var(--border);background:var(--bg-secondary);color:var(--text-muted);border-radius:999px;padding:3px 10px;font-size:12px;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.hd-filter:hover{color:var(--text-primary)}.hd-filter.active{background:var(--accent);border-color:var(--accent);color:#fff}.hd-work-rows{flex:1;overflow-y:auto}.hd-row{padding:10px 12px;border-bottom:1px solid var(--border);cursor:pointer}.hd-row:hover{background:var(--bg-hover)}.hd-row.active{background:var(--bg-active)}.hd-row-top{display:flex;gap:6px;align-items:baseline}.hd-row-id{font-size:11px;color:var(--text-muted);flex-shrink:0}.hd-row-title{font-size:13px;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hd-row.active .hd-row-title,.hd-row.active .hd-row-id,.hd-row.active .hd-row-meta{color:var(--text-white)}.hd-row-badges{display:flex;gap:4px;flex-wrap:wrap;margin-top:5px}.hd-row-meta{font-size:11px;color:var(--text-muted);margin-top:5px}.hd-empty-slim{padding:24px 12px;text-align:center;color:var(--text-muted);font-size:13px}.hd-work-detail{flex:1;min-width:0;display:flex;flex-direction:column;overflow-y:auto}.hd-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--border);flex-wrap:wrap}.hd-detail-title h3{font-size:15px;color:var(--text-primary);margin:0 0 6px}.hd-detail-customer{font-size:12px;color:var(--text-secondary);margin-top:6px}.hd-detail-actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.hd-detail-actions .btn-primary,.hd-detail-actions .btn-secondary{font-size:12px;padding:6px 12px}.hd-detail-body{padding:14px 18px;display:flex;flex-direction:column;gap:14px}.hd-detail-summary{font-size:13px;color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border);border-radius:10px;padding:12px 14px}.hd-detail-summary p{margin:0 0 6px}.hd-detail-summary p:last-child{margin-bottom:0}.hd-kv{font-size:12.5px;color:var(--text-secondary)}.hd-kv-good{color:var(--green)}.hd-kv-bad{color:var(--red)}.hd-detail-convo-head{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:8px}.hd-detail-events .hd-event{display:flex;gap:10px;font-size:12px;padding:4px 0;border-bottom:1px dashed var(--border)}.hd-event-time{color:var(--text-muted);flex-shrink:0;width:150px}.hd-event-text{color:var(--text-secondary)}.mobile-menu-btn,.sidebar-backdrop{display:none}@media(max-width:768px){.mobile-menu-btn{display:flex;align-items:center;justify-content:center;position:fixed;top:8px;left:8px;z-index:320;width:38px;height:38px;border-radius:10px;border:1px solid var(--border);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer}.sidebar-backdrop{display:block;position:fixed;inset:0;background:#00000073;z-index:300}.sidebar{position:fixed;top:0;left:0;bottom:0;z-index:310;width:min(85vw,320px);transform:translate(-105%);transition:transform .22s ease;box-shadow:4px 0 24px #00000059}.sidebar.mobile-open{transform:translate(0)}.main-content{width:100vw}.channel-header,.hd-header{padding-left:54px}.hd-work{flex-direction:column}.hd-work-list{width:100%;max-height:40vh;border-right:none;border-bottom:1px solid var(--border)}.hd-convo{width:94vw}}
