body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{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)}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[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{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}code,kbd,pre,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}[role=button],a,area,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}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-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{--ink:#142534;--muted:#687b89;--line:#dce6e9;--canvas:#f3f7f7;--panel:#ffffff;--nav:#102b36;--teal:#087f76;--amber:#d58411;--danger:#bd3e39}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--canvas);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}body{font-size:16px}.app-layout{min-height:100vh}.side-brand{height:78px;padding:18px 20px;color:white;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.1)}.brand-mark{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#19b7a9;color:#08262f;font-weight:900}.brand-title{font-size:16px;font-weight:700;line-height:1.2}.brand-sub{color:#91b5bd;font-size:12px;margin-top:3px}.app-sider .ant-layout-sider-children{background:var(--nav)}.app-sider .ant-menu{font-size:15px;padding:8px 10px}.app-header{height:68px;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);padding:0 26px;display:flex;align-items:center;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.page{padding:26px;max-width:1540px;margin:0 auto}.page-title{margin:0;font-size:25px;letter-spacing:-.02em}.page-note{color:var(--muted);margin-top:6px;font-size:14px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;margin:22px 0}.metric{border:1px solid var(--line);box-shadow:0 7px 22px rgba(21,48,59,.055);overflow:hidden}.metric:before{content:"";display:block;height:3px;background:var(--teal)}.metric.alert:before{background:var(--amber)}.metric .ant-statistic-title{color:var(--muted);font-size:14px}.metric .ant-statistic-content{font-weight:760}.split-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:18px;gap:18px}.panel{border:1px solid var(--line);box-shadow:none}.severity-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.severity-chip{border-radius:10px;padding:12px;background:#f5f8f8;border-left:4px solid #82939d}.severity-chip.p0{border-color:#a11d29}.severity-chip.p1{border-color:#db603f}.severity-chip.p2{border-color:#d69a1e}.severity-chip.p3{border-color:#527b8a}.severity-value{font-size:24px;font-weight:750}.trend{height:190px;display:flex;gap:12px;align-items:flex-end;padding-top:24px}.trend-item{flex:1 1;min-width:30px;text-align:center;color:var(--muted);font-size:12px}.trend-bar{min-height:4px;border-radius:7px 7px 2px 2px;background:linear-gradient(180deg,#12a99a,#087f76);margin:0 auto 8px;max-width:42px}.toolbar{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 14px}.case-number{color:var(--teal);font-weight:650;cursor:pointer}.chat{display:flex;flex-direction:column;gap:12px;margin-top:18px}.bubble{max-width:72%;padding:11px 14px;border-radius:12px;background:#eef3f4;border:1px solid #dce6e9;white-space:pre-wrap}.bubble.agent{align-self:flex-end;background:#e3f5f1;border-color:#bde2da}.bubble.robot{background:#f7f1e5}.bubble-meta{color:var(--muted);font-size:12px;margin-bottom:4px}.revoked-label{margin-bottom:6px}.revoked-content{color:var(--muted);opacity:.78}.login-shell{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr;background:#0f2b35}.login-story{padding:9vw;display:flex;flex-direction:column;justify-content:center;color:white;background:radial-gradient(circle at 10% 20%,rgba(21,177,163,.24),transparent 35%),linear-gradient(150deg,#102d38,#0b2029)}.login-story h1{font-size:clamp(36px,5vw,68px);line-height:1.08;margin:0 0 22px;max-width:720px;letter-spacing:-.04em}.login-story p{max-width:620px;color:#a9c5ca;font-size:18px;line-height:1.8}.login-points{display:flex;gap:24px;margin-top:32px;color:#d4e8e8}.login-card-wrap{display:grid;place-items:center;padding:32px;background:#f2f7f6}.login-card{width:min(420px,100%);border:1px solid var(--line);box-shadow:0 24px 60px rgba(5,29,37,.15)}.login-card .ant-card-body{padding:34px}.import-drop{margin:20px 0}.empty-inline{padding:36px;text-align:center;color:var(--muted)}.detail-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:18px;gap:18px;margin-top:18px}.risk-banner{border-left:4px solid var(--amber);background:#fff9ec;padding:15px 18px;border-radius:7px;margin:16px 0}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.wecom-security-note{margin:20px 0 16px;border-color:#bde2da;background:#f0faf7;color:#315f5a}.wecom-section{margin-top:18px}.wecom-error{margin:16px 0}.wecom-retry{display:flex;justify-content:center;padding-bottom:18px}.connection-result{margin-top:14px;padding:11px 14px;border-radius:7px;background:#fff5f4;border:1px solid #f0c4c0;color:#8b302d}.connection-result.pass{background:#f0faf7;border-color:#bde2da;color:#176a60}@media (max-width:1000px){.metric-grid{grid-template-columns:repeat(2,1fr)}.detail-grid,.login-shell,.split-grid{grid-template-columns:1fr}.login-story{display:none}}@media (max-width:700px){.app-sider{display:none}.page{padding:18px 12px}.metric-grid{grid-template-columns:1fr 1fr;gap:10px}.app-header{padding:0 14px}.bubble{max-width:92%}}