html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--sidebar: #101827;--sidebar-muted: #94a3b8;--primary: #3478ef;--primary-dark: #2563d9;--bg: #f4f7fb;--card: #fff;--border: #e6ebf2;--text: #172033;--muted: #718096;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:1100px;min-height:100vh;background:var(--bg)}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;width:238px;display:flex;flex-direction:column;color:#fff;background:linear-gradient(180deg,#101827,#111c31);border-right:1px solid #1f2b43;transition:width .2s;z-index:30}.app-shell.collapsed .sidebar{width:70px}.brand{height:64px;padding:0 16px;display:flex;align-items:center;gap:11px;border-bottom:1px solid #1e2a40}.brand-icon{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,#3d82f2,#7059ed);box-shadow:0 7px 18px #3169d955}.brand-copy{display:flex;flex-direction:column;white-space:nowrap}.brand-copy strong{font-size:15px}.brand-copy span{color:#7da9f5;font-size:10px;letter-spacing:.9px;text-transform:uppercase}.sidebar-nav{flex:1;padding:14px 10px;display:flex;flex-direction:column;gap:5px}.nav-item{width:100%;height:44px;padding:0 13px;display:flex;align-items:center;gap:12px;border:0;border-radius:10px;color:var(--sidebar-muted);background:transparent;white-space:nowrap}.nav-item:hover{color:#fff;background:#1c2940}.nav-item.active{color:#fff;background:linear-gradient(90deg,#285fc9,#2455b2);box-shadow:0 7px 20px #1d4fa044}.sidebar-user{min-height:70px;padding:12px;display:flex;align-items:center;gap:10px;border-top:1px solid #1f2a40}.user-avatar{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;color:#c7d9f5;background:#22304a}.user-copy{min-width:0;flex:1;display:flex;flex-direction:column;white-space:nowrap}.user-copy strong{overflow:hidden;text-overflow:ellipsis;font-size:13px}.user-copy span{color:#7e90aa;font-size:11px}.shell-main{width:calc(100% - 238px);min-height:100vh;margin-left:238px;transition:margin-left .2s,width .2s}.app-shell.collapsed .shell-main{width:calc(100% - 70px);margin-left:70px}.shell-header{position:sticky;top:0;z-index:20;height:64px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.header-left,.header-actions,.toolbar-actions,.chat-actions,.metric-row,.row-actions{display:flex;align-items:center;gap:10px}.header-root{color:#9aa7b8}.header-actions{gap:12px}.presence-dot{width:8px;height:8px;border-radius:50%;background:#94a3b8}.presence-dot.online{background:#22c55e;box-shadow:0 0 0 4px #22c55e22}.header-user{height:34px;padding:0 12px;display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:18px;background:#fff;color:#475569}.icon-button{width:34px;height:34px;padding:0;display:grid;place-items:center;border:0;border-radius:8px;color:inherit;background:transparent}.icon-button:hover{background:#eef2f7}.sidebar .icon-button:hover{background:#22304a}.rotate{transform:rotate(180deg)}.shell-content{padding:22px}.page{display:flex;flex-direction:column;gap:18px}.page-toolbar{display:flex;align-items:flex-end;justify-content:space-between}.page-toolbar h1{margin:0;font-size:22px;letter-spacing:-.3px}.page-toolbar p{margin:5px 0 0;color:var(--muted)}.primary-button,.secondary-button,.danger-button,.success-button{height:36px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;font-weight:600;border:1px solid transparent}.primary-button{color:#fff;background:var(--primary);box-shadow:0 5px 12px #3478ef2e}.primary-button:hover{background:var(--primary-dark)}.secondary-button{color:#475569;background:#fff;border-color:#dfe5ed}.danger-button{color:#d43e49;background:#fff4f4;border-color:#ffd6d8}.success-button{color:#087b43;background:#eafbf2;border-color:#bcefd1}button:disabled{cursor:not-allowed;opacity:.48}.table-card{overflow:hidden;border:1px solid var(--border);border-radius:13px;background:#fff;box-shadow:0 5px 18px #1720330a}.muted{margin-top:3px;color:var(--muted);font-size:12px}.metric-row{min-height:54px}.metric{min-width:190px;padding:10px 14px;display:flex;align-items:center;gap:11px;border:1px solid var(--border);border-radius:12px;background:#fff}.metric-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:9px}.metric-icon.amber{color:#cf7408;background:#fff4df}.metric-icon.blue{color:#2466d5;background:#eaf2ff}.metric div:last-child{display:flex;flex-direction:column}.metric span{color:var(--muted);font-size:11px}.metric strong{font-size:17px}.metric-row>.secondary-button{margin-left:auto}.workbench-card{height:calc(100vh - 160px);min-height:590px;display:grid;grid-template-columns:350px minmax(0,1fr);overflow:hidden;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 8px 28px #1b2b4512}.conversation-sidebar{display:flex;min-width:0;flex-direction:column;border-right:1px solid var(--border);background:#fbfcfe}.scope-tabs{padding:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:5px;border-bottom:1px solid var(--border)}.scope-tabs button{height:38px;padding:0 5px;display:flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:8px;color:#64748b;background:transparent;font-size:12px}.scope-tabs button.active{color:#245fc7;background:#eaf2ff;font-weight:700}.conversation-list{flex:1;overflow:auto}.conversation-item{width:100%;padding:14px;display:flex;gap:11px;text-align:left;border:0;border-bottom:1px solid #edf0f5;background:transparent}.conversation-item:hover,.conversation-item.active{background:#f0f5ff}.conversation-item.active{box-shadow:inset 3px 0 var(--primary)}.conversation-avatar{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(135deg,#568cee,#685ee9);font-weight:700}.conversation-copy{min-width:0;flex:1}.conversation-copy>div{display:flex;justify-content:space-between;gap:7px}.conversation-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.conversation-copy time{color:#9aa7b8;font-size:10px;white-space:nowrap}.conversation-copy p{margin:5px 0 0;overflow:hidden;color:#77869a;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.empty-list{min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#9aa7b8}.chat-panel{min-width:0;display:flex;flex-direction:column;background:linear-gradient(180deg,#f8fbff,#fff)}.chat-header{height:70px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);background:#fff}.chat-header h2{margin:0;font-size:16px}.chat-header p{margin:4px 0 0;color:var(--muted);font-size:11px}.message-panel{flex:1;padding:22px;overflow:auto}.support-message{width:fit-content;max-width:70%;margin-bottom:17px}.support-message.staff{margin-left:auto}.support-message.system{max-width:80%;margin:10px auto 18px;text-align:center}.message-meta{margin:0 5px 5px;display:flex;gap:10px;color:#7b8b9f;font-size:11px}.message-meta time{color:#a7b0be}.message-content{padding:11px 14px;border-radius:5px 15px 15px;background:#fff;border:1px solid #e7ebf1;box-shadow:0 4px 13px #1e355008;white-space:pre-wrap;line-height:1.6}.support-message.staff .message-meta{justify-content:flex-end}.support-message.staff .message-content{color:#fff;border:0;border-radius:15px 5px 15px 15px;background:linear-gradient(135deg,#3478ef,#5263e5)}.support-message.ai .message-content{border-color:#cfe0fa;background:#f5f9ff}.support-message.system .message-content{padding:7px 12px;border:0;border-radius:14px;color:#7b8798;background:#eef1f5;font-size:11px}.chat-composer{min-height:105px;padding:14px 16px;display:flex;gap:12px;align-items:flex-end;border-top:1px solid var(--border);background:#fff}.chat-composer textarea{min-height:70px;max-height:130px;flex:1;resize:vertical;padding:11px 13px;border:1px solid #dde4ed;border-radius:10px;outline:0}.chat-composer textarea:focus{border-color:#76a3ef;box-shadow:0 0 0 3px #3478ef14}.chat-composer.disabled{background:#fafbfc}.chat-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9aa7b8}.chat-placeholder h2{margin:13px 0 4px;color:#64748b;font-size:17px}.chat-placeholder p{margin:0}.feedback-layout{height:calc(100vh - 145px);display:grid;grid-template-columns:minmax(650px,1fr) 360px;gap:16px}.feedback-layout .table-card{overflow:auto}.feedback-detail{padding:20px;overflow:auto;border:1px solid var(--border);border-radius:13px;background:#fff;box-shadow:0 5px 18px #1720330a}.feedback-detail.empty{padding:0}.feedback-detail header{display:flex;gap:11px;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--border)}.feedback-detail h2{margin:0;font-size:17px}.feedback-detail header p{margin:3px 0 0;color:var(--muted);font-size:11px}.detail-icon{width:40px;height:40px;display:grid;place-items:center;color:#2d6ddd;border-radius:11px;background:#eaf2ff}.contact-grid{margin:18px 0;display:grid;gap:9px}.contact-grid div{display:flex;gap:8px;align-items:center;color:#526176}.feedback-content{padding:15px;border-radius:10px;background:#f7f9fc;white-space:pre-wrap;line-height:1.7}.detail-meta{margin:15px 0;color:var(--muted);font-size:12px;line-height:1.8}.note-field{display:flex;flex-direction:column;gap:7px;font-weight:600}.note-field textarea{height:125px;padding:10px;resize:vertical;border:1px solid #dde4ed;border-radius:9px;font-weight:400;outline:0}.detail-actions{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.status-pill{padding:4px 9px;border-radius:12px;font-size:11px;font-weight:600}.status-pill.pending{color:#b26305;background:#fff3df}.status-pill.processing{color:#2563d9;background:#eaf2ff}.status-pill.resolved{color:#087b43;background:#e8f9f0}.staff-cell{display:flex;gap:10px;align-items:center}.staff-cell>div:last-child{display:flex;flex-direction:column;gap:2px}.staff-cell span{color:var(--muted);font-size:12px}.presence-label{display:inline-flex;gap:7px;align-items:center}.presence-label i{width:8px;height:8px;border-radius:50%;background:#94a3b8}.presence-label i.online{background:#22c55e;box-shadow:0 0 0 3px #22c55e20}.online-summary{padding:7px 11px;border-radius:17px;color:#087b43;background:#eafbf2;font-weight:600;font-size:12px}.link-button{display:inline-flex;align-items:center;gap:5px;border:0;color:#2865cb;background:transparent}.link-button.danger{color:#d3424b}.modal-form{display:grid;gap:15px;padding:8px 0}.modal-form label{display:grid;gap:6px}.modal-form label>span{font-weight:600}.modal-form .ant-select{width:100%}.modal-input{width:100%;height:38px;padding:0 10px;margin-top:12px;border:1px solid #d9dfe8;border-radius:7px;outline:0}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(460px,1.1fr) minmax(460px,.9fr);background:#fff}.login-visual{position:relative;overflow:hidden;display:grid;place-items:center;color:#fff;background:radial-gradient(circle at 20% 20%,#326edc,#18284a 52%,#101827)}.visual-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.14;background-image:linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent);mask-image:linear-gradient(to bottom,#000,transparent)}.visual-content{position:relative;width:min(520px,72%)}.visual-logo,.mobile-logo{width:55px;height:55px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#4a91ff,#7159ec);box-shadow:0 12px 30px #0c16386b}.visual-content h1{margin:28px 0 12px;font-size:38px;letter-spacing:-1px}.visual-content>p{max-width:430px;color:#b9c8df;font-size:16px;line-height:1.8}.visual-feature{margin-top:35px;display:flex;gap:10px;align-items:center;color:#d7e3f6}.login-panel{display:grid;place-items:center;padding:50px}.login-card{width:min(390px,100%);display:flex;flex-direction:column}.mobile-logo{display:none}.eyebrow{color:#3478ef;font-size:11px;font-weight:800;letter-spacing:1.8px}.login-card h2{margin:9px 0 4px;font-size:28px}.login-hint{margin:0 0 28px;color:var(--muted)}.login-card label{display:grid;gap:7px;margin-bottom:17px;font-weight:600}.input-wrap{height:46px;padding:0 13px;display:flex;gap:9px;align-items:center;color:#8795a8;border:1px solid #dce3ec;border-radius:9px}.input-wrap:focus-within{color:#3478ef;border-color:#77a4ef;box-shadow:0 0 0 3px #3478ef14}.input-wrap input{min-width:0;flex:1;border:0;outline:0}.login-error{margin-bottom:14px;padding:9px 11px;color:#c9343e;border-radius:7px;background:#fff0f1}.login-submit{height:45px}@media (max-width: 1250px){.feedback-layout{grid-template-columns:minmax(600px,1fr) 330px}.workbench-card{grid-template-columns:320px minmax(0,1fr)}}
