:root {
  --ink:#10162d; --muted:#71809e; --line:#e8eaf3; --panel:#fff;
  --purple:#7057ff; --pink:#e650d4; --orange:#ff8b59; --cyan:#27b8d4;
  --green:#20b873; --danger:#d84c62; --sidebar:#171a34;
  font-family:"Microsoft YaHei UI","PingFang SC",system-ui,sans-serif;
  color:var(--ink); background:#f6f7fc; font-synthesis:none;
}
*{box-sizing:border-box} body{margin:0;min-width:320px;background:#f6f7fc} a{color:inherit;text-decoration:none} button,input,select,textarea{font:inherit} button{cursor:pointer}
.app-shell{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:linear-gradient(180deg,#171a34,#11142b);color:#fff;padding:24px 18px;display:flex;flex-direction:column;z-index:10}.main-area{grid-column:2;min-width:0}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 24px;border-bottom:1px solid rgba(255,255,255,.09)}.brand-mark,.login-logo{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--purple),var(--pink) 58%,var(--orange));display:grid;place-items:center;font-weight:900;color:#fff;box-shadow:0 12px 30px rgba(112,87,255,.35)}.brand strong{display:block;font-size:15px}.brand small{display:block;margin-top:4px;color:#8f98bb;font-size:8px;letter-spacing:2px}.nav-list{padding-top:22px;display:flex;flex-direction:column;gap:6px}.nav-caption{padding:22px 13px 6px;color:#777f9f;font-size:10px;letter-spacing:1.5px;text-transform:uppercase}.nav-item{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:11px;color:#aeb5d1;font-size:13px;font-weight:600;transition:.2s}.nav-item:hover{color:#fff;background:rgba(255,255,255,.06)}.nav-item.active{color:#fff;background:linear-gradient(90deg,rgba(112,87,255,.34),rgba(230,80,212,.14));box-shadow:inset 3px 0 #8e6cff}.nav-icon{width:20px;text-align:center;font-size:17px}.sidebar-foot{margin-top:auto;border-top:1px solid rgba(255,255,255,.09);padding-top:16px}.admin-chip{display:flex;align-items:center;gap:10px;padding:8px;margin-bottom:8px;border-radius:10px}.admin-chip:hover{background:rgba(255,255,255,.06)}.avatar{width:34px;height:34px;border-radius:10px;background:#292e55;display:grid;place-items:center;color:#bcb6ff}.admin-chip strong,.admin-chip small{display:block}.admin-chip strong{font-size:12px}.admin-chip small{font-size:10px;color:#858dab;margin-top:2px}.topbar{height:66px;background:rgba(255,255,255,.9);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 38px;position:sticky;top:0;z-index:5;backdrop-filter:blur(12px)}.eyebrow{margin:0;color:#8775f9;font-size:10px;font-weight:800;letter-spacing:2px;text-transform:uppercase}.server-pill,.readonly-badge{display:flex;align-items:center;gap:8px;border:1px solid var(--line);background:#fff;padding:8px 12px;border-radius:99px;color:#68738d;font-size:11px}.server-pill span{width:7px;height:7px;border-radius:50%;background:#26c982;box-shadow:0 0 0 4px rgba(38,201,130,.12)}.content{padding:34px 38px 60px;max-width:1500px;margin:auto}.page-heading{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:28px}.page-heading.compact{align-items:center}.page-heading h1{font-size:30px;margin:8px 0 7px;letter-spacing:-1px}.page-heading p:not(.eyebrow){margin:0;color:var(--muted);font-size:13px}.primary-button,.secondary-button,.danger-button,.ghost-button{border:0;border-radius:10px;padding:10px 16px;font-weight:700;font-size:12px;display:inline-flex;justify-content:center;align-items:center;gap:16px}.primary-button{color:#fff;background:linear-gradient(100deg,var(--purple),var(--pink));box-shadow:0 9px 20px rgba(112,87,255,.2)}.primary-button:hover{filter:brightness(1.04);transform:translateY(-1px)}.primary-button.large{padding:13px 20px}.secondary-button{color:#5143ba;background:#eeecff}.danger-button{color:#b92f49;background:#fff0f3;border:1px solid #ffd7df}.ghost-button{color:#6e7895;background:transparent;border:1px solid var(--line)}.sidebar .ghost-button{color:#929abb;border-color:rgba(255,255,255,.1)}.full{width:100%}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.project-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;min-height:280px;box-shadow:0 14px 40px rgba(32,38,72,.05);transition:.2s}.project-card:not(.placeholder-card):hover{transform:translateY(-4px);border-color:#cfc9ff;box-shadow:0 22px 50px rgba(91,74,202,.12)}.project-card-top{display:flex;justify-content:space-between;align-items:center}.project-logo{width:50px;height:50px;border-radius:16px;color:#fff;font-size:22px;font-weight:900;display:grid;place-items:center;background:linear-gradient(135deg,var(--purple),var(--pink) 58%,var(--orange))}.status-dot{color:#1b9c65;background:#ebfff5;border-radius:99px;padding:6px 9px;font-size:10px}.project-card h2{font-size:21px;margin:24px 0 8px}.project-card>p{color:var(--muted);font-size:12px;min-height:34px}.project-metrics{display:flex;gap:30px;margin-top:25px;padding-top:18px;border-top:1px solid var(--line)}.project-metrics strong,.project-metrics small{display:block}.project-metrics strong{font-size:20px}.project-metrics small{font-size:10px;color:var(--muted);margin-top:4px}.project-open{display:flex;justify-content:space-between;margin-top:23px;color:#6754e8;font-size:12px;font-weight:800}.placeholder-card{border-style:dashed;background:transparent;box-shadow:none}.muted-logo{background:#e9eaf2;color:#9da3b9}.coming{display:inline-block;margin-top:18px;color:#9299ae;font-size:11px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.stat-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px;overflow:hidden}.stat-card:before{content:"";position:absolute;width:70px;height:70px;border-radius:50%;right:-25px;top:-25px;background:currentColor;opacity:.08}.stat-card>span,.stat-card>small,.stat-card>strong{display:block}.stat-card>span{font-size:11px;color:#66718e}.stat-card>strong{font-size:28px;margin:13px 0 5px}.stat-card>small{font-size:9px;color:#9aa2b6}.stat-card.purple{color:var(--purple)}.stat-card.cyan{color:var(--cyan)}.stat-card.orange{color:var(--orange)}.stat-card.green{color:var(--green)}.two-column{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);gap:20px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:17px;padding:21px;margin-bottom:20px;box-shadow:0 10px 34px rgba(38,42,80,.035)}.panel-title{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.panel-title h2{font-size:15px;margin:0 0 5px}.panel-title p{font-size:10px;color:var(--muted);margin:0}.panel-title>a,.text-link{font-size:11px;color:#6754e8;font-weight:700}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:11px;white-space:nowrap}th{text-align:left;color:#8a93aa;font-size:9px;letter-spacing:.5px;padding:10px 12px;border-bottom:1px solid var(--line);font-weight:700}td{padding:12px;border-bottom:1px solid #f0f1f6;color:#4e5874}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fafaff}.code-link{font-family:Consolas,monospace;color:#32296f;font-weight:800}.badge{display:inline-flex;padding:5px 8px;border-radius:99px;font-size:9px;font-weight:800}.badge.active{color:#148354;background:#e8fff4}.badge.unused{color:#6655d7;background:#f0eeff}.badge.expired{color:#a16924;background:#fff4df}.badge.disabled{color:#ba3851;background:#fff0f3}.badge.large{font-size:11px;padding:8px 12px}.empty{text-align:center!important;color:#9aa2b6!important;padding:32px!important}.activity-list{display:flex;flex-direction:column}.activity-item{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #f0f1f6}.activity-item:last-child{border:0}.activity-icon{width:27px;height:27px;border-radius:9px;display:grid;place-items:center}.activity-icon.allowed{background:#e9fff4;color:#16945d}.activity-icon.denied{background:#fff0f3;color:#c83d57}.activity-item strong{font-size:10px}.activity-item p{margin:3px 0 0;color:#8a93aa;font-size:9px}.activity-item time{color:#9aa2b6;font-size:8px}.create-panel{border-color:#dcd8ff;background:linear-gradient(135deg,#fff,#fdfbff)}.step-badge{font-size:9px;color:#6a55ec;background:#eeebff;border-radius:99px;padding:6px 9px}.license-form,.form-grid{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:14px;align-items:end}.license-form label,.form-grid label,.stack-form label{font-size:10px;color:#69738e;font-weight:700;display:flex;flex-direction:column;gap:7px}.license-form input,.license-form select,.form-grid input,.stack-form input,textarea{width:100%;border:1px solid #e0e3ee;background:#fff;border-radius:10px;padding:10px 11px;color:var(--ink);outline:none}.license-form input:focus,.license-form select:focus,.form-grid input:focus,.stack-form input:focus,textarea:focus{border-color:#8e77ff;box-shadow:0 0 0 3px rgba(112,87,255,.09)}.wide{grid-column:span 2}.form-submit{height:38px}.plan-picker{display:grid;grid-template-columns:1fr 1fr;gap:12px}.plan-option{position:relative;display:block!important}.plan-option input{position:absolute;opacity:0;pointer-events:none}.plan-option span{display:grid;grid-template-columns:auto 1fr;gap:3px 12px;border:1px solid #e2e1ee;border-radius:13px;padding:13px;background:#fff;cursor:pointer}.plan-option b{grid-row:span 2;font-size:20px;color:#6d55ec}.plan-option strong{font-size:12px;color:#242948}.plan-option small{font-size:9px;color:#8b93aa}.plan-option input:checked+span{border-color:#846cff;background:#f6f3ff;box-shadow:0 0 0 3px rgba(112,87,255,.08)}.filter-row{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:12px}.search-form{display:flex}.search-form input{border:1px solid var(--line);border-radius:9px 0 0 9px;padding:9px 11px;width:240px;outline:none}.search-form button{border:0;background:#242948;color:#fff;border-radius:0 9px 9px 0;padding:0 14px}.filter-pills{display:flex;background:#f3f4f8;padding:4px;border-radius:10px}.filter-pills a{padding:6px 10px;border-radius:7px;font-size:9px;color:#7e879e}.filter-pills a.active{background:#fff;color:#4f3cce;box-shadow:0 2px 8px rgba(20,26,55,.08)}.code-cell{display:flex;align-items:center;gap:8px}.mini-copy{border:0;background:#f0eeff;color:#6655d7;border-radius:6px;padding:4px 6px;font-size:8px;opacity:0}.license-table tr:hover .mini-copy{opacity:1}.row-arrow{font-size:22px;color:#969db0}.copy-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 18px;border-radius:14px;background:linear-gradient(90deg,#eeeaff,#fff0fb);border:1px solid #ddd4ff;margin-bottom:18px}.copy-banner strong,.copy-banner code{display:block}.copy-banner strong{font-size:11px;margin-bottom:5px}.copy-banner code{white-space:pre-line;color:#5f48d9;font-weight:800}.detail-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:20px}.back-link{font-size:10px;color:#6d58df}.license-hero{background:linear-gradient(145deg,#fff,#fbfaff)}.hero-code{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px dashed #cfc6ff;border-radius:13px;background:#f8f6ff;padding:14px;margin:10px 0 18px}.hero-code code{font-size:17px;color:#34257d;font-weight:900}.hero-code button{border:0;background:#fff;color:#5d47d0;padding:7px 10px;border-radius:8px;font-size:9px}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.info-grid>div{padding:12px;border:1px solid var(--line);border-radius:11px}.info-grid small,.info-grid strong{display:block}.info-grid small{color:#9098ad;font-size:8px;margin-bottom:6px}.info-grid strong{font-size:11px}.note-box{margin-top:12px;border-left:3px solid #866dff;background:#f8f7ff;padding:10px 12px}.note-box small{color:#8d94aa;font-size:8px}.note-box p{font-size:10px;margin:5px 0 0}.danger-actions{display:flex;gap:10px;margin-top:16px}.delivery-preview pre{white-space:pre-wrap;background:#f7f8fb;border:1px solid var(--line);border-radius:12px;padding:14px;min-height:220px;font:11px/1.8 "Microsoft YaHei UI",sans-serif;color:#4e5874}.delivery-preview .text-link{display:block;text-align:center;margin-top:13px}.delivery-form{max-width:980px}.link-card{display:grid;grid-template-columns:60px 1fr;gap:15px}.slot-number{font-size:22px;color:#8068f5;font-weight:900}.link-fields{min-width:0}.delivery-form textarea{resize:vertical;line-height:1.7}.sticky-save{position:sticky;bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#171a34;color:#aeb5d1;border-radius:14px;padding:13px 16px;box-shadow:0 16px 40px rgba(19,22,46,.25);font-size:10px}.alert{border-radius:12px;padding:12px 15px;margin-bottom:18px;font-size:11px}.alert.success{color:#147c52;background:#eafff4;border:1px solid #c9f5df}.alert.danger{color:#af3048;background:#fff0f3;border:1px solid #ffd4dc}.narrow-panel{max-width:560px}.stack-form{display:flex;flex-direction:column;gap:14px}.login-body{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 15% 15%,#dfe5ff,transparent 35%),radial-gradient(circle at 85% 15%,#ffe7de,transparent 34%),linear-gradient(135deg,#f7f6ff,#fff);padding:20px}.login-card{width:min(420px,100%);background:rgba(255,255,255,.92);border:1px solid #e8e7f0;border-radius:24px;padding:35px;box-shadow:0 25px 80px rgba(50,45,105,.13);backdrop-filter:blur(14px)}.login-logo{margin-bottom:23px}.login-card h1{font-size:28px;margin:8px 0}.login-card .muted{color:var(--muted);font-size:11px;margin:0 0 23px}.login-card .primary-button{margin-top:4px}.privacy-note{margin-top:22px;padding-top:17px;border-top:1px solid var(--line);font-size:9px;color:#8c94a9}.privacy-note span{color:#6e57ef;margin-right:6px}.toast{position:fixed;right:25px;bottom:25px;background:#171a34;color:#fff;border-radius:11px;padding:11px 16px;font-size:11px;opacity:0;transform:translateY(15px);pointer-events:none;transition:.2s;z-index:50}.toast.show{opacity:1;transform:translateY(0)}.hidden{display:none!important}
.batch-form{margin:0}.batch-toolbar{display:flex;align-items:center;gap:12px;min-height:54px;padding:10px 11px;margin:10px 0 0;border-top:1px solid #efedf7;background:linear-gradient(100deg,#fdfcff,#fff)}#selectAllLicenses,.license-row-select{width:17px;height:17px;margin:0;accent-color:#7057ff;cursor:pointer}.selection-count{padding:5px 9px;border-radius:99px;background:#eeeaff;color:#6655d7;font-size:9px;font-weight:800;white-space:nowrap}.selection-hint{color:#939bb0;font-size:9px}.batch-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.batch-actions .secondary-button,.batch-actions .danger-button,.batch-actions .ghost-button{min-height:34px;padding:8px 13px}.batch-actions button:disabled{cursor:not-allowed;filter:none;transform:none;opacity:.42}.select-column{width:42px!important;min-width:42px;text-align:center!important;padding-left:8px!important;padding-right:8px!important}.selectable-table tbody tr.is-selected{background:#f3f0ff}.selectable-table tbody tr.is-selected:hover{background:#ede9ff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.online-record strong,.online-record small{display:block}.online-record strong{font-size:10px;color:#4e5874}.online-record small{margin-top:4px;font-size:8px;color:#939bb0}.online-record .allowed{color:#148354;font-weight:800}.online-record .denied{color:#ba3851;font-weight:800}.muted-record{color:#a0a7b8;font-size:9px}
.template-panel{background:linear-gradient(145deg,#fff,#fbfaff)}
.template-import-row{display:flex;align-items:flex-end;gap:12px;padding:14px;border:1px solid #e5e1ff;background:#f8f6ff;border-radius:13px;margin-bottom:16px}
.template-import-row label{display:flex;flex-direction:column;gap:7px;flex:1;color:#69738e;font-size:10px;font-weight:700}
.template-import-row select{width:100%;border:1px solid #dedaf4;background:#fff;border-radius:10px;padding:10px 11px;color:var(--ink);outline:none}
.template-editor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.template-editor{border:1px solid var(--line);border-radius:13px;padding:13px;background:#fff}
.template-editor-heading{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.template-editor-heading span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--purple),var(--pink));font-size:9px;font-weight:900}
.template-editor-heading strong{font-size:11px}.template-editor label{display:flex;flex-direction:column;gap:6px;margin-top:10px;color:#69738e;font-size:9px;font-weight:700}
.template-editor input{width:100%;border:1px solid #e0e3ee;background:#fff;border-radius:9px;padding:9px 10px;color:var(--ink);outline:none}
.template-editor textarea{font-size:10px;min-height:150px}
.country-label{display:inline-flex;align-items:center;width:max-content;padding:3px 7px;border-radius:99px;background:#f1efff;color:#5f4bcf;font-size:9px;font-weight:700}.country-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.country-stat-card{display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:12px;padding:12px;background:linear-gradient(135deg,#fff,#faf9ff)}.country-stat-card>span{min-width:35px;height:28px;padding:0 7px;display:grid;place-items:center;border-radius:8px;background:#eeeaff;color:#644edc;font-size:9px;font-weight:900}.country-stat-card strong,.country-stat-card small{display:block}.country-stat-card strong{font-size:11px}.country-stat-card small{margin-top:4px;color:var(--muted);font-size:8px}.data-attribution{text-align:right;color:#9aa2b6;font-size:8px;margin-top:8px}.data-attribution a{color:#8172d9}.online-record{display:flex;flex-direction:row;align-items:center;gap:10px;white-space:nowrap}.online-time{font-size:10px;color:#4e5874}.online-record>.online-result{display:inline-flex;align-items:center;margin-top:0;color:#8a93aa;font-size:9px}.online-result .allowed{color:#168456;font-weight:800}.online-result .denied{color:#c33d56;font-weight:800}
.announcement-admin-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:20px;align-items:start}.announcement-editor{display:flex;flex-direction:column;gap:15px}.announcement-editor>label{display:flex;flex-direction:column;gap:8px;color:#69738e;font-size:10px;font-weight:700}.announcement-editor input,.announcement-editor textarea{width:100%;border:1px solid #e0e3ee;background:#fff;border-radius:11px;padding:11px 12px;color:var(--ink);outline:none;resize:vertical;line-height:1.7}.announcement-editor input:focus,.announcement-editor textarea:focus{border-color:#8e77ff;box-shadow:0 0 0 3px rgba(112,87,255,.09)}.announcement-form-foot{display:flex;align-items:center;justify-content:space-between;gap:20px}.announcement-form-foot small{color:#9299ae;font-size:9px}.announcement-preview{border:1px solid #ddd8ff;background:linear-gradient(145deg,#faf8ff,#fff);border-radius:15px;padding:18px;margin-bottom:14px}.announcement-preview-meta{display:flex;align-items:center;justify-content:space-between;gap:15px}.announcement-preview-meta time{color:#9299ae;font-size:9px}.announcement-preview h3{font-size:17px;margin:18px 0 9px}.announcement-preview p{white-space:pre-wrap;overflow-wrap:anywhere;color:#5d6782;font-size:11px;line-height:1.8;margin:0;max-height:320px;overflow:auto}.announcement-empty{text-align:center;padding:48px 20px;color:#8b93aa}.announcement-empty span{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;margin:0 auto 14px;color:#fff;background:linear-gradient(135deg,var(--purple),var(--pink),var(--orange));font-size:21px}.announcement-empty strong,.announcement-empty p{display:block}.announcement-empty strong{color:#4f5874;font-size:12px}.announcement-empty p{font-size:10px;margin:7px 0 0}.announcement-summary{max-width:520px;overflow:hidden;text-overflow:ellipsis}
@media(max-width:1000px){.announcement-admin-grid{grid-template-columns:1fr}}
@media(max-width:1050px){.stat-grid{grid-template-columns:1fr 1fr}.two-column,.detail-grid{grid-template-columns:1fr}.license-form,.form-grid{grid-template-columns:1fr 1fr}.plan-picker{grid-column:1/-1}.template-editor-grid{grid-template-columns:1fr}}
@media(max-width:760px){.app-shell{display:block}.sidebar{position:relative;width:100%;height:auto}.sidebar-foot{margin-top:20px}.main-area{display:block}.topbar{padding:0 18px}.content{padding:24px 18px}.page-heading{flex-direction:column}.stat-grid{grid-template-columns:1fr}.license-form,.form-grid,.plan-picker{grid-template-columns:1fr}.wide{grid-column:span 1}.filter-row{align-items:stretch;flex-direction:column}.filter-pills{overflow:auto}.search-form input{width:100%}.project-grid{grid-template-columns:1fr}.template-import-row{align-items:stretch;flex-direction:column}.batch-toolbar{align-items:flex-start;flex-wrap:wrap}.batch-actions{width:100%;margin-left:0;overflow-x:auto}.batch-actions>a,.batch-actions>button{flex:0 0 auto}}
