:root{--primary:#2563eb;--primary-hover:#1d4ed8;--primary-soft:#eff6ff;--foreground:#0f172a;--muted-foreground:#64748b;--subtle-foreground:#94a3b8;--background:#f5f7fb;--surface:#fff;--surface-muted:#f8fafc;--border:#e2e8f0;--border-strong:#cbd5e1;--success:#15803d;--success-soft:#ecfdf3;--warning:#b45309;--warning-soft:#fffbeb;--danger:#b91c1c;--danger-soft:#fef2f2;--neutral-soft:#f1f5f9;--sidebar:#0f172a;--sidebar-muted:#94a3b8;--sidebar-active:#3b82f62e;--ring:#2563eb42;--shadow-sm:0 1px 2px #0f172a0d;--shadow-md:0 10px 30px #0f172a1f}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;line-height:1.5}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.52}:focus-visible{outline:3px solid var(--ring);outline-offset:2px}::selection{background:#bfdbfe}.skip-link{z-index:1000;background:var(--surface);box-shadow:var(--shadow-md);border-radius:8px;padding:10px 14px;position:fixed;top:-60px;left:16px}.skip-link:focus{top:16px}.app-shell{min-width:1040px;min-height:100vh}.sidebar{z-index:30;color:#fff;background:var(--sidebar);border-right:1px solid #ffffff14;flex-direction:column;width:248px;display:flex;position:fixed;inset:0 auto 0 0}.brand{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;height:72px;padding:0 20px;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:10px;place-items:center;width:36px;height:36px;display:grid;box-shadow:0 8px 20px #2563eb59}.brand-name{letter-spacing:.02em;font-size:16px;font-weight:700}.brand-meta{color:var(--sidebar-muted);font-size:12px}.sidebar-nav{flex:1;padding:18px 12px}.nav-group-label{color:#64748b;letter-spacing:.12em;padding:0 12px 8px;font-size:11px;font-weight:700}.nav-link{color:#cbd5e1;border-radius:9px;align-items:center;gap:11px;min-height:44px;margin:3px 0;padding:0 12px;font-weight:500;transition:color .18s,background .18s;display:flex}.nav-link:hover{color:#fff;background:#ffffff12}.nav-link.active{color:#dbeafe;background:var(--sidebar-active);box-shadow:inset 3px 0 #3b82f6}.sidebar-user{border-top:1px solid #ffffff14;padding:16px}.user-card{align-items:center;gap:10px;margin-bottom:12px;display:flex}.user-avatar{color:#bfdbfe;background:#3b82f62e;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:700;display:grid}.user-name{white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.user-role{color:var(--sidebar-muted);font-size:12px}.logout-button{color:#cbd5e1;background:0 0;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:40px;transition:all .18s;display:flex}.logout-button:hover{color:#fff;background:#ffffff12}.main-column{min-height:100vh;margin-left:248px}.topbar{z-index:20;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;justify-content:space-between;align-items:center;height:72px;padding:0 28px;display:flex;position:sticky;top:0}.topbar-title{color:var(--muted-foreground);font-size:13px}.topbar-status{color:var(--muted-foreground);align-items:center;gap:7px;font-size:12px;display:inline-flex}.status-dot{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #dcfce7}.main-content{max-width:1660px;margin:0 auto;padding:28px}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.page-header h1{letter-spacing:-.02em;margin:0 0 5px;font-size:25px;line-height:1.25}.page-header p{color:var(--muted-foreground);margin:0}.header-actions{align-items:center;gap:10px;display:flex}.stats-grid{grid-template-columns:repeat(5,minmax(150px,1fr));gap:14px;margin-bottom:20px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);min-height:112px;box-shadow:var(--shadow-sm);border-radius:12px;padding:17px 18px}.stat-card-top{color:var(--muted-foreground);justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.stat-icon{width:32px;height:32px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.stat-icon.success{color:var(--success);background:var(--success-soft)}.stat-icon.warning{color:var(--warning);background:var(--warning-soft)}.stat-icon.danger{color:var(--danger);background:var(--danger-soft)}.stat-value{font-variant-numeric:tabular-nums;letter-spacing:-.03em;margin-top:12px;font-size:28px;font-weight:720;line-height:1}.panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:12px;overflow:hidden}.panel+.panel{margin-top:18px}.panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:12px 18px;display:flex}.panel-title{margin:0;font-size:15px;font-weight:650}.panel-subtitle{color:var(--muted-foreground);margin:2px 0 0;font-size:12px}.panel-body{padding:18px}.panel-empty{text-align:center;min-height:220px;color:var(--muted-foreground);place-items:center;padding:40px;display:grid}.empty-icon{width:44px;height:44px;color:var(--subtle-foreground);background:var(--neutral-soft);border-radius:12px;place-items:center;margin:0 auto 12px;display:grid}.toolbar{border-bottom:1px solid var(--border);background:var(--surface-muted);justify-content:space-between;align-items:flex-end;gap:12px;padding:14px 18px;display:flex}.toolbar-group{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.batch-toolbar{color:#1e3a8a;background:var(--primary-soft);border-bottom:1px solid #bfdbfe;justify-content:space-between;align-items:center;gap:14px;min-height:54px;padding:9px 14px 9px 18px;display:flex}.batch-summary,.batch-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.batch-summary strong{font-size:13px}.field{gap:6px;display:grid}.field label,.field-label{color:#334155;font-size:12px;font-weight:600}.field-help{color:var(--muted-foreground);font-size:12px}.page-size-field .select{min-width:92px}.input,.select{min-height:40px;color:var(--foreground);background:var(--surface);border:1px solid var(--border-strong);border-radius:8px;padding:8px 11px;transition:border-color .18s,box-shadow .18s}.input:hover,.select:hover{border-color:#94a3b8}.input:focus,.select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring);outline:none}.input::placeholder{color:#94a3b8}.input.search{width:240px}.input.narrow{width:128px}.input.error{border-color:var(--danger)}.field-error{color:var(--danger);font-size:12px}.button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:8px 14px;font-weight:600;transition:background .18s,border-color .18s,color .18s,box-shadow .18s;display:inline-flex}.button.primary{color:#fff;background:var(--primary)}.button.primary:hover:not(:disabled){background:var(--primary-hover)}.button.secondary{color:#334155;background:var(--surface);border-color:var(--border-strong)}.button.secondary:hover:not(:disabled){background:var(--surface-muted);border-color:#94a3b8}.button.success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.button.success:hover:not(:disabled){background:#dcfce7}.button.danger{color:var(--danger);background:var(--danger-soft);border-color:#fecaca}.button.danger:hover:not(:disabled){background:#fee2e2}.button.ghost{color:#475569;background:0 0;min-height:34px;padding:5px 9px}.button.ghost:hover:not(:disabled){color:var(--foreground);background:var(--neutral-soft)}.button.small{min-height:34px;padding:5px 10px;font-size:12px}.button.icon-only{width:36px;padding:0}.spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:900px}.data-table th{height:42px;color:var(--muted-foreground);background:var(--surface-muted);border-bottom:1px solid var(--border);text-align:left;white-space:nowrap;padding:0 14px;font-size:12px;font-weight:650}.data-table td{vertical-align:middle;border-bottom:1px solid #edf1f5;height:56px;padding:8px 14px}.data-table tbody tr{transition:background .16s}.data-table tbody tr:hover{background:#f8fbff}.data-table tbody tr.selected-row{background:#eff6ff}.data-table tbody tr.selected-row:hover{background:#e8f2ff}.data-table tbody tr:last-child td{border-bottom:0}.selection-cell{width:44px;padding-left:16px!important;padding-right:6px!important}.selection-checkbox{width:16px;height:16px;accent-color:var(--primary);cursor:pointer;vertical-align:middle;margin:0}.mono{font-variant-numeric:tabular-nums;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12.5px}.muted{color:var(--muted-foreground)}.nowrap{white-space:nowrap}.cell-actions{white-space:nowrap;align-items:center;gap:7px;display:flex}.copy-cell{align-items:center;gap:7px;display:inline-flex}.badge{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;min-height:24px;padding:2px 8px;font-size:12px;font-weight:650;display:inline-flex}.badge:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.badge.available{color:#475569;background:var(--neutral-soft)}.badge.claimed{color:var(--warning);background:var(--warning-soft)}.badge.success{color:var(--success);background:var(--success-soft)}.badge.failed,.badge.disabled{color:var(--danger);background:var(--danger-soft)}.badge.active,.badge.unused{color:var(--success);background:var(--success-soft)}.badge.used{color:#475569;background:var(--neutral-soft)}.badge.revoked{color:var(--danger);background:var(--danger-soft)}.badge.upload-pending{color:var(--warning);background:var(--warning-soft)}.badge.upload-uploaded{color:var(--success);background:var(--success-soft)}.badge.upload-sync-error,.badge.upload-removed{color:var(--danger);background:var(--danger-soft)}.pagination{border-top:1px solid var(--border);min-height:58px;color:var(--muted-foreground);justify-content:space-between;align-items:center;padding:10px 18px;font-size:12px;display:flex}.pagination-actions{align-items:center;gap:8px;display:flex}.notice{z-index:100;background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--primary);min-width:320px;max-width:440px;box-shadow:var(--shadow-md);border-radius:9px;align-items:flex-start;gap:10px;padding:13px 14px;animation:.2s ease-out notice-in;display:flex;position:fixed;top:88px;right:24px}.notice.success{border-left-color:var(--success)}.notice.error{border-left-color:var(--danger)}.notice-content{flex:1}.notice-title{font-weight:650}.notice-message{color:var(--muted-foreground);margin-top:2px;font-size:12px}@keyframes notice-in{0%{opacity:0;transform:translateY(-8px)}}.modal-backdrop{z-index:90;background:#0f172a85;place-items:center;padding:24px;animation:.16s ease-out fade-in;display:grid;position:fixed;inset:0}.modal{background:var(--surface);border-radius:14px;width:min(560px,100vw - 48px);max-height:calc(100vh - 48px);animation:.2s ease-out modal-in;overflow:auto;box-shadow:0 24px 80px #0f172a47}.modal.wide{width:min(760px,100vw - 48px)}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px 15px;display:flex}.modal-header h2{margin:0;font-size:18px}.modal-header p{color:var(--muted-foreground);margin:4px 0 0;font-size:13px}.modal-body{padding:20px 22px}.modal-footer{justify-content:flex-end;gap:9px;padding:14px 22px 20px;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-grid .full{grid-column:1/-1}.paste-mailbox-input{resize:vertical;width:100%;min-height:132px;line-height:1.65}.paste-format-list{color:var(--muted-foreground);gap:6px;margin-top:3px;font-size:12px;display:grid}.paste-format-list code{overflow-wrap:anywhere;color:#475569;background:var(--surface-muted);border:1px solid var(--border);border-radius:6px;width:fit-content;max-width:100%;padding:3px 7px}.paste-result{border:1px solid var(--border);background:var(--surface-muted);border-radius:10px;gap:12px;margin-top:16px;padding:14px;display:grid}.paste-result.success{background:var(--success-soft);border-color:#bbf7d0}.paste-result.error{background:var(--danger-soft);border-color:#fecaca}.paste-result-heading{align-items:center;gap:8px;font-size:13px;font-weight:650;display:flex}.paste-result.success .paste-result-heading{color:var(--success)}.paste-result.error .paste-result-heading{color:var(--danger)}.paste-preview-grid{grid-template-columns:1.25fr .8fr 1.25fr;gap:10px;display:grid}.paste-preview-item{background:#ffffffc2;border:1px solid #cbd5e1bf;border-radius:8px;min-width:0;padding:9px 10px}.paste-preview-item span{color:var(--muted-foreground);margin-bottom:4px;font-size:11px;display:block}.paste-preview-item strong{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;display:block;overflow:hidden}.confirm-callout{color:#334155;background:var(--surface-muted);border:1px solid var(--border);border-radius:10px;align-items:flex-start;gap:12px;padding:14px;display:flex}.confirm-callout.danger{color:#991b1b;background:var(--danger-soft);border-color:#fecaca}.confirm-callout-icon{width:38px;height:38px;color:var(--primary);background:#eff6ff;border-radius:10px;flex:none;place-items:center;display:grid}.confirm-callout.danger .confirm-callout-icon{color:var(--danger);background:#fff}.confirm-callout strong{margin-top:1px;font-size:13px;display:block}.confirm-callout p{color:var(--muted-foreground);margin:4px 0 0;font-size:12px;line-height:1.6}@keyframes fade-in{0%{opacity:0}}@keyframes modal-in{0%{opacity:0;transform:translateY(10px)scale(.985)}}.auth-page{background:var(--surface);grid-template-columns:minmax(460px,.9fr) minmax(560px,1.1fr);min-height:100vh;display:grid}.auth-brand{color:#fff;background:#0f172a;flex-direction:column;justify-content:space-between;padding:50px;display:flex;position:relative;overflow:hidden}.auth-brand:before{content:"";background:radial-gradient(circle,#3b82f657,#0000 67%);border-radius:50%;width:520px;height:520px;position:absolute;top:-180px;right:-220px}.auth-brand:after{content:"";background:radial-gradient(circle,#2563eb42,#0000 68%);border-radius:50%;width:420px;height:420px;position:absolute;bottom:-200px;left:-180px}.auth-logo{z-index:1;align-items:center;gap:12px;font-size:18px;font-weight:700;display:flex;position:relative}.auth-pitch{z-index:1;max-width:540px;position:relative}.auth-pitch h1{letter-spacing:-.04em;margin:0 0 16px;font-size:clamp(34px,4vw,54px);line-height:1.13}.auth-pitch p{color:#cbd5e1;max-width:470px;margin:0;font-size:16px;line-height:1.75}.auth-signals{z-index:1;color:#94a3b8;gap:24px;font-size:12px;display:flex;position:relative}.auth-signal{align-items:center;gap:7px;display:flex}.auth-form-side{background:#fbfcfe;place-items:center;padding:48px;display:grid}.auth-card{width:100%;max-width:420px}.auth-card h2{letter-spacing:-.03em;margin:0 0 7px;font-size:28px}.auth-description{color:var(--muted-foreground);margin:0 0 26px}.auth-form{gap:16px;display:grid}.auth-form .input{width:100%;min-height:46px}.auth-submit{width:100%;min-height:46px;margin-top:4px}.password-wrap{position:relative}.password-wrap .input{padding-right:48px}.password-toggle{width:38px;height:38px;color:var(--muted-foreground);background:0 0;border:0;border-radius:7px;place-items:center;display:grid;position:absolute;top:4px;right:5px}.password-toggle:hover{color:var(--foreground);background:var(--neutral-soft)}.auth-switch{color:var(--muted-foreground);text-align:center;margin-top:22px}.auth-switch a{color:var(--primary);font-weight:600}.claim-panel{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;display:grid}.claim-controls{align-items:flex-end;gap:10px;display:flex}.claim-explainer h2{margin:0 0 5px;font-size:17px}.claim-explainer p{color:var(--muted-foreground);margin:0}.secret-dots{letter-spacing:.16em;color:#475569}.issue-list{border:1px solid var(--border);border-radius:8px;max-height:260px;overflow:auto}.issue-row{border-bottom:1px solid var(--border);grid-template-columns:70px 1fr 180px;gap:12px;padding:9px 11px;font-size:12px;display:grid}.issue-row:last-child{border-bottom:0}.summary-strip{grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0;display:grid}.summary-item{border:1px solid var(--border);background:var(--surface-muted);border-radius:8px;padding:12px}.summary-item span{color:var(--muted-foreground);font-size:12px;display:block}.summary-item strong{font-variant-numeric:tabular-nums;margin-top:3px;font-size:20px;display:block}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
