:root{color:#1e252b;background:#f4f6f7;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;font-synthesis:none;--accent: #e87518;--accent-dark: #bc5310;--ink: #1e252b;--muted: #6f787f;--line: #dfe4e7;--panel: #ffffff;--sidebar: #20282d;--success: #18794e;--danger: #c23b3b;--warning: #a66113;--info: #2b699f}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}svg{width:18px;height:18px;stroke-width:1.8}.login-view{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:24px;background:#eef1f2}.login-panel{width:min(390px,100%);margin:auto 0;padding:36px;background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:0 18px 48px #1922281a}.brand-mark{display:grid;place-items:center;width:42px;height:42px;color:#fff;background:var(--accent);border-radius:6px;font-size:22px;font-weight:700}.brand-mark.small{width:36px;height:36px;font-size:18px}.brand-name{margin:16px 0 4px;color:var(--muted)}.login-panel h1{margin:0 0 28px;font-size:26px;letter-spacing:0}label{display:block;margin:16px 0 7px;color:#465159;font-size:14px;font-weight:600}input,textarea,select{width:100%;color:var(--ink);background:#fff;border:1px solid #cfd6da;border-radius:5px;outline:none}input,select{height:42px;padding:0 12px}textarea{padding:11px 12px;resize:vertical;line-height:1.55}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #e875181f}.form-error{min-height:20px;margin:10px 0 4px;color:var(--danger);font-size:13px}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:20;display:flex;flex-direction:column;width:224px;padding:22px 14px 16px;color:#e8edef;background:var(--sidebar)}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:0 8px 22px}.sidebar-brand strong,.sidebar-brand span{display:block;letter-spacing:0}.sidebar-brand strong{font-size:15px}.sidebar-brand span{margin-top:2px;color:#9eabb2;font-size:12px}.main-nav{display:grid;gap:4px}.nav-item,.sign-out{display:flex;align-items:center;gap:11px;min-height:42px;padding:0 12px;color:#bfc9ce;background:transparent;border:0;border-radius:5px;text-align:left}.nav-item:hover,.sign-out:hover{color:#fff;background:#2b353b}.nav-item.active{color:#fff;background:#39454c;box-shadow:inset 3px 0 var(--accent)}.nav-item span{flex:1}.nav-badge{min-width:20px;padding:2px 6px;color:#fff;background:var(--danger);border-radius:10px;font-size:11px;text-align:center}.sign-out{margin-top:auto;width:100%}.workspace{display:flex;flex-direction:column;min-height:100vh;margin-left:224px}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;min-height:86px;padding:18px 32px;background:#f4f6f7f5;border-bottom:1px solid var(--line)}.eyebrow{margin:0 0 4px;color:var(--muted);font-size:12px}.topbar h2{margin:0;font-size:24px;letter-spacing:0}.topbar-actions{display:flex;align-items:center;gap:10px}.search-wrap{position:relative;width:min(360px,36vw)}.search-wrap>svg{position:absolute;top:12px;left:12px;color:#78838a}.search-wrap input{padding:0 42px 0 38px;background:#fff}.search-wrap .icon-button{position:absolute;top:4px;right:4px}.icon-button{display:inline-grid;place-items:center;width:34px;height:34px;padding:0;color:#566169;background:transparent;border:0;border-radius:5px}.icon-button:hover{color:var(--ink);background:#e7ebed}.icon-button.bordered{width:42px;height:42px;background:#fff;border:1px solid #cfd6da}.content-view{padding:28px 32px 44px}.site-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 18px;width:100%;margin-top:auto;padding:14px 20px;color:var(--muted);background:#eef1f2;border-top:1px solid var(--line);font-size:12px;line-height:1.5}.login-view .site-footer{margin-top:24px;padding-bottom:0;background:transparent;border-top:0}.site-footer a{color:inherit;text-decoration:none}.site-footer a:hover{color:var(--ink);text-decoration:underline}.public-security-link{display:inline-flex;align-items:center;gap:6px}.public-security-link img{width:20px;height:20px;object-fit:contain}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:14px}.metric{min-height:126px;padding:20px;background:var(--panel);border:1px solid var(--line);border-radius:7px}.metric-head{display:flex;align-items:center;justify-content:space-between;color:var(--muted)}.metric-head i{color:var(--accent)}.metric strong{display:block;margin-top:18px;font-size:30px;letter-spacing:0}.metric small{color:var(--muted)}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,1fr);gap:28px;margin-top:30px}.plain-section,.settings-section{background:var(--panel);border:1px solid var(--line);border-radius:7px}.section-heading{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid var(--line)}.section-heading h3{margin:0;font-size:17px;letter-spacing:0}.section-heading p{margin:5px 0 0;color:var(--muted);font-size:13px}.queue-list{display:grid}.queue-row{display:grid;grid-template-columns:42px 1fr auto 18px;gap:12px;align-items:center;min-height:68px;padding:10px 20px;background:#fff;border:0;border-bottom:1px solid #edf0f2;text-align:left}.queue-row:last-child{border-bottom:0}.queue-row:hover{background:#fafbfb}.queue-icon{display:grid;place-items:center;width:34px;height:34px;color:var(--accent-dark);background:#fff1e7;border-radius:5px}.queue-row strong,.queue-row span{display:block}.queue-row span{margin-top:3px;color:var(--muted);font-size:12px}.queue-count{color:var(--danger);font-size:20px}.year-stats{padding:14px 22px 20px}.year-row{margin:14px 0}.year-label{display:flex;justify-content:space-between;margin-bottom:7px;font-size:13px}.year-track{height:7px;overflow:hidden;background:#e8edef;border-radius:4px}.year-bar{height:100%;background:var(--success);border-radius:4px}.list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.segmented{display:flex;flex-wrap:wrap;gap:4px;padding:3px;background:#e7ebed;border-radius:6px}.segment{min-width:72px;height:34px;padding:0 13px;color:#59656c;background:transparent;border:0;border-radius:4px}.segment.active{color:var(--ink);background:#fff;box-shadow:0 1px 3px #1e252b1a}.secondary-filter-row{display:flex;align-items:center;gap:10px;margin-top:12px}.secondary-filter-row>span{color:var(--muted);font-size:12px;font-weight:600}.segmented.secondary .segment{min-width:92px;height:30px;font-size:12px}.date-filter-row{display:flex;align-items:flex-end;flex-wrap:wrap;gap:10px;margin-top:12px}.date-filter-row>span:first-child{align-self:center;color:var(--muted);font-size:12px;font-weight:600}.date-filter-row label{display:grid;gap:4px;color:var(--muted);font-size:11px}.date-filter-row input{width:150px;height:34px;padding:0 9px;border:1px solid #cfd6da;border-radius:4px;background:#fff;color:var(--ink)}.date-filter-separator{align-self:center;color:var(--muted);font-size:12px}.date-filter-row .button{min-height:34px;padding:0 12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 16px;border:1px solid transparent;border-radius:5px;font-weight:600}.button.primary{color:#fff;background:var(--accent)}.button.primary:hover{background:var(--accent-dark)}.button.secondary{color:#3e4a51;background:#fff;border-color:#cfd6da}.button.secondary:hover{background:#f1f3f4}.button.danger{color:#fff;background:var(--danger)}.button.danger-ghost{color:var(--danger);background:#fff;border-color:#e5b6b6}.button.wide{width:100%}.result-line{display:flex;gap:14px;margin:18px 0 10px;color:#4e5a61;font-size:13px}.muted{color:var(--muted)}.table-wrap{position:relative;min-height:260px;overflow-x:auto;background:var(--panel);border:1px solid var(--line);border-radius:7px}table{width:100%;border-collapse:collapse;table-layout:fixed}th{height:44px;padding:0 16px;color:#69747b;background:#f8f9f9;border-bottom:1px solid var(--line);font-size:12px;font-weight:600;text-align:left}td{height:68px;padding:10px 16px;border-bottom:1px solid #edf0f2;vertical-align:middle;font-size:13px}tr:last-child td{border-bottom:0}tbody tr:hover{background:#fafbfb}.cell-main{display:block;overflow:hidden;color:var(--ink);font-weight:600;text-overflow:ellipsis;white-space:nowrap}.cell-sub{display:block;margin-top:4px;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.status{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:4px;font-size:12px;font-weight:600}.status.pending,.status.failed,.status.manual_review,.status.waiting_admin{color:var(--warning);background:#fff2dc}.status.reviewing,.status.processing,.status.waiting_user{color:var(--info);background:#e9f3fb}.status.rejected,.status.hidden,.status.deleted{color:var(--danger);background:#faeaea}.status.passed,.status.replied,.status.resolved,.status.visible,.status.on_sale{color:var(--success);background:#e7f4ed}.status.sold{color:var(--info);background:#e9f3fb}.status.restricted,.status.deletion_pending{color:var(--warning);background:#fff2dc}.status.banned,.status.completed{color:var(--danger);background:#faeaea}.status.active{color:var(--success);background:#e7f4ed}.status.cancelled{color:var(--muted);background:#eef0f2}.status.held{color:#9a4b0b;background:#fff0e4}.status+.status{margin-left:6px}.row-action{color:var(--accent-dark);background:transparent;border:0;font-weight:600}.row-action:hover{text-decoration:underline}.pagination{display:flex;justify-content:flex-end;align-items:center;gap:14px;margin-top:16px}.empty-state,.loading-state{position:absolute;top:44px;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;gap:10px;color:var(--muted);background:#fff}.empty-state svg{width:28px;height:28px}.spinner{width:24px;height:24px;border:3px solid #e2e6e8;border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.settings-section{max-width:680px}.settings-section textarea{width:calc(100% - 44px);margin:22px;font-family:Consolas,monospace}.settings-actions{display:flex;justify-content:flex-end;padding:0 22px 22px}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#0f151847}.detail-drawer{position:fixed;top:0;right:0;bottom:0;z-index:31;display:grid;grid-template-rows:auto 1fr auto;width:min(560px,94vw);background:#fff;box-shadow:-14px 0 40px #161e2329;transform:translate(105%);transition:transform .18s ease}.detail-drawer.open{transform:translate(0)}.drawer-header{display:flex;align-items:center;justify-content:space-between;min-height:78px;padding:16px 22px;border-bottom:1px solid var(--line)}.drawer-header h3{margin:0;font-size:20px;letter-spacing:0}.drawer-body{overflow-y:auto;padding:22px}.drawer-footer{display:flex;justify-content:flex-end;gap:10px;min-height:70px;padding:14px 22px;border-top:1px solid var(--line)}.detail-block{margin-bottom:24px}.detail-block h4{margin:0 0 10px;color:#566169;font-size:13px;letter-spacing:0}.detail-text{margin:0;color:#303a40;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px}.detail-field{min-width:0}.detail-field span{display:block;margin-bottom:4px;color:var(--muted);font-size:12px}.detail-field strong{display:block;overflow-wrap:anywhere;font-size:13px;font-weight:600}.linked-content{padding:14px;background:#f5f7f8;border-left:3px solid var(--accent)}.linked-content button{margin-top:8px}.point-ledger{border-top:1px solid var(--line)}.point-ledger-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:56px;border-bottom:1px solid var(--line)}.point-ledger-row span{min-width:0}.point-ledger-row strong,.point-ledger-row small{display:block}.point-ledger-row strong{color:var(--ink);font-size:13px}.point-ledger-row small{margin-top:3px;color:var(--muted);font-size:11px}.point-ledger-row>b{flex:0 0 auto;font-size:14px}.point-ledger-row>b.positive{color:var(--success)}.point-ledger-row>b.negative{color:var(--danger)}.user-identity{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;background:#f5f7f8;border-left:3px solid var(--accent)}.user-identity-copy{min-width:0}.user-identity-copy strong{display:block;margin-bottom:4px}.user-identity-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:8px}.user-identity-actions .button{min-height:34px;padding:0 10px;font-size:12px}.user-identity-actions .button svg{width:15px;height:15px}.case-contact-panel{padding:16px;background:#f7f8f9;border:1px solid var(--line);border-left:3px solid var(--accent)}.case-contact-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.case-contact-heading h4{margin-bottom:4px}.case-contact-heading strong{font-size:14px}.case-contact-actions{display:flex;justify-content:flex-end;margin-top:14px}.case-history{display:grid;gap:0;border-top:1px solid var(--line)}.case-history>.muted{margin:12px 0 0}.case-history-item{position:relative;padding:13px 0 13px 18px;border-bottom:1px solid #edf0f2}.case-history-item:before{position:absolute;top:18px;left:2px;width:7px;height:7px;background:var(--accent);border-radius:50%;content:""}.case-history-item span{display:block;margin-bottom:4px;color:var(--muted);font-size:12px}.case-history-item strong{font-size:13px}.case-history-item p{margin:5px 0 0;color:#465159;font-size:13px;line-height:1.6;overflow-wrap:anywhere}.review-images{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.review-images img{width:100%;aspect-ratio:1;object-fit:cover;border:1px solid var(--line);border-radius:5px}.drawer-form{padding-top:4px;border-top:1px solid var(--line)}.form-helper{margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.6}.support-user-summary{padding:14px;background:#f7f8f9;border-left:3px solid var(--accent)}.support-user-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.support-chat-panel{min-height:360px;border:1px solid var(--line);background:#f7f8f9}.support-chat-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 16px;background:#fff;border-bottom:1px solid var(--line)}.support-chat-heading h4{margin:0;font-size:14px}.support-chat-heading p{margin:4px 0 0;color:var(--muted);font-size:12px}.support-load-more{display:block;margin:12px auto 0;padding:5px 10px;color:var(--accent-dark);background:transparent;border:0;font-size:12px;font-weight:600}.support-load-more:hover{text-decoration:underline}.support-chat-messages{height:min(48vh,480px);min-height:300px;overflow-y:auto;padding:16px}.support-chat-row{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:16px}.support-chat-row.admin{align-items:flex-end}.support-chat-sender,.support-chat-row time{color:var(--muted);font-size:11px}.support-chat-context,.support-current-context{display:flex;flex-direction:column;gap:4px;width:min(82%,520px);margin-top:5px;padding:9px 11px;color:#5e4934;background:#fff8ef;border:1px solid #ebceb0;border-radius:5px;overflow-wrap:anywhere}.related-case-link{font:inherit;text-align:left;cursor:pointer}.related-case-link:hover{border-color:#d99958;background:#fff3e5}.related-case-link:focus-visible{outline:2px solid rgba(238,111,21,.3);outline-offset:2px}.support-chat-context span,.support-current-context span{color:#a65a16;font-size:11px}.support-chat-context strong,.support-current-context strong{color:#3f342b;font-size:12px;font-weight:600}.support-chat-context small,.support-current-context small{color:var(--muted);font-size:10px}.support-chat-row.admin .support-chat-context{align-items:flex-end;text-align:right}.support-current-context{width:100%;margin-top:12px;box-sizing:border-box}.related-case-action{display:inline-flex;align-items:center;gap:3px;margin-top:2px;font-weight:600}.related-case-action svg{width:13px;height:13px}.support-case-back{margin:0 0 14px;padding:0;color:var(--accent-dark);background:transparent;border:0;font-size:13px;font-weight:600}.support-case-back:hover{text-decoration:underline}.support-chat-bubble{max-width:82%;margin:5px 0;padding:10px 12px;color:#303a40;background:#fff;border:1px solid #e5e9eb;border-radius:5px;line-height:1.6;overflow-wrap:anywhere;white-space:pre-wrap}.support-chat-row.admin .support-chat-bubble{background:#fff0e3;border-color:#f1c9a7}.support-chat-empty{margin:120px 0;text-align:center}.support-reply-composer{width:100%}.support-reply-composer textarea{min-height:68px;resize:vertical}.support-reply-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:20px;background:#0f15186b}.dialog{width:min(430px,100%);padding:24px;background:#fff;border-radius:7px;box-shadow:0 20px 50px #0000002e}.dialog h3{margin:0 0 8px;letter-spacing:0}.dialog p{margin:0 0 10px;color:var(--muted);line-height:1.6}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.toast{position:fixed;left:50%;bottom:28px;z-index:70;max-width:min(460px,90vw);padding:11px 16px;color:#fff;background:#263138;border-radius:5px;box-shadow:0 8px 24px #0000002e;transform:translate(-50%)}.toast.error{background:var(--danger)}@media(max-width:980px){.sidebar{width:72px;padding-inline:10px}.sidebar-brand>div:last-child,.nav-item span,.sign-out span,.nav-badge{display:none}.sidebar-brand{padding-inline:8px}.nav-item,.sign-out{justify-content:center;padding:0}.workspace{margin-left:72px}.metric-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:680px){.sidebar{position:fixed;inset:auto 0 0;width:auto;height:62px;flex-direction:row;padding:4px;overflow-x:auto}.sidebar-brand,.sign-out{display:none}.main-nav{display:flex;gap:2px;min-width:max-content}.nav-item{width:42px;min-height:46px}.workspace{margin-left:0;padding-bottom:62px}.topbar{min-height:76px;padding:14px 16px}.eyebrow{display:none}.topbar h2{font-size:20px}.search-wrap{width:44vw}.content-view{padding:20px 16px 32px}.metric-grid{grid-template-columns:1fr 1fr;gap:10px}.metric{min-height:108px;padding:15px}.metric strong{margin-top:13px;font-size:26px}.list-toolbar{align-items:flex-start;flex-direction:column}.date-filter-row{align-items:flex-end}.date-filter-row label{flex:1 1 100%}.date-filter-row input{width:100%}.date-filter-separator{display:none}.detail-grid{grid-template-columns:1fr}.user-identity{align-items:stretch;flex-direction:column}.user-identity-actions{justify-content:flex-start}table{min-width:720px}}
