:root{--bg: #f4f6f9;--surface: #ffffff;--surface-soft: #f8fafc;--surface-muted: #eef2f6;--text: #162338;--text-soft: #42536a;--muted: #718096;--muted-light: #9aa7b7;--line: #e1e7ef;--line-strong: #cdd7e3;--sidebar: #101821;--sidebar-soft: #17222f;--sidebar-line: rgba(255, 255, 255, .09);--sidebar-text: #d9e2ed;--sidebar-muted: #8391a4;--accent: #2f67d8;--accent-strong: #2455b4;--accent-soft: #edf3ff;--positive: #258457;--positive-soft: #eaf8f0;--warning: #a66c1b;--warning-soft: #fff6e4;--danger: #b5484f;--danger-soft: #fff0f1;--radius: 12px;--control-radius: 8px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px rgba(15, 23, 42, .035);--shadow-md: 0 14px 34px rgba(15, 23, 42, .09);--ease: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html,body,#app{width:100%;min-width:320px;min-height:100%;margin:0}body{color:var(--text);background:var(--bg);font-family:Segoe UI,Microsoft YaHei,Arial,sans-serif;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:8px;padding:0 13px;border:1px solid transparent;border-radius:var(--control-radius);color:var(--text-soft);background:var(--surface);cursor:pointer;font-size:13px;font-weight:650;transition:transform .16s var(--ease),border-color .16s ease,background .16s ease,box-shadow .16s ease,color .16s ease}button:hover{border-color:var(--line-strong)}button:active{transform:translateY(1px) scale(.985)}button:disabled{cursor:not-allowed;opacity:.55}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(47,103,216,.18);outline-offset:2px}input,textarea,select{width:100%;border:1px solid var(--line-strong);border-radius:var(--control-radius);color:var(--text);background:#fcfdff;outline:none}input,textarea{padding:10px 12px}input::placeholder,textarea::placeholder{color:#a2adba}input:focus,textarea:focus,select:focus{border-color:#8eabe0;box-shadow:0 0 0 3px #2f67d81a}textarea{resize:vertical}table{width:100%;border-collapse:collapse;font-size:13px}th,td{height:54px;padding:0 16px;border-bottom:1px solid var(--surface-muted);text-align:left;white-space:nowrap}th{position:sticky;top:0;z-index:2;color:#728198;background:#f8fafc;font-size:11px;font-weight:750;letter-spacing:.02em}tbody tr{animation:row-enter .34s var(--ease) both;animation-delay:calc(var(--row-index, 0) * 20ms);transition:background .15s ease}tbody tr:hover{background:#f8fbff}code{color:#38547a;font-family:Cascadia Mono,JetBrains Mono,Consolas,monospace;font-size:12px}.app-root{min-height:100dvh}.primary-btn{border-color:var(--accent);color:#fff;background:var(--accent);box-shadow:0 7px 16px #2f67d82b}.primary-btn:hover{border-color:var(--accent-strong);color:#fff;background:var(--accent-strong);box-shadow:0 10px 20px #2f67d833}.ghost-btn,.action-btn{border-color:var(--line);color:var(--text-soft);background:var(--surface)}.ghost-btn:hover,.action-btn:hover{border-color:#b9c8d9;color:var(--text);background:#f7f9fc;box-shadow:0 3px 9px #0f172a0a}.action-btn{min-height:32px;padding:0 9px;font-size:12px}.danger,.actions .danger{border-color:#f1c9cd;color:var(--danger);background:var(--danger-soft)}.danger:hover,.actions .danger:hover{border-color:#e7aeb4;color:#9e3941;background:#ffe6e8}.warning-btn{border-color:#efd8ae;color:var(--warning);background:var(--warning-soft)}.warning-btn:hover{border-color:#e3bd76;color:#845313;background:#fff0ca}.text-btn{display:inline-flex;min-height:30px;align-items:center;gap:6px;padding:0 4px;border-color:transparent;color:#416cae;background:transparent;font-size:12px;font-weight:700}.text-btn:hover{border-color:transparent;color:#2b5797;background:transparent;box-shadow:none}.text-btn:disabled{color:var(--muted-light)}.icon-only-btn{display:inline-grid;width:30px;min-height:30px;flex-shrink:0;place-items:center;padding:0;border-color:transparent;color:#8391a2;background:transparent}.icon-only-btn:hover{border-color:var(--line);color:var(--accent);background:#f3f7fc;box-shadow:none}.icon-btn-text{white-space:nowrap}.spin-icon{animation:spin .8s linear infinite}.surface-enter{animation:surface-enter .42s var(--ease) both}.login-screen{display:grid;min-height:100dvh;place-items:center;padding:32px 20px;background:linear-gradient(90deg,rgba(214,222,232,.34) 1px,transparent 1px),linear-gradient(rgba(214,222,232,.34) 1px,transparent 1px),#f2f5f8;background-size:34px 34px}.login-panel{width:min(100%,420px);padding:36px;border:1px solid rgba(255,255,255,.88);border-radius:18px;background:#fffffff2;box-shadow:0 28px 80px #0f172a21}.login-brand-row{display:flex;align-items:center;gap:11px;color:var(--text-soft);font-size:13px;font-weight:750}.brand-mark{display:grid;width:40px;height:40px;place-items:center;border-radius:11px;color:#fff;background:var(--sidebar);font-size:17px;font-weight:800;box-shadow:0 8px 18px #0f172a26}.login-panel h1{margin:28px 0 8px;color:var(--text);font-size:clamp(26px,4vw,34px);letter-spacing:-.04em}.login-panel p{margin:0 0 28px;color:var(--muted);font-size:14px;line-height:1.65}.login-panel label,.settings-panel label,.generate-form label,.detail-form label{display:flex;flex-direction:column;gap:8px;color:#526278;font-size:12px;font-weight:700}.login-panel label{margin-bottom:16px}.login-panel .primary-btn{width:100%;margin-top:8px}.form-error{margin-top:14px;color:var(--danger);font-size:13px}.shell{display:grid;min-height:100dvh;grid-template-columns:244px minmax(0,1fr);background:var(--bg)}.sidebar{position:sticky;top:0;z-index:30;display:flex;width:244px;height:100dvh;min-width:244px;flex-direction:column;padding:18px 12px;color:var(--sidebar-text);background:var(--sidebar)}.side-brand{display:flex;align-items:center;gap:11px;min-height:54px;padding:0 10px 20px;border-bottom:1px solid var(--sidebar-line)}.side-brand .brand-mark{width:36px;height:36px;border-radius:10px;color:var(--sidebar);background:#f6f8fb;box-shadow:none}.side-brand strong,.side-brand span{display:block}.side-brand strong{color:#f8fafc;font-size:15px;letter-spacing:.01em}.side-brand span{margin-top:3px;color:var(--sidebar-muted);font-size:11px}.nav-list{display:flex;flex-direction:column;gap:4px;padding-top:20px}.nav-label{margin:0 10px 7px;color:#66778d;font-size:10px;font-weight:800;letter-spacing:.12em}.nav-label--system{margin-top:21px}.nav-item{width:100%;min-height:43px;justify-content:flex-start;padding:0 12px;border-color:transparent;color:#aebaca;background:transparent;font-weight:600;text-align:left}.nav-item svg{flex-shrink:0;color:#718197;transition:color .16s ease,transform .16s ease}.nav-item:hover,.nav-item.active{border-color:#94a3b821;color:#fff;background:var(--sidebar-soft)}.nav-item:hover svg,.nav-item.active svg{color:#9dbdf6}.nav-item.active{box-shadow:none;border-color:#aabcd22e;background:#1b2938}.nav-item.active svg{color:#d9e5f5;transform:translate(0)}.side-footer{margin-top:auto;padding:16px 4px 0;border-top:1px solid var(--sidebar-line)}.user-chip{display:flex;align-items:center;gap:10px;padding:9px 7px}.user-chip>span{display:grid;width:32px;height:32px;place-items:center;border-radius:9px;color:#2455b4;background:#dce9ff;font-weight:800}.user-chip strong,.user-chip small{display:block}.user-chip strong{color:#f8fafc;font-size:12px}.user-chip small{margin-top:3px;color:var(--sidebar-muted);font-size:11px}.side-logout{width:100%;margin-top:7px;border-color:#ffffff1c;color:#cbd5e1;background:#ffffff0d}.side-logout:hover{border-color:#ffffff2e;color:#fff;background:#ffffff1a}.main{min-width:0;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:20;display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:20px;padding:0 32px;border-bottom:1px solid var(--line);background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.topbar h1{margin:0;color:var(--text);font-size:21px;letter-spacing:-.03em}.topbar p{margin:5px 0 0;color:var(--muted);font-size:12px}.topbar-actions{display:flex;align-items:center;gap:10px}.service-pill{display:inline-flex;min-height:34px;align-items:center;gap:7px;padding:0 11px;border:1px solid #d7eadf;border-radius:999px;color:var(--positive);background:var(--positive-soft);font-size:12px;font-weight:750}.service-pill svg{color:var(--positive)}.service-indicator,.data-freshness i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#2ca66f;box-shadow:0 0 0 4px #2ca66f1f}.page{position:relative;min-height:calc(100dvh - 76px);padding:28px 32px 46px}.page-loading{position:fixed;top:75px;right:0;left:244px;z-index:25;height:2px;overflow:hidden;background:#2f67d814;pointer-events:none}.page-loading span{position:absolute;top:0;bottom:0;left:-28%;width:28%;background:var(--accent);animation:loading-sweep .85s var(--ease) infinite}.metric-grid{display:grid;grid-template-columns:1.2fr repeat(3,minmax(0,1fr));gap:14px}.spotlight-card{position:relative;overflow:hidden;border-radius:var(--radius)}.spotlight-card__glow{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .26s ease}.spotlight-card__content{position:relative;z-index:1;height:100%}.metric-card{min-height:156px;padding:19px 20px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);transition:transform .22s var(--ease),border-color .22s ease,box-shadow .22s ease}.metric-card:hover{border-color:#c6d3e3;box-shadow:var(--shadow-md);transform:translateY(-3px)}.metric-topline{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px;font-weight:700}.metric-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:9px;color:var(--accent);background:var(--accent-soft)}.metric-card strong{display:block;margin-top:17px;color:var(--text);font-size:34px;line-height:1;letter-spacing:-.05em;font-variant-numeric:tabular-nums}.metric-card small{display:flex;align-items:center;gap:5px;margin-top:12px;color:var(--muted);font-size:11px}.two-col{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.85fr);gap:14px;margin-top:14px}.panel{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.panel-head{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:14px;padding:0 19px;border-bottom:1px solid var(--surface-muted)}.panel-title{display:flex;min-width:0;align-items:center;gap:9px}.panel-title h2{margin:0;color:var(--text);font-size:15px;letter-spacing:-.01em}.panel-head>span{max-width:55%;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.section-icon{display:grid;width:31px;height:31px;flex-shrink:0;place-items:center;border-radius:9px;color:var(--accent);background:var(--accent-soft)}.section-icon--blue,.section-icon--green,.section-icon--violet,.section-icon--rose,.section-icon--amber{color:var(--accent);background:var(--accent-soft)}.line-chart{display:flex;min-height:266px;align-items:flex-end;gap:14px;padding:30px 24px 31px;background:linear-gradient(to top,rgba(220,227,235,.56) 1px,transparent 1px),var(--surface);background-size:100% 52px}.chart-bar{position:relative;display:flex;min-width:26px;flex:1;flex-direction:column;align-items:center;justify-content:flex-end;border-radius:7px 7px 3px 3px;color:var(--accent);background:#bbcef0;transform-origin:bottom;animation:chart-rise .62s var(--ease) both;animation-delay:calc(var(--bar-index, 0) * 55ms);transition:background .18s ease}.chart-bar:hover{background:var(--accent)}.chart-bar strong{position:absolute;top:-22px;color:#52647b;font-size:11px;font-weight:750}.chart-bar span{position:absolute;bottom:-23px;color:var(--muted);font-size:11px}.log-list{padding:8px 18px}.log-list.compact{max-height:266px;overflow:auto}.log-row{display:grid;min-height:48px;grid-template-columns:120px minmax(0,1fr) 144px;align-items:center;gap:12px;border-bottom:1px solid var(--surface-muted);font-size:12px;animation:row-enter .36s var(--ease) both;animation-delay:calc(var(--row-index, 0) * 28ms)}.log-list:not(.compact) .log-row{grid-template-columns:140px minmax(0,1fr) 120px 170px}.log-row:last-child{border-bottom:0}.log-row b{overflow:hidden;color:var(--accent);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.log-row span,.log-row small,.log-row time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.log-row span{color:var(--text-soft)}.log-row small,.log-row time{color:var(--muted-light)}.search-box{display:flex;width:min(280px,42%);min-height:36px;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--line);border-radius:var(--control-radius);color:#8290a1;background:#f8fafc;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.search-box:focus-within{border-color:#91addc;background:var(--surface);box-shadow:0 0 0 3px #2f67d81a}.search-box input{min-width:0;padding:0;border:0;background:transparent;box-shadow:none}.search-box input:focus{box-shadow:none}.search-box kbd{padding:3px 5px;border:1px solid #dbe3ec;border-radius:4px;color:#8d9aaa;background:#fff;font-family:inherit;font-size:10px}.inline-form{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr)) 128px;gap:10px;padding:16px 18px;border-bottom:1px solid var(--surface-muted);background:var(--surface-soft)}.actions{display:flex;align-items:center;justify-content:flex-start;gap:7px}.status{display:inline-flex;min-height:24px;align-items:center;gap:6px;padding:0 8px;border:1px solid var(--line);border-radius:999px;color:var(--text-soft);background:var(--surface-soft);font-size:11px;font-weight:700}.status i{width:5px;height:5px;border-radius:50%;background:currentColor}.status.active,.status.online{border-color:#c8e6d5;color:var(--positive);background:var(--positive-soft)}.status.unused,.status.open{border-color:#cbdcf7;color:#3766a9;background:#eef5ff}.status.processing{border-color:#f4d7a9;color:#b77618;background:#fff8e8}.status.resolved{border-color:#c8e6d5;color:var(--positive);background:var(--positive-soft)}.status.closed{border-color:#d8e0e9;color:#76859a;background:#f5f7fa}.status.banned,.status.revoked,.status.expired{border-color:#f1c9cd;color:var(--danger);background:var(--danger-soft)}.table-wrap{overflow-x:auto}.table-empty{height:168px;padding:0 24px;color:var(--muted);text-align:center;vertical-align:middle;white-space:normal}.table-empty svg{margin-right:8px;vertical-align:middle;color:#a7b3c1}.empty,.empty-state{color:var(--muted);text-align:center}.empty-state{display:flex;min-height:190px;align-items:center;justify-content:center;gap:8px;font-size:13px}.page--settings{display:grid;align-content:start;gap:14px}.settings-panel{max-width:820px;padding-bottom:18px}.settings-panel label{padding:15px 19px 0}.settings-panel .check-row{flex-direction:row;align-items:center;gap:10px}.settings-panel .check-row input{width:15px;height:15px;margin:0;accent-color:var(--accent)}.settings-panel button{margin:19px}.security-note,.security-alert{margin:17px 19px 0;padding:11px 12px;border:1px solid #d8e4f7;border-radius:var(--control-radius);color:#486180;background:#f4f8ff;font-size:12px;line-height:1.6}.security-alert{border-color:#f0d4a8;color:#845d24;background:#fff8eb}.password-panel{margin-top:0}.page--cards{padding-top:26px}.cards-overview{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:19px}.eyebrow{color:#6e7f95;font-size:10px;font-weight:800;letter-spacing:.14em}.cards-overview h2{margin:8px 0 6px;color:var(--text);font-size:26px;letter-spacing:-.045em}.cards-overview p{margin:0;color:var(--muted);font-size:13px}.cards-overview-actions{display:flex;align-items:center;gap:14px}.data-freshness{display:inline-flex;align-items:center;gap:7px;color:#65758a;font-size:12px;white-space:nowrap}.card-stat-grid{display:grid;grid-template-columns:1.15fr repeat(4,minmax(0,1fr));gap:11px;margin-bottom:15px}.card-stat{min-height:104px;padding:15px 16px;border:1px solid var(--line);border-radius:11px;background:var(--surface);box-shadow:0 1px 2px #14253a06;transition:transform .2s var(--ease),border-color .2s ease,box-shadow .2s ease}.card-stat:hover{border-color:#c6d3e2;box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-stat--total{border-color:#cbd9eb;background:#f5f8fd}.card-stat-label{display:flex;align-items:center;gap:7px;color:#6d7c90;font-size:12px;font-weight:700}.card-stat strong{display:block;margin-top:10px;color:var(--text);font-size:27px;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.card-stat small{display:block;overflow:hidden;margin-top:5px;color:#8a97a8;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.feedback-workbench{overflow:hidden}.feedback-head{align-items:center}.feedback-filter{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:10px;color:var(--muted);font-size:12px}.feedback-search{width:min(360px,32vw)}.feedback-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--line)}.feedback-summary-item{min-height:92px;padding:18px;background:linear-gradient(180deg,#fff,#fbfdff)}.feedback-summary-item span{display:flex;align-items:center;gap:7px;color:#6b7b91;font-size:12px;font-weight:800}.feedback-summary-item strong{display:block;margin-top:10px;color:var(--text);font-size:26px;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.feedback-table-wrap table{min-width:1120px}.feedback-title-cell{max-width:390px}.feedback-title-cell strong,.feedback-title-cell small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feedback-title-cell strong{color:var(--text);font-weight:800}.feedback-title-cell small{margin-top:5px;color:#8a98aa;font-size:11px}.stat-dot{width:7px;height:7px;border-radius:50%}.stat-dot--blue{background:#4a80d2}.stat-dot--green{background:#38a774}.stat-dot--orange{background:#dda248}.stat-dot--red{background:#cf5b60}.card-workbench{overflow:visible}.card-toolbar{display:flex;min-height:70px;align-items:center;justify-content:space-between;gap:16px;padding:13px 18px;border-bottom:1px solid var(--surface-muted);background:#fcfdfe}.card-toolbar-main,.card-toolbar-meta,.batch-selection,.batch-actions,.result-actions,.pagination{display:flex;align-items:center}.card-toolbar-main{min-width:0;flex:1;gap:8px}.card-search{width:min(330px,34vw)}.select-control{display:flex;min-height:36px;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--line);border-radius:var(--control-radius);color:#77869a;background:#f8fafc}.select-control select,.pagination select{width:auto;min-width:78px;padding:0;border:0;color:#46566c;background:transparent;box-shadow:none;font-size:12px}.card-toolbar-meta{flex-shrink:0;gap:14px;color:#8794a5;font-size:12px;white-space:nowrap}.batch-bar{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:14px;padding:9px 18px;border-bottom:1px solid #d8e4f1;background:#f1f6fd}.batch-selection,.batch-actions{gap:10px}.batch-selection strong{color:#2c4b74;font-size:12px}.batch-count{display:grid;width:24px;height:24px;place-items:center;border-radius:7px;color:#fff;background:var(--accent);font-size:11px;font-weight:800}.batch-bar .text-btn{color:#70819a;font-weight:600}.card-table{min-width:1040px}.card-table th,.card-table td{height:62px;padding:0 14px}.card-table th:first-child,.card-table td:first-child{padding-left:18px}.card-table tbody tr.is-selected{background:#f1f6fd}.check-cell{width:42px;text-align:center}.check-cell input,.check-row input{width:15px;height:15px;margin:0;accent-color:var(--accent);cursor:pointer}.card-key-cell,.device-cell,.date-cell{display:flex;align-items:center}.card-key-cell{min-width:190px;gap:5px}.card-key-cell code{color:#334e73;font-size:12px;font-weight:750;letter-spacing:.02em}.plan-cell,.date-cell{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.plan-cell strong{max-width:155px;overflow:hidden;color:#35465e;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.plan-cell small,.date-cell small{max-width:180px;overflow:hidden;color:#91a0b1;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.device-cell{gap:8px;color:#65758a;font-size:12px}.device-avatar{display:grid;width:25px;height:25px;place-items:center;border-radius:7px;color:#77899f;background:#f0f4f8}.date-cell span,.expiry-text{color:#586a80;font-size:12px;font-variant-numeric:tabular-nums}.expiry-text.is-expired{color:var(--danger)}.table-action-cell{width:150px;text-align:right}.table-action-cell.actions{justify-content:flex-end}.table-icon-btn{border-color:var(--line);background:#fbfcfd}.card-table .table-empty{height:210px}.table-empty-content{display:flex;width:100%;min-height:210px;flex-direction:column;align-items:center;justify-content:center;gap:7px}.table-empty .empty-icon{display:grid;width:38px;height:38px;place-items:center;margin-bottom:4px;border-radius:11px;color:#8d9bad;background:#f0f4f8}.table-empty strong{color:#66768b;font-size:13px}.table-empty small{color:#9aa7b7;font-size:11px}.table-footer{display:flex;min-height:58px;align-items:center;justify-content:space-between;padding:0 18px;border-top:1px solid var(--surface-muted);color:#8794a5;font-size:12px}.pagination{gap:8px}.pagination label{display:inline-flex;align-items:center;gap:5px;margin-right:4px;color:#8794a5}.pagination select{min-width:0;padding:5px 4px;border:1px solid var(--line);border-radius:6px;background:#f8fafc}.pagination strong{min-width:50px;color:#607088;font-size:11px;text-align:center}.batch-bar-enter-active,.batch-bar-leave-active{overflow:hidden;transition:opacity .18s ease,max-height .22s var(--ease)}.batch-bar-enter-from,.batch-bar-leave-to{max-height:0;opacity:0}.batch-bar-enter-to,.batch-bar-leave-from{max-height:80px;opacity:1}.modal-backdrop,.drawer-backdrop{position:fixed;inset:0;z-index:80;display:flex;background:#141f2d6b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-backdrop{align-items:center;justify-content:flex-end;padding:24px}.drawer-backdrop{align-items:stretch;justify-content:flex-end}.modal-panel,.card-drawer{overflow:auto;color:var(--text);background:#fbfcfe;box-shadow:-18px 0 44px #1320312e}.modal-panel{width:min(560px,100%);max-height:min(780px,calc(100dvh - 48px));padding:30px;border:1px solid rgba(255,255,255,.72);border-radius:16px}.card-drawer{width:min(480px,100%);height:100%;padding:28px 26px 32px}.mandatory-password-backdrop{align-items:center;justify-content:center}.mandatory-password-panel{width:min(100%,500px);max-height:calc(100dvh - 40px)}.modal-head,.drawer-head,.result-head,.drawer-danger-zone{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.modal-head h2,.drawer-head h2{margin:8px 0 6px;color:var(--text);font-size:24px;letter-spacing:-.04em}.modal-head p{max-width:390px;margin:0;color:#7d8a9b;font-size:12px;line-height:1.6}.modal-close{border-color:var(--line);background:#fff}.generate-form,.detail-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}.generate-form input,.generate-form textarea,.detail-form input,.detail-form textarea,.detail-form select{background:#fff}.detail-form select{height:40px;padding:0 11px;color:#35465e}.full-field{grid-column:1 / -1}.generate-preview{display:flex;min-height:50px;grid-column:1 / -1;align-items:center;gap:11px;padding:0 13px;border:1px dashed #cad7e5;border-radius:var(--control-radius);background:#f5f8fb}.generate-preview span,.generate-preview small{color:#8a98a9;font-size:11px}.generate-preview code{color:#365d93;font-size:12px;font-weight:750}.generate-preview small{margin-left:auto}.generate-submit,.detail-save{min-height:42px;grid-column:1 / -1}.generated-result{margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}.result-head{align-items:center}.result-head strong,.result-head span{display:block}.result-head strong{color:#2c405b;font-size:13px}.result-head span{margin-top:5px;color:#8a98a9;font-size:11px}.result-actions{flex-shrink:0;gap:10px}.generated-list{margin-top:14px;padding:5px 10px;border:1px solid var(--line);border-radius:var(--control-radius);background:#fff}.generated-row{display:flex;min-height:39px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--surface-muted)}.generated-row:last-of-type{border-bottom:0}.generated-row code{color:#334e73;font-size:12px;font-weight:750}.generated-list>small{display:block;padding:10px 0 5px;color:#98a5b4;font-size:11px}.drawer-head{align-items:center}.drawer-key-block{margin-top:28px;padding:15px;border:1px solid #d9e3ed;border-radius:10px;background:#f4f8fc}.drawer-key-block>span{color:#8090a3;font-size:10px;font-weight:800;letter-spacing:.1em}.drawer-key-block>div{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px}.drawer-key-block code{overflow:hidden;color:#2e4e7b;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.feedback-drawer{width:min(560px,100%)}.feedback-message{margin-top:26px;padding:18px;border:1px solid #d9e3ed;border-radius:12px;background:linear-gradient(180deg,#fff,#f7faff)}.feedback-message span{color:#71839a;font-size:10px;font-weight:800;letter-spacing:.12em}.feedback-message h3{margin:9px 0 12px;color:var(--text);font-size:18px;letter-spacing:-.025em}.feedback-message p{margin:0;color:#4f6075;font-size:13px;line-height:1.75;white-space:pre-wrap;word-break:break-word}.feedback-drawer .detail-form,.feedback-drawer .detail-meta{grid-template-columns:1fr}.detail-form{margin-top:22px}.detail-meta{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-top:26px;overflow:hidden;border:1px solid #e0e7ee;border-radius:10px;background:#e0e7ee}.detail-meta div{min-height:68px;padding:12px 13px;background:#fff}.detail-meta span,.detail-meta strong{display:block}.detail-meta span{color:#8a98a9;font-size:10px}.detail-meta strong{overflow:hidden;margin-top:7px;color:#53647a;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.drawer-danger-zone{align-items:center;margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.drawer-danger-zone strong,.drawer-danger-zone span{display:block}.drawer-danger-zone strong{color:#69798d;font-size:12px}.drawer-danger-zone span{margin-top:5px;color:#98a5b4;font-size:11px}.toast{position:fixed;right:24px;bottom:24px;z-index:100;display:flex;align-items:center;gap:9px;min-height:42px;padding:0 14px;border:1px solid rgba(255,255,255,.14);border-radius:10px;color:#f8fafc;background:#1b2633;box-shadow:0 18px 42px #0f172a2e;font-size:12px}.toast svg{color:#7dd3a9}.page-enter-active,.page-leave-active{transition:opacity .22s ease,transform .26s var(--ease)}.page-enter-from{opacity:0;transform:translateY(7px)}.page-leave-to{opacity:0;transform:translateY(-4px)}.toast-enter-active,.toast-leave-active{transition:opacity .18s ease,transform .22s var(--ease)}.toast-enter-from,.toast-leave-to{opacity:0;transform:translateY(8px)}@keyframes surface-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes row-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes chart-rise{0%{opacity:.2;transform:scaleY(.25)}to{opacity:1;transform:scaleY(1)}}@keyframes loading-sweep{0%{transform:translate(0)}to{transform:translate(460%)}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1220px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card-stat--total{grid-column:span 3}.card-toolbar{align-items:flex-start;flex-direction:column}.card-toolbar-main{width:100%}}@media(max-width:980px){.shell{grid-template-columns:210px minmax(0,1fr)}.sidebar{width:210px;min-width:210px}.page-loading{left:210px}.topbar,.page{padding-right:22px;padding-left:22px}.two-col{grid-template-columns:1fr}}@media(max-width:820px){.shell{display:block}.sidebar{position:sticky;width:100%;height:auto;min-width:0;padding:12px 14px 10px}.side-brand{min-height:44px;padding:0 4px 11px}.side-brand .brand-mark{width:32px;height:32px}.nav-list{display:flex;flex-direction:row;gap:6px;overflow-x:auto;padding:10px 0 2px;scrollbar-width:none}.nav-list::-webkit-scrollbar{display:none}.nav-label{display:none}.nav-item{width:auto;min-width:max-content;min-height:38px;padding:0 11px}.nav-item svg{width:16px;height:16px}.side-footer{position:absolute;top:12px;right:14px;margin:0;padding:0;border:0}.user-chip{display:none}.side-logout{width:auto;min-height:34px;margin:0;padding:0 10px}.topbar{position:static;min-height:70px;align-items:flex-start;padding:17px 18px}.page{min-height:0;padding:20px 18px 34px}.page-loading{top:0;left:0}.topbar-actions{align-items:flex-end;flex-direction:column;gap:6px}.inline-form{grid-template-columns:1fr 1fr}.cards-overview{align-items:flex-start;flex-direction:column}.cards-overview-actions{width:100%;justify-content:space-between}.card-toolbar-main{flex-wrap:wrap}.card-search{width:100%}.batch-bar{align-items:flex-start;flex-direction:column}.card-toolbar-meta{width:100%;justify-content:space-between}}@media(max-width:560px){.metric-grid,.card-stat-grid{grid-template-columns:1fr}.card-stat--total{grid-column:auto}.topbar{padding:15px 16px}.topbar h1{font-size:19px}.topbar p{max-width:150px;line-height:1.45}.service-pill{min-height:30px;padding:0 8px}.topbar-actions .ghost-btn{min-height:32px;padding:0 9px}.inline-form{grid-template-columns:1fr}.card-toolbar-main,.batch-actions{width:100%}.select-control{flex:1}.select-control select{width:100%}.table-footer{align-items:flex-start;flex-direction:column;gap:10px;padding:13px 16px}.pagination{width:100%;justify-content:space-between}.modal-backdrop{padding:12px}.modal-panel,.card-drawer{padding:24px 18px}.modal-panel{max-height:calc(100dvh - 24px);border-radius:14px}.card-drawer{width:100%}.generate-form,.detail-form{grid-template-columns:1fr}.full-field,.generate-preview,.generate-submit,.detail-save{grid-column:auto}.generate-preview{flex-wrap:wrap;padding:10px 13px}.generate-preview small{width:100%;margin-left:0}.result-head,.drawer-danger-zone{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
