:root{color-scheme:light;--bg:#f3f7ff;--bg-soft:#eef3ff;--surface:rgba(255,255,255,0.86);--surface-strong:#ffffff;--text:#1e2b42;--text-soft:#617391;--line:#d9e4f7;--line-strong:#c8d8f3;--primary:#3f7cff;--primary-strong:#2f68df;--danger:#d9536f;--danger-strong:#be415a;--success:#2f9a62;--radius:14px}*{box-sizing:border-box}body{margin:0;color:var(--text);font-family:Inter,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:radial-gradient(circle at 10% 10%,#e9f2ff 0,var(--bg) 45%,#eff4ff 100%);overflow-x:hidden}body:after,body:before{content:"";position:fixed;z-index:-1;border-radius:999px;pointer-events:none;filter:blur(30px);opacity:.5}body:before{width:320px;height:320px;right:-80px;top:-80px;background:#c5dbff;animation:float-blob 8s ease-in-out infinite}body:after{width:260px;height:260px;left:-80px;bottom:40px;background:#d9e7ff;animation:float-blob 10s ease-in-out infinite reverse}a{color:#3366d8;text-decoration:none}.container{max-width:1280px;margin:0 auto;padding:24px}.main-wrap{animation:fade-page .42s cubic-bezier(.22,1,.36,1)}.route-enter{animation:slide-fade-in .46s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.header{margin-bottom:18px;padding:18px;border-radius:18px;border:1px solid rgba(198,214,242,.85);background:linear-gradient(165deg,rgba(255,255,255,.9),rgba(247,251,255,.86));box-shadow:0 10px 28px rgba(57,84,129,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-top{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.header h1{margin:0;font-size:30px;letter-spacing:.2px}.header p{margin:4px 0 0}.daily-quote{color:#4f6288;font-size:14px;line-height:1.5}.daily-quote-from{color:#7c8fab;font-size:12px}.nav{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.btn-link,.nav a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:7px 14px;border-radius:10px;color:#2e4f86;border:1px solid #cddcf5;background:linear-gradient(180deg,#ffffff,#f5f9ff);white-space:nowrap;transition:transform .18s ease,box-shadow .2s ease,border-color .2s ease}.nav a.active{border-color:#8fb2f5;box-shadow:0 0 0 2px rgba(77,125,227,.12)}.btn-link:hover,.nav a:hover{transform:translateY(-1px);border-color:#b9cdef;box-shadow:0 6px 14px rgba(56,91,148,.12)}.nav-link-main{line-height:1.2}.nav-link-sub{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#8f94a3}.btn-link.confirm-armed-link{color:#154fbb;border-color:#8db1f4;box-shadow:0 0 0 2px rgba(84,132,231,.16)}.mobile-bottom-nav{display:none}.section{margin-top:18px}.section-title{margin:0 0 10px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.section-kicker{margin:0 0 8px;color:#8d9ab4;font-size:11px;letter-spacing:.18em;text-transform:uppercase}.section-note{margin:8px 0 0;color:var(--text-soft);font-size:13px;line-height:1.6}.page-hero{margin-bottom:18px}.page-hero-head{align-items:flex-end}.page-hero-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.page-hero-en{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;background:rgba(255,255,255,.76);color:var(--text-soft);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.card,.page-hero-en{border:1px solid var(--line)}.card{background:var(--surface);border-radius:var(--radius);padding:16px;box-shadow:0 8px 24px rgba(55,85,132,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.card h3{margin:0 0 8px;font-size:14px;color:#5f7396}.card p{margin:0}.card-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.stat-card{min-height:122px;transition:transform .2s ease,box-shadow .24s ease}.stat-card p{font-size:28px;font-weight:700}.stat-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(63,94,145,.16)}.table-wrap{border:1px solid var(--line);border-radius:var(--radius);overflow-x:auto;background:var(--surface-strong)}table{width:100%;min-width:980px;border-collapse:collapse}td,th{padding:11px 10px;border-bottom:1px solid #e6edf9;text-align:left;vertical-align:top}th{color:#6780a8;font-size:13px;background:#f9fbff}tr{transition:background .18s ease}tr:hover td{background:#f4f8ff}.tag{display:inline-flex;align-items:center;white-space:nowrap;padding:4px 9px;border-radius:999px;font-size:12px;border:1px solid transparent}.tag.active{color:#166142;background:#e6f8ef;border-color:#afe6c9}.tag.expiring{color:#946019;background:#fff6e6;border-color:#f5d9a9}.tag.expired{color:#ad2f47;background:#ffeef1;border-color:#f4b8c5}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:10px;gap:10px}.filter-grid{display:grid;grid-template-columns:minmax(220px,2fr) minmax(180px,1fr) minmax(150px,1fr) minmax(90px,110px) minmax(110px,132px);grid-gap:10px;gap:10px;align-items:center}.filter-grid>.btn-link,.filter-grid>button,.form-grid>button{width:100%}.import-grid{margin-top:12px;padding-top:12px;border-top:1px dashed #d7e2f5}input,select,textarea{width:100%;background:#fff;color:var(--text);border:1px solid #ccd9f0;border-radius:10px;padding:9px 10px;font:inherit;transition:border-color .16s ease,box-shadow .18s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:#8cb0ef;box-shadow:0 0 0 3px rgba(74,123,224,.14)}input::placeholder,textarea::placeholder{color:#97a8c4}textarea{min-height:82px}button{width:auto;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:8px 12px;color:#f5f8ff;border:1px solid #4f81ea;border-radius:10px;background:linear-gradient(135deg,var(--primary),var(--primary-strong));font:inherit;white-space:nowrap;transition:transform .16s ease,filter .18s ease,box-shadow .2s ease}button:hover{transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 8px 16px rgba(64,110,204,.24)}button:active{transform:translateY(0) scale(.986)}button.secondary{color:#3b5f99;border-color:#c8d8f4;background:linear-gradient(180deg,#ffffff,#f4f8ff)}button.confirm-armed{border-color:#7da4ef;box-shadow:0 0 0 2px rgba(84,132,231,.18)}button.danger{border-color:#dc7489;background:linear-gradient(135deg,var(--danger),var(--danger-strong))}button.danger-armed{box-shadow:0 0 0 2px rgba(214,73,103,.2);animation:pulse-danger .9s ease-in-out infinite}button.is-pending,button:disabled{cursor:wait;opacity:.92;transform:none;filter:saturate(.92)}.inline-form{display:inline}.helper{color:var(--text-soft);font-size:13px}.tag-filter-row,.tag-list{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tag-filter-row{margin:0}.tag-stats-card{margin-bottom:12px;padding-top:14px;padding-bottom:14px}.inline-tag-list{display:inline-flex;margin-left:6px;vertical-align:middle}.tag-chip{--tag-bg:rgba(255,255,255,0.92);--tag-border:#cddcf5;--tag-text:#4568a4;--tag-shadow:rgba(57,90,149,0.1);display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:4px 10px;border-radius:999px;border:1px solid var(--tag-border);background:var(--tag-bg);color:var(--tag-text);font-size:12px;line-height:1;transition:transform .16s ease,box-shadow .18s ease,border-color .18s ease}.tag-chip:hover{transform:translateY(-1px);box-shadow:0 6px 12px var(--tag-shadow)}.tag-chip.active{box-shadow:0 0 0 2px var(--tag-shadow)}.tag-chip.subtle{min-height:24px;padding:3px 8px}.tag-chip-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.65);font-size:11px}.error-text{color:#cc3c5d;margin-top:8px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:16px;gap:16px}.checkbox-line{display:flex;align-items:center;gap:8px}.checkbox{width:16px;height:16px}.action-row{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.action-row form,.action-row>*{flex-shrink:0}.action-row form{display:inline-flex}.action-row .btn-link,.action-row button{min-height:32px;padding:6px 10px;font-size:13px}.section-action-links{justify-content:flex-end}.backup-health-board{margin-top:12px}.backup-health-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.backup-health-card{padding:12px;border-radius:16px;border:1px solid #dfe7f6;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(246,250,255,.84))}.backup-health-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.backup-health-label{color:var(--text-soft);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.backup-status-badge{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;border:1px solid transparent;font-size:12px;font-weight:600;white-space:nowrap}.backup-status-badge.is-success{color:#166443;background:#e9f8ef;border-color:#bde6cb}.backup-status-badge.is-pending{color:#8c6517;background:#fff5e3;border-color:#efd7a8}.backup-status-badge.is-error{color:#a7374f;background:#ffedf0;border-color:#f0b6c1}.backup-health-time{margin-top:10px;font-size:16px;font-weight:600}.backup-health-file,.backup-health-note,.backup-status-file,.backup-status-note{color:var(--text-soft);font-size:13px}.backup-health-file,.backup-health-note{margin-top:6px}.backup-timeline{margin-top:12px;padding:14px;border-radius:16px;border:1px dashed #d6deec;background:rgba(255,255,255,.6)}.backup-timeline-list{display:grid;grid-gap:10px;gap:10px}.backup-timeline-item{display:grid;grid-template-columns:14px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start}.backup-timeline-dot{width:10px;height:10px;margin-top:5px;border-radius:999px;background:#cad5ea}.backup-timeline-dot.is-success{background:#71b48c}.backup-timeline-dot.is-pending{background:#d6b25e}.backup-timeline-dot.is-error{background:#d77a8d}.backup-timeline-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.backup-timeline-title-row strong{font-size:14px}.backup-timeline-copy p,.backup-timeline-title-row span{color:var(--text-soft);font-size:13px}.backup-timeline-copy p{margin:4px 0 0}.copy-field{display:inline-flex;align-items:center;gap:6px;max-width:300px}.sensitive{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:3px 8px;border-radius:8px;border:1px solid #d5e0f3;background:#f7faff;transition:filter .2s ease}.sensitive.masked{filter:blur(6px)}.copy-field:hover .sensitive.masked{filter:blur(0)}.mini-btn{min-width:56px;min-height:30px;padding:4px 8px;font-size:12px;border-radius:8px;border-color:#b7cef9;background:linear-gradient(135deg,#5f90f1,#4f79d2)}.cell-stack{display:flex;flex-direction:column;gap:6px;min-width:0}.cell-stack-tight{gap:4px}.table-primary{color:var(--text);font-weight:600;line-height:1.42}.table-secondary{color:var(--text-soft);font-size:13px;line-height:1.45}.table-title{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.table-date,.table-nowrap{white-space:nowrap}.table-note{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.table-copy-field{width:100%}.compact-action-row{justify-content:flex-end}.detail-line{margin-top:8px}.login-card{max-width:420px;margin:40px auto}.loading-card{margin-top:16px;gap:12px}.loading-card,.toast{display:flex;align-items:center}.toast{position:fixed;right:16px;top:16px;z-index:120;min-width:min(320px,calc(100vw - 24px));max-width:min(420px,calc(100vw - 24px));gap:8px;padding:11px 12px;border-radius:12px;border:1px solid;box-shadow:0 10px 26px rgba(45,75,124,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.toast.success{color:#166443;background:rgba(240,255,247,.95);border-color:#aee5c8}.toast-icon{font-size:15px;line-height:1}.toast-auto-hide{animation:toast-in .22s ease,toast-out .35s ease 2.65s forwards}.btn-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.36);border-top-color:#ffffff;border-radius:50%}.btn-spinner,.spinner{animation:spin .8s linear infinite}.spinner{width:16px;height:16px;border:2px solid #9eb8ec;border-top-color:#4a7be0;border-radius:50%}body.theme-premium{color:#1b1c1f;background:radial-gradient(circle at top left,rgba(255,255,255,.96) 0,rgba(248,247,245,.95) 22%,rgba(239,236,233,.95) 58%,rgba(232,229,225,.96) 100%),linear-gradient(180deg,#f8f6f3,#efebe7)}body.theme-premium:before{width:420px;height:420px;right:-120px;top:-80px;background:rgba(205,199,191,.7);opacity:.34}body.theme-premium:after{width:340px;height:340px;left:-120px;bottom:10px;background:rgba(255,255,255,.9);opacity:.72}body.theme-premium a{color:#202327}body.theme-premium .container{max-width:1560px;padding:24px 28px 28px}body.theme-premium .premium-shell{display:grid;grid-template-columns:320px minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start}body.theme-premium .premium-sidebar{position:-webkit-sticky;position:sticky;top:24px}body.theme-premium .sidebar-panel{min-height:calc(100vh - 48px);display:flex;flex-direction:column;gap:18px;padding:22px;border-radius:30px;border:1px solid rgba(224,219,213,.96);background:linear-gradient(180deg,rgba(255,255,255,.84),rgba(244,242,239,.78));box-shadow:0 24px 42px rgba(19,20,23,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}body.theme-premium .floating-badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:28px;padding:4px 10px;border-radius:999px;background:#1f2125;color:#f8f6f2;font-size:11px;letter-spacing:.16em;text-transform:uppercase}body.theme-premium .brand-block h1{margin:14px 0 0;font-size:34px;line-height:1.06;letter-spacing:-.03em}body.theme-premium .brand-en{margin-top:10px;color:#5f6166;font-size:13px;letter-spacing:.12em;text-transform:uppercase}body.theme-premium .brand-note{margin-top:12px;color:#6c6a67;font-size:14px;line-height:1.7}body.theme-premium .quote-panel{padding:18px;border-radius:24px;border:1px solid #ebe7e2;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(248,246,243,.86));box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}body.theme-premium .quote-panel .daily-quote{margin-top:6px;color:#27282c;font-size:15px;line-height:1.8}body.theme-premium .quote-panel .daily-quote-from{margin-top:10px;color:#7c7871}body.theme-premium .premium-nav{display:flex;flex-direction:column;gap:12px}body.theme-premium .premium-nav-link{display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:14px 16px;border-radius:20px;border:1px solid #e8e3dd;background:rgba(255,255,255,.76);color:#1e1f23;transition:transform .18s ease,box-shadow .22s ease,border-color .2s ease,background .2s ease;position:relative;overflow:hidden}body.theme-premium .premium-nav-link .nav-link-main{font-weight:600}body.theme-premium .premium-nav-link .nav-link-sub{color:#7f7b75}body.theme-premium .btn-link:before,body.theme-premium .premium-nav-link:before,body.theme-premium button:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.18) 38%,transparent 66%);transform:translateX(-130%);transition:transform .55s ease;pointer-events:none}body.theme-premium .btn-link:hover:before,body.theme-premium .premium-nav-link:hover:before,body.theme-premium button:hover:before{transform:translateX(130%)}body.theme-premium .btn-link:before,body.theme-premium button:before{display:none}body.theme-premium .premium-nav-link:hover{transform:translateY(-1px);border-color:#dcd5ce;box-shadow:0 16px 28px rgba(19,20,23,.08)}body.theme-premium .premium-nav-link.active{background:linear-gradient(180deg,#2d3035,#17191c);border-color:#202227;color:#ffffff;box-shadow:0 18px 28px rgba(17,18,20,.18)}body.theme-premium .premium-nav-link.active .nav-link-sub{color:rgba(255,255,255,.72)}body.theme-premium .sidebar-actions{margin-top:auto}body.theme-premium .sidebar-actions form,body.theme-premium .sidebar-logout{width:100%}body.theme-premium .sidebar-logout{justify-content:space-between}body.theme-premium .premium-content{min-width:0}body.theme-premium .premium-topbar{margin-bottom:18px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px;border-radius:28px;border:1px solid #e7e2dc;background:rgba(255,255,255,.78);box-shadow:0 20px 36px rgba(17,18,21,.07);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}body.theme-premium .premium-topbar h2{margin:2px 0 0;font-size:24px;letter-spacing:-.03em}body.theme-premium .premium-topbar p{margin-top:8px}body.theme-premium .topbar-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}body.theme-premium .topbar-view-pill{display:inline-flex;align-items:center;min-height:30px;padding:5px 11px;border-radius:999px;border:1px solid #e4dfd8;background:rgba(248,245,241,.92);color:#55524d;font-size:11px;letter-spacing:.14em;text-transform:uppercase}body.theme-premium .topbar-pills{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}body.theme-premium .topbar-pill{display:inline-flex;align-items:center;min-height:32px;padding:6px 12px;border-radius:999px;border:1px solid #e5dfd8;background:rgba(248,246,243,.9);color:#4e4d49;font-size:12px;letter-spacing:.1em;text-transform:uppercase}body.theme-premium .topbar-pill-muted{background:rgba(238,234,229,.9)}body.theme-premium .premium-main{display:flex;flex-direction:column;gap:18px}body.theme-premium .premium-form-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:12px}body.theme-premium .premium-form-grid>*{grid-column:span 3}body.theme-premium .premium-form-grid .span-12{grid-column:1/-1}body.theme-premium .premium-form-grid .span-6{grid-column:span 6}body.theme-premium .premium-form-grid .span-4{grid-column:span 4}body.theme-premium .premium-form-grid .span-3{grid-column:span 3}body.theme-premium .premium-form-grid .span-2{grid-column:span 2}body.theme-premium .premium-form-grid .compact-check{min-height:44px;padding:0 12px;border:1px solid #e6e0d8;border-radius:14px;background:#f6f2ed;white-space:nowrap;gap:10px}body.theme-premium .premium-form-grid .form-submit{align-self:end;justify-self:start;min-width:156px;padding-inline:18px}body.theme-premium .compact-premium-form>*{grid-column:span 3}body.theme-premium .card.premium-pane-card{background:radial-gradient(circle at top right,rgba(38,40,45,.06),transparent 26%),linear-gradient(180deg,rgba(255,255,255,.92),rgba(246,242,237,.86))}body.theme-premium .card.premium-filter-bar{grid-template-columns:minmax(260px,2.4fr) minmax(190px,1.1fr) minmax(150px,.95fr) minmax(110px,120px) minmax(116px,126px);padding:14px;border-radius:22px;border:1px solid #ebe4dc;background:linear-gradient(180deg,rgba(248,245,241,.96),rgba(243,239,234,.9));box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}body.theme-premium .premium-filter-bar input,body.theme-premium .premium-filter-bar select{min-height:46px}body.theme-premium .premium-filter-bar .btn-link,body.theme-premium .premium-filter-bar button{min-height:46px;border-radius:16px}body.theme-premium .card.premium-tag-cloud{background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(247,243,239,.82))}body.theme-premium .premium-detail-shell{grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr);gap:24px;align-items:start}body.theme-premium .detail-edit-column,body.theme-premium .detail-summary-column{min-width:0}body.theme-premium .detail-line{display:grid;grid-template-columns:88px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center}body.theme-premium .detail-line .helper{margin:0}body.theme-premium .detail-line .copy-field,body.theme-premium .detail-line .sensitive{max-width:100%}body.theme-premium .premium-detail-form{grid-auto-flow:row dense}body.theme-premium .premium-attach-form .detail-submit,body.theme-premium .premium-detail-form .detail-submit{margin-top:4px}body.theme-premium .premium-attach-form{grid-auto-flow:row dense}body.theme-premium .premium-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.9fr);grid-gap:18px;gap:18px}body.theme-premium .premium-overview-card{padding:26px;background:radial-gradient(circle at top right,rgba(43,46,52,.08),transparent 28%),linear-gradient(160deg,rgba(255,255,255,.96),rgba(246,243,239,.9))}body.theme-premium .premium-overview-title{font-size:40px;letter-spacing:-.05em}body.theme-premium .premium-overview-copy{max-width:720px;font-size:15px}body.theme-premium .premium-metric-strip{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}body.theme-premium .premium-metric-item{padding:16px;border-radius:20px;border:1px solid #ece6df;background:rgba(255,255,255,.74);box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}body.theme-premium .premium-metric-item strong,body.theme-premium .premium-spotlight-value,body.theme-premium .premium-stat-number{display:block;margin-top:8px;font-size:34px;line-height:1;letter-spacing:-.05em;color:#1f2124}body.theme-premium .premium-metric-item em{display:block;margin-top:8px;color:#7e7871;font-style:normal;font-size:12px;letter-spacing:.08em;text-transform:uppercase}body.theme-premium .premium-metric-label{color:#918b84;font-size:11px;letter-spacing:.16em;text-transform:uppercase}body.theme-premium .premium-quick-actions{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap}body.theme-premium .premium-inline-link,body.theme-premium .premium-quick-link{min-height:40px}body.theme-premium .premium-side-stack{display:grid;grid-gap:18px;gap:18px}body.theme-premium .premium-spotlight-card{min-height:208px;display:flex;flex-direction:column;justify-content:space-between;padding:22px;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(246,242,237,.88))}body.theme-premium .premium-spotlight-muted{background:linear-gradient(180deg,rgba(246,242,238,.96),rgba(238,233,228,.88))}body.theme-premium .premium-inline-actions{margin-top:14px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}body.theme-premium .inline-state-chip{display:inline-flex;align-items:center;min-height:34px;padding:6px 12px;border-radius:999px;border:1px solid #dfd9d2;background:rgba(255,255,255,.76);color:#57524d;font-size:12px}body.theme-premium .mono-soft{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;word-break:break-all}body.theme-premium .premium-stat-grid{display:grid;grid-template-columns:minmax(0,1.2fr) repeat(3,minmax(0,.8fr));grid-gap:18px;gap:18px}body.theme-premium .premium-stat-card{min-height:170px;display:flex;flex-direction:column;justify-content:space-between;padding:22px}body.theme-premium .card.premium-stat-card-dark{background:linear-gradient(180deg,#23262b,#15171a);border-color:#1f2125;box-shadow:0 20px 30px rgba(17,18,20,.16)}body.theme-premium .premium-stat-card-dark .helper,body.theme-premium .premium-stat-card-dark .premium-cost-item span,body.theme-premium .premium-stat-card-dark .premium-cost-item strong,body.theme-premium .premium-stat-card-dark .section-kicker,body.theme-premium .premium-stat-card-dark h3{color:rgba(255,255,255,.88)}body.theme-premium .cost-board-shell{display:flex;flex-direction:column;gap:12px}body.theme-premium .cost-board-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}body.theme-premium .cost-board-segment{display:inline-flex;gap:4px;padding:4px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.06)}body.theme-premium .premium-stat-card-dark .cost-board-tab{min-height:32px;padding:0 12px;border-radius:999px;border:0;background:transparent;color:rgba(255,255,255,.68);box-shadow:none}body.theme-premium .premium-stat-card-dark .cost-board-tab:hover{background:rgba(255,255,255,.08);color:rgba(255,255,255,.92);box-shadow:none}body.theme-premium .premium-stat-card-dark .cost-board-tab.active{background:rgba(255,255,255,.14);color:#ffffff}body.theme-premium .premium-stat-card-dark .cost-board-tab:disabled{opacity:.42;cursor:not-allowed}body.theme-premium .cost-board-select-wrap{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.7);font-size:12px}body.theme-premium .premium-stat-card-dark .cost-board-select-wrap select{min-height:34px;padding:8px 34px 8px 12px;border-radius:12px;border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#ffffff;box-shadow:none}body.theme-premium .premium-stat-card-dark .cost-board-select-wrap select:focus{border-color:rgba(255,255,255,.28);box-shadow:0 0 0 4px rgba(255,255,255,.08)}body.theme-premium .cost-board-converted{display:flex;flex-direction:column;gap:6px}body.theme-premium .cost-board-label{margin:0;color:rgba(255,255,255,.6);font-size:12px;letter-spacing:.08em;text-transform:uppercase}body.theme-premium .cost-board-total-value{font-size:34px;line-height:1;letter-spacing:-.04em;color:#ffffff}body.theme-premium .cost-board-note,body.theme-premium .cost-board-warning{margin:0;font-size:13px;color:rgba(255,255,255,.72)}body.theme-premium .cost-board-warning{color:rgba(255,226,195,.88)}body.theme-premium .cost-board-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}body.theme-premium .cost-board-meta-chip{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.72);font-size:12px}body.theme-premium .cost-board-meta-chip.is-warn{color:#ffd5c4;border-color:rgba(255,170,138,.24);background:rgba(255,133,92,.12)}body.theme-premium .premium-cost-list{display:grid;grid-gap:10px;gap:10px}body.theme-premium .premium-cost-list-scroll{max-height:214px;overflow:auto;padding-right:4px}body.theme-premium .premium-cost-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}body.theme-premium .premium-cost-item strong{font-size:16px}body.theme-premium .premium-section-head{margin-bottom:10px}body.theme-premium .page-hero{padding:22px 24px;border-radius:28px;border:1px solid #e7e2dc;background:linear-gradient(160deg,rgba(255,255,255,.94),rgba(244,242,239,.88));box-shadow:0 18px 34px rgba(18,18,20,.08)}body.theme-premium .page-hero .section-title{font-size:32px;letter-spacing:-.04em}body.theme-premium .page-hero-en{border-color:#e1dbd5;background:rgba(244,241,237,.98);color:#56534e}body.theme-premium .section-kicker{color:#8b867f}body.theme-premium .helper,body.theme-premium .section-note{color:#74706b}body.theme-premium .backup-health-grid{gap:12px}body.theme-premium .backup-health-card{border-color:#ebe4dc;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(246,242,237,.86));box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}body.theme-premium .backup-timeline{border-color:#e4ddd5;background:rgba(247,243,238,.64)}body.theme-premium .backup-status-badge.is-success{color:#1f5138;background:#edf4ef;border-color:#d8e4db}body.theme-premium .backup-status-badge.is-pending{color:#7a6440;background:#f6f1e8;border-color:#e6dac8}body.theme-premium .backup-status-badge.is-error{color:#7f4050;background:#f7ecef;border-color:#e7d4da}body.theme-premium .backup-timeline-dot.is-error{background:#b45e73;box-shadow:0 0 0 4px rgba(180,94,115,.12)}body.theme-premium .card{border-radius:24px;border:1px solid rgba(230,224,217,.98);background:rgba(255,255,255,.78);box-shadow:0 18px 32px rgba(17,18,21,.07);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}body.theme-premium .card h3{color:#5f5c57}body.theme-premium .stat-card{min-height:136px}body.theme-premium .stat-card p{font-size:34px;letter-spacing:-.04em}body.theme-premium .table-wrap{border-radius:24px;border-color:#ece7e1;background:rgba(255,255,255,.84);box-shadow:0 18px 28px rgba(17,18,20,.05)}body.theme-premium td,body.theme-premium th{border-bottom-color:#efebe6}body.theme-premium th{background:#faf8f5;color:#8a857e;font-size:11px;letter-spacing:.1em;text-transform:uppercase}body.theme-premium tr:hover td{background:#f8f5f1}body.theme-premium input,body.theme-premium select,body.theme-premium textarea{background:linear-gradient(180deg,#ffffff,#fcfbfa);border-color:#e4e0db;border-radius:16px;padding:12px 14px;box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}body.theme-premium input::placeholder,body.theme-premium textarea::placeholder{color:#a4a09b}body.theme-premium input:focus,body.theme-premium select:focus,body.theme-premium textarea:focus{border-color:#bab4ad;box-shadow:0 0 0 4px rgba(31,33,37,.08)}body.theme-premium .btn-link,body.theme-premium .premium-nav-link,body.theme-premium button{position:relative;overflow:hidden}body.theme-premium .btn-link,body.theme-premium button{min-height:40px;border-radius:13px;white-space:nowrap}body.theme-premium button{color:#ffffff;border-color:#26292e;background:#26292e;box-shadow:0 2px 8px rgba(17,18,20,.1)}body.theme-premium button:hover{filter:none;background:#1f2227;box-shadow:0 6px 14px rgba(17,18,20,.12)}body.theme-premium .btn-link,body.theme-premium button.secondary{color:#23262b;border-color:#ddd7cf;background:#f3efe9;box-shadow:0 1px 2px rgba(17,18,20,.04)}body.theme-premium .btn-link.active,body.theme-premium .mobile-bottom-nav a.active{color:#ffffff;border-color:#202227;background:#202227}body.theme-premium .btn-link.confirm-armed-link,body.theme-premium button.confirm-armed{border-color:#bcb5ad;box-shadow:0 0 0 3px rgba(31,33,37,.08)}body.theme-premium button.danger{border-color:#6b3341;background:#7a4351;box-shadow:0 2px 8px rgba(115,53,70,.1)}body.theme-premium button.danger-armed{box-shadow:0 0 0 3px rgba(115,53,70,.16)}body.theme-premium .copy-field{gap:10px}body.theme-premium .sensitive{padding:7px 10px;border-radius:12px;border-color:#e3ddd7;background:#f6f3ef}body.theme-premium .mini-btn{min-height:32px;min-width:50px;padding:0 10px;border-radius:11px;border-color:#26292e;background:#26292e;box-shadow:0 2px 6px rgba(17,18,20,.08)}body.theme-premium .premium-list-table{width:100%;min-width:0;table-layout:fixed}body.theme-premium .premium-list-table col.col-name{width:15%}body.theme-premium .premium-list-table col.col-tags{width:7%}body.theme-premium .premium-list-table col.col-account,body.theme-premium .premium-list-table col.col-password{width:16%}body.theme-premium .premium-list-table col.col-end{width:9%}body.theme-premium .premium-list-table col.col-amount{width:10%}body.theme-premium .premium-list-table col.col-members{width:6%}body.theme-premium .premium-list-table col.col-status{width:7%}body.theme-premium .premium-list-table col.col-actions{width:14%}body.theme-premium .premium-list-table td,body.theme-premium .premium-list-table th{padding:16px 14px}body.theme-premium .premium-list-table td{overflow:hidden}body.theme-premium .premium-list-table .col-name-cell{padding-left:18px}body.theme-premium .premium-list-table .col-actions-cell{padding-right:18px}body.theme-premium .premium-list-table .tag-list{gap:6px}body.theme-premium .premium-list-table .table-copy-field{width:100%;max-width:none;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px}body.theme-premium .premium-list-table .sensitive{max-width:100%;min-width:0}body.theme-premium .premium-list-table .col-account-cell,body.theme-premium .premium-list-table .col-actions-cell,body.theme-premium .premium-list-table .col-amount-cell,body.theme-premium .premium-list-table .col-end-cell,body.theme-premium .premium-list-table .col-members-cell,body.theme-premium .premium-list-table .col-password-cell,body.theme-premium .premium-list-table .col-status-cell{vertical-align:middle}body.theme-premium .premium-list-table .col-amount-cell,body.theme-premium .premium-list-table .col-members-cell,body.theme-premium .premium-list-table .col-status-cell{white-space:nowrap}body.theme-premium .premium-list-table .col-members-cell{text-align:center}body.theme-premium .premium-list-table .col-status-cell .tag{justify-content:center}body.theme-premium .premium-list-table .compact-action-row .btn-link,body.theme-premium .premium-list-table .compact-action-row button{min-height:36px;padding:0 12px;border-radius:14px}body.theme-premium .premium-list-table .compact-action-row{gap:10px}body.theme-premium .premium-list-table tbody tr{transition:transform .22s ease,box-shadow .22s ease}body.theme-premium .premium-list-table tbody tr td:first-child{position:relative}body.theme-premium .premium-list-table tbody tr td:first-child:after{content:"";position:absolute;left:0;top:12px;bottom:12px;width:2px;border-radius:999px;background:transparent;transition:background .2s ease}body.theme-premium .premium-list-table tbody tr:hover td:first-child:after{background:rgba(31,33,37,.18)}body.theme-premium .premium-list-table tbody tr:hover td{background:linear-gradient(180deg,rgba(249,247,244,.92),rgba(245,241,237,.82))}body.theme-premium .premium-list-table .table-primary{font-size:15px}body.theme-premium .premium-list-table .table-secondary{margin-top:1px}body.theme-premium .premium-members-table col.col-member-name{width:17%}body.theme-premium .premium-members-table col.col-member-tags{width:12%}body.theme-premium .premium-members-table col.col-member-account{width:25%}body.theme-premium .premium-members-table col.col-member-subs{width:10%}body.theme-premium .premium-members-table col.col-member-notes{width:22%}body.theme-premium .premium-members-table col.col-member-actions{width:14%}body.theme-premium .premium-members-table .col-member-account-cell,body.theme-premium .premium-members-table .col-member-actions-cell,body.theme-premium .premium-members-table .col-member-subs-cell{vertical-align:middle}body.theme-premium .premium-members-table .col-member-subs-cell{text-align:center}body.theme-premium .premium-members-table .col-member-account-cell .table-copy-field{max-width:none;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:center}body.theme-premium .premium-members-table .col-member-account-cell .sensitive{max-width:100%}body.theme-premium .premium-members-table .compact-action-row{gap:10px}body.theme-premium .premium-members-table .table-note{max-width:100%}body.theme-premium .toast.success{color:#ffffff;background:rgba(24,26,30,.94);border-color:#353941;box-shadow:0 22px 38px rgba(17,18,21,.22)}body.theme-premium .tag-stats-card{background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(247,244,241,.84))}body.theme-premium .loading-card{border-radius:22px}body.theme-premium .login-card{max-width:520px}body.theme-premium .login-card-premium{padding:22px}body.theme-premium .mobile-bottom-nav{background:rgba(243,240,236,.94);border-top-color:#e1dbd4}body.theme-premium .mobile-bottom-nav a{background:rgba(255,255,255,.96);color:#24262a;border-color:#e6e0d8;box-shadow:0 10px 16px rgba(17,18,20,.05)}@media (max-width:1100px){body.theme-premium .premium-shell{grid-template-columns:1fr}body.theme-premium .premium-sidebar{position:static}body.theme-premium .sidebar-panel{min-height:auto}body.theme-premium .premium-dashboard-grid,body.theme-premium .premium-detail-shell,body.theme-premium .premium-stat-grid{grid-template-columns:1fr}body.theme-premium .premium-metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}body.theme-premium .premium-form-grid>*{grid-column:span 6}body.theme-premium .premium-form-grid .span-12{grid-column:1/-1}body.theme-premium .premium-form-grid .span-2,body.theme-premium .premium-form-grid .span-3,body.theme-premium .premium-form-grid .span-4,body.theme-premium .premium-form-grid .span-6{grid-column:span 6}}@media (max-width:900px){.container,.header{padding:14px}.header{margin-bottom:14px}.header h1{font-size:24px}.btn-link,.nav a,button{min-height:40px}.filter-grid,.form-grid{grid-template-columns:1fr}.card-grid{grid-template-columns:1fr 1fr}body.theme-premium .container{padding:16px}body.theme-premium .card,body.theme-premium .page-hero,body.theme-premium .premium-topbar,body.theme-premium .sidebar-panel,body.theme-premium .table-wrap{border-radius:22px}body.theme-premium .card.premium-filter-bar{grid-template-columns:1fr}body.theme-premium .premium-overview-title{font-size:34px}body.theme-premium .premium-metric-item strong,body.theme-premium .premium-spotlight-value,body.theme-premium .premium-stat-number{font-size:30px}}@media (min-width:761px){.mobile-table td[data-label="成员"],.mobile-table td[data-label="成员数"],.mobile-table td[data-label="操作"],.mobile-table td[data-label="状态"],.mobile-table td[data-label="费用"]{white-space:nowrap}.mobile-table td[data-label="操作"]{min-width:154px}}@media (max-width:760px){.container{padding:12px 12px 84px}.toast{left:12px;right:12px;top:12px;min-width:auto;max-width:none}.section-action-links{width:100%;justify-content:flex-start;flex-wrap:wrap}.nav{display:none}.header-top form,.header-top form button{width:100%}.backup-health-grid,.card-grid{grid-template-columns:1fr}.cost-board-toolbar{flex-direction:column;align-items:stretch}.cost-board-segment{width:100%}.cost-board-tab{flex:1 1}.cost-board-select-wrap{width:100%;justify-content:space-between}.cost-board-select-wrap select{flex:1 1}.cost-board-total-value{font-size:28px}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:70;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:rgba(245,250,255,.9);border-top:1px solid #d8e4f7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-bottom-nav a{min-height:40px;border-radius:10px;border:1px solid #ccdbf2;background:#fff;color:#36588e;display:inline-flex;align-items:center;justify-content:center}.mobile-bottom-nav a.active{border-color:#8fb2f5;box-shadow:0 0 0 2px rgba(77,125,227,.12)}.mobile-bottom-nav .nav-link-sub{display:none}.table-wrap{border:0;background:transparent;overflow:hidden}.mobile-table{display:block;width:100%!important;min-width:0!important;table-layout:auto!important;border-collapse:separate;border-spacing:0;background:transparent}.mobile-table colgroup,.mobile-table thead{display:none}.mobile-table tbody{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;width:100%}.mobile-table tr{display:block;width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.9);padding:10px 12px}.mobile-table td{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:start;grid-gap:12px;gap:12px;width:100%;border-bottom:1px dashed #dde7f8;padding:9px 0;text-align:left;word-break:break-word}.mobile-table td:last-child{border-bottom:none;padding-bottom:2px}.mobile-table td:before{content:attr(data-label);color:#7890b3;font-size:12px;line-height:1.5;text-align:left}.mobile-table td>*{min-width:0;width:100%}.mobile-table .table-title{-webkit-line-clamp:3}.mobile-table .table-primary,.mobile-table .table-secondary{word-break:break-word}.mobile-table .tag-list{justify-content:flex-start}.mobile-table .action-row,.mobile-table .compact-action-row{width:100%;justify-content:flex-start;flex-wrap:wrap}.mobile-table .copy-field,.mobile-table .table-copy-field{max-width:100%;width:100%;display:flex!important;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px}.mobile-table .sensitive{max-width:100%;width:auto;min-width:0;flex:1 1 100%;white-space:normal;word-break:break-all}.mobile-table .sensitive.masked{filter:blur(3px)}.mobile-table .copy-field:active .sensitive.masked,.mobile-table .table-copy-field:active .sensitive.masked{filter:blur(0)}.mobile-table .action-row .btn-link,.mobile-table .action-row button,.mobile-table .mini-btn{width:auto}body.theme-premium .premium-topbar{padding:14px 16px}body.theme-premium .card,body.theme-premium .mobile-table tr,body.theme-premium .page-hero,body.theme-premium .premium-topbar,body.theme-premium .sidebar-panel{border-radius:20px}body.theme-premium .sidebar-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;grid-gap:12px;gap:12px;padding:14px 16px}body.theme-premium .brand-note,body.theme-premium .premium-nav,body.theme-premium .premium-topbar .helper,body.theme-premium .quote-panel,body.theme-premium .topbar-pill:not(.topbar-pill-muted){display:none}body.theme-premium .brand-en{margin-top:6px;font-size:10px}body.theme-premium .sidebar-actions{margin-top:0}body.theme-premium .sidebar-actions form,body.theme-premium .sidebar-logout{width:auto}body.theme-premium .sidebar-logout{min-height:40px;padding:0 12px;gap:6px}body.theme-premium .topbar-pills{width:100%;justify-content:flex-start}body.theme-premium .premium-metric-strip{grid-template-columns:1fr}body.theme-premium .premium-inline-actions,body.theme-premium .premium-quick-actions,body.theme-premium .topbar-title-row{flex-direction:column;align-items:flex-start}body.theme-premium .premium-form-grid{grid-template-columns:1fr}body.theme-premium .detail-line{grid-template-columns:1fr;gap:8px}body.theme-premium .premium-form-grid .span-12,body.theme-premium .premium-form-grid .span-2,body.theme-premium .premium-form-grid .span-3,body.theme-premium .premium-form-grid .span-4,body.theme-premium .premium-form-grid .span-6,body.theme-premium .premium-form-grid>*{grid-column:auto}body.theme-premium .premium-form-grid .form-submit{width:100%;justify-self:stretch}body.theme-premium .brand-block h1,body.theme-premium .page-hero .section-title,body.theme-premium .premium-overview-title,body.theme-premium .premium-topbar h2{font-size:26px}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fade-page{0%{opacity:.18;filter:blur(10px)}to{opacity:1;filter:blur(0)}}@keyframes slide-fade-in{0%{opacity:0;transform:translateY(12px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toast-in{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toast-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.98);visibility:hidden}}@keyframes pulse-danger{0%{filter:brightness(1)}50%{filter:brightness(1.08)}to{filter:brightness(1)}}@keyframes float-blob{0%,to{transform:translate(0)}50%{transform:translate(8px,-10px)}}