@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{--canvas:#eef0fa;--surface:#fff;--ink:#1c2030;--muted:#82899c;--line:#e8eaf1;--accent:#4b52f5;--accent-dark:#3e45e6;--accent-soft:#eef0ff;--green:#35ad67;--green-soft:#eaf8ef;--orange:#e99724;--orange-soft:#fff5e6;--blue-soft:#eff1ff;--red:#e25a5a;--shadow:0 14px 32px rgba(52,57,109,.08);--radius:16px;font-family:DM Sans,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--canvas);font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#eff1fa,#e9ecf9)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}.app-shell{min-height:100vh;display:flex;padding:0;gap:0}.sidebar{position:sticky;top:0;width:232px;height:100vh;flex:0 0 232px;min-height:100vh;overflow-y:auto;background:#fff;border-radius:0;border-right:1px solid #edf0f7;padding:24px 14px 18px;display:flex;flex-direction:column;box-shadow:none;z-index:20}.brand-row{display:flex;align-items:flex-start;gap:9px;padding:2px 10px 28px}.brand-logo{width:38px;height:38px;object-fit:contain;mix-blend-mode:multiply;flex:none;margin-top:1px}.brand-copy{display:grid;gap:3px;min-width:0;padding-top:1px}.brand-copy strong{color:#273246;font-size:13px;line-height:1.25;letter-spacing:-.25px}.brand-copy small{color:#8a91a1;font-size:11px;font-weight:500;letter-spacing:0}.nav-reminder-dot{width:7px;height:7px;margin-left:auto;border-radius:50%;background:#ef565e;box-shadow:0 0 0 3px #fff1f1}.brand-mark{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#5d67ff,#3643d9);font-size:15px;font-weight:700;box-shadow:0 5px 11px #c7caff}.sidebar-close{display:none;margin-left:auto;border:0;background:none;color:var(--muted)}.side-nav{display:grid;gap:5px}.side-nav-item{border:0;background:transparent;color:#626a7d;display:flex;align-items:center;gap:13px;width:100%;padding:12px 13px;border-radius:10px;font-size:15px;text-align:left;transition:background .18s,color .18s}.side-nav-item:hover{background:#f5f6ff;color:#343bda}.side-nav-item.active{color:#fff;background:var(--accent);box-shadow:0 7px 16px #4b52f540}.sidebar-help{margin:auto 5px 0;padding:15px 12px;background:#f5f6ff;border-radius:13px;display:flex;gap:10px;color:#50576c}.sidebar-help strong{display:block;font-size:13px;margin-bottom:4px}.sidebar-help small{display:block;font-size:11px;line-height:1.45;color:#81889b}.help-dot{width:21px;height:21px;display:grid;place-items:center;border:1px solid #9ba1f2;border-radius:50%;color:#565dde;font-weight:700;font-size:13px;flex:none}.sidebar-copyright{margin:11px 6px 0;padding-top:10px;border-top:1px solid #eef0f5;color:#a0a6b4;font-size:9px;line-height:1.55;letter-spacing:.02em;text-align:center}.app-main{min-width:0;flex:1;background:#f8f9fe;border-radius:0;overflow:hidden;box-shadow:none}.topbar{height:78px;padding:0 32px;display:flex;align-items:center;gap:11px;border-bottom:1px solid #edf0f5;background:#ffffffeb}.topbar-spacer{flex:1}.icon-button{width:36px;height:36px;padding:0;border:0;border-radius:50%;background:#fff;color:#4e5669;display:grid;place-items:center;transition:background .18s,color .18s}.icon-button:hover{background:#f0f1ff;color:var(--accent)}.notification-button{position:relative}.notification-button i{position:absolute;top:8px;right:9px;width:6px;height:6px;border-radius:50%;background:#f16263;border:1px solid #fff}.live-dot,.demo-dot{width:7px;height:7px;border-radius:50%;margin:0 2px 0 6px}.live-dot{background:#32ad6b;box-shadow:0 0 0 3px #e0f5e7}.demo-dot{background:#e9a230;box-shadow:0 0 0 3px #fff4dd}.user-menu{display:flex;align-items:center;gap:7px;padding:3px 5px;color:#41485a;border-radius:10px}.user-menu:hover{background:#f5f6fc}.user-menu select{min-width:102px;max-width:138px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;outline:0;font-size:14px;color:#3f4659;font-weight:600;cursor:pointer}.user-menu svg{margin-left:-18px;pointer-events:none}.mobile-menu-button,.mobile-page-name{display:none}.avatar{display:inline-grid;place-items:center;border-radius:50%;background:#eceeff;color:#474ed6;font-weight:700;flex:none}.avatar-xs{width:20px;height:20px;font-size:11px}.avatar-sm{width:29px;height:29px;font-size:13px}.avatar-md{width:34px;height:34px;font-size:14px}.avatar-lg{width:40px;height:40px;font-size:16px}.person{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.muted{color:#a0a6b5}.page-content{max-width:1440px;margin:0 auto;padding:30px 32px 36px}.page-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.page-title-row h1{margin:0 0 6px;font-size:27px;letter-spacing:-.8px;line-height:1.2}.page-title-row p{margin:0;color:var(--muted);font-size:14px}.primary-button,.secondary-button,.danger-button,.soft-button{height:40px;border-radius:10px;padding:0 16px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:14px;font-weight:600;transition:all .18s}.primary-button{background:var(--accent);color:#fff;box-shadow:0 7px 14px #4b52f530}.primary-button:hover{background:var(--accent-dark);transform:translateY(-1px)}.secondary-button{color:#5b6275;background:#fff;border-color:#e4e7f0}.secondary-button:hover{background:#f8f9fc;border-color:#cfd4e2}.danger-button{background:#dc5555;color:#fff}.soft-button{background:#fff;border-color:#e5e7f0;color:#555d71}.title-action{flex:none}.filter-panel{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid #eceef5;border-radius:14px;padding:12px;box-shadow:0 5px 12px #373b6406;margin-bottom:15px}.filter-search{height:40px;min-width:252px;flex:1.3;display:flex;align-items:center;gap:8px;color:#858c9f;border:1px solid #e3e6ef;border-radius:9px;padding:0 11px;background:#fff}.filter-search input{min-width:0;width:100%;border:0;outline:0;color:var(--ink);font-size:14px;background:transparent}.filter-search input::placeholder{color:#a4a9b7}.select-field{position:relative;height:40px;display:flex;align-items:center;gap:5px;border:1px solid #e3e6ef;border-radius:9px;padding:0 28px 0 10px;color:#737b8d;font-size:13px;white-space:nowrap}.select-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;outline:0;background:transparent;min-width:50px;color:#41485a;font-size:14px;cursor:pointer}.select-field svg{position:absolute;right:9px;pointer-events:none}.filter-reset{border:0;color:#6a71f1;background:transparent;font-size:14px;padding:6px 2px}.mobile-filter-row{display:none}.ticket-list-panel,.summary-panel,.admin-panel{background:#fff;border:1px solid #ebedf4;border-radius:15px;box-shadow:0 8px 18px #34396909;overflow:hidden}.ticket-table-wrap{overflow:auto}.ticket-table{width:100%;min-width:0;table-layout:fixed;border-collapse:collapse;font-size:14px}.ticket-table th{height:47px;padding:0 15px;overflow:hidden;text-align:left;text-overflow:ellipsis;color:#838a9b;font-weight:500;font-size:13px;border-bottom:1px solid #edf0f5;white-space:nowrap;background:#fcfcfe}.ticket-table td{height:62px;padding:0 15px;overflow:hidden;color:#555d70;text-overflow:ellipsis;border-bottom:1px solid #f0f1f6;white-space:nowrap}.ticket-table tbody tr{transition:background .15s;cursor:pointer}.ticket-table tbody tr:hover{background:#f8f9ff}.ticket-table tbody tr:last-child td{border-bottom:0}.ticket-table th:first-child,.ticket-table td:first-child{padding-left:21px}.ticket-code{color:#4f58ee;font-size:13px;font-weight:600;letter-spacing:.05px;white-space:nowrap}.ticket-title strong{color:#32384a;font-weight:600;max-width:220px;display:inline-block;overflow:hidden;vertical-align:middle;text-overflow:ellipsis}.updated-time{color:#848b9c!important;font-size:13px}.row-arrow{color:#b7bdca}.status-tag{display:inline-flex;align-items:center;height:25px;padding:0 8px;border-radius:6px;font-size:13px;line-height:1;font-weight:600;white-space:nowrap}.status-created{color:#4d59e7;background:var(--blue-soft)}.status-replied{color:#259458;background:var(--green-soft)}.status-reviewed{color:#d48612;background:var(--orange-soft)}.status-completed{color:#328c55;background:#ebf7ed}.table-footer{min-height:52px;padding:0 21px;display:flex;align-items:center;justify-content:space-between;color:#8b92a2;font-size:13px;border-top:1px solid #f0f1f5}.page-display{color:#5c6476;border:1px solid #e8eaf1;border-radius:6px;padding:5px 9px}.ticket-cards{display:none}.empty-state{padding:62px 20px;text-align:center;color:#999faf;font-size:15px}.summary-panel{margin-top:15px;padding:20px 22px}.section-heading{display:flex;align-items:center;justify-content:space-between}.section-heading h2{margin:0 0 4px;font-size:16px}.section-heading p{margin:0;font-size:13px;color:#9298a7}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px}.summary-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:2px 23px 2px 0;border-right:1px solid #edf0f5}.summary-item+.summary-item{padding-left:23px}.summary-item:last-child{border-right:0}.summary-item strong{justify-self:end;font-size:25px;letter-spacing:-.6px}.summary-item>span:last-child{color:#9ca2b0;font-size:13px}.modal-layer,.drawer-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center}.modal-backdrop,.drawer-backdrop,.sidebar-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;border:0;background:#191d3159;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ticket-modal,.small-modal{position:relative;width:min(686px,calc(100vw - 30px));max-height:calc(100vh - 30px);overflow:auto;background:#fff;border-radius:17px;box-shadow:0 25px 70px #171b3b40;padding:25px}.small-modal{width:min(510px,calc(100vw - 30px))}.modal-heading{display:flex;justify-content:space-between;gap:18px;padding-bottom:20px;border-bottom:1px solid #edf0f4;margin-bottom:20px}.modal-heading h2{margin:0 0 5px;font-size:21px}.modal-heading p{margin:0;color:#8d93a2;font-size:13px}.ticket-modal form,.small-modal form{display:grid;gap:17px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.ticket-modal label,.small-modal label{display:grid;gap:8px;color:#50586a;font-size:14px;font-weight:600}.required{margin-left:3px;color:#de5656}.ticket-modal input,.ticket-modal select,.ticket-modal textarea,.small-modal input,.small-modal select{width:100%;border:1px solid #e1e4ed;outline:0;color:#303748;border-radius:9px;padding:0 11px;font-size:14px;font-weight:400;transition:border .18s,box-shadow .18s;background:#fff}.ticket-modal input,.ticket-modal select,.small-modal input,.small-modal select{height:40px}.ticket-modal textarea{padding:11px;resize:vertical;line-height:1.65}.ticket-modal input:focus,.ticket-modal select:focus,.ticket-modal textarea:focus,.small-modal input:focus,.small-modal select:focus{border-color:#767cf8;box-shadow:0 0 0 3px #eff0ff}.attachment-field{display:grid;gap:10px}.field-label{color:#50586a;font-size:14px;font-weight:600}.field-label span{margin-left:8px;color:#a1a6b4;font-size:12px;font-weight:400}.upload-dropzone{min-height:81px;padding:12px 15px;border:1px dashed #cfd3e4;background:#fafbff;border-radius:10px;display:flex;align-items:center;gap:11px;text-align:left;color:#5d6478}.upload-dropzone:hover{border-color:#777df6;background:#f6f7ff}.upload-icon{width:35px;height:35px;border-radius:9px;display:grid;place-items:center;color:#5860ef;background:#eaecff}.upload-dropzone strong,.upload-dropzone small{display:block}.upload-dropzone strong{font-size:13px;font-weight:600;margin-bottom:4px}.upload-dropzone small{font-size:12px;color:#9198a9;display:flex;align-items:center;gap:4px}.upload-hints{display:flex;gap:16px;color:#9399a8;font-size:12px}.upload-hints span{display:flex;align-items:center;gap:4px}.file-chip-list{display:flex;flex-wrap:wrap;gap:7px}.file-chip{display:inline-flex;max-width:100%;align-items:center;gap:5px;color:#5a6274;background:#f3f4fa;border-radius:6px;padding:6px 7px;font-size:12px}.file-chip span{max-width:170px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.file-chip button{margin-left:2px;border:0;padding:0 1px;color:#7d8496;background:transparent;font-size:17px;line-height:1}.form-actions{display:flex;justify-content:flex-end;gap:9px;padding-top:3px}.form-actions .primary-button,.form-actions .secondary-button{min-width:92px}.drawer-layer{justify-content:flex-end}.detail-drawer{position:relative;height:100%;width:min(545px,100vw);background:#fff;box-shadow:-10px 0 45px #15193530;display:flex;flex-direction:column;animation:slide-in .22s ease-out}.drawer-header{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;padding:24px 26px 19px;border-bottom:1px solid #edf0f5}.drawer-header h2{margin:6px 0 0;font-size:21px;line-height:1.3}.drawer-body{flex:1;min-height:0;overflow:auto;padding:0 26px 28px}.detail-status-row{display:flex;justify-content:space-between;align-items:center;padding:15px 0;font-size:13px;color:#8b92a2}.detail-status-row>span:last-child{display:flex;align-items:center;gap:5px}.detail-section{padding:19px 0;border-top:1px solid #eef0f5}.detail-section h3{margin:0 0 13px;font-size:15px;display:flex;align-items:center;gap:7px}.detail-metadata{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 18px}.detail-metadata>div{display:grid;gap:5px;font-size:13px}.detail-metadata span{color:#969cab}.detail-metadata strong{color:#4a5265;font-weight:500}.detail-content{white-space:pre-wrap;color:#5f6677;font-size:14px;line-height:1.78;margin:0}.response-section h3{color:#4886d5}.review-section h3{color:#329460}.timeline{display:grid;gap:0}.timeline-item{display:grid;grid-template-columns:32px 1fr;gap:10px;position:relative;min-height:71px;color:#a7acb8}.timeline-item:not(:last-child):before{content:"";position:absolute;top:29px;left:14px;width:1px;bottom:1px;background:#e7eaf1}.timeline-icon{z-index:1;width:29px;height:29px;display:grid;place-items:center;color:#b4bac6;background:#f1f3f7;border-radius:50%}.timeline-item.active{color:#5c6475}.timeline-item.active .timeline-icon{color:#fff;background:#5960ee}.timeline-item strong{font-size:14px}.timeline-item p{font-size:13px;margin:3px 0;line-height:1.5}.timeline-item small{font-size:12px;color:#9ba1ae}.drawer-actions{padding:15px 26px 20px;border-top:1px solid #edf0f5;background:#fff}.action-form{display:grid;gap:10px}.action-form textarea{width:100%;padding:9px 10px;border:1px solid #dfe3ec;border-radius:8px;resize:vertical;outline:0;font-size:14px}.review-actions{display:flex;justify-content:flex-end;gap:8px}.action-hint{display:flex;align-items:center;gap:7px;min-height:36px;color:#89909f;font-size:13px}.full-width-button{width:100%}.toast{position:fixed;z-index:160;left:50%;bottom:27px;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:12px 16px;max-width:calc(100vw - 30px);color:#fff;background:#30364c;border-radius:10px;box-shadow:0 9px 24px #191d3338;font-size:14px}.admin-panel{padding:0}.table-toolbar{min-height:68px;padding:13px 18px;display:flex;justify-content:space-between;align-items:center;gap:12px;color:#8d93a1;font-size:13px}.filter-search.compact{flex:none;width:min(320px,100%)}.users-table{min-width:1220px}.role-list{display:flex;flex-wrap:wrap;gap:5px}.role-list span{display:inline-flex;padding:4px 7px;color:#6870df;background:#f0f1ff;border-radius:5px;font-size:12px}.handler-summary{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enabled-text{color:#2c9d5d}.disabled-text{color:#ad5460}.admin-panel>.rule-note{margin:18px}.rule-note{display:flex;align-items:center;gap:8px;color:#6870df;font-size:13px;background:#f5f6ff;border:1px solid #e7e9ff;border-radius:8px;padding:11px 13px}.inline-select{height:31px;min-width:100px;border:1px solid #dfe3ec;border-radius:6px;padding:0 6px;color:#4b5264;background:#fff}.inline-actions{display:flex;gap:7px;align-items:center}.tiny-primary,.tiny-button,.text-button{height:27px;border-radius:6px;font-size:12px;padding:0 8px;border:0}.tiny-primary{display:inline-flex;align-items:center;gap:3px;color:#fff;background:var(--accent)}.tiny-button{color:#7e8595;background:#f1f2f6}.text-button{color:#515af0;background:transparent;padding:0}.reviewer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;padding:18px}.reviewer-card{padding:21px;border:1px solid #e8eaf0;border-radius:12px}.reviewer-flow{display:flex;justify-content:center;align-items:center;gap:21px;text-align:center;color:#4d5566;font-size:14px;font-weight:600}.reviewer-flow span:not(.flow-line){display:grid;justify-items:center;gap:7px}.reviewer-flow small{color:#989eac;font-weight:400;font-size:12px}.flow-line{color:#9ba1fc;font-size:22px}.reviewer-card p{margin:19px 0 0;padding-top:13px;border-top:1px solid #eff0f5;color:#8c92a1;line-height:1.65;font-size:13px}.placeholder-panel{padding:68px 20px;text-align:center;background:#fff;border:1px solid #e9ebf2;border-radius:16px;color:#7e8595}.placeholder-icon{display:grid;place-items:center;width:46px;height:46px;margin:0 auto 15px;color:#535bf0;background:#ebedff;border-radius:14px;font-size:22px}.placeholder-panel h2{color:#454c5d;font-size:17px;margin:0 0 7px}.placeholder-panel p{margin:0;font-size:14px}.small-modal fieldset{border:0;padding:0;margin:0}.small-modal legend{color:#50586a;font-size:14px;font-weight:600;margin-bottom:9px}.field-optional{margin-left:5px;color:#9aa0ae;font-size:12px;font-weight:400}.role-options{display:flex;flex-wrap:wrap;gap:8px}.user-type-options{display:grid;grid-template-columns:repeat(3,1fr)}.role-check{display:flex!important;grid-template-columns:auto 1fr;align-items:center;gap:5px!important;border:1px solid #e2e5ed;border-radius:7px;padding:7px 9px;font-weight:400!important;color:#626a7d!important;cursor:pointer}.role-check input{width:14px!important;height:14px!important;accent-color:var(--accent)}.handler-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.handler-check{display:flex!important;align-items:center;gap:8px!important;min-width:0;border:1px solid #e2e5ed;border-radius:8px;padding:8px 9px;font-weight:400!important;color:#626a7d!important;cursor:pointer}.handler-check input{width:14px!important;height:14px!important;flex:none;accent-color:var(--accent)}.handler-check span{display:grid;min-width:0;gap:2px}.handler-check small{overflow:hidden;color:#969cac;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.ticket-detail-page{padding-top:24px}.back-button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#60687b;padding:4px 0;font-size:14px;font-weight:600}.back-button:hover{color:var(--accent)}.detail-page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;padding:17px 0 24px}.detail-page-header h1{margin:7px 0 0;font-size:29px;line-height:1.28;letter-spacing:-.8px}.detail-page-header .detail-status-row{justify-content:flex-start;gap:12px;padding:12px 0 0}.detail-page-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.8fr);gap:18px;align-items:start}.detail-main-column,.detail-side-column{display:grid;gap:16px}.detail-card,.detail-action-panel{background:#fff;border:1px solid #e9ebf2;border-radius:15px;padding:22px;box-shadow:0 8px 18px #34396909}.detail-section.detail-card{border-top:1px solid #e9ebf2}.detail-card h2,.detail-action-panel h3{display:flex;align-items:center;gap:7px;margin:0 0 15px;color:#333b4c;font-size:16px}.ticket-info-card .detail-metadata{grid-template-columns:1fr;gap:15px}.detail-card .detail-metadata>div{padding-bottom:14px;border-bottom:1px solid #f0f1f5}.detail-card .detail-metadata>div:last-child{padding-bottom:0;border-bottom:0}.detail-action-panel{display:grid;gap:11px}.detail-action-panel h3{margin:0}.detail-action-panel p{color:#808798;font-size:14px;line-height:1.7;margin:0}.detail-action-panel textarea{width:100%;padding:10px 11px;border:1px solid #dfe3ec;border-radius:8px;resize:vertical;outline:0;color:#3f4758;font-size:14px;line-height:1.6}.detail-action-panel textarea:focus{border-color:#767cf8;box-shadow:0 0 0 3px #eff0ff}.detail-action-panel .primary-button{justify-self:end}.detail-action-panel.action-hint{min-height:54px;display:flex;align-items:center;padding:15px 18px;color:#89909f;font-size:13px}@keyframes slide-in{0%{transform:translate(35px);opacity:.72}to{transform:translate(0);opacity:1}}@media(max-width:1120px){.app-shell{padding:0}.sidebar{width:211px;flex-basis:211px;min-height:100vh}.page-content{padding:26px 24px 30px}.topbar{padding:0 24px}.filter-panel{flex-wrap:wrap}.filter-search{min-width:270px}.summary-item{padding-right:13px}.summary-item+.summary-item{padding-left:13px}}@media(max-width:820px){body{background:#f7f8fd}.app-shell{padding:0;display:block}.app-main{min-height:100vh;border-radius:0;box-shadow:none}.sidebar{position:fixed;inset:0 auto 0 0;transform:translate(-105%);border-radius:0 18px 18px 0;min-height:100vh;width:252px;transition:transform .22s;box-shadow:8px 0 30px #161b3724}.sidebar.is-open{transform:translate(0)}.sidebar-close{display:block}.sidebar-backdrop{z-index:19}.topbar{position:sticky;top:0;z-index:10;height:60px;padding:0 15px;gap:8px}.mobile-menu-button{display:grid;width:35px;height:35px}.mobile-page-name{display:block;font-size:16px;font-weight:700}.top-search{display:none}.notification-button{width:35px;height:35px}.live-dot,.demo-dot{display:none}.user-menu{padding:0}.user-menu select,.user-menu svg{display:none}.page-content{padding:21px 14px 28px}.page-title-row{margin-bottom:17px}.page-title-row h1{font-size:23px}.page-title-row p{font-size:13px;line-height:1.55}.title-action,.filter-panel{display:none}.filter-panel.show-mobile-filters{display:grid;grid-template-columns:1fr;margin-bottom:12px}.filter-panel.show-mobile-filters .filter-search{min-width:0}.select-field{width:100%}.filter-reset{justify-self:end}.mobile-filter-row{display:flex;gap:10px;margin-bottom:13px}.mobile-filter-row .soft-button{flex:1}.mobile-filter-row .primary-button{flex:1.3}.ticket-list-panel{border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.ticket-table-wrap,.table-footer{display:none}.ticket-cards{display:grid;gap:10px}.ticket-card{border:1px solid #e8eaf1;border-radius:13px;padding:14px;width:100%;background:#fff;text-align:left;color:#3e4658;box-shadow:0 5px 13px #2a2f5109}.ticket-card-top{display:flex;justify-content:space-between;align-items:center;gap:9px;margin-bottom:10px}.ticket-card>strong{display:block;font-size:15px;line-height:1.4;margin-bottom:9px}.ticket-card-meta{display:flex;justify-content:space-between;gap:8px;color:#9097a6;font-size:12px}.ticket-card-people{display:flex;flex-wrap:wrap;gap:6px 12px;padding-top:10px;margin-top:10px;border-top:1px solid #f0f1f5;color:#747c8e;font-size:12px}.summary-panel{padding:17px;margin-top:13px}.summary-grid{grid-template-columns:repeat(2,1fr);row-gap:15px}.summary-item{padding:0 11px 0 0}.summary-item:nth-child(2){border-right:0;padding-left:11px}.summary-item:nth-child(3){padding-left:0}.summary-item:nth-child(4){padding-left:11px;border-right:0}.summary-item strong{font-size:21px}.detail-drawer{width:100%}.drawer-header{padding:18px 18px 15px}.drawer-body{padding:0 18px 23px}.drawer-actions{padding:12px 18px 17px}.detail-metadata{gap:13px}.ticket-modal,.small-modal{padding:19px;border-radius:15px}.modal-heading{padding-bottom:15px;margin-bottom:16px}.form-grid{grid-template-columns:1fr;gap:15px}.form-actions{position:sticky;bottom:-19px;background:#fff;padding:12px 0 0}.form-actions .primary-button,.form-actions .secondary-button{flex:1}.small-modal{max-height:calc(100vh - 22px)}.admin-page .page-title-row .primary-button{height:37px;padding:0 11px}.table-toolbar{padding:12px;align-items:flex-start;flex-direction:column}.filter-search.compact{width:100%}.reviewer-grid{grid-template-columns:1fr;padding:12px}.toast{bottom:17px;width:max-content}.sidebar-help{display:none}}@media(max-width:520px){.handler-options{grid-template-columns:1fr}}@media(max-width:390px){.page-content{padding-left:12px;padding-right:12px}.mobile-filter-row .primary-button,.mobile-filter-row .soft-button{padding:0 10px;font-size:13px}.summary-item{grid-template-columns:1fr auto}.summary-item .status-tag{grid-column:1 / -1;width:max-content}.summary-item>span:last-child{display:none}}@media(max-width:820px){.ticket-detail-page{padding-top:17px}.detail-page-header{padding:15px 0 19px}.detail-page-header h1{font-size:24px}.detail-page-layout{grid-template-columns:1fr;gap:13px}.detail-side-column{order:-1}.detail-card,.detail-action-panel{padding:17px;border-radius:13px}.ticket-info-card .detail-metadata{grid-template-columns:1fr 1fr;gap:14px}.detail-card .detail-metadata>div{padding-bottom:0;border-bottom:0}.ticket-info-card .detail-metadata>div:last-child{grid-column:1 / -1}.detail-action-panel .primary-button{width:100%}.detail-page-header .detail-status-row{flex-wrap:wrap}}.user-menu>span{display:grid;gap:1px;font-size:14px;line-height:1.2;font-weight:600}.user-menu small{color:#969cab;font-size:11px;font-weight:500}.logout-button{margin-left:2px;color:#767e91}.reminder-wrap{position:relative}.reminder-popover{position:absolute;right:-6px;top:46px;width:310px;z-index:50;overflow:hidden;background:#fffffff0;border:1px solid #e9ebf2;border-radius:13px;box-shadow:0 16px 32px #292e5529;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.reminder-heading{display:flex;justify-content:space-between;align-items:center;padding:14px 15px;border-bottom:1px solid #edf0f5;color:#3e4658;font-size:14px}.reminder-heading span{color:#7981ec;font-size:12px}.reminder-list{display:grid}.reminder-list button{display:flex;gap:9px;width:100%;border:0;padding:11px 14px;background:transparent;text-align:left}.reminder-list button:hover{background:#f5f6ff}.reminder-list button>span:last-child{display:grid;min-width:0;gap:3px}.reminder-list strong{overflow:hidden;color:#4c5466;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.reminder-list small{color:#9ba1af;font-size:12px}.reminder-empty{margin:0;padding:25px 15px;color:#949aaa;text-align:center;font-size:13px}.login-page{position:relative;isolation:isolate;min-height:100vh;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);align-items:center;gap:clamp(46px,8vw,130px);padding:clamp(42px,8vw,120px);background:#eaf0fc;color:#17233e}.login-grid{position:absolute;z-index:-4;top:0;right:0;bottom:0;left:0;opacity:.46;background-image:linear-gradient(rgba(75,102,159,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(75,102,159,.09) 1px,transparent 1px);background-size:66px 66px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 76%);mask-image:linear-gradient(90deg,#000,transparent 76%)}.login-orb{position:absolute;z-index:-3;width:42vw;aspect-ratio:1;border-radius:50%;filter:blur(14px);opacity:.78}.login-orb-one{top:-26vw;right:-10vw;background:radial-gradient(circle,#c5e9ff 0,#b7d3fb 35%,transparent 69%);animation:login-drift-one 24s ease-in-out infinite alternate}.login-orb-two{bottom:-29vw;left:-19vw;background:radial-gradient(circle,#bde9ff 0,#628fdf 36%,transparent 70%);animation:login-drift-two 28s ease-in-out infinite alternate}.login-ribbon{position:absolute;z-index:-2;width:80vw;height:20vw;border:2px solid rgba(96,180,242,.35);border-radius:50%;filter:blur(.1px);transform:rotate(-19deg)}.login-ribbon-one{bottom:-4vw;left:-12vw;box-shadow:0 0 60px #2f98ee59,inset 0 0 30px #59baf624;animation:login-ribbon-one 21s ease-in-out infinite alternate}.login-ribbon-two{bottom:6vw;left:-11vw;border-color:#2256b63d;transform:rotate(-12deg) scale(.82);animation:login-ribbon-two 25s ease-in-out infinite alternate}.login-brand-area{max-width:680px;padding-left:clamp(0px,4vw,55px)}.login-brand-logo{display:block;width:112px;height:80px;object-fit:contain;object-position:left center;mix-blend-mode:multiply;margin:0 0 28px}.login-title-rule{width:48px;height:4px;border-radius:5px;margin-bottom:17px;background:linear-gradient(90deg,#72c4e7,#213485)}.login-brand-area h1{max-width:680px;margin:0;color:#172b59;font-size:clamp(35px,4vw,60px);line-height:1.2;letter-spacing:-2px;font-weight:700}.login-brand-area p{margin:14px 0 0;color:#284874;font-size:clamp(22px,2vw,30px);letter-spacing:1.5px}.login-brand-area small{display:block;margin-top:42px;color:#6f829e;font-size:14px;letter-spacing:.5px}.login-card{width:min(100%,440px);justify-self:start;padding:44px 42px 34px;border:1px solid rgba(255,255,255,.76);border-radius:26px;background:#ffffff85;box-shadow:0 24px 60px #23417b2e,inset 0 1px #ffffffd9;-webkit-backdrop-filter:blur(26px) saturate(125%);backdrop-filter:blur(26px) saturate(125%)}.login-card-logo{display:block;width:100px;height:69px;margin:0 auto 21px;object-fit:contain;mix-blend-mode:multiply}.login-card-heading{display:flex;align-items:center;gap:13px;margin-bottom:29px}.login-card-heading span{height:1px;flex:1;background:#b5c4d8}.login-card-heading h2{margin:0;color:#243354;font-size:19px;letter-spacing:.5px}.login-card form{display:grid;gap:18px}.login-field{display:grid;gap:7px;color:#586983;font-size:13px;font-weight:600}.login-field>div{height:48px;display:flex;align-items:center;gap:10px;padding:0 12px;border:1px solid rgba(143,161,189,.42);border-radius:10px;background:#ffffffad;color:#71819b;transition:border .2s,box-shadow .2s,background .2s}.login-field>div:focus-within{border-color:#4a81d4;background:#fff;box-shadow:0 0 0 4px #548de01f}.login-field input{min-width:0;flex:1;border:0;outline:0;color:#263a5a;background:transparent;font-size:15px}.login-field input::placeholder{color:#a8b3c3}.login-field button{display:grid;place-items:center;border:0;padding:4px;color:#8795aa;background:transparent}.remember-check{display:flex;align-items:center;gap:7px;color:#687991;font-size:13px;-webkit-user-select:none;user-select:none}.remember-check input{width:15px;height:15px;accent-color:#2468cf}.login-error{margin:0;color:#cd4e58;font-size:13px}.login-button{height:49px;border:0;border-radius:10px;display:flex;justify-content:center;align-items:center;gap:8px;color:#fff;background:#1e61cb;box-shadow:0 10px 20px #1d5dc445;font-size:16px;font-weight:600;transition:background .2s,transform .2s}.login-button:hover{background:#184fa8;transform:translateY(-1px)}.login-demo-note{margin:19px 0 0;color:#8191a6;text-align:center;font-size:12px}.login-footer{position:absolute;bottom:22px;left:50%;transform:translate(-50%);color:#7c8da5;white-space:nowrap;font-size:12px}@keyframes login-drift-one{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-5vw,7vh,0) scale(1.12)}}@keyframes login-drift-two{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(8vw,-5vh,0) scale(1.09)}}@keyframes login-ribbon-one{0%{transform:rotate(-19deg) translateZ(0)}to{transform:rotate(-15deg) translate3d(4vw,-3vh,0)}}@keyframes login-ribbon-two{0%{transform:rotate(-12deg) scale(.82) translateZ(0)}to{transform:rotate(-17deg) scale(.87) translate3d(3vw,-2vh,0)}}@media(max-width:820px){.login-page{display:flex;justify-content:center;padding:40px 22px 72px}.login-brand-area{position:absolute;top:38px;left:24px;right:24px;padding:0}.login-brand-logo{width:76px;height:51px;margin-bottom:14px}.login-title-rule{width:35px;height:3px;margin-bottom:9px}.login-brand-area h1{font-size:27px;letter-spacing:-1px}.login-brand-area p{margin-top:6px;font-size:18px}.login-brand-area small{display:none}.login-card{width:100%;max-width:410px;align-self:center;margin-top:170px;padding:35px 27px 28px;border-radius:20px}.login-card-logo{width:76px;height:53px;margin-bottom:16px}.login-footer{bottom:18px;font-size:11px}.login-grid{-webkit-mask-image:linear-gradient(#000,transparent);mask-image:linear-gradient(#000,transparent)}.login-orb{width:85vw}.login-ribbon{width:140vw;height:45vw;left:-45vw;bottom:9vw}.reminder-popover{position:fixed;top:66px;right:12px;left:12px;width:auto}.logout-button{display:none}}@media(prefers-reduced-motion:reduce){.login-orb,.login-ribbon{animation:none}}.login-brand-area h1{font-size:clamp(32px,3.4vw,50px);letter-spacing:-1.6px;white-space:nowrap}@media(max-width:820px){.login-brand-area h1{font-size:27px;letter-spacing:-1px}}.ticket-category-fieldset{margin:0;padding:0;border:0}.ticket-category-fieldset legend{margin-bottom:9px;color:#50586a;font-size:14px;font-weight:600}.ticket-category-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ticket-category-option{display:flex!important;align-items:center;gap:9px!important;min-width:0;padding:11px 12px;border:1px solid #e1e4ed;border-radius:10px;color:#626a7d!important;background:#fff;cursor:pointer;transition:border-color .18s,background .18s,box-shadow .18s}.ticket-category-option:hover{border-color:#aeb3fa;background:#fafaff}.ticket-category-option.is-selected{border-color:#6f76f4;background:#f3f4ff;box-shadow:0 0 0 3px #4b52f514}.ticket-category-option input{width:15px!important;height:15px!important;flex:none;padding:0!important;accent-color:var(--accent)}.ticket-category-option>span{display:grid;gap:3px;min-width:0}.ticket-category-option strong{color:#3f4759;font-size:14px}.ticket-category-option small{overflow:hidden;color:#9097a7;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.ticket-category-tag{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap}.ticket-category-tag.is-common{color:#39755b;background:#ecf8f0}.ticket-category-tag.is-special{color:#6269d9;background:#eff0ff}.ticket-card-people .ticket-category-tag{margin-right:2px}@media(max-width:520px){.ticket-category-options{grid-template-columns:1fr}.ticket-category-option{padding:10px 11px}}.login-page{grid-template-columns:minmax(0,1fr) minmax(390px,440px);column-gap:clamp(58px,8vw,136px);padding:clamp(52px,7vw,106px) clamp(42px,8vw,136px) clamp(70px,8vw,108px)}.login-brand-area{width:min(100%,680px);justify-self:end;padding-left:0;transform:translateY(-8px)}.login-card{justify-self:start;padding:38px 42px 31px;border-radius:24px;transform:translateY(-8px)}.login-brand-logo{mix-blend-mode:normal}.login-card-brand{display:grid;place-items:center;width:154px;height:112px;margin:0 auto 13px;overflow:visible;background:transparent;isolation:isolate}.login-card-logo{width:154px;height:154px;max-width:none;margin:0;object-fit:contain;mix-blend-mode:normal;filter:none}.login-card-heading{margin-bottom:25px}.login-card form{gap:17px}.login-demo-note{margin-top:17px}.login-footer{bottom:24px}@media(max-width:820px){.login-page{display:flex;padding:38px 22px 74px}.login-brand-area{width:auto;justify-self:auto;transform:none}.login-card{margin-top:166px;padding:31px 27px 27px;transform:none}.login-card-brand{width:122px;height:84px;margin-bottom:11px}.login-card-logo{width:122px;height:122px}.login-card-heading{margin-bottom:23px}.login-footer{bottom:18px}}.ticket-center .ticket-table-wrap{overflow-x:hidden}.ticket-center .ticket-table th:nth-child(1){width:12%}.ticket-center .ticket-table th:nth-child(2){width:15%}.ticket-center .ticket-table th:nth-child(3){width:9%}.ticket-center .ticket-table th:nth-child(4){width:19%}.ticket-center .ticket-table th:nth-child(5){width:10%}.ticket-center .ticket-table th:nth-child(6),.ticket-center .ticket-table th:nth-child(7),.ticket-center .ticket-table th:nth-child(8){width:6%}.ticket-center .ticket-table th:nth-child(10){width:8%}.ticket-center.page-content{width:100%;max-width:none;margin:0}@media(max-width:1120px){.ticket-center .ticket-table th:nth-child(8),.ticket-center .ticket-table td:nth-child(8){display:none}.ticket-center .ticket-table th:nth-child(1){width:13%}.ticket-center .ticket-table th:nth-child(2){width:17%}.ticket-center .ticket-table th:nth-child(3){width:11%}.ticket-center .ticket-table th:nth-child(4){width:22%}.ticket-center .ticket-table th:nth-child(5){width:12%}.ticket-center .ticket-table th:nth-child(6),.ticket-center .ticket-table th:nth-child(7){width:8%}.ticket-center .ticket-table th:nth-child(9){width:9%}.ticket-center .ticket-table th:nth-child(10){width:10%}}@media(max-width:960px){.ticket-center .ticket-table th:nth-child(6),.ticket-center .ticket-table td:nth-child(6),.ticket-center .ticket-table th:nth-child(7),.ticket-center .ticket-table td:nth-child(7),.ticket-center .ticket-table th:nth-child(10),.ticket-center .ticket-table td:nth-child(10),.ticket-center .ticket-table th:nth-child(11),.ticket-center .ticket-table td:nth-child(11){display:none}.ticket-center .ticket-table th:nth-child(1){width:15%}.ticket-center .ticket-table th:nth-child(2){width:22%}.ticket-center .ticket-table th:nth-child(3){width:13%}.ticket-center .ticket-table th:nth-child(4){width:25%}.ticket-center .ticket-table th:nth-child(5){width:14%}.ticket-center .ticket-table th:nth-child(9){width:11%}}.ticket-center .ticket-table th:last-child,.ticket-center .ticket-table td:last-child{padding-right:4px;padding-left:4px;overflow:visible;text-overflow:clip}.track-group-tag{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;padding:0 7px;border-radius:6px;color:#4e65aa;background:#eef3ff;font-size:12px;font-weight:600;white-space:nowrap}.ticket-card-meta .track-group-tag{height:20px;min-width:24px;padding:0 5px;font-size:11px;vertical-align:middle}.ticket-center .ticket-table th,.ticket-center .ticket-table td{padding-right:10px;padding-left:10px}.ticket-center .ticket-table th:first-child,.ticket-center .ticket-table td:first-child{padding-left:20px}.ticket-center .ticket-table th:nth-child(1){width:11%}.ticket-center .ticket-table th:nth-child(2){width:23%}.ticket-center .ticket-table th:nth-child(3){width:5%}.ticket-center .ticket-table th:nth-child(4){width:7%}.ticket-center .ticket-table th:nth-child(5){width:11%}.ticket-center .ticket-table th:nth-child(6),.ticket-center .ticket-table th:nth-child(7),.ticket-center .ticket-table th:nth-child(8){width:8%}.ticket-center .ticket-table th:nth-child(9){width:7%}.ticket-center .ticket-table th:nth-child(10){width:10%}.ticket-center .ticket-table th:nth-child(11){width:2%}@media(max-width:1120px){.ticket-center .ticket-table th,.ticket-center .ticket-table td{padding-right:8px;padding-left:8px}.ticket-center .ticket-table th:nth-child(1){width:12%}.ticket-center .ticket-table th:nth-child(2){width:23%}.ticket-center .ticket-table th:nth-child(3){width:6%}.ticket-center .ticket-table th:nth-child(4){width:8%}.ticket-center .ticket-table th:nth-child(5){width:13%}.ticket-center .ticket-table th:nth-child(6),.ticket-center .ticket-table th:nth-child(7){width:10%}.ticket-center .ticket-table th:nth-child(9){width:9%}.ticket-center .ticket-table th:nth-child(10){width:7%}.ticket-center .ticket-table th:nth-child(11){width:2%}}@media(max-width:960px){.ticket-center .ticket-table th:nth-child(1){width:14%}.ticket-center .ticket-table th:nth-child(2){width:30%}.ticket-center .ticket-table th:nth-child(3){width:8%}.ticket-center .ticket-table th:nth-child(4){width:11%}.ticket-center .ticket-table th:nth-child(5){width:20%}.ticket-center .ticket-table th:nth-child(9){width:17%}}.account-menu{position:relative}.account-trigger{display:flex;align-items:center;gap:7px;border:0;border-radius:10px;padding:4px 6px;color:#41485a;background:transparent;text-align:left}.account-trigger:hover,.account-trigger[aria-expanded=true]{background:#f5f6fc}.account-copy{display:grid;gap:1px;min-width:0;line-height:1.2}.account-copy strong{font-size:14px;font-weight:600;white-space:nowrap}.account-copy small{color:#969cab;font-size:11px;font-weight:500;white-space:nowrap}.account-chevron{color:#949bad;transition:transform .18s}.account-trigger[aria-expanded=true] .account-chevron{transform:rotate(180deg)}.account-popover{position:absolute;z-index:60;top:calc(100% + 9px);right:0;display:grid;min-width:144px;padding:6px;border:1px solid #e9ebf2;border-radius:12px;background:#fffffff7;box-shadow:0 16px 32px #292e5529;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.account-popover button{display:flex;align-items:center;gap:9px;width:100%;height:37px;padding:0 9px;border:0;border-radius:8px;color:#535b6d;background:transparent;font-size:14px;text-align:left}.account-popover button:hover{color:#454bd2;background:#f4f5ff}.account-popover .logout-menu-item{color:#ce565b}.account-popover .logout-menu-item:hover{color:#c34048;background:#fff2f2}.password-modal{width:min(100%,420px)}.password-form{display:grid;gap:15px}.password-form>label{display:grid;gap:7px;color:#50586a;font-size:14px;font-weight:600}.password-form input{height:42px;width:100%;padding:0 11px;border:1px solid #dfe3ec;border-radius:8px;outline:0;color:#3f4758;background:#fff;font-size:14px}.password-form input:focus{border-color:#767cf8;box-shadow:0 0 0 3px #eff0ff}.form-error{margin:0;color:#d34d57;font-size:13px}.password-form .form-actions{margin-top:3px}@media(max-width:820px){.account-trigger{gap:6px;padding:3px}.account-copy small,.account-chevron{display:none}.account-popover{position:fixed;top:62px;right:12px}.password-modal{width:calc(100% - 22px)}}.page-content{width:100%;max-width:none;margin:0}.ticket-modal{overflow-x:hidden;overflow-y:auto}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(75,82,245,.68);outline-offset:2px}button:focus:not(:focus-visible){outline:0}.users-table{min-width:0;table-layout:fixed}.users-table .handler-summary{max-width:none}.users-table th,.users-table td{padding-right:9px;padding-left:9px}.users-table th:nth-child(1){width:13%}.users-table th:nth-child(2){width:13%}.users-table th:nth-child(3){width:10%}.users-table th:nth-child(4){width:16%}.users-table th:nth-child(5){width:13%}.users-table th:nth-child(6){width:12%}.users-table th:nth-child(7){width:14%}.users-table th:nth-child(8){width:9%}.mobile-table-hint{display:none}@media(min-width:1121px){.filter-panel{display:grid;grid-template-columns:minmax(220px,1.45fr) minmax(190px,1.2fr) minmax(140px,.9fr) minmax(140px,.9fr) auto}.filter-panel .filter-search,.filter-panel .select-field,.filter-panel .select-field select{width:100%;min-width:0}.filter-panel .filter-reset{align-self:center;white-space:nowrap}}@media(min-width:821px)and (max-width:1120px){.filter-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.filter-panel .filter-search{grid-column:1 / -1;width:100%;min-width:0}.filter-panel .select-field,.filter-panel .select-field select{width:100%;min-width:0}.filter-panel .filter-reset{justify-self:start;align-self:center;white-space:nowrap}}@media(max-width:820px){.filter-panel.show-mobile-filters{grid-template-columns:minmax(0,1fr)}.filter-panel.show-mobile-filters .filter-search,.filter-panel.show-mobile-filters .select-field{width:100%;min-width:0;max-width:100%}.filter-panel.show-mobile-filters .select-field select{width:100%;min-width:0}.admin-panel .ticket-table-wrap{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-panel .ticket-table{min-width:700px;table-layout:auto}.admin-panel .users-table{min-width:900px}.admin-panel .ticket-table th,.admin-panel .ticket-table td{padding-right:11px;padding-left:11px}.mobile-table-hint{display:block;margin:0;padding:0 12px 8px;color:#9097a7;font-size:12px}}.user-modal{width:min(700px,calc(100vw - 30px))}.user-modal .user-type-options{grid-template-columns:repeat(4,minmax(0,1fr))}.user-modal form>label{display:flex;flex-wrap:wrap;align-items:center;column-gap:3px;row-gap:8px}.user-modal form>label>input,.user-modal form>label>select{flex:0 0 100%}@media(max-width:600px){.user-modal .user-type-options{grid-template-columns:repeat(2,minmax(0,1fr))}}.knowledge-page{padding-bottom:48px}.knowledge-title-row{align-items:center}.knowledge-overview{display:flex;align-items:center;gap:0;flex:none;padding:8px 0;border:1px solid #e7e9f1;border-radius:12px;background:#fff;box-shadow:0 6px 16px #34396909}.knowledge-overview span{min-width:105px;display:grid;gap:2px;padding:0 18px;color:#9399a8;font-size:11px;border-right:1px solid #eceef4}.knowledge-overview span:last-child{border-right:0}.knowledge-overview strong{color:#343b4e;font-size:21px;line-height:1.1;letter-spacing:-.4px}.knowledge-search-panel{margin-bottom:18px;padding:16px;border:1px solid #e8eaf2;border-radius:15px;background:#fff;box-shadow:0 8px 18px #34396909}.knowledge-search-box{height:50px;display:flex;align-items:center;gap:10px;padding:0 15px;color:#7078dd;border:1px solid #dfe2ef;border-radius:11px;background:#fbfbfe;transition:border-color .18s,box-shadow .18s,background .18s}.knowledge-search-box:focus-within{border-color:#777df4;background:#fff;box-shadow:0 0 0 4px #4b52f514}.knowledge-search-box input{min-width:0;flex:1;border:0;outline:0;color:#2e3547;background:transparent;font-size:15px}.knowledge-search-box input::placeholder{color:#a0a6b5}.knowledge-search-box button{width:30px;height:30px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#8d94a5;background:transparent}.knowledge-search-box button:hover{color:#535ae8;background:#f0f1ff}.knowledge-filters{display:grid;grid-template-columns:minmax(150px,.8fr) minmax(240px,1.35fr) minmax(130px,.65fr) minmax(150px,.8fr) auto;gap:10px;margin-top:12px}.knowledge-filters .select-field{min-width:0}.knowledge-filters select{width:100%;min-width:0}.knowledge-filters .filter-reset{justify-self:end;white-space:nowrap}.knowledge-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:18px;align-items:start}.knowledge-categories{position:sticky;top:18px;display:grid;gap:4px;padding:12px;border:1px solid #e8eaf2;border-radius:15px;background:#fff;box-shadow:0 8px 18px #34396909}.knowledge-category-heading{display:grid;gap:3px;padding:7px 10px 12px;margin-bottom:2px;border-bottom:1px solid #eff0f5}.knowledge-category-heading strong{color:#3c4355;font-size:14px}.knowledge-category-heading small{color:#9ba1af;font-size:11px}.knowledge-categories button{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 10px;border:0;border-radius:9px;color:#687083;background:transparent;text-align:left;font-size:13px;transition:background .17s,color .17s}.knowledge-categories button:hover{color:#454cd7;background:#f6f7ff}.knowledge-categories button.active{color:#444be0;background:#eff0ff;font-weight:600}.knowledge-categories button b{min-width:25px;height:22px;display:grid;place-items:center;padding:0 6px;border-radius:6px;color:#8b92a2;background:#f3f4f8;font-size:11px;font-weight:600}.knowledge-categories button.active b{color:#fff;background:#656cf0}.knowledge-results{min-width:0;overflow:hidden;border:1px solid #e8eaf2;border-radius:15px;background:#fff;box-shadow:0 8px 18px #34396909}.knowledge-result-heading{min-height:65px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 18px;border-bottom:1px solid #eceef4}.knowledge-result-heading h2{margin:0 0 3px;color:#343b4d;font-size:16px}.knowledge-result-heading p{margin:0;color:#969cab;font-size:12px}.knowledge-result-heading>span{max-width:45%;overflow:hidden;padding:5px 8px;border-radius:6px;color:#6269dd;background:#f0f1ff;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.knowledge-list{display:grid}.knowledge-item{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 124px;gap:20px;padding:20px 18px;border:0;border-bottom:1px solid #eff0f5;color:inherit;background:#fff;text-align:left;transition:background .17s}.knowledge-item:last-child{border-bottom:0}.knowledge-item:hover{background:#fafaff}.knowledge-item-main{min-width:0}.knowledge-item-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:#9399a8;font-size:11px}.knowledge-item-meta>span:not(.knowledge-category){padding-left:7px;border-left:1px solid #dfe2e9}.knowledge-category{display:inline-flex;align-items:center;min-height:23px;padding:0 7px;border-radius:6px;font-size:11px;font-weight:600;white-space:nowrap}.knowledge-category.is-assigned,.knowledge-category.is-common{color:#258052;background:#eaf8ef}.knowledge-category.is-pending,.knowledge-category.is-special{color:#5e65d9;background:#eff0ff}.knowledge-item h3{margin:9px 0 6px;overflow:hidden;color:#333a4b;font-size:16px;line-height:1.45;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.knowledge-item-main>p{display:-webkit-box;overflow:hidden;margin:0;color:#7b8293;font-size:13px;line-height:1.62;-webkit-box-orient:vertical;-webkit-line-clamp:2}.knowledge-answer-preview{min-width:0;display:flex;align-items:center;gap:7px;margin-top:12px;padding:9px 11px;border-radius:8px;color:#47755e;background:#f1f8f4;font-size:12px}.knowledge-answer-preview svg{flex:none}.knowledge-answer-preview span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.knowledge-answer-preview.is-pending{color:#8b7a54;background:#fff8eb}.knowledge-item-side{display:grid;align-content:center;justify-items:end;gap:10px;color:#a0a6b4;font-size:11px}.knowledge-item-side svg{color:#b7bdc9}.knowledge-empty{min-height:360px;display:grid;place-items:center;align-content:center;padding:35px;text-align:center}.knowledge-empty-icon{width:45px;height:45px;display:grid;place-items:center;margin-bottom:13px;border-radius:13px;color:#5a62ed;background:#eef0ff}.knowledge-empty h3{margin:0 0 6px;color:#444b5c;font-size:16px}.knowledge-empty p{margin:0;color:#989eac;font-size:13px}.knowledge-detail .knowledge-answer-section h3{color:#28865a}.knowledge-no-answer{margin:0;padding:12px 13px;border-radius:8px;color:#8e7c57;background:#fff7e8;font-size:13px;line-height:1.65}.knowledge-metadata .wide{grid-column:1 / -1}.knowledge-metadata strong{line-height:1.55}@media(max-width:1050px){.knowledge-title-row{align-items:flex-start}.knowledge-overview span{min-width:88px;padding:0 13px}.knowledge-layout{grid-template-columns:200px minmax(0,1fr)}.knowledge-item{grid-template-columns:minmax(0,1fr) 102px}}@media(max-width:820px){.knowledge-title-row{display:grid}.knowledge-overview{width:100%}.knowledge-overview span{min-width:0;flex:1}.knowledge-filters{grid-template-columns:1fr 1fr}.knowledge-filters .filter-reset{justify-self:start}.knowledge-layout{display:block}.knowledge-categories{position:static;display:flex;overflow-x:auto;margin-bottom:12px;padding:8px;scrollbar-width:none}.knowledge-categories::-webkit-scrollbar{display:none}.knowledge-category-heading{display:none}.knowledge-categories button{min-width:max-content;width:auto;min-height:37px;gap:8px;padding:7px 10px}.knowledge-item{grid-template-columns:minmax(0,1fr);gap:12px}.knowledge-item-side{display:flex;align-items:center;justify-items:initial}.knowledge-item-side>span:nth-child(2){margin-left:auto}}@media(max-width:520px){.knowledge-page{padding:22px 16px 35px}.knowledge-title-row{margin-bottom:17px}.knowledge-title-row h1{font-size:24px}.knowledge-overview strong{font-size:18px}.knowledge-search-panel{padding:11px}.knowledge-search-box{height:46px;padding:0 11px}.knowledge-search-box input{font-size:14px}.knowledge-filters{grid-template-columns:1fr}.knowledge-filters .filter-reset{justify-self:start}.knowledge-result-heading{min-height:59px;padding:12px 14px}.knowledge-result-heading>span{display:none}.knowledge-item{padding:17px 14px}.knowledge-item h3{white-space:normal}.knowledge-answer-preview span{white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}}.priority-tag{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:6px;font-size:12px;font-weight:700;white-space:nowrap}.priority-urgent{color:#c63843;background:#fff0f1}.priority-high{color:#d16c18;background:#fff3e7}.priority-normal{color:#4e61ce;background:#eef1ff}.priority-low{color:#697386;background:#f0f2f5}.work-group-tag{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;color:#5c64d8;background:#f0f1ff;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap}.empty-state{display:grid;justify-items:center;gap:7px}.empty-state strong{color:#62697a;font-size:15px}.empty-state span{color:#a0a6b4;font-size:13px}.form-section-title{display:flex;align-items:center;gap:10px;padding-top:2px}.form-section-title>span{width:26px;height:26px;display:grid;place-items:center;flex:none;color:#fff;background:var(--accent);border-radius:8px;font-size:12px;font-weight:700}.form-section-title>div{display:grid;gap:2px}.form-section-title strong{color:#3c4355;font-size:14px}.form-section-title small{color:#969cab;font-size:12px}.input-with-icon{position:relative}.input-with-icon svg{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:#9299aa}.ticket-modal .input-with-icon input{padding-left:36px}.field-counter{justify-self:end;margin-top:-5px;color:#a0a6b5;font-size:11px;font-weight:400}.work-group-fieldset,.priority-fieldset{padding:0;margin:0;border:0}.work-group-options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.work-group-option{position:relative;min-width:0;height:42px;display:flex!important;align-items:center;justify-content:center;gap:6px!important;padding:0 8px;border:1px solid #dfe3ec;border-radius:9px;color:#5d6577!important;background:#fff;font-weight:600!important;cursor:pointer;transition:border-color .18s,background .18s,box-shadow .18s}.work-group-option:hover,.work-group-option:focus{border-color:#8b91f5;background:#fafaff;outline:0}.work-group-option.is-selected{color:#4d55df!important;border-color:#6f76f4;background:#f1f2ff;box-shadow:0 0 0 3px #4b52f514}.work-group-option input{position:absolute;opacity:0;pointer-events:none}.work-group-option svg{flex:none;color:#9298ab}.work-group-tooltip{position:absolute;z-index:8;left:50%;bottom:calc(100% + 10px);width:230px;padding:10px 11px;color:#fff;background:#30364c;border-radius:8px;box-shadow:0 8px 22px #191d3333;font-size:12px;font-weight:400;line-height:1.6;text-align:left;transform:translate(-50%,5px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s,transform .16s,visibility .16s}.work-group-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#30364c}.work-group-tooltip strong{display:block;color:#fff;margin-bottom:2px;font-size:12px}.work-group-option:hover .work-group-tooltip,.work-group-option:focus .work-group-tooltip,.work-group-option:focus-within .work-group-tooltip{opacity:1;visibility:visible;transform:translate(-50%)}.selection-help{display:flex;align-items:flex-start;gap:7px;margin:9px 0 0;padding:9px 10px;color:#697185;background:#f7f8fc;border-radius:8px;font-size:12px;line-height:1.55}.selection-help svg{flex:none;margin-top:1px;color:#6269df}.workflow-table{min-width:1180px;table-layout:fixed}.workflow-table th:nth-child(1){width:130px}.workflow-table th:nth-child(2){width:220px}.workflow-table th:nth-child(3){width:65px}.workflow-table th:nth-child(4){width:85px}.workflow-table th:nth-child(5){width:145px}.workflow-table th:nth-child(6){width:80px}.workflow-table th:nth-child(7),.workflow-table th:nth-child(8){width:105px}.workflow-table th:nth-child(9){width:120px}.workflow-table th:nth-child(10){width:135px}.workflow-table th:nth-child(11){width:35px}.ticket-center .filter-panel{grid-template-columns:minmax(210px,1.35fr) minmax(180px,1.1fr) minmax(105px,.65fr) minmax(100px,.6fr) minmax(130px,.75fr) auto}.action-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.action-heading h3{margin-bottom:4px}.action-heading>svg{flex:none;color:#656cf0}.classification-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.classification-grid label{display:grid;gap:7px;color:#555d70;font-size:13px;font-weight:600}.classification-grid select,.category-modal select{height:40px;width:100%;padding:0 10px;border:1px solid #dfe3ec;border-radius:8px;color:#3f4758;background:#fff;outline:0}.classification-grid select:focus,.category-modal select:focus{border-color:#767cf8;box-shadow:0 0 0 3px #eff0ff}.priority-fieldset legend{margin-bottom:8px;color:#555d70;font-size:13px;font-weight:600}.priority-options{display:flex;flex-wrap:wrap;gap:8px}.priority-options label{display:flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid #e1e4eb;border-radius:8px;cursor:pointer}.priority-options label.is-selected{border-color:#7b82f3;background:#fafaff;box-shadow:0 0 0 2px #4b52f512}.priority-options input{width:14px;height:14px;accent-color:var(--accent)}.assignment-preview,.rejection-notice{display:flex;align-items:flex-start;gap:9px;padding:11px 12px;color:#525b70;background:#f4f6ff;border:1px solid #e4e7ff;border-radius:9px}.assignment-preview svg,.rejection-notice svg{flex:none;margin-top:1px;color:#5962e8}.assignment-preview div,.rejection-notice div{display:grid;gap:3px}.assignment-preview strong,.rejection-notice strong{font-size:13px}.assignment-preview span{color:#7e8597;font-size:12px}.assignment-preview.is-warning{color:#9a671e;background:#fff8ea;border-color:#f5e5bf}.assignment-preview.is-warning svg{color:#d48a1d}.rejection-notice{color:#9c4c53;background:#fff3f3;border-color:#f4dada}.rejection-notice svg{color:#d2555e}.rejection-notice p{color:#99585e;font-size:13px}.simplified-users-table{min-width:760px}.simplified-users-table th:nth-child(1){width:17%}.simplified-users-table th:nth-child(2){width:16%}.simplified-users-table th:nth-child(3){width:13%}.simplified-users-table th:nth-child(4){width:15%}.simplified-users-table th:nth-child(5){width:28%}.simplified-users-table th:nth-child(6){width:11%}.category-list{display:grid}.category-row{min-height:92px;display:grid;grid-template-columns:42px minmax(230px,1.3fr) minmax(210px,.9fr) auto;align-items:center;gap:15px;padding:15px 18px;border-top:1px solid #eff0f5}.category-row.is-disabled{opacity:.62;background:#fafafa}.category-icon{width:38px;height:38px;display:grid;place-items:center;color:#5961e5;background:#eff0ff;border-radius:10px}.category-main{min-width:0}.category-main>div{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.category-main>div>strong{color:#3b4355;font-size:15px}.category-main p{margin:7px 0 0;color:#8b92a2;font-size:12px;line-height:1.55}.disabled-badge{padding:3px 6px;color:#8a6570;background:#f5ecef;border-radius:5px;font-size:11px}.category-answerers{display:grid;gap:7px}.category-answerers>small{display:flex;align-items:center;gap:5px;color:#969cab;font-size:11px}.category-answerers>span{display:flex;flex-wrap:wrap;gap:6px}.answerer-chip{display:inline-flex;align-items:center;gap:5px;padding:4px 7px 4px 4px;color:#596174;background:#f5f6fa;border-radius:15px;font-size:12px}.category-answerers em{color:#c07c32;font-size:12px;font-style:normal}.category-actions{display:flex;gap:7px}.category-actions button{display:inline-flex;align-items:center;gap:4px}.tiny-danger{height:27px;padding:0 8px;border:0;border-radius:6px;color:#ce555d;background:#fff1f2;font-size:12px}.category-modal{width:min(620px,calc(100vw - 30px))}.category-modal fieldset{margin:0;padding:0;border:0}.category-modal legend{margin-bottom:9px;color:#50586a;font-size:14px;font-weight:600}.inline-empty{grid-column:1 / -1;margin:0;padding:14px;color:#946b32;background:#fff8eb;border-radius:8px;font-size:13px}.switch-row{display:flex!important;align-items:flex-start;gap:9px!important;padding:11px;border:1px solid #e5e7ee;border-radius:9px;cursor:pointer}.switch-row input{width:16px!important;height:16px!important;margin-top:2px;accent-color:var(--accent)}.switch-row span{display:grid;gap:3px}.switch-row small{color:#9298a7;font-size:12px;font-weight:400}.confirm-modal{position:relative;width:min(410px,calc(100vw - 30px));padding:25px;border-radius:16px;color:#4d5567;background:#fff;box-shadow:0 25px 70px #171b3b40;text-align:center}.confirm-modal .danger-icon{width:46px;height:46px;display:grid;place-items:center;margin:0 auto 13px;color:#d54e57;background:#fff0f1;border-radius:13px}.confirm-modal h2{margin:0 0 8px;color:#333a4b;font-size:19px}.confirm-modal p{margin:0;color:#858c9c;font-size:13px;line-height:1.7}.confirm-modal .form-actions{margin-top:20px}@media(max-width:1120px){.ticket-center .filter-panel{grid-template-columns:repeat(3,minmax(0,1fr))}.ticket-center .filter-panel .filter-search{grid-column:1 / -1}.category-row{grid-template-columns:40px minmax(220px,1fr) minmax(190px,.8fr)}.category-actions{grid-column:2 / -1}}@media(min-width:821px)and (max-width:1400px){.workflow-table{min-width:900px}.workflow-table th:nth-child(3),.workflow-table td:nth-child(3),.workflow-table th:nth-child(7),.workflow-table td:nth-child(7),.workflow-table th:nth-child(10),.workflow-table td:nth-child(10){display:none}.ticket-center .ticket-table-wrap{overflow-x:auto}}@media(max-width:820px){.ticket-detail-page .detail-side-column{order:initial}.work-group-options{grid-template-columns:repeat(2,minmax(0,1fr))}.work-group-option:last-child{grid-column:1 / -1}.work-group-tooltip{display:none}.category-row{grid-template-columns:38px minmax(0,1fr)}.category-answerers,.category-actions{grid-column:2}}@media(max-width:520px){.classification-grid{grid-template-columns:1fr}.priority-options{display:grid;grid-template-columns:1fr 1fr}.work-group-options{grid-template-columns:1fr 1fr}.category-row{padding:14px 12px;gap:10px}.category-actions{flex-wrap:wrap}}.field-title{display:inline-flex;align-items:center;width:max-content;max-width:100%;white-space:nowrap}.required{display:inline-block;flex:none;white-space:nowrap}.small-modal fieldset>legend{white-space:nowrap}.user-modal form>label,.category-modal form>label:not(.handler-check):not(.switch-row){display:block!important}.user-modal form>label>.required,.category-modal form>label:not(.handler-check):not(.switch-row)>.required{display:inline-block!important}.user-modal form>label>input,.user-modal form>label>select,.category-modal form>label:not(.handler-check):not(.switch-row)>input:not([type=checkbox]),.category-modal form>label:not(.handler-check):not(.switch-row)>select,.category-modal form>label:not(.handler-check):not(.switch-row)>textarea{display:block;margin-top:8px}.user-modal .form-grid>label{display:block!important}.user-modal .form-grid>label>.required{display:inline-block!important}.user-modal .form-grid>label>input,.user-modal .form-grid>label>select{display:block;margin-top:8px}.category-modal textarea{width:100%;padding:11px;border:1px solid #e1e4ed;border-radius:9px;outline:0;color:#303748;background:#fff;font-size:14px;font-weight:400;line-height:1.65;resize:vertical}.category-modal textarea:focus{border-color:#767cf8;box-shadow:0 0 0 3px #eff0ff}.ticket-detail-page .detail-page-layout{grid-template-columns:minmax(0,1.55fr) minmax(300px,.72fr);align-items:start}.detail-page-header>div,.detail-main-column,.detail-side-column,.question-focus-heading>div,.answer-workspace-heading>div,.answer-result-heading>div{min-width:0}.detail-page-header h1,.question-focus-content,.answer-result-content,.answer-workspace-heading h3,.answer-workspace-heading p,.secondary-info-card strong{overflow-wrap:anywhere;word-break:break-word}.detail-eyebrow{display:inline-flex;align-items:center;gap:5px;color:#626ae5;font-size:12px;font-weight:700;letter-spacing:.05em}.detail-page-header .ticket-code{display:block;margin-top:8px}.question-focus-card{position:relative;overflow:hidden;border-color:#dfe2ff;background:linear-gradient(145deg,#f8f9ff,#fff 62%);box-shadow:0 12px 32px #363d8c17}.question-focus-card:before{position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(#7178f2,#a7abff);content:""}.question-focus-heading,.answer-result-heading{display:flex;align-items:center;gap:11px}.question-focus-icon,.answer-result-heading>span{width:40px;height:40px;display:grid;flex:none;place-items:center;color:#5962e7;background:#e9ebff;border-radius:12px}.question-focus-heading span:not(.question-focus-icon),.answer-result-heading small{display:block;margin-bottom:2px;color:#7c8395;font-size:11px;font-weight:600}.question-focus-heading h2,.answer-result-heading h2{margin:0;color:#303748;font-size:18px}.question-focus-content,.answer-result-content{margin:18px 0 0;padding:18px;border:1px solid #e4e6f5;border-radius:12px;color:#303849;background:#fff;font-size:16px;line-height:1.85;white-space:pre-wrap}.question-focus-card .file-chip-list{margin-top:14px}.answer-workspace{position:relative;padding:24px;border:2px solid #7178ef;background:linear-gradient(150deg,#f6f7ff,#fff 58%);box-shadow:0 16px 38px #4c53be24}.answer-workspace-heading{display:flex;align-items:flex-start;gap:12px}.answer-workspace-icon{width:44px;height:44px;display:grid;flex:none;place-items:center;color:#fff;background:linear-gradient(145deg,#646ced,#858bf7);border-radius:13px;box-shadow:0 8px 18px #535bd538}.answer-workspace-icon.is-success{background:linear-gradient(145deg,#30a66f,#57bd8c);box-shadow:0 8px 18px #2d9c6733}.action-kicker{color:#626ae5;font-size:11px;font-weight:700;letter-spacing:.06em}.answer-workspace-heading h3{margin:3px 0 4px;color:#303748;font-size:19px}.answer-workspace-heading p{margin:0;color:#7f8798;font-size:13px;line-height:1.55}.answer-editor-label{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:22px 0 8px;color:#454d60;font-size:14px;font-weight:700}.answer-editor-label>span{color:#9298a8;font-size:12px;font-weight:400}.answer-workspace .answer-editor{min-height:180px;width:100%;padding:15px;border:1px solid #cbd0f7;border-radius:11px;outline:0;color:#303748;background:#fff;box-shadow:inset 0 1px 3px #2f345b0a;font:inherit;font-size:15px;line-height:1.7;resize:vertical}.answer-workspace .answer-editor:focus{border-color:#7178ef;box-shadow:0 0 0 3px #7178ef1f}.answer-workspace-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px}.answer-workspace-footer>span{display:flex;align-items:center;gap:6px;color:#858c9c;font-size:12px}.answer-workspace-footer .primary-button{flex:none}.classification-panel{border:1px solid #dfe2ff;border-top:3px solid #7178ef;background:linear-gradient(180deg,#fafaff,#fff 42%);box-shadow:0 12px 28px #484ea414}.answer-result-card{border-color:#cfe9dc;background:linear-gradient(145deg,#f4fbf7,#fff 62%)}.answer-result-heading>span{color:#23845a;background:#e1f4e9}.answer-result-heading small{color:#5f967a}.answer-result-content{border-color:#dceee4;font-size:15px}.resolution-workspace{padding:24px;border:1px solid #cde8da;border-top:3px solid #43ad79;background:linear-gradient(150deg,#f4fbf7,#fff 62%);box-shadow:0 12px 30px #30875b14}.resolution-workspace .review-actions{margin-top:20px}.workflow-card{border-top:3px solid #7178ef}.workflow-card h2{display:flex;align-items:center;gap:7px}.workflow-card h2 svg{color:#626ae5}.secondary-info-card{border-color:#e8eaf0;background:#fbfcfe;box-shadow:0 7px 22px #2e334e0b}.secondary-info-card h2{color:#646c7d}@media(max-width:820px){.ticket-detail-page .detail-page-layout{grid-template-columns:1fr}.question-focus-card,.answer-workspace,.resolution-workspace{padding:18px}.question-focus-content,.answer-result-content{padding:14px;font-size:14px}.answer-editor-label{align-items:flex-start;flex-direction:column;gap:3px}.answer-workspace-footer{align-items:stretch;flex-direction:column}.answer-workspace-footer .primary-button{width:100%}}@media(max-width:520px){.detail-page-header h1{font-size:22px;line-height:1.35}.question-focus-heading h2,.answer-result-heading h2{font-size:17px}.question-focus-icon,.answer-result-heading>span{width:36px;height:36px}}.login-page{height:100vh;height:100dvh;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:clamp(14px,3vh,32px) 22px}.login-center{position:relative;z-index:1;width:min(100%,500px);max-height:100%;display:grid;justify-items:center;gap:clamp(12px,2vh,22px);margin:auto;text-align:center}.login-brand-area{position:static;width:100%;max-width:none;padding:0;transform:none;text-align:center}.login-brand-mark{position:relative;display:block;width:118px;height:56px;margin:0 auto 14px;overflow:hidden}.login-brand-logo{position:absolute;top:50%;left:50%;width:145px;height:145px;max-width:none;margin:0;object-fit:contain;object-position:center;transform:translate(-50%,-57%)}.login-title-rule{width:44px;height:3px;margin:0 auto 12px}.login-brand-area h1{margin:0;font-size:clamp(28px,3vw,40px);line-height:1.2;letter-spacing:-1.2px;white-space:normal}.login-brand-area p{margin-top:8px;font-size:clamp(18px,1.8vw,23px)}.login-brand-area small{margin-top:12px;font-size:13px}.login-card{width:min(100%,440px);justify-self:center;padding:31px 38px 28px;border-radius:24px;transform:none;text-align:left}.login-card-heading{margin-bottom:23px;text-align:center}.login-footer{position:static;display:grid;justify-items:center;gap:8px;transform:none;color:#71839c;font-size:12px;white-space:normal}.login-footer-product{opacity:.82}.login-copyright{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:29px;padding:5px 12px;border:1px solid rgba(74,106,159,.16);border-radius:999px;color:#7a8ba3;background:#ffffff6b;box-shadow:inset 0 1px #ffffffa6;font-size:11px;letter-spacing:.02em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.login-copyright:before{width:4px;height:4px;flex:none;border-radius:50%;background:#5b8fd3;box-shadow:0 0 0 3px #5b8fd31a;content:""}.login-copyright strong{color:#315f9f;font-size:12px;font-weight:700;letter-spacing:.08em}@media(max-width:520px){.login-page{padding:10px 16px}.login-center{gap:10px}.login-brand-mark{width:82px;height:38px;margin-bottom:7px}.login-brand-logo{width:104px;height:104px}.login-title-rule{margin-bottom:7px}.login-brand-area h1{font-size:22px}.login-brand-area p{margin-top:3px;font-size:15px}.login-card{margin:0;padding:20px 20px 19px;border-radius:19px}.login-card-heading{margin-bottom:14px}.login-card form{gap:12px}.login-field{gap:5px}.login-field>div{height:44px}.login-button{height:45px}.login-footer{gap:5px;padding-bottom:0;font-size:10px}.login-copyright{min-height:27px;padding:4px 9px;font-size:10px}}@media(max-width:820px){.sidebar-copyright{margin-top:auto}}@media(max-height:760px)and (min-width:521px){.login-page{padding-top:12px;padding-bottom:12px}.login-center{gap:10px}.login-brand-mark{width:100px;height:47px;margin-bottom:8px}.login-brand-logo{width:123px;height:123px}.login-brand-area h1{font-size:29px}.login-brand-area p{margin-top:4px;font-size:18px}.login-brand-area small{margin-top:7px}.login-card{padding-top:22px;padding-bottom:20px}.login-card-heading{margin-bottom:16px}.login-card form{gap:13px}.login-field>div{height:45px}.login-button{height:46px}.login-footer-product{display:none}}
