:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f5f7fb;font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:#f5f7fb}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.app-shell{display:grid;grid-template-columns:248px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;background:#101827;color:#d9e1ee;padding:24px 18px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border-radius:12px;background:#3563e9;color:#fff;display:grid;place-items:center;font-weight:800}.brand strong{display:block;font-size:18px}.brand span{display:block;font-size:12px;color:#8fa0b8;margin-top:2px}.sidebar nav{display:flex;flex-direction:column;gap:6px;margin:34px 0}.sidebar nav a{padding:11px 12px;border-radius:9px;color:#aebbd0}.sidebar nav a.active,.sidebar nav a:hover{background:#1c2940;color:#fff}.sidebar-user{display:flex;align-items:center;gap:10px;margin-top:auto;margin-bottom:12px;padding:12px 0;border-top:1px solid #24324a}.sidebar-user strong,.sidebar-user span{display:block}.sidebar-user strong{font-size:13px}.sidebar-user span{font-size:11px;color:#8797ad;margin-top:2px}.avatar{width:34px;height:34px;border-radius:50%;background:#e8edff;color:#3158c8;display:grid;place-items:center;font-weight:700;flex:none}.main{padding:30px 34px;min-width:0}.topbar,.ticket-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}h1{font-size:28px;margin:0 0 6px}h2{font-size:18px;margin:0}h3{margin:0 0 14px}.muted{color:#758196}.primary,.secondary,.ghost{border:0;border-radius:9px;padding:10px 14px;font-weight:650}.primary{background:#315ee7;color:#fff}.primary:hover{background:#2853d1}.secondary{background:#edf1f8;color:#26334b}.ghost{background:transparent;color:#617087;border:1px solid #dbe1eb}.sidebar .ghost{border-color:#334158;color:#b8c4d5}.full{width:100%}.linkbtn{display:inline-flex;align-items:center}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.stat{background:#fff;border:1px solid #e3e8f0;border-radius:13px;padding:18px}.stat span{display:block;color:#748095;font-size:13px}.stat strong{display:block;font-size:30px;margin-top:8px}.card{background:#fff;border:1px solid #e2e7ef;border-radius:13px;box-shadow:0 1px 2px #14233c08}.card-head{padding:17px 19px;border-bottom:1px solid #e8ecf2;display:flex;align-items:center;justify-content:space-between;gap:16px}.search{max-width:360px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{text-align:left;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#7c8798;background:#fafbfd}th,td{padding:13px 16px;border-bottom:1px solid #edf0f5;vertical-align:middle}tbody tr:hover{background:#fbfcfe}.ticket-link strong,.ticket-link span{display:block}.ticket-link strong{color:#315ee7}.ticket-link span{margin-top:3px;color:#26334a}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;background:#edf1f7;font-size:11px;font-weight:700;white-space:nowrap}.priority.p1{background:#ffe5e5;color:#b42318}.priority.p2{background:#fff0dc;color:#9a5b06}.priority.p3{background:#e8efff;color:#2857bd}.priority.p4{background:#e7f5eb;color:#287a45}.status.new,.status.waiting_agent{background:#e8efff;color:#2857bd}.status.open{background:#e7f5eb;color:#287a45}.status.waiting_customer{background:#fff0dc;color:#9a5b06}.status.resolved,.status.closed{background:#eceef2;color:#5d6675}.empty{padding:36px;color:#7f8a9b;text-align:center}.form-card{padding:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.span2{grid-column:span 2}label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:650;color:#455269}input,select{width:100%;border:1px solid #d7dde7;border-radius:9px;padding:10px 11px;background:#fff;color:#1f2a3d;outline:none}input:focus,select:focus{border-color:#7d9af1;box-shadow:0 0 0 3px #315ee717}.editor-label{margin-top:18px}.editor-wrap{border:1px solid #d7dde7;border-radius:10px;overflow:hidden;background:#fff}.editor-toolbar{display:flex;gap:4px;padding:7px;border-bottom:1px solid #e8ebf1;background:#fafbfc}.editor-toolbar button{border:0;background:transparent;border-radius:6px;padding:6px 9px}.editor-toolbar button:hover,.editor-toolbar button.active{background:#e9eefc}.editor-body{min-height:180px;padding:14px;outline:none;font-weight:400;font-size:14px;color:#223047}.editor-body img,.message-body img{max-width:100%;border-radius:8px;border:1px solid #e2e6ed}.editor-body p:first-child,.message-body p:first-child{margin-top:0}.editor-hint{padding:8px 12px;background:#fafbfc;border-top:1px solid #edf0f4;color:#8a94a5;font-size:11px;font-weight:400}.upload-row{display:flex;align-items:center;gap:12px;margin-top:14px}.file-button input{display:none}.actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.error{padding:10px 12px;background:#fff0f0;color:#b42318;border:1px solid #ffd5d5;border-radius:8px;margin-top:12px}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#f5f7fb,#edf2ff)}.login-card{width:min(420px,100%);background:#fff;padding:32px;border-radius:16px;border:1px solid #e0e6ef;box-shadow:0 18px 45px #26375a17}.login-brand{margin-bottom:30px}.login-card h1{font-size:25px}.form-stack{display:flex;flex-direction:column;gap:15px;margin-top:22px}.login-demo{font-size:11px;color:#8792a4;margin-top:18px}.crumb{display:flex;gap:8px;color:#7a8698;font-size:12px;margin-bottom:16px}.crumb a{color:#315ee7}.ticket-number{font-size:12px;color:#315ee7;font-weight:800;margin-bottom:5px}.ticket-meta{display:flex;align-items:center;gap:8px;color:#788396;font-size:12px}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px}.conversation{display:flex;flex-direction:column;gap:14px}.message{background:#fff;border:1px solid #e2e7ef;border-radius:13px;padding:17px}.message.internal{background:#fffaf0;border-color:#f2dfb9}.message header{display:flex;gap:10px;align-items:center;border-bottom:1px solid #edf0f4;padding-bottom:12px;margin-bottom:13px}.message header strong,.message header span{display:block}.message header strong{font-size:13px}.message header span{font-size:11px;color:#8490a2;margin-top:2px}.message-body{font-size:14px;line-height:1.6;color:#28354a}.attachments{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.attachments a{background:#f5f7fa;border:1px solid #e3e7ee;border-radius:8px;padding:7px 9px;font-size:12px}.attachments small{color:#8b95a5}.reply{padding:17px}.reply-head{display:flex;align-items:center;justify-content:space-between}.switch-label{flex-direction:row;align-items:center;gap:7px}.switch-label input{width:auto}.push{margin-left:auto}.ticket-side{display:flex;flex-direction:column;gap:14px}.side-card{padding:17px}.side-card dl{margin:0}.side-card dt{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#8a94a5;margin-top:14px}.side-card dt:first-child{margin-top:0}.side-card dd{margin:5px 0 0;font-size:13px;color:#27344a}.side-card dd small{display:block;color:#8a94a5;margin-top:2px}.side-card select{padding:7px 8px;font-size:12px}.sla-box{border:1px solid #e8ecf2;border-radius:9px;padding:11px;margin-top:10px}.sla-box span,.sla-box strong,.sla-box small{display:block}.sla-box span{font-size:11px;color:#7d899b}.sla-box strong{font-size:15px;margin:3px 0}.sla-box small{font-size:10px;color:#929cac}.ok{color:#287a45}.danger{color:#b42318}.tabs{display:flex;gap:6px;margin-bottom:16px}.tabs button{border:0;background:transparent;border-radius:8px;padding:9px 12px;color:#68758a}.tabs button.active{background:#e9eefc;color:#2b55c7;font-weight:700}.admin-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px}.compact-form{padding:18px;height:max-content;display:flex;flex-direction:column;gap:12px}.number{max-width:90px}.table-wrap td small{display:block;color:#8a94a5;margin-top:3px}@media(max-width:980px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.sidebar nav{flex-direction:row;margin:18px 0;flex-wrap:wrap}.sidebar-user{margin-top:4px}.main{padding:20px}.stats{grid-template-columns:1fr 1fr}.detail-grid,.admin-grid{grid-template-columns:1fr}.ticket-side{grid-row:1}.form-grid{grid-template-columns:1fr}.span2{grid-column:auto}}@media(max-width:620px){.main{padding:14px}.stats{grid-template-columns:1fr}.topbar{align-items:stretch;flex-direction:column}.form-card{padding:14px}.upload-row{align-items:flex-start;flex-wrap:wrap}.push{margin-left:0}.ticket-meta{flex-wrap:wrap}}.editor-relative{position:relative}.emoji-picker{position:absolute;z-index:20;top:45px;left:8px;width:310px;max-height:230px;overflow:auto;background:#fff;border:1px solid #dfe4ed;border-radius:12px;box-shadow:0 12px 30px #1e2d4629;padding:9px;display:grid;grid-template-columns:repeat(8,1fr);gap:3px}.emoji-picker button{border:0;background:transparent;border-radius:7px;font-size:22px;padding:5px}.emoji-picker button:hover{background:#edf1f8}.mention-picker{position:absolute;z-index:25;left:12px;bottom:38px;width:min(360px,calc(100% - 24px));background:#fff;border:1px solid #dfe4ed;border-radius:11px;box-shadow:0 14px 34px #1e2d462e;overflow:hidden}.mention-picker button{width:100%;border:0;background:#fff;padding:9px 12px;display:flex;align-items:center;gap:10px;text-align:left}.mention-picker button:hover{background:#f3f6fb}.mention-picker strong,.mention-picker small{display:block}.mention-picker strong{font-size:13px;color:#26344a}.mention-picker small{font-size:10px;color:#8a95a5;margin-top:2px}.mini-avatar{width:28px;height:28px;border-radius:50%;background:#e7edff;color:#315bcf;display:grid;place-items:center;font-weight:800;flex:none}.mention{display:inline-flex;padding:1px 5px;border-radius:5px;background:#e8efff;color:#2857bd;font-weight:700;white-space:nowrap}.success{padding:10px 12px;background:#ecf8ef;color:#287a45;border:1px solid #cdebd5;border-radius:8px;margin:0 0 12px}.code-input{max-width:110px;font-weight:750}.modal-backdrop{position:fixed;z-index:100;inset:0;background:#0c14217a;display:grid;place-items:center;padding:20px}.modal{width:min(460px,100%);padding:20px;box-shadow:0 24px 70px #0003}.modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.modal-head p{margin:5px 0 0}.modal .actions{margin-top:20px}.sidebar-spacer{flex:1}.notification-wrap{position:relative;margin-bottom:10px}.notification-button{width:100%;border:1px solid #2f3d55;background:#172238;color:#cbd5e3;border-radius:9px;padding:10px 11px;display:flex;align-items:center;gap:8px;text-align:left}.notification-button:hover{background:#1d2b44}.notification-button b{margin-left:auto;background:#e63b4f;color:#fff;border-radius:999px;min-width:21px;height:21px;padding:0 6px;display:grid;place-items:center;font-size:10px}.bell{font-size:15px}.notification-panel{position:absolute;z-index:80;left:0;bottom:48px;width:380px;max-width:calc(100vw - 36px);background:#fff;color:#253249;border:1px solid #dfe5ee;border-radius:13px;box-shadow:0 18px 50px #0003;overflow:hidden}.notification-head{padding:13px 14px;border-bottom:1px solid #e8ecf2;display:flex;justify-content:space-between;gap:10px;align-items:center}.link-button{border:0;background:transparent;color:#315ee7;font-size:10px;padding:4px}.notification-list{max-height:390px;overflow:auto}.notification-item{width:100%;border:0;border-bottom:1px solid #edf0f4;background:#fff;padding:12px;display:flex;gap:10px;text-align:left}.notification-item:hover{background:#f7f9fc}.notification-item.unread{background:#eef3ff}.notification-item strong,.notification-item small{display:block}.notification-item strong{font-size:12px;line-height:1.35;color:#27344a}.notification-item small{font-size:10px;color:#8a94a5;margin-top:3px}.notification-empty{padding:25px;text-align:center;color:#8b96a6;font-size:12px}.trash-button{margin-left:auto;border:0;background:transparent;border-radius:7px;padding:6px;opacity:.55}.trash-button:hover{background:#fff0f0;opacity:1}.history-mini{align-self:flex-start;white-space:nowrap}.history-modal{width:min(680px,100%);max-height:80vh;display:flex;flex-direction:column}.history-list{overflow:auto;padding-right:4px}.history-item{display:grid;grid-template-columns:18px 1fr;gap:10px;position:relative;padding:9px 0 16px}.history-item:not(:last-child):before{content:"";position:absolute;left:6px;top:21px;bottom:-1px;border-left:1px solid #dfe5ed}.history-dot{width:13px;height:13px;border-radius:50%;background:#315ee7;margin-top:3px;z-index:1}.history-item strong,.history-item span,.history-item small{display:block}.history-item strong{font-size:13px}.history-item span{font-size:10px;color:#8a94a5;margin-top:3px}.history-item small{font-size:11px;color:#5d6879;margin-top:5px}.history-preview{background:#f5f7fa;border-radius:7px;padding:7px}.row-actions{display:flex;gap:6px;white-space:nowrap}.icon-edit{white-space:nowrap}.info-note{padding:10px 11px;background:#eef3ff;color:#3157b8;border-radius:8px;font-size:11px}.card-head .muted{font-size:11px}@media(max-width:980px){.sidebar-spacer{display:none}.notification-panel{bottom:auto;top:48px}.notification-wrap{max-width:380px}.sidebar-user{border-top:0}.history-mini{align-self:auto}}.editor-wrap{overflow:visible}.editor-toolbar{border-radius:10px 10px 0 0}.editor-hint{border-radius:0 0 10px 10px}.editor-body{border-left:0;border-right:0}.emoji-picker{width:370px;max-width:calc(100vw - 42px);max-height:270px;overflow-y:auto;overflow-x:hidden;grid-template-columns:repeat(8,minmax(32px,1fr));gap:4px;padding:10px 18px 10px 10px;box-sizing:border-box;scrollbar-gutter:stable}.emoji-picker button{min-width:32px;min-height:32px;display:grid;place-items:center;padding:4px;line-height:1}.project-pill{display:inline-flex;align-items:center;gap:5px;background:#eef3ff;color:#3158bf;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.queue-path{display:flex;flex-direction:column;gap:2px}.queue-path small{color:#8b95a5}.admin-checkboxes{display:grid;grid-template-columns:1fr 1fr;gap:7px;max-height:210px;overflow:auto;border:1px solid #dfe4ec;border-radius:9px;padding:10px}.admin-checkboxes label{flex-direction:row;align-items:center;font-weight:500}.admin-checkboxes input{width:auto}.project-access-summary{display:flex;gap:4px;flex-wrap:wrap;max-width:320px}.admin-tabs-wrap{overflow:auto}.queue-level{display:inline-block;width:18px;color:#a0a8b5}.queue-child-name{padding-left:18px}.project-filter{min-width:190px}.filters-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.group-block{margin-bottom:22px}.group-title{display:flex;align-items:center;gap:8px;border-bottom:1px solid #e7ebf1;padding:11px 4px;margin-bottom:8px}.subqueue-group{margin:10px 0 16px;padding-left:12px;border-left:3px solid #e3e9f7}.subqueue-title{font-size:12px;color:#53617a;font-weight:800;margin:8px 0}.ticket-cards{display:grid;gap:8px}.ticket-mini-card{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;border:1px solid #e4e8ef;border-radius:9px;padding:10px 12px;background:#fff}.ticket-mini-card:hover{background:#fafbfe}.ticket-mini-card .ticket-link span{margin-top:2px}.ticket-project-meta{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.muted-inline{font-size:10px;color:#8a95a6}@media(max-width:700px){.admin-checkboxes{grid-template-columns:1fr}.emoji-picker{width:min(360px,calc(100vw - 28px))}.ticket-mini-card{grid-template-columns:1fr}.project-filter{width:100%}}.queue-browser{overflow:hidden}.queue-browser-head{padding:17px 19px 14px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.queue-browser-head h2{margin:0 0 3px}.queue-nav-main,.queue-nav-children{display:flex;align-items:center;gap:0;overflow-x:auto;white-space:nowrap;border-top:1px solid #e7ebf1;border-bottom:1px solid #e1e6ee;background:#f8f9fb;padding:0 10px}.queue-nav-main button,.queue-nav-children button{border:0;border-right:1px solid #e1e5eb;background:transparent;padding:11px 13px;color:#e76b12;font-size:12px}.queue-nav-main button:first-child,.queue-nav-children button:first-child{border-left:1px solid #e1e5eb}.queue-nav-main button:hover,.queue-nav-children button:hover{background:#fff}.queue-nav-main button.active{background:#30343a;color:#fff;font-weight:750}.queue-nav-children{background:#eef0f3;border-top:0}.queue-nav-children button{padding:9px 13px;color:#4c596e}.queue-nav-children button.active{background:#fff;color:#26344a;font-weight:750;box-shadow:inset 0 -3px #315ee7}.queue-nav-main b,.queue-nav-children b{font-size:10px;font-weight:700;opacity:.75;margin-left:3px}.queue-resultbar{height:38px;padding:0 14px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #dde3eb;background:#f3f4f6;font-size:11px}.queue-resultbar .link-button{margin-left:auto;color:#68758a}.service-table-wrap{max-height:calc(100vh - 390px);min-height:180px}.service-table{font-size:12px}.service-table thead{position:sticky;top:0;z-index:2}.service-table th{background:#f5f6f8;color:#515e70;font-size:10px;padding:9px 10px;border-right:1px solid #e2e6ec}.service-table td{padding:8px 10px;border-right:1px solid #edf0f4}.service-table tbody tr:nth-child(2n){background:#fafafa}.service-table tbody tr:hover{background:#eef4ff}.table-ticket-number{font-weight:750;color:#235adf;white-space:nowrap}.table-subject{color:#202b3d}.table-subject:hover,.table-ticket-number:hover{text-decoration:underline}.table-person{display:block;color:#27344a;white-space:nowrap}.service-table td small{display:block;color:#9099a8;margin-top:2px;font-size:9px}.age-cell{white-space:nowrap;font-weight:650;color:#47556b}.queue-cell{white-space:nowrap}.service-table .badge{font-size:9px;padding:3px 6px}.queue-browser .empty{min-height:180px;display:grid;place-items:center}@media(max-width:900px){.queue-browser-head{flex-direction:column}.queue-browser-head .filters-row{width:100%}.queue-browser-head .search,.queue-browser-head .project-filter{max-width:none;flex:1}.service-table-wrap{max-height:none}}.sidebar-profile-row{position:relative;display:flex;align-items:center;gap:8px;margin-top:auto;margin-bottom:12px;padding:12px 0;border-top:1px solid #24324a}.profile-link{min-width:0;flex:1;border:0;background:transparent;color:inherit;padding:0;display:flex;align-items:center;gap:10px;text-align:left;border-radius:9px}.profile-link:hover .profile-copy strong{color:#fff}.profile-copy{min-width:0}.profile-copy strong,.profile-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-copy strong{font-size:13px;color:#dce4f0}.profile-copy small{font-size:11px;color:#8797ad;margin-top:2px}.compact-notification{margin:0;flex:none}.bell-button{position:relative;width:36px;height:36px;border:1px solid transparent;background:transparent;color:#b9c5d6;border-radius:9px;display:grid;place-items:center;font-size:16px}.bell-button:hover,.bell-button.active{background:#1b2940;border-color:#2f3d55;color:#fff}.bell-button b{position:absolute;right:-3px;top:-5px;background:#e63b4f;color:#fff;border:2px solid #101827;border-radius:999px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;font-size:9px;line-height:1}.notification-panel-right{left:auto;right:0;bottom:44px}.avatar{overflow:hidden}.avatar-sm{width:28px;height:28px}.avatar-md{width:34px;height:34px}.avatar-lg{width:72px;height:72px;font-size:25px}.avatar-image img{width:100%;height:100%;object-fit:cover}.avatar-emoji{font-size:20px;background:#eef2ff}.avatar-lg.avatar-emoji{font-size:38px}.settings-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;max-width:1120px}.settings-card{padding:20px}.settings-card.profile-summary{grid-column:1/-1;display:flex;align-items:center;gap:16px}.profile-summary h2{margin:0 0 4px}.profile-summary p{margin:0 0 8px;color:#7b8799}.settings-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.settings-section-head p{margin:5px 0 0}.settings-form{display:flex;flex-direction:column;gap:14px}.settings-form label small{font-weight:400;color:#8b96a6}.settings-feedback{max-width:1120px}.theme-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.theme-card{border:1px solid #dfe5ee;background:#fff;border-radius:12px;padding:12px;text-align:left;color:#29364b}.theme-card.selected{border-color:#315ee7;box-shadow:0 0 0 2px #315ee71f}.theme-card strong,.theme-card small{display:block;margin-top:8px}.theme-card small{color:#8792a3;margin-top:2px}.theme-preview{height:72px;border-radius:9px;border:1px solid #dfe4ec;display:grid;grid-template-columns:28% 1fr;grid-template-rows:18px 1fr;gap:5px;padding:7px}.theme-preview i{border-radius:4px}.theme-preview i:first-child{grid-row:1/-1}.light-preview{background:#f5f7fb}.light-preview i{background:#dce4f4}.light-preview i:first-child{background:#172238}.dark-preview{background:#111827;border-color:#30394a}.dark-preview i{background:#2a3547}.dark-preview i:first-child{background:#0b1220}.avatar-options{display:grid;grid-template-columns:repeat(9,44px);gap:8px}.avatar-choice{width:44px;height:44px;border:1px solid #dfe4ec;background:#f8faff;border-radius:50%;display:grid;place-items:center;font-size:22px}.avatar-choice:hover{transform:translateY(-1px);background:#eef3ff}.avatar-choice.selected{border-color:#315ee7;box-shadow:0 0 0 3px #315ee721}.initials-choice{font-size:16px;font-weight:800;position:relative}.initials-choice span{display:none}.avatar-upload-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:16px}.avatar-upload-row small{color:#8a95a6}.settings-card input:disabled{background:#f1f3f6;color:#8a94a5}[data-theme=dark]{color-scheme:dark;background:#0d1420;color:#e7edf6}[data-theme=dark] body{background:#0d1420;color:#e7edf6}[data-theme=dark] .main{background:#0d1420}[data-theme=dark] .card,[data-theme=dark] .stat,[data-theme=dark] .message,[data-theme=dark] .login-card,[data-theme=dark] .modal,[data-theme=dark] .emoji-picker,[data-theme=dark] .mention-picker,[data-theme=dark] .notification-panel{background:#151e2d;border-color:#2a3648;color:#e7edf6}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] .table-subject,[data-theme=dark] .table-person,[data-theme=dark] .message-body,[data-theme=dark] .side-card dd,[data-theme=dark] .mention-picker strong,[data-theme=dark] .notification-item strong{color:#e7edf6}[data-theme=dark] .muted,[data-theme=dark] .stat span,[data-theme=dark] .ticket-meta,[data-theme=dark] .profile-summary p{color:#94a3b8}[data-theme=dark] input,[data-theme=dark] select{background:#101827;border-color:#344155;color:#e6edf6}[data-theme=dark] input:disabled{background:#1b2535;color:#7f8b9d}[data-theme=dark] th,[data-theme=dark] .service-table th,[data-theme=dark] .editor-toolbar,[data-theme=dark] .editor-hint,[data-theme=dark] .queue-nav-main,[data-theme=dark] .queue-resultbar{background:#182232;color:#aab5c5;border-color:#2d394b}[data-theme=dark] td,[data-theme=dark] th,[data-theme=dark] .card-head,[data-theme=dark] .message header,[data-theme=dark] .notification-head,[data-theme=dark] .notification-item,[data-theme=dark] .queue-nav-main,[data-theme=dark] .queue-nav-children,[data-theme=dark] .queue-resultbar{border-color:#283548}[data-theme=dark] tbody tr:hover,[data-theme=dark] .service-table tbody tr:hover,[data-theme=dark] .notification-item:hover,[data-theme=dark] .mention-picker button:hover{background:#1d2a3d}[data-theme=dark] .service-table tbody tr:nth-child(2n){background:#121b29}[data-theme=dark] .notification-item,[data-theme=dark] .mention-picker button{background:#151e2d;color:#e7edf6}[data-theme=dark] .notification-item.unread{background:#1d2d49}[data-theme=dark] .queue-nav-children{background:#121b29}[data-theme=dark] .queue-nav-main button:hover,[data-theme=dark] .queue-nav-children button:hover,[data-theme=dark] .queue-nav-children button.active{background:#202c3e;color:#fff}[data-theme=dark] .editor-wrap,[data-theme=dark] .editor-body{background:#101827;border-color:#344155;color:#e7edf6}[data-theme=dark] .editor-toolbar button{color:#d4dceb}[data-theme=dark] .editor-toolbar button:hover,[data-theme=dark] .editor-toolbar button.active{background:#26344a}[data-theme=dark] .theme-card{background:#101827;border-color:#334155;color:#e7edf6}[data-theme=dark] .theme-card.selected{border-color:#6f8fff}[data-theme=dark] .avatar-choice{background:#101827;border-color:#344155}[data-theme=dark] .avatar-choice:hover{background:#202c3e}[data-theme=dark] .attachments a,[data-theme=dark] .sla-box{background:#121b29;border-color:#2b384b}[data-theme=dark] .message.internal{background:#262014;border-color:#5d4a24}[data-theme=dark] .ghost{color:#b8c5d7;border-color:#3a4658}[data-theme=dark] .secondary{background:#263247;color:#e6edf6}[data-theme=dark] .tabs button.active{background:#26395d;color:#9db5ff}[data-theme=dark] .project-pill{background:#22365e;color:#a9beff}[data-theme=dark] .login-page{background:linear-gradient(135deg,#0d1420,#111b2b)}@media(max-width:800px){.settings-grid{grid-template-columns:1fr}.settings-card.profile-summary{grid-column:auto}.avatar-options{grid-template-columns:repeat(6,44px)}}.avatar{color:#fff}.avatar-emoji{background:var(--avatar-bg,#315ee7)}.avatar-settings-card{grid-column:1/-1}.avatar-subtitle{font-size:12px;margin:6px 0 10px;color:#6f7d91;text-transform:uppercase;letter-spacing:.04em}.color-title{margin-top:20px}.avatar-options{grid-template-columns:repeat(12,44px);max-height:210px;overflow:auto;padding:4px 8px 4px 4px}.avatar-choice{color:#fff;border-color:#fff6;text-shadow:0 1px 2px rgba(0,0,0,.18)}.avatar-choice.selected{border-color:#fff;box-shadow:0 0 0 3px #315ee7}.avatar-colors{display:flex;gap:9px;flex-wrap:wrap}.avatar-color{width:34px;height:34px;border-radius:50%;border:3px solid transparent;box-shadow:0 0 0 1px #d8dee8;display:grid;place-items:center;color:#fff;font-weight:900}.avatar-color.selected{border-color:#fff;box-shadow:0 0 0 3px #315ee7}.name-approval-note{line-height:1.45}.pending-request{padding:10px 12px;border:1px solid #f0d18b;background:#fff8e7;color:#7d5a00;border-radius:8px;font-size:12px}.admin-request-count{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;margin-left:5px;border-radius:99px;background:#e63b4f;color:#fff;font-size:9px}.request-actions{display:flex;gap:6px}.approve-button{background:#eaf8ef;color:#19723a;border:1px solid #c6ebd2}.reject-button{background:#fff0f1;color:#b92b3a;border:1px solid #f4c9ce}[data-theme=dark] .pending-request{background:#2b2517;border-color:#665526;color:#e6c66d}[data-theme=dark] .avatar-color{box-shadow:0 0 0 1px #3a4658}[data-theme=dark] .approve-button{background:#183224;color:#71d995;border-color:#28523a}[data-theme=dark] .reject-button{background:#351d22;color:#f08b98;border-color:#5e2c35}@media(max-width:800px){.avatar-options{grid-template-columns:repeat(7,44px)}}.notification-panel-right{left:calc(100% + 12px);right:auto;top:auto;bottom:0;width:360px;max-width:min(360px,calc(100vw - 260px));z-index:80}.notification-panel-right .notification-list{max-height:360px;overflow:auto}.simple-notification{display:block!important;width:100%;padding:12px 14px!important;text-align:left;line-height:1.35}.simple-notification span{display:block;white-space:normal;overflow-wrap:anywhere}.notification-mark-all{display:block;margin-left:auto;border:0;background:transparent;color:#315ee7;padding:8px 12px;font-size:12px;cursor:pointer}.color-intensity-modal{max-width:440px}.color-preview-row{display:flex;align-items:center;justify-content:center;gap:18px;padding:18px 0 12px}.color-preview-avatar{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;font-size:38px;font-weight:800;color:#fff;box-shadow:0 8px 26px #0f172a29}.intensity-slider{width:100%;accent-color:#315ee7}.intensity-scale{display:flex;justify-content:space-between;color:#8792a3;font-size:12px;margin-top:4px}.avatar-colors .avatar-color{cursor:pointer}.pending-request strong{overflow-wrap:anywhere}[data-theme=dark] .notification-mark-all{color:#9db5ff}@media(max-width:700px){.notification-panel-right{position:fixed;left:12px;right:12px;bottom:82px;width:auto;max-width:none}}.dashboard-only-list{margin-top:0}.compact-browser-head{padding-top:14px;padding-bottom:14px}.dashboard-filters{align-items:center}.status-filter{min-width:190px}.message header .avatar{flex:0 0 auto}@media(max-width:1000px){.dashboard-filters{width:100%;flex-wrap:wrap}.dashboard-filters .project-filter,.dashboard-filters .status-filter,.dashboard-filters .search{flex:1 1 220px}}.notification-admin-stack{display:flex;flex-direction:column;gap:18px}.notification-connection-card{padding-bottom:20px}.notification-connect-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding:18px}.notification-connect-grid textarea,.notification-rule-form textarea,.notification-rule-modal textarea{width:100%;resize:vertical;border:1px solid #d9e0ea;border-radius:8px;padding:10px;font:inherit;background:#fff;color:#26344a}.connection-badge{font-size:12px;color:#8a94a5}.connection-badge.connected{color:#178447}.graph-account{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px;border:1px solid #dce4ef;border-radius:10px;background:#f8fafc}.graph-account strong,.graph-account span{display:block}.graph-account span{color:#7c8798;font-size:12px}.graph-account button{margin-left:auto}.device-code-box{margin-top:12px;padding:14px;border:1px solid #cbd8ff;background:#f5f8ff;border-radius:10px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.device-code-box span,.device-code-box small{color:#64748b}.device-code-box strong{font-size:20px;letter-spacing:.12em;color:#244fc4}.device-code-box button{margin-left:auto}.notification-rules-grid{grid-template-columns:minmax(0,1.6fr) minmax(340px,.7fr)}.template-help{display:flex;gap:6px;flex-wrap:wrap;padding:10px;border-radius:8px;background:#f5f7fb;font-size:11px}.template-help strong{width:100%}.template-help code{background:#fff;border:1px solid #dde4ee;border-radius:5px;padding:3px 5px}.danger-text{color:#c23b49}.notification-rule-modal{max-width:720px}.notification-rule-form textarea{min-height:90px}[data-theme=dark] .notification-connect-grid textarea,[data-theme=dark] .notification-rule-form textarea,[data-theme=dark] .notification-rule-modal textarea{background:#101827;border-color:#344155;color:#e7edf6}[data-theme=dark] .graph-account,[data-theme=dark] .device-code-box,[data-theme=dark] .template-help{background:#121b29;border-color:#2f3e55}[data-theme=dark] .template-help code{background:#101827;border-color:#344155;color:#cbd5e1}@media(max-width:1050px){.notification-connect-grid,.notification-rules-grid{grid-template-columns:1fr}}.history-email .history-dot{background:#0a8f5a}.history-details{margin-top:8px;border:1px solid #e2e7ef;border-radius:9px;background:#fafbfd;overflow:hidden}.history-details summary{cursor:pointer;padding:8px 10px;font-size:11px;font-weight:700;color:#40506a;background:#f3f6fa}.history-details[open] summary{border-bottom:1px solid #e2e7ef}.history-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 12px;padding:10px}.history-meta-row{min-width:0}.history-meta-row b,.history-meta-row span{display:block}.history-meta-row b{font-size:9px;text-transform:uppercase;letter-spacing:.04em;color:#8b96a7}.history-meta-row span{font-size:11px;color:#334155;word-break:break-word;margin-top:2px}.history-block{padding:0 10px 10px;font-size:11px;color:#465368}.history-block>b{display:block;margin-bottom:5px}.history-block pre{margin:0;padding:8px;border-radius:7px;background:#fff;border:1px solid #e5e9f0;white-space:pre-wrap;word-break:break-word;max-height:220px;overflow:auto;font:10px/1.45 ui-monospace,SFMono-Regular,Consolas,monospace;color:#344054}.history-chip{display:inline-block;margin:0 5px 5px 0;padding:4px 7px;border-radius:999px;background:#edf3ff;color:#3159bf;font-size:10px}@media(max-width:720px){.history-meta-grid{grid-template-columns:1fr}}.notification-rule-form .muted,.notification-rule-modal .muted{font-size:.82rem}.brand-mark img{width:100%;height:100%;object-fit:contain;border-radius:inherit}.brand-mark span{display:grid;place-items:center;width:100%;height:100%;font-weight:800}.totp-qr{width:220px;max-width:100%;background:#fff;padding:10px;border-radius:14px;display:block;margin:16px auto}.manual-key{display:flex;flex-direction:column;gap:6px;margin:12px 0}.manual-key code{word-break:break-all;padding:10px;border:1px solid var(--border);border-radius:8px}.recovery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0}.recovery-grid code{padding:8px;border:1px solid var(--border);border-radius:8px;text-align:center}.twofa-setup,.twofa-disable{display:grid;gap:12px}.brand-admin-preview{display:flex;align-items:center;gap:14px;margin:16px 0}.brand-admin-preview>img{width:64px;height:64px;object-fit:contain;border-radius:14px;border:1px solid var(--border);padding:6px}.brand-admin-preview .brand-mark{width:64px;height:64px}@media(max-width:600px){.recovery-grid{grid-template-columns:1fr}}.brand{gap:14px}.brand-mark{width:58px;height:58px;border-radius:0;background:transparent!important;color:#fff;display:grid;place-items:center;overflow:visible;flex:none}.brand-mark.has-logo img{width:56px;height:56px;object-fit:contain;border-radius:0;display:block}.brand-mark.fallback-logo{width:50px;height:50px;font-size:27px;font-weight:800}.brand-mark.fallback-logo span{margin:0;color:#fff}.login-brand .brand-mark{width:68px;height:68px}.login-brand .brand-mark.has-logo img{width:66px;height:66px}.brand-admin-preview .brand-mark{width:72px;height:72px}.brand-admin-preview>img{width:72px;height:72px;object-fit:contain;background:transparent;border-radius:0}.presence{display:inline-flex;align-items:center;gap:7px;font-weight:650;white-space:nowrap}.presence i{display:block;width:9px;height:9px;border-radius:999px;background:#98a2b3;box-shadow:0 0 0 3px #98a2b321}.presence.online{color:#16794b}.presence.online i{background:#12a766;box-shadow:0 0 0 3px #12a76624}.presence.offline{color:#7b8494}.presence.offline i{background:#d04444;box-shadow:0 0 0 3px #d044441f}.avatar{display:flex;align-items:center;justify-content:center;text-align:center;line-height:1;padding:0;overflow:hidden}.avatar-emoji{display:flex;align-items:center;justify-content:center;line-height:1;padding:0}.avatar-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}.message header .avatar{align-self:center;flex:0 0 50px;width:50px;height:50px}.message header .avatar-emoji{font-size:30px}.avatar-glyph{display:block;line-height:1;margin:0;padding:0;transform:none;transform-origin:center}.avatar-emoji .avatar-glyph{transform:none;font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif}.message header .avatar-emoji{position:relative}.message header .avatar-emoji .avatar-glyph{position:absolute;left:50%;top:47.5%;width:1em;height:1em;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%) scale(2.05);line-height:1}.avatar-initial{transform:none}.conversation,.message,.message-body{min-width:0;max-width:100%}.message{overflow:hidden}.message-body{overflow-wrap:anywhere;word-break:break-word}.message-body pre,.message-body code{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.message-body pre{white-space:pre-wrap;overflow-x:auto}.message-body table{display:block;max-width:100%;overflow-x:auto}.message-body img,.message-body video{max-width:100%;height:auto}.resolve-reply{margin-left:auto;background:#eaf8ef;color:#176b3a;border:1px solid #c7ead3}.resolve-reply+.push{margin-left:0}.report-button{white-space:nowrap}.danger-button{border:1px solid #e8b8bd;background:#fff0f1;color:#b42335;border-radius:9px;padding:10px 14px;font-weight:700;cursor:pointer}.danger-button:hover{background:#ffe3e6}.danger-button:disabled{opacity:.55;cursor:not-allowed}.user-delete-zone{margin-top:8px;padding-top:14px;border-top:1px solid #edf0f5}.danger-note{display:flex;flex-direction:column;gap:4px;padding:12px;border:1px solid #f0c5ca;background:#fff6f7;color:#8d2531;border-radius:9px;margin-bottom:14px}.danger-note span{font-size:12px}[data-theme=dark] .resolve-reply{background:#173326;color:#78d69b;border-color:#28543b}[data-theme=dark] .danger-button{background:#351d22;color:#f08b98;border-color:#5e2c35}[data-theme=dark] .danger-note{background:#2e1c20;border-color:#5e2c35;color:#f2a0aa}@media(max-width:620px){.resolve-reply{margin-left:0}.report-button{width:100%}}.signature-insert-button{margin-left:auto!important;min-width:34px;font-size:17px!important;padding:6px 9px!important}.comment-signature{margin-top:14px;padding-top:10px;border-top:1px solid #e3e8f0;color:#536075}.signature-admin-card{padding:0;overflow:hidden}.signature-admin-body{padding:18px}.signature-editor{border:1px solid #d9e0ea;border-radius:10px;overflow:hidden;background:#fff}.signature-toolbar{display:flex;align-items:center;gap:6px;padding:8px;background:#f6f8fb;border-bottom:1px solid #e1e6ee}.signature-toolbar select{width:auto;min-width:110px;padding:6px 8px}.signature-toolbar button{border:0;background:transparent;border-radius:6px;padding:6px 9px;cursor:pointer}.signature-toolbar button:hover{background:#e8edf5}.signature-editor-body{min-height:150px;padding:14px;outline:none;line-height:1.5;color:#26344a}.signature-editor-body:empty:before{content:attr(data-placeholder);color:#9aa5b5}.signature-preview{margin-top:16px;border:1px dashed #d8dee8;border-radius:9px;padding:13px;background:#fafbfd}.signature-preview>span{display:block;margin-bottom:8px}.signature-preview>div{background:#fff;border-radius:7px;padding:12px;min-height:50px}[data-theme=dark] .signature-editor,[data-theme=dark] .signature-preview>div{background:#101827;border-color:#344155;color:#e7edf6}[data-theme=dark] .signature-toolbar{background:#182232;border-color:#2d394b}[data-theme=dark] .signature-editor-body{color:#e7edf6}[data-theme=dark] .signature-preview{background:#121b29;border-color:#334155}[data-theme=dark] .comment-signature{border-color:#344155;color:#aebbd0}.editor-body .comment-signature p,.editor-body .comment-signature div,.message-body .comment-signature p,.message-body .comment-signature div,.signature-preview p,.signature-preview div,.signature-editor-body p,.signature-editor-body div{margin-top:0!important;margin-bottom:0!important}.editor-body .comment-signature,.message-body .comment-signature{line-height:1.45}.stats-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:18px}.stat-card{padding:14px 16px}.stat-card span{display:block;color:#7d899b;font-size:11px}.stat-card strong{display:block;font-size:21px;margin-top:5px}.stat-card.danger strong{color:#b42318}.bulk-bar{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f6f8fc;border-top:1px solid #e7ebf2}.bulk-bar select{width:auto;min-width:190px}.sla-list-indicator{font-size:17px}.sla-list-indicator.ok{color:#12a766}.sla-list-indicator.warning{color:#e99a18}.sla-list-indicator.breached{color:#d13d49}.ticket-head-actions{display:flex;gap:8px}.ticket-tags{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-top:7px}.ticket-tags>span{display:inline-flex;align-items:center;gap:4px;background:#edf2ff;color:#3159bf;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700}.ticket-tags button{border:0;background:transparent;color:inherit;padding:0;line-height:1}.watcher-list{display:flex;flex-wrap:wrap;gap:5px;margin:8px 0 12px}.watcher-list>span{display:inline-flex;align-items:center;gap:5px;background:#eef7f2;color:#23764b;border-radius:999px;padding:5px 8px;font-size:10px}.watcher-list button{border:0;background:transparent;color:inherit;padding:0}.tag-add{display:flex;gap:5px}.tag-add button{flex:none}.rating-card{margin-top:16px;padding:18px}.rating-stars{display:flex;gap:5px;margin:10px 0}.rating-stars button{border:0;background:transparent;color:#cbd2dc;font-size:30px;padding:0}.rating-stars button.active{color:#f2ad21}.rating-card textarea{width:100%;border:1px solid #d7dde7;border-radius:9px;padding:10px;margin-bottom:10px}.rating-done{display:flex;flex-direction:column;gap:6px}.rating-done strong{font-size:22px}.kb-layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:16px}.kb-list{padding:12px;height:calc(100vh - 145px);overflow:auto}.kb-list .search{max-width:none;margin-bottom:10px}.kb-list>button{display:flex;flex-direction:column;width:100%;border:0;background:transparent;text-align:left;padding:11px;border-radius:9px;color:#27344a}.kb-list>button:hover,.kb-list>button.active{background:#edf2ff}.kb-list small{color:#8a95a5;margin-top:3px}.kb-content{padding:20px;min-width:0}.kb-form{display:flex;flex-direction:column;gap:12px}.kb-editor{border:1px solid #d7dde7;border-radius:10px;overflow:hidden;position:relative}.kb-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:4px;padding:8px;background:#f7f9fc;border-bottom:1px solid #e3e7ed}.kb-toolbar button,.kb-image-button{border:0;background:transparent;border-radius:6px;padding:6px 8px;font-size:12px;cursor:pointer}.kb-toolbar button:hover,.kb-image-button:hover{background:#e8edf5}.kb-toolbar select{width:auto;padding:5px 7px}.kb-toolbar input[type=color]{width:30px;height:30px;padding:2px}.kb-image-button input{display:none}.kb-editor-body{min-height:470px;padding:20px;outline:none;line-height:1.6;overflow-wrap:anywhere}.kb-editor-body:empty:before{content:attr(data-placeholder);color:#98a2b3}.kb-editor-body img,.kb-rendered img{max-width:100%;height:auto;border-radius:8px}.kb-editor-body pre,.kb-rendered pre{background:#101827;color:#dce8ff;padding:14px;border-radius:9px;overflow:auto;font:12px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace}.kb-editor-body blockquote,.kb-rendered blockquote{margin:14px 0;padding:10px 14px;border-left:4px solid #315ee7;background:#f3f6ff;border-radius:0 8px 8px 0}.kb-article-head{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #e6eaf0;padding-bottom:14px;margin-bottom:18px}.kb-article-head small{color:#758196}.kb-rendered{line-height:1.65;overflow-wrap:anywhere}.kb-emoji-picker{top:48px;left:auto;right:8px}.sla-calendar-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:16px}.sla-calendar-list{padding:10px;height:max-content}.sla-calendar-list button{width:100%;border:0;background:transparent;border-radius:8px;padding:10px;text-align:left;display:flex;flex-direction:column}.sla-calendar-list button.active,.sla-calendar-list button:hover{background:#edf2ff}.sla-calendar-list small{color:#8792a4;margin-top:3px}.sla-calendar-editor{padding:18px;overflow:auto}.working-hours-grid{min-width:820px;margin-top:12px}.working-hours-grid>div:first-child{display:none}.working-hours-grid>b{display:inline-block;width:31px;text-align:center;color:#7d899b;font-size:10px}.working-row{display:grid;grid-template-columns:40px repeat(24,31px);gap:2px;margin-bottom:3px}.working-row strong{display:grid;place-items:center}.working-row button{height:30px;border:1px solid #e0e5ed;background:#eef1f5;color:#8792a4;font-size:10px}.working-row button.on{background:#315ee7;color:#fff;border-color:#315ee7}.holiday-add{display:grid;grid-template-columns:170px 1fr auto;gap:8px}.holiday-list{margin-top:10px}.holiday-list>div,.project-calendar-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid #edf0f4}.project-calendar-map{margin-top:16px;padding:18px}.project-calendar-row select{width:320px;max-width:50%}[data-theme=dark] .kb-toolbar,[data-theme=dark] .bulk-bar{background:#182232;border-color:#344155}[data-theme=dark] .kb-editor,[data-theme=dark] .kb-content,[data-theme=dark] .kb-list,[data-theme=dark] .sla-calendar-editor,[data-theme=dark] .sla-calendar-list{border-color:#344155}[data-theme=dark] .kb-editor-body{color:#e7edf6}[data-theme=dark] .kb-list>button{color:#dbe4f1}[data-theme=dark] .kb-list>button.active,[data-theme=dark] .kb-list>button:hover{background:#1c2940}[data-theme=dark] .kb-editor-body blockquote,[data-theme=dark] .kb-rendered blockquote{background:#17233a}@media(max-width:1100px){.stats-grid{grid-template-columns:repeat(3,1fr)}.kb-layout,.sla-calendar-layout{grid-template-columns:1fr}.kb-list{height:auto;max-height:260px}}@media(max-width:650px){.stats-grid{grid-template-columns:repeat(2,1fr)}.bulk-bar{flex-wrap:wrap}.holiday-add{grid-template-columns:1fr}.project-calendar-row{align-items:flex-start;flex-direction:column}.project-calendar-row select{max-width:none;width:100%}}.audit-ok{background:#e7f5eb;color:#287a45}.audit-fail{background:#ffe7ea;color:#b42335}.audit-agent{max-width:420px;white-space:normal;word-break:break-word;font-size:11px;color:#68758a}.admin-subsection-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0 14px}.admin-subsection-head h2{margin:0 0 4px}.admin-subsection-head p{margin:0}.kb-color-trigger{position:relative;min-width:30px}.kb-color-trigger span{font:700 15px/1 Arial,sans-serif}.kb-color-trigger .text-color-line{position:absolute;left:7px;right:7px;bottom:4px;height:3px;background:#d60000;border-radius:2px}.kb-color-palette{position:absolute;z-index:80;top:49px;right:8px;width:286px;background:#262626;color:#f4f4f4;border:1px solid #4b4b4b;border-radius:5px;box-shadow:0 12px 32px #00000047;padding:8px}.kb-palette-title{font-weight:700;padding:4px 4px 8px}.kb-auto-color,.kb-more-colors{width:100%;display:flex;align-items:center;gap:8px;border:0;background:transparent;color:inherit;padding:7px 5px;border-radius:4px;text-align:left;cursor:pointer}.kb-auto-color:hover,.kb-more-colors:hover{background:#3a3a3a}.kb-auto-color i{width:17px;height:17px;border:1px solid #777;display:inline-block}.kb-palette-section{font-size:12px;font-weight:700;border-top:1px solid #4d4d4d;margin-top:5px;padding:8px 4px 5px}.kb-theme-grid{display:grid;grid-template-columns:repeat(10,1fr);grid-auto-flow:column;grid-template-rows:repeat(6,21px);gap:2px}.kb-standard-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:3px}.kb-theme-grid button,.kb-standard-grid button{min-width:0;width:100%;height:21px;border:1px solid #555;border-radius:0;padding:0;cursor:pointer}.kb-theme-grid button:hover,.kb-standard-grid button:hover{outline:2px solid #fff;outline-offset:-2px}.kb-more-colors{position:relative}.kb-more-colors input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.kb-upload-error{padding:8px 12px;background:#fff0f0;border-bottom:1px solid #f2c5c5;color:#b42318;font-size:12px}.kb-editor-body img{display:block;max-width:min(100%,980px);height:auto;margin:14px 0;border:1px solid #e2e7ef;border-radius:8px}.kb-editor-body pre,.kb-editor-body blockquote{position:relative}.kb-editor-body pre+p,.kb-editor-body blockquote+p{margin-top:8px}.kb-rendered img{display:block;max-width:100%;height:auto;margin:14px 0;border:1px solid #e2e7ef;border-radius:8px}[data-theme=dark] .kb-color-palette{background:#202938;border-color:#465266}.kb-editor-body p{min-height:1em}.kb-toolbar{position:sticky;top:0;z-index:60;border-radius:10px 10px 0 0;box-shadow:0 1px #00000008}.kb-editor-body{border-radius:0 0 10px 10px;background:var(--surface,#fff)}.kb-hidden-file,.kb-custom-color-input{position:fixed!important;left:-10000px!important;top:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}.kb-color-palette{position:sticky;top:54px;right:auto;margin-left:auto;margin-right:8px;margin-top:-1px;z-index:90}.kb-more-colors{width:100%;display:flex;align-items:center;gap:8px;border:0;background:transparent;color:inherit;padding:7px 5px;border-radius:4px;text-align:left;cursor:pointer}.kb-more-colors:hover{background:#3a3a3a}.kb-tree{padding:2px 0}.kb-tree-branch{display:block}.kb-tree-category{min-height:34px;display:flex;align-items:center;gap:2px;border-radius:7px;position:relative}.kb-tree-category:hover{background:#f2f5fb}.kb-tree-toggle{border:0;background:transparent;color:#667085;font-size:20px;width:24px;height:30px;padding:0;cursor:pointer;line-height:1}.kb-tree-folder{border:0!important;background:transparent!important;padding:5px 4px!important;min-width:0;flex:1;display:flex!important;flex-direction:row!important;gap:5px;align-items:center;color:#26354d!important}.kb-tree-tools{display:none;align-items:center;margin-right:4px}.kb-tree-category:hover .kb-tree-tools{display:flex}.kb-tree-tools button{border:0;background:transparent;color:#697386;cursor:pointer;padding:3px 4px;border-radius:4px}.kb-tree-tools button:hover{background:#e2e8f3;color:#1f3a70}.kb-tree-article{width:100%;display:flex!important;flex-direction:row!important;align-items:flex-start;gap:7px;border:0!important;background:transparent!important;text-align:left;padding-top:7px!important;padding-bottom:7px!important;border-radius:7px!important;color:#344054!important;cursor:pointer}.kb-tree-article:hover,.kb-tree-article.active{background:#eaf0ff!important;color:#173a8a!important}.kb-tree-article>span:last-child{display:flex;flex-direction:column;min-width:0}.kb-tree-article strong{font-weight:600;white-space:normal;overflow-wrap:anywhere}.kb-tree-article small{font-size:10px;color:#9a6700;margin-top:1px}.kb-uncategorized{margin-top:5px;border-top:1px solid #edf0f5;padding-top:5px}[data-theme=dark] .kb-tree-category:hover{background:#1c2940}[data-theme=dark] .kb-tree-folder,[data-theme=dark] .kb-tree-article{color:#dbe4f1!important}[data-theme=dark] .kb-tree-article:hover,[data-theme=dark] .kb-tree-article.active{background:#1c2940!important;color:#b9ceff!important}[data-theme=dark] .kb-tree-tools button:hover{background:#263653;color:#dbe7ff}[data-theme=dark] .kb-editor-body{background:#111827}.kb-editor{overflow:visible}.kb-toolbar{position:sticky;top:0;z-index:70;background:#f7f9fc}.kb-custom-color-label{position:relative;overflow:hidden;cursor:pointer}.kb-custom-color-label input[type=color]{position:absolute!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer!important;inset:0!important;pointer-events:auto!important}.kb-emoji-mega{width:min(520px,calc(100vw - 40px));max-height:340px;overflow:auto;padding:8px}.kb-emoji-grid{display:grid;grid-template-columns:repeat(12,32px);gap:3px;align-items:center}.kb-emoji-grid button{width:32px;height:32px;border:0;background:transparent;border-radius:5px;font-size:20px;cursor:pointer;padding:0}.kb-emoji-grid button:hover{background:#edf2ff}.kb-image-resizer{position:sticky;top:54px;z-index:69;display:flex;align-items:center;gap:6px;padding:7px 10px;background:#fff7df;border-bottom:1px solid #ead79c;font-size:12px}.kb-image-resizer button{border:1px solid #d2d8e2;background:#fff;border-radius:6px;padding:4px 7px;cursor:pointer}.kb-editor-body img{cursor:pointer;transition:outline .12s ease}.kb-editor-body img:hover{outline:2px solid #7da2ff;outline-offset:2px}.kb-category-icon{font-size:17px;line-height:1;width:22px;text-align:center;flex:0 0 22px}.kb-tree-article-row{position:relative;display:flex;align-items:center;border-radius:7px}.kb-tree-article-row.active,.kb-tree-article-row:hover{background:#eaf0ff}.kb-tree-article-row .kb-tree-article{flex:1;min-width:0}.kb-tree-article-edit{opacity:0;border:0;background:transparent;color:#697386;cursor:pointer;padding:5px 7px;margin-right:3px;border-radius:5px}.kb-tree-article-row:hover .kb-tree-article-edit{opacity:1}.kb-tree-article-edit:hover{background:#dce6ff;color:#173a8a}.kb-category-modal{width:min(620px,calc(100vw - 32px));max-height:88vh;overflow:auto}.kb-icon-field{display:flex;gap:8px;align-items:center}.kb-icon-field input{flex:1}.kb-current-icon{width:52px;height:44px;border:1px solid #d7dde7;background:#f8faff;border-radius:9px;font-size:25px;cursor:pointer}.kb-folder-emoji-picker{border:1px solid #d7dde7;border-radius:10px;padding:8px;max-height:300px;overflow:auto;background:#fff}.small{font-size:12px}[data-theme=dark] .kb-toolbar{background:#182232}[data-theme=dark] .kb-image-resizer{background:#302b1f;border-color:#5b5135}[data-theme=dark] .kb-image-resizer button,[data-theme=dark] .kb-folder-emoji-picker,[data-theme=dark] .kb-current-icon{background:#111827;border-color:#344155;color:#e7edf6}[data-theme=dark] .kb-tree-article-row.active,[data-theme=dark] .kb-tree-article-row:hover{background:#1c2940}.kb-root-drop{margin:10px 0;padding:9px 12px;border:1px dashed var(--border);border-radius:10px;color:var(--muted);font-size:12px;text-align:center;background:#f7f9fc}.kb-root-drop:hover,.kb-drop-target:has(.kb-tree-folder:active){border-color:#315ee7;background:#eef3ff}.kb-tree-category[draggable=true],.kb-tree-article-row[draggable=true]{cursor:grab}.kb-tree-article-row[draggable=true]:active,.kb-tree-folder[draggable=true]:active{cursor:grabbing;opacity:.72}.kb-suggestions{margin:12px 0 16px;padding:14px;border:1px solid #d8e2ff;background:#f7f9ff;border-radius:12px;display:grid;gap:5px}.kb-suggestions>div{display:grid;gap:7px;margin-top:6px}.kb-suggestions a{display:flex;flex-direction:column;gap:2px;padding:9px 11px;border-radius:9px;text-decoration:none;background:#fff;border:1px solid #e4e9f5;color:inherit}.kb-suggestions a:hover{border-color:#8aa7ff;background:#f8faff}.kb-suggestions small{color:var(--muted);font-weight:400}.sla-progress-cell{min-width:135px;display:grid;grid-template-columns:1fr auto;gap:3px 8px;align-items:center}.sla-progress-track{height:7px;border-radius:99px;background:#e8edf5;overflow:hidden;grid-column:1/2}.sla-progress-track i{display:block;height:100%;border-radius:inherit;background:#35a56f;transition:width .25s ease}.sla-progress-cell.warning .sla-progress-track i{background:#e6a526}.sla-progress-cell.breached .sla-progress-track i{background:#d83b3b}.sla-progress-cell.paused .sla-progress-track i{background:#8a94a8}.sla-progress-cell small{font-size:10px;color:var(--muted)}.sla-paused-banner{padding:8px 10px;margin-bottom:10px;border-radius:9px;background:#f2f4f8;color:#5c6678;font-size:12px;font-weight:700}.merged-banner{margin:0 0 14px;padding:12px 16px;border-radius:12px;background:#eef3ff;border:1px solid #cbd8ff;font-weight:700}.merged-banner a{color:#315ee7}.sla-detail-progress{height:7px;border-radius:99px;background:#e8edf5;overflow:hidden;margin:8px 0 5px}.sla-detail-progress i{display:block;height:100%;background:#35a56f}.sla-detail-progress.warning i{background:#e6a526}.sla-detail-progress.breached i{background:#d83b3b}.sla-detail-progress.paused i{background:#8a94a8}.message.ticket-origin:not(.internal){background:#eef6ff;border-color:#cfe2fb}.message.ticket-comment:not(.internal){background:#fff9df;border-color:#f0df9c}.message.merged-message{box-shadow:inset 4px 0 #8b5cf6}.message-kind-label,.merged-message-source{display:inline-flex;width:max-content;margin-top:4px;padding:2px 7px;border-radius:999px;font-size:10px;font-weight:750;line-height:1.3}.message-kind-label{background:#dcecff;color:#24539a}.message-kind-label.comment-label{background:#fff0ad;color:#7a5a00}.merged-message-source{background:#eee7ff;color:#6339a8}.merged-received-banner{display:flex;gap:6px;align-items:center;flex-wrap:wrap;border-left:4px solid #8b5cf6;background:#f4f0ff}[data-theme=dark] .message.ticket-origin:not(.internal){background:#132339;border-color:#274566}[data-theme=dark] .message.ticket-comment:not(.internal){background:#2b2616;border-color:#514725}[data-theme=dark] .message-kind-label{background:#193557;color:#a9ceff}[data-theme=dark] .message-kind-label.comment-label{background:#493d12;color:#ffe790}[data-theme=dark] .merged-message-source{background:#392b56;color:#d6c0ff}.kb-tree-category,.kb-tree-article-row{position:relative}.kb-tree-category.drop-before:before,.kb-tree-category.drop-after:after,.kb-tree-article-row.drop-before:before,.kb-tree-article-row.drop-after:after{content:"";position:absolute;left:8px;right:5px;height:3px;border-radius:3px;background:#315ee7;z-index:8;box-shadow:0 0 0 1px #315ee71f}.kb-tree-category.drop-before:before,.kb-tree-article-row.drop-before:before{top:-2px}.kb-tree-category.drop-after:after,.kb-tree-article-row.drop-after:after{bottom:-2px}.kb-tree-category.drop-inside{background:#e9f0ff!important;outline:2px solid #7999ee;outline-offset:-2px}.kb-drop-inside-label{position:absolute;right:7px;bottom:-14px;z-index:10;background:#315ee7;color:#fff;font-size:9px;font-weight:750;border-radius:5px;padding:2px 5px;pointer-events:none;white-space:nowrap}.kb-root-drop{transition:.15s ease}.kb-root-drop:drag-over{border-color:#315ee7}[data-theme=dark] .kb-tree-category.drop-inside{background:#203556!important;outline-color:#7294ec}.kb-drag-handle{width:20px;min-width:20px;height:26px;display:grid;place-items:center;color:#94a0b2;font-weight:900;letter-spacing:-3px;cursor:grab;-webkit-user-select:none;user-select:none;border-radius:5px}.kb-drag-handle:hover{background:#e9efff;color:#315ee7}.kb-drag-handle:active{cursor:grabbing}.kb-tree-category.drop-before:before,.kb-tree-category.drop-after:after,.kb-tree-article-row.drop-before:before,.kb-tree-article-row.drop-after:after{left:var(--drop-indent,8px)!important;right:5px!important;height:2px!important;background:#4f72d9!important;box-shadow:none!important}.kb-tree-category.drop-before:before,.kb-tree-article-row.drop-before:before{top:-1px!important}.kb-tree-category.drop-after:after,.kb-tree-article-row.drop-after:after{bottom:-1px!important}.kb-tree-category.drop-before:before,.kb-tree-category.drop-after:after,.kb-tree-article-row.drop-before:before,.kb-tree-article-row.drop-after:after{border-radius:0}.kb-tree-category.drop-before:after,.kb-tree-article-row.drop-before:after{content:"";position:absolute;left:calc(var(--drop-indent,8px) - 3px);top:-4px;width:7px;height:7px;border-radius:50%;background:#4f72d9;z-index:9}.kb-root-drop.drag-active{border-color:#315ee7;background:#eef3ff;color:#315ee7;font-weight:700}[data-theme=dark] .kb-drag-handle:hover{background:#263653;color:#a9c0ff}.merged-ticket-previews{display:grid;gap:10px;margin:0 0 16px}.merged-ticket-preview{border:1px solid #d8ccf5;border-left:4px solid #8b5cf6;border-radius:12px;background:#faf8ff;overflow:hidden}.merged-ticket-preview-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 13px;background:#f0eaff;border-bottom:1px solid #ddd2f7}.merged-ticket-preview-head span{font-size:11px;font-weight:800;color:#6339a8}.merged-ticket-preview-head strong{font-size:13px}.merged-ticket-original-text{padding:12px 14px;line-height:1.55;overflow-wrap:anywhere}.merged-ticket-original-text p:first-child{margin-top:0}.merged-ticket-original-text p:last-child{margin-bottom:0}[data-theme=dark] .merged-ticket-preview{background:#201a2c;border-color:#4b3c6a}.merged-ticket-preview-head{background:#322646;border-color:#4b3c6a}.merged-ticket-preview-head span{color:#d6c0ff}.kb-tree-toggle{display:none!important}.kb-tree-category{min-height:30px}.kb-tree-folder{cursor:pointer}.kb-drag-handle{display:none!important}.kb-tree-drag-icon{display:inline-grid;place-items:center;min-width:22px;min-height:22px;border-radius:6px;-webkit-user-select:none;user-select:none;-webkit-user-drag:element}.kb-tree-drag-icon.draggable{cursor:grab}.kb-tree-drag-icon.draggable:hover{background:#e9efff;box-shadow:0 0 0 2px #315ee71a}.kb-tree-drag-icon.draggable:active{cursor:grabbing}[data-theme=dark] .kb-tree-drag-icon.draggable:hover{background:#263653}.message.ticket-origin:not(.internal):not(.merged-message){background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:4px 2px 10px!important}.message.ticket-origin:not(.internal):not(.merged-message) header{padding-left:0;padding-right:0}.message.ticket-origin:not(.internal):not(.merged-message) .message-body{padding:2px 0 4px}.message.ticket-origin:not(.internal):not(.merged-message) .message-kind-label{background:transparent;color:#7a8799;padding-left:0}.message.merged-message:not(.internal){background:#f3edff!important;border-color:#d7c6fa!important;box-shadow:inset 4px 0 #8b5cf6!important}[data-theme=dark] .message.ticket-origin:not(.internal):not(.merged-message){background:transparent!important;border-color:transparent!important}[data-theme=dark] .message.merged-message:not(.internal){background:#261d37!important;border-color:#4d3a6d!important}.conversation-customer_left .customer-message{align-self:flex-start}.conversation-customer_left .solver-message,.conversation-customer_right .customer-message{align-self:flex-end}.conversation-customer_right .solver-message{align-self:flex-start}.conversation-customer_left .ticket-comment header,.conversation-customer_right .ticket-comment header{align-items:center}.conversation-customer_left .solver-message,.conversation-customer_right .customer-message{border-radius:16px 16px 5px}.conversation-customer_left .customer-message,.conversation-customer_right .solver-message{border-radius:16px 16px 16px 5px}.conversation-stacked .ticket-comment{width:100%;max-width:100%}.conversation-layout-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.conversation-layout-card{border:1px solid #dce3ed;background:#fff;border-radius:12px;padding:13px;text-align:left;display:flex;flex-direction:column;gap:5px;color:#24314a}.conversation-layout-card.selected{border-color:#315ee7;box-shadow:0 0 0 2px #315ee71f}.conversation-layout-card small{font-size:11px;color:#7b8798;line-height:1.35}.layout-preview{height:48px;border-radius:8px;background:#f4f6fa;padding:7px;display:flex;flex-direction:column;gap:4px;margin-bottom:3px}.layout-preview i{display:block;height:8px;border-radius:8px;background:#fff0ad;border:1px solid #f0df9c}.layout-preview.stacked i{width:100%}.layout-preview.split i{width:58%}.layout-preview.customer-left i:nth-child(2){align-self:flex-end}.layout-preview.customer-right i:nth-child(1),.layout-preview.customer-right i:nth-child(3){align-self:flex-end}[data-theme=dark] .conversation-layout-card{background:#101827;border-color:#344155;color:#e7edf6}[data-theme=dark] .layout-preview{background:#172235}@media(max-width:760px){.conversation-customer_left .ticket-comment,.conversation-customer_right .ticket-comment{width:94%;max-width:94%}.conversation-layout-options{grid-template-columns:1fr}}.conversation-customer_left .ticket-comment,.conversation-customer_right .ticket-comment{width:min(88%,1080px);max-width:88%}.comment-color-settings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.comment-color-setting{position:relative}.comment-color-preview{width:100%;border:1px solid #dce3ed;border-radius:11px;background:#fff;padding:10px 12px;display:flex;align-items:center;gap:10px;text-align:left;color:#26334b}.comment-color-preview>i{width:38px;height:30px;border-radius:7px;border:1px solid rgba(0,0,0,.12);flex:none}.comment-color-preview span{display:flex;flex-direction:column;gap:2px;flex:1}.comment-color-preview small{color:#8792a4;font-size:10px}.comment-color-preview>b{color:#7a8698}.profile-color-palette{position:absolute;z-index:80;top:calc(100% + 6px);left:0;width:290px;padding:10px;background:#2f2f2f;color:#fff;border-radius:8px;box-shadow:0 12px 30px #00000047}.profile-color-palette .kb-palette-section{color:#fff}.profile-color-palette .kb-theme-grid,.profile-color-palette .kb-standard-grid{margin-bottom:8px}.profile-palette-close{width:100%;margin-top:7px;border:1px solid #555;background:#3a3a3a;color:#fff;border-radius:6px;padding:7px}.comment-color-demo{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.comment-color-demo>div{border:1px solid rgba(130,105,30,.18);border-radius:12px;padding:12px 14px;font-size:12px}[data-theme=dark] .comment-color-preview{background:#101827;border-color:#344155;color:#e7edf6}@media(max-width:760px){.conversation-customer_left .ticket-comment,.conversation-customer_right .ticket-comment{width:94%;max-width:94%}.comment-color-settings,.comment-color-demo{grid-template-columns:1fr}.profile-color-palette{width:min(290px,calc(100vw - 52px))}}.mobile-header,.mobile-sidebar-head,.mobile-backdrop{display:none}@media(max-width:980px){body.mobile-menu-open{overflow:hidden}.app-shell{display:block;min-height:100vh}.mobile-header{position:sticky;top:0;z-index:160;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;height:64px;padding:8px 12px;background:#101827;color:#fff;border-bottom:1px solid #26344a;box-shadow:0 2px 12px #0a14281f}.mobile-menu-button,.mobile-close{border:0;background:transparent;color:inherit;font-size:25px;line-height:1;width:40px;height:40px;border-radius:9px;display:grid;place-items:center}.mobile-menu-button:hover,.mobile-close:hover{background:#1c2940}.mobile-brand{min-width:0;display:flex;justify-content:center;cursor:pointer}.mobile-brand .brand{gap:8px;justify-content:center}.mobile-brand .brand-mark{width:40px;height:40px}.mobile-brand .brand-mark.has-logo img{width:39px;height:39px}.mobile-brand .brand strong{font-size:16px}.mobile-brand .brand span{display:none}.mobile-notifications{position:relative;display:flex;justify-content:flex-end}.mobile-notifications .bell-button{width:40px;height:40px;color:#fff}.mobile-notifications .notification-panel{position:fixed;top:58px;left:10px;right:10px;width:auto;max-height:min(72vh,560px);z-index:190}.mobile-backdrop{display:block;position:fixed;inset:0;z-index:169;border:0;background:#050c197a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sidebar{position:fixed!important;z-index:180;top:0;left:0;width:min(320px,88vw);height:100dvh!important;padding:18px 16px;transform:translate(-105%);transition:transform .22s ease;box-shadow:14px 0 38px #0000003d;overflow-y:auto}.sidebar.mobile-open{transform:translate(0)}.desktop-brand,.desktop-notification{display:none!important}.mobile-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.mobile-sidebar-head .brand{min-width:0}.mobile-sidebar-head .mobile-close{flex:none}.sidebar nav{display:flex!important;flex-direction:column!important;gap:7px!important;margin:24px 0!important;flex-wrap:nowrap!important}.sidebar nav a{padding:13px 14px;font-size:15px}.sidebar-spacer{min-height:24px;flex:1}.sidebar-profile-row{margin-top:auto}.profile-copy{min-width:0}.profile-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:170px}.main{padding:18px 16px 28px!important;min-width:0;overflow-x:hidden}.topbar,.ticket-head{gap:12px;margin-bottom:18px}.ticket-head{flex-wrap:wrap}.ticket-head>div:first-child{min-width:0;flex:1 1 100%}h1{font-size:24px}.crumb{overflow-x:auto;white-space:nowrap;padding-bottom:2px}.ticket-meta{gap:6px}.detail-grid,.admin-grid,.notification-rules-grid,.notification-connect-grid{grid-template-columns:1fr!important;gap:14px!important}.ticket-side{grid-row:auto!important;order:-1}.ticket-side .side-card{padding:14px}.conversation{gap:10px}.message{padding:13px}.message header{padding-bottom:9px;margin-bottom:10px}.message-body{font-size:14px;line-height:1.55}.message.ticket-origin:not(.internal):not(.merged-message){padding-left:0!important;padding-right:0!important}.conversation-customer_left .ticket-comment,.conversation-customer_right .ticket-comment{width:96%!important;max-width:96%!important}.conversation-stacked .ticket-comment{width:100%!important;max-width:100%!important}.reply{padding:13px}.reply-head{gap:8px;flex-wrap:wrap}.reply .actions{position:sticky;bottom:0;z-index:30;background:linear-gradient(to top,#fff 82%,#fff0);padding-top:14px;margin-left:-4px;margin-right:-4px}.reply .actions .primary,.reply .actions .secondary{flex:1 1 150px}[data-theme=dark] .reply .actions{background:linear-gradient(to top,#111827 82%,#11182700)}.editor-toolbar,.kb-toolbar{flex-wrap:nowrap!important;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.editor-toolbar>*,.kb-toolbar>*{flex:0 0 auto}.editor-body{min-height:150px}.kb-toolbar{top:64px!important}.kb-image-resizer{top:118px!important}.tabs,.admin-tabs-wrap .tabs{overflow-x:auto;flex-wrap:nowrap;white-space:nowrap;padding-bottom:4px;scrollbar-width:thin}.tabs button{flex:0 0 auto}.card-head{align-items:stretch;flex-direction:column;padding:14px}.card-head .search{max-width:none;width:100%}.filters-row,.dashboard-filters{display:grid!important;grid-template-columns:1fr 1fr;width:100%;gap:8px}.filters-row .search,.dashboard-filters .search,.filters-row .project-filter,.dashboard-filters .project-filter,.filters-row .status-filter,.dashboard-filters .status-filter{min-width:0!important;max-width:none!important;width:100%!important;flex:none!important}.filters-row .search,.dashboard-filters .search{grid-column:1/-1}.table-wrap{margin-left:-2px;margin-right:-2px;border-radius:10px;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-wrap table{min-width:720px}.table-wrap th,.table-wrap td{padding:11px 12px}.ticket-mini-card{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:11px}.ticket-mini-card>*:nth-child(n+3){grid-column:1/-1}.ticket-project-meta{gap:4px}.form-card,.kb-content{padding:15px}.form-grid{grid-template-columns:1fr!important}.span2{grid-column:auto!important}.actions{flex-wrap:wrap}.actions>*{flex:1 1 140px}.upload-row{align-items:stretch;flex-direction:column}.upload-row>*{width:100%}.kb-layout,.sla-calendar-layout{grid-template-columns:1fr!important;gap:10px}.kb-list{height:auto!important;max-height:34vh!important;position:relative;top:auto;padding:10px}.kb-content{min-width:0}.kb-article-head{flex-direction:column}.kb-editor-body{min-height:360px;padding:15px}.kb-emoji-mega{width:min(520px,calc(100vw - 28px));grid-template-columns:repeat(8,32px)}.notification-connect-grid{padding:12px!important}.notification-rule-modal,.kb-category-modal{width:calc(100vw - 24px)!important;max-width:none!important;max-height:90dvh!important}.comment-color-settings,.comment-color-demo,.conversation-layout-options{grid-template-columns:1fr!important}.profile-color-palette{position:fixed!important;inset:auto 12px 12px!important;width:auto!important;max-height:65dvh;overflow:auto;z-index:220!important}}@media(max-width:620px){.main{padding:14px 10px 24px!important}.mobile-header{padding-left:8px;padding-right:8px}.mobile-brand .brand-mark{width:36px;height:36px}.mobile-brand .brand-mark.has-logo img{width:35px;height:35px}.topbar{align-items:stretch;flex-direction:column}.topbar .primary,.topbar .secondary,.topbar .ghost{width:100%;justify-content:center}.ticket-number{font-size:11px}.ticket-meta .badge,.ticket-meta .project-pill{font-size:10px;padding:3px 7px}.card,.message,.reply,.side-card{border-radius:11px}.message header .avatar{width:44px;height:44px}.message header{gap:9px}.message header strong{font-size:12px}.message header span{font-size:10px}.conversation-customer_left .ticket-comment,.conversation-customer_right .ticket-comment{width:98%!important;max-width:98%!important}.conversation-customer_left .customer-message,.conversation-customer_right .solver-message{margin-right:auto}.conversation-customer_left .solver-message,.conversation-customer_right .customer-message{margin-left:auto}.filters-row,.dashboard-filters{grid-template-columns:1fr!important}.filters-row>*,.dashboard-filters>*{grid-column:1!important}.ticket-mini-card{grid-template-columns:1fr!important}.ticket-mini-card>*{grid-column:1!important}.ticket-mini-card .badge{width:max-content}.table-wrap table{min-width:640px}.admin-checkboxes{grid-template-columns:1fr}.number{max-width:none}.editor-toolbar button,.kb-toolbar button,.kb-image-button{min-height:38px;padding:8px 10px}.editor-body{font-size:16px}.kb-editor-body{font-size:16px;min-height:320px}.kb-list{max-height:30vh!important}.login-page{padding:12px}.login-card{padding:22px 18px;border-radius:14px}.login-card h1{font-size:23px}.notification-panel{border-radius:12px}.notification-item{padding:12px!important}.notification-list{max-height:58vh!important}}.service-table .sortable-head-row th{padding-top:7px;padding-bottom:7px}.table-sort{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:750;text-align:left;white-space:nowrap;cursor:pointer}.table-sort i{font-style:normal;font-size:9px;line-height:1;color:#a7b0bd;min-width:10px;text-align:center;transition:.15s ease}.table-sort:hover i,.table-sort.active i{color:#315ee7}.table-sort.active{color:#273b6d}.column-filter-row th{padding:4px 6px!important;background:#fafbfd!important;border-top:1px solid #edf0f4}.column-filter-row input,.column-filter-row select{height:26px;min-height:26px;width:100%;min-width:72px;padding:2px 7px;border:1px solid transparent;border-radius:7px;background:#f2f5f9;color:#617087;font-size:9px;box-shadow:none;outline:none;transition:.15s ease}.column-filter-row input::placeholder{color:#a3adba}.column-filter-row input:hover,.column-filter-row select:hover{background:#edf2f8}.column-filter-row input:focus,.column-filter-row select:focus{background:#fff;border-color:#b9c9f7;color:#26344a;box-shadow:0 0 0 2px #315ee714}.clear-mini-filters{width:22px;height:22px;border:0;border-radius:6px;background:#eef2f7;color:#758297;padding:0;font-size:14px;line-height:22px;cursor:pointer}.clear-mini-filters:hover{background:#e1e7ef;color:#334155}.check-col{width:30px;min-width:30px}[data-theme=dark] .column-filter-row th{background:#151f2e!important;border-color:#27364a}[data-theme=dark] .column-filter-row input,[data-theme=dark] .column-filter-row select{background:#101827;border-color:transparent;color:#aebbd0}[data-theme=dark] .column-filter-row input:focus,[data-theme=dark] .column-filter-row select:focus{background:#0d1522;border-color:#4767a7;color:#e7edf6}[data-theme=dark] .table-sort.active{color:#a8beff}@media(max-width:700px){.column-filter-row input,.column-filter-row select{font-size:11px;height:30px;min-height:30px}.table-sort i{font-size:10px}.service-table{min-width:930px}}.message.internal{border-color:#ead9a3}.message-kind-label.internal-label{background:#fff0ad;color:#6f5600}.comment-color-demo.with-internal{grid-template-columns:repeat(3,minmax(0,1fr))}[data-theme=dark] .message-kind-label.internal-label{background:#493d12;color:#ffe790}@media(max-width:980px){.comment-color-demo.with-internal{grid-template-columns:1fr}}.notification-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px;padding:5px 7px;border-bottom:1px solid #edf0f4;background:#fbfcfe}.notification-actions .notification-mark-all{margin-left:0;padding:7px 8px}.notification-delete-all{border:0;background:transparent;color:#b33a48;padding:7px 8px;font-size:12px;cursor:pointer;border-radius:7px}.notification-delete-all:hover{background:#fff0f2}.notification-row{position:relative;display:flex;align-items:stretch;border-bottom:1px solid #edf0f4;background:#fff}.notification-row.unread{background:#eef3ff}.notification-row .notification-item{flex:1;min-width:0;border-bottom:0;background:transparent;padding-right:5px}.notification-delete-one{flex:none;width:38px;border:0;background:transparent;color:#9aa5b4;cursor:pointer;font-size:13px}.notification-delete-one:hover{color:#c23b49;background:#fff0f2}[data-theme=dark] .notification-actions{background:#121b29;border-color:#283548}[data-theme=dark] .notification-delete-all{color:#ff9aa8}[data-theme=dark] .notification-delete-all:hover,[data-theme=dark] .notification-delete-one:hover{background:#35202a}[data-theme=dark] .notification-row{background:#151e2d;border-color:#283548}[data-theme=dark] .notification-row.unread{background:#1d2d49}@media(max-width:700px){.notification-delete-one{width:44px}.notification-actions{padding:6px 8px}}.ticket-favorite,.ticket-detail-favorite{border:0;background:transparent;color:#aab3c2;font-size:20px;line-height:1;padding:4px 6px;border-radius:7px}.ticket-favorite:hover,.ticket-detail-favorite:hover{background:#fff6c8;color:#c99700}.ticket-favorite.on,.ticket-detail-favorite.on{color:#f2b600}.favorite-col{width:42px;text-align:center!important}.favorite-filter.active{background:#fff3bd;color:#845f00;box-shadow:inset 0 0 0 1px #efd36b}.ticket-detail-favorite{font-size:13px;margin:4px 0 8px;background:#f5f7fb;border:1px solid #e1e7f0}.message-actions{margin-left:auto;display:flex;align-items:center;gap:4px}.edit-message-button{border:0;background:transparent;border-radius:7px;padding:5px 7px;opacity:.65}.edit-message-button:hover{background:#eef2f8;opacity:1}.edited-mark{font-style:normal;color:#9a7b28}.edit-comment-modal{width:min(760px,calc(100vw - 30px));max-width:760px}.ip-allowlist-editor{margin-top:14px;padding:14px;border:1px solid #e2e7ef;border-radius:11px;background:#f8fafc}.ip-allowlist-editor textarea{width:100%;resize:vertical;border:1px solid #d7dde7;border-radius:9px;padding:10px 11px;background:#fff;color:#1f2a3d;font:12px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace}.settings-section-head.compact{margin-bottom:10px}.custom-theme-color-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.theme-live-preview{height:140px;border-radius:12px;overflow:hidden;border:1px solid #dfe5ee;display:grid;grid-template-columns:92px 1fr;margin-top:14px;padding:0}.theme-live-preview aside{height:100%}.theme-live-preview>div{margin:16px;border-radius:10px;padding:14px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;box-shadow:0 1px 3px #14233c14}.theme-live-preview button{border:0;color:#fff;border-radius:7px;padding:6px 10px;font-weight:700}html[data-custom-theme=true] body,html[data-custom-theme=true],html[data-custom-theme=true] .main{background:var(--soty-page)!important}html[data-custom-theme=true] .sidebar{background:var(--soty-sidebar)!important}html[data-custom-theme=true] .card,html[data-custom-theme=true] .message:not(.internal):not(.merged-message),html[data-custom-theme=true] .login-card{background:var(--soty-card)}html[data-custom-theme=true] .primary,html[data-custom-theme=true] .brand-mark{background:var(--soty-accent)!important}html[data-custom-theme=true] .ticket-number,html[data-custom-theme=true] .table-ticket-number,html[data-custom-theme=true] .crumb a,html[data-custom-theme=true] .notification-mark-all{color:var(--soty-accent)!important}html[data-custom-theme=true] .tabs button.active,html[data-custom-theme=true] .queue-nav-main button.active{box-shadow:inset 0 0 0 1px var(--soty-accent);color:var(--soty-accent)}[data-theme=dark] .ip-allowlist-editor{background:#121b29;border-color:#2e3a4d}[data-theme=dark] .ip-allowlist-editor textarea{background:#101827;border-color:#344155;color:#e7edf6}[data-theme=dark] .ticket-detail-favorite{background:#151e2d;border-color:#344155}[data-theme=dark] .edit-message-button:hover{background:#26344a}@media(max-width:760px){.custom-theme-color-grid{grid-template-columns:1fr}.favorite-filter{flex:1 1 auto}.ticket-detail-favorite{align-self:flex-start}}.login-lock-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:999px;background:#fff0f0;border:1px solid #f1caca;color:#a52b2b;font-size:12px;font-weight:700;white-space:nowrap}.login-lock-panel{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid #f0c7c7;border-radius:12px;background:#fff5f5}.login-lock-panel>div{display:flex;flex-direction:column;gap:3px}.login-lock-panel span{font-size:12px;color:#7b5555}[data-theme=dark] .login-lock-badge{background:#3b2328;border-color:#644047;color:#ffd6dc}[data-theme=dark] .login-lock-panel{background:#342226;border-color:#5f3b42}.login-lock-panel .secondary{white-space:nowrap}@media(max-width:700px){.login-lock-panel{align-items:stretch;flex-direction:column}.login-lock-panel .secondary{width:100%}}.offline-banner{position:sticky;top:0;z-index:80;margin:-2px 0 14px;padding:10px 14px;border-radius:10px;background:#fff7d6;border:1px solid #ead47a;font-weight:700;box-shadow:0 6px 18px #10182712}.pwa-card .pwa-status{display:flex;align-items:center;gap:10px;margin:12px 0;padding:12px;border-radius:12px;background:var(--panel-soft,#f6f8fc)}.pwa-card .pwa-status strong{display:block}.pwa-card .pwa-status span{font-size:.9rem;color:var(--muted,#64748b)}.pwa-card .pwa-icon{font-size:28px}.draft-saved-note{font-size:.82rem;color:var(--muted,#64748b);white-space:nowrap}@media(max-width:700px){.offline-banner{margin:0 0 10px;border-radius:0}.draft-saved-note{white-space:normal;width:100%}}.pwa-card{min-width:0;overflow:hidden}.pwa-card .settings-section-head,.pwa-card .settings-section-head>div,.pwa-card .pwa-status,.pwa-card .pwa-status>div{min-width:0}.pwa-card .settings-section-head p,.pwa-card .pwa-status span,.pwa-card .info-note{overflow-wrap:anywhere;word-break:normal}.pwa-install-button{width:100%;max-width:100%;margin-top:4px}.pwa-ios-steps{margin-top:10px;padding:12px 14px;border:1px solid #dce5f5;border-radius:12px;background:#f7f9fd;overflow-wrap:anywhere}.pwa-ios-steps strong{display:block;margin-bottom:6px}.pwa-ios-steps ol{margin:6px 0 0;padding-left:22px}.pwa-ios-steps li{margin:7px 0;line-height:1.4}[data-theme=dark] .pwa-ios-steps{background:#151e2d;border-color:#334155}@media(max-width:700px){.pwa-card{padding:16px!important}.pwa-card .pwa-status{align-items:flex-start;gap:10px;padding:10px}.pwa-card .pwa-status>div{flex:1 1 auto;width:0}.pwa-card .pwa-status strong,.pwa-card .pwa-status span{white-space:normal}.pwa-card .settings-section-head{display:block}.pwa-card .settings-section-head h2{font-size:1.15rem}.pwa-card .settings-section-head p{font-size:.95rem;line-height:1.35}.pwa-install-button{min-height:46px;font-size:1rem}}html,body,#root{width:100%;max-width:100%;min-width:0;overflow-x:hidden}.app-shell,.main,.settings-grid,.settings-card,.settings-card>*,.settings-section-head,.settings-section-head>div{min-width:0;max-width:100%}.settings-grid{width:100%}.settings-card{width:100%;overflow:hidden}.settings-card p,.settings-card span,.settings-card strong,.settings-card label,.settings-card li{max-width:100%;overflow-wrap:anywhere;word-break:normal}.pwa-card .pwa-status{width:100%;max-width:100%}.pwa-card .pwa-status>div{min-width:0;max-width:100%;width:auto!important;flex:1 1 0}.pwa-card .pwa-status span:not(.pwa-icon){display:block;max-width:100%;white-space:normal!important;overflow-wrap:anywhere}.pwa-ios-steps{width:100%;max-width:100%;overflow:hidden}.pwa-ios-steps ol{max-width:100%;padding-left:28px;margin-right:0}.pwa-ios-steps li{max-width:100%;padding-right:4px;overflow-wrap:anywhere}@media(max-width:700px){.main{width:100%!important;max-width:100vw!important;padding-left:10px!important;padding-right:10px!important}.settings-grid{display:block!important;width:100%!important;max-width:100%!important}.settings-card{display:block;width:100%!important;max-width:100%!important;margin:0 0 14px!important;padding:16px!important}.settings-card.profile-summary{display:flex!important}.pwa-card .settings-section-head,.pwa-card .settings-section-head>div{width:100%!important;max-width:100%!important}.pwa-card .pwa-status{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;width:100%!important}.pwa-card .pwa-icon{width:34px;min-width:34px}.pwa-install-button{display:block!important;width:100%!important;max-width:100%!important;white-space:normal!important}}@supports (padding: env(safe-area-inset-top)){html,body,#root{min-height:100%}.mobile-header,.app-header{padding-top:max(env(safe-area-inset-top),0px)}.sidebar{padding-bottom:max(env(safe-area-inset-bottom),12px)}.app-main,main{padding-bottom:max(env(safe-area-inset-bottom),16px)}}@media(max-width:720px){body{overscroll-behavior-x:none}}.pwa-bottom-nav{display:none}html.pwa-standalone,html.pwa-standalone body,html.pwa-standalone #root{height:100%;min-height:100%;overscroll-behavior:none}html.pwa-standalone body{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html.pwa-standalone .app-shell{min-height:100dvh}html.pwa-standalone .mobile-header{background:#101827;border-bottom-color:#101827;box-shadow:none}html.pwa-standalone .mobile-menu-button,html.pwa-standalone .bell-button,html.pwa-standalone button,html.pwa-standalone a{touch-action:manipulation}@media(max-width:980px){html.pwa-standalone .mobile-header{position:fixed;top:0;left:0;right:0;height:calc(58px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);padding-left:max(10px,env(safe-area-inset-left));padding-right:max(10px,env(safe-area-inset-right));z-index:220}html.pwa-standalone .main{padding-top:calc(72px + env(safe-area-inset-top))!important;padding-bottom:max(18px,env(safe-area-inset-bottom))!important}html.pwa-standalone .pwa-bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));left:0;right:0;bottom:0;z-index:215;min-height:calc(62px + env(safe-area-inset-bottom));padding:6px max(8px,env(safe-area-inset-right)) env(safe-area-inset-bottom) max(8px,env(safe-area-inset-left));background:#fffffff7;border-top:1px solid #dbe3ef;box-shadow:0 -8px 30px #0f172a14;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}html.pwa-standalone .pwa-bottom-nav:has(button:nth-child(5)){grid-template-columns:repeat(5,minmax(0,1fr))}html.pwa-standalone .pwa-bottom-nav button{min-width:0;border:0;background:transparent;color:#75839a;border-radius:13px;padding:5px 2px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font:inherit}html.pwa-standalone .pwa-bottom-nav button span{font-size:22px;line-height:1;font-weight:800}html.pwa-standalone .pwa-bottom-nav button small{font-size:10px;line-height:1.1;font-weight:750;white-space:nowrap}html.pwa-standalone .pwa-bottom-nav button.active{color:var(--soty-accent,#315ee7);background:color-mix(in srgb,var(--soty-accent,#315ee7) 9%,transparent)}html.pwa-standalone .notification-panel-right{top:calc(56px + env(safe-area-inset-top));bottom:auto}html.pwa-standalone .sidebar{padding-top:max(18px,env(safe-area-inset-top));padding-left:max(16px,env(safe-area-inset-left));padding-bottom:max(18px,env(safe-area-inset-bottom))}}@media(max-width:980px)and (prefers-color-scheme:dark){html.pwa-standalone[data-theme=dark] .pwa-bottom-nav,html.pwa-standalone body[data-theme=dark] .pwa-bottom-nav{background:#101827f5;border-top-color:#26344a;color:#cbd5e1}}.mobile-ticket-list,.kb-mobile-toolbar,.kb-mobile-drawer-head,.kb-mobile-backdrop{display:none}@media(max-width:700px){.service-table-wrap{display:none!important}.mobile-ticket-list{display:grid;gap:10px;padding:10px 0 4px}.mobile-ticket-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:13px;box-shadow:0 1px 4px #0f172a0d;min-width:0}.mobile-ticket-card-head{display:flex;align-items:flex-start;gap:10px}.mobile-ticket-main{display:grid;gap:4px;min-width:0;flex:1}.mobile-ticket-number{font-size:12px;font-weight:800;color:#315ee7;text-decoration:none;overflow-wrap:anywhere}.mobile-ticket-title{font-size:16px;font-weight:800;line-height:1.25;color:inherit;text-decoration:none;overflow-wrap:anywhere}.mobile-ticket-pills{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-top:10px}.mobile-age{font-size:11px;color:var(--muted);font-weight:650}.mobile-ticket-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;margin-top:11px;padding-top:10px;border-top:1px solid var(--border)}.mobile-ticket-meta span{display:grid;gap:2px;min-width:0;font-size:12px;overflow-wrap:anywhere}.mobile-ticket-meta b{font-size:9px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.mobile-ticket-sla{margin-top:10px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:7px}.mobile-ticket-sla small{font-size:10px;color:var(--muted)}.mobile-ticket-sla .sla-progress-track{height:6px}.mobile-ticket-select{display:flex;align-items:center;gap:7px;margin-top:10px;font-size:11px;color:var(--muted)}.queue-tabs{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.queue-tabs>*{flex:0 0 auto}.kb-mobile-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:10px;position:sticky;top:68px;z-index:55;background:var(--bg);padding:4px 0 8px}.kb-mobile-toolbar span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;color:var(--muted)}.kb-tree-open{width:auto!important;min-width:112px!important;flex:none!important}.kb-mobile-backdrop{display:block;position:fixed;inset:0;z-index:204;border:0;background:#080f1c7a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.kb-layout{display:block!important}.kb-content{width:100%;min-width:0}.kb-list{position:fixed!important;z-index:205;top:0!important;left:0!important;bottom:0!important;width:min(340px,88vw)!important;max-width:88vw!important;height:100dvh!important;max-height:none!important;margin:0!important;border-radius:0 16px 16px 0!important;padding:14px!important;transform:translate(-105%);transition:transform .22s ease;overflow:auto!important;box-shadow:18px 0 42px #0000003d}.kb-tree-mobile-open .kb-list{transform:translate(0)}.kb-mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid var(--border)}.kb-mobile-drawer-head strong{font-size:17px}.kb-mobile-drawer-head button{border:0;background:transparent;font-size:28px;width:38px;height:38px;color:inherit}.kb-tree{padding-bottom:30px}.kb-tree-folder,.kb-tree-article{min-height:42px!important}.kb-tree-article strong,.kb-tree-folder strong{overflow-wrap:anywhere}.kb-rendered{max-width:100%;overflow-wrap:anywhere}.kb-rendered img,.kb-rendered video,.kb-rendered iframe{max-width:100%!important;height:auto!important}.kb-rendered table{display:block;max-width:100%;overflow-x:auto}}@media(max-width:430px){.mobile-ticket-meta{grid-template-columns:1fr}.mobile-ticket-card{padding:12px}.kb-content{padding:13px!important}}@media(max-width:980px){html.pwa-standalone .pwa-bottom-nav{display:none!important}html.pwa-standalone .main{padding-bottom:max(18px,env(safe-area-inset-bottom))!important}}@media(max-width:700px){.admin-page{min-width:0;width:100%;max-width:100%;overflow:hidden}.admin-page>.topbar{margin-bottom:12px}.admin-page>.topbar h1{font-size:27px;line-height:1.1}.admin-page>.topbar p{font-size:15px;line-height:1.35;margin-bottom:0;overflow-wrap:anywhere}.admin-page .admin-tabs-wrap{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;width:100%;max-width:100%;overflow:visible!important;white-space:normal!important;margin:0 0 14px}.admin-page .admin-tabs-wrap button{min-width:0!important;width:100%;min-height:42px;padding:8px 7px;white-space:normal!important;overflow-wrap:anywhere;line-height:1.15;text-align:center;font-size:12px}.admin-page .admin-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%;max-width:100%;gap:12px}.admin-page .card,.admin-page .compact-form,.admin-page .card-head{min-width:0;max-width:100%}.admin-page .card-head{align-items:flex-start;flex-direction:column;padding:14px 15px;gap:6px}.admin-page .card-head .muted{white-space:normal;overflow-wrap:anywhere}.admin-page .table-wrap{width:100%;max-width:100%;overflow:visible!important}.admin-page .table-wrap table,.admin-page .table-wrap tbody{display:block!important;width:100%!important;max-width:100%!important}.admin-page .table-wrap thead{display:none!important}.admin-page .table-wrap tr{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;margin:0;padding:10px 14px;border-bottom:1px solid var(--border,#e4e9f1);background:transparent}.admin-page .table-wrap tbody tr:last-child{border-bottom:0}.admin-page .table-wrap td{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;padding:5px 0!important;border:0!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word}.admin-page .table-wrap td:empty{display:none!important}.admin-page .table-wrap td strong,.admin-page .table-wrap td span,.admin-page .table-wrap td small,.admin-page .table-wrap td div{max-width:100%;white-space:normal;overflow-wrap:anywhere}.admin-page .table-wrap .project-access-summary{max-width:100%}.admin-page .table-wrap .row-actions,.admin-page .table-wrap .request-actions{display:flex;flex-wrap:wrap;gap:7px;width:100%}.admin-page .table-wrap .row-actions button,.admin-page .table-wrap .request-actions button{max-width:100%;white-space:normal}.admin-page .table-wrap .secondary{white-space:normal}.admin-page .compact-form{padding:16px;width:100%}.admin-page .admin-checkboxes{grid-template-columns:1fr}.admin-page input,.admin-page select,.admin-page textarea{max-width:100%;min-width:0}.admin-page .filters-row{display:grid;grid-template-columns:1fr;width:100%}.admin-page .project-filter{min-width:0;width:100%}}@media(max-width:390px){.admin-page .admin-tabs-wrap{grid-template-columns:1fr}}
