:root{--brand-primary: #2fa6bd;--brand-primary-hover: #2699ae;--brand-primary-dark: #02286e;--brand-primary-light: #e8f5f9;--brand-accent: #fa9515;--brand-accent-hover: #e58510;--brand-primary-rgb: 47, 166, 189;--brand-navy-rgb: 2, 40, 110;--brand-bg: #f3f7fa;--brand-sidebar: #f8fafc;--brand-surface: #ffffff;--brand-text: #0f172a;--brand-text-muted: #64748b;--brand-text-light: #475569;--brand-border: rgba(2, 40, 110, .08);--brand-border-input: #e2e8f0;--brand-border-divider: #e8edf2;--brand-shadow-card: 0 1px 2px rgba(2,40,110,.04), 0 16px 48px rgba(2,40,110,.08);--radius-card: 20px;--radius-btn: 12px;--radius-input: 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--brand-bg);color:var(--brand-text);font-size:14px;line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}.login-page{min-height:100vh;display:flex;background:var(--brand-bg)}.login-left{flex:1.15;min-width:520px;padding:48px 56px;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(ellipse 80% 60% at 10% 20%,rgba(var(--brand-primary-rgb),.14),transparent 55%),radial-gradient(ellipse 60% 50% at 90% 80%,rgba(250,149,21,.08),transparent 50%),linear-gradient(160deg,#f8fafc,#eef6fa 45%,var(--brand-bg));border-right:1px solid rgba(26,26,26,.06)}.brand-logo-img{object-fit:contain;object-position:left center;flex-shrink:0;background:transparent;border:none;box-shadow:none;border-radius:0}.login-left__logo{display:flex;align-items:center;gap:12px;margin-bottom:40px}.login-left__logo-stack{display:flex;flex-direction:column;justify-content:center;gap:4px;min-height:0;padding:0;box-sizing:border-box}.login-left__logo-cn{font-size:22px;font-weight:700;color:var(--brand-text);line-height:1;letter-spacing:.04em}.login-left__logo-en{font-size:11px;font-weight:500;color:var(--brand-text-muted);line-height:1;letter-spacing:.16em;text-transform:uppercase}.login-left__logo-img{height:40px;width:auto;max-width:196px;align-self:center}.login-left__logo-mark{width:40px;height:40px;border-radius:12px;background:linear-gradient(145deg,var(--brand-primary),var(--brand-primary-hover));display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:16px;box-shadow:0 8px 20px rgba(var(--brand-primary-rgb),.28);flex-shrink:0}.login-left__logo-text{font-size:18px;font-weight:650;color:var(--brand-text);line-height:1.2;letter-spacing:-.02em}.login-left__logo-sub{font-size:12px;color:var(--brand-text-muted);letter-spacing:.06em;text-transform:uppercase}.login-card__brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}.login-card__logo-stack{display:flex;flex-direction:column;justify-content:center;gap:3px;min-height:0;padding:0;box-sizing:border-box}.login-card__logo-cn{font-size:18px;font-weight:700;color:var(--brand-text);line-height:1;letter-spacing:.04em}.login-card__logo-en{font-size:10px;font-weight:500;color:var(--brand-text-muted);line-height:1;letter-spacing:.14em;text-transform:uppercase}.login-card__logo-img{height:32px;width:auto;max-width:168px;align-self:center}.login-left__hero-title{font-size:clamp(28px,3vw,38px);line-height:1.22;margin-bottom:16px;font-weight:650;letter-spacing:-.03em}.login-left__hero-desc{font-size:15px;line-height:1.75;margin-bottom:32px;max-width:440px;color:var(--brand-text-light)}.login-left__features{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:480px}.left-feat{padding:16px;border-radius:14px;background:#ffffffb8;border:1px solid rgba(26,26,26,.06);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.left-feat__icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;margin-bottom:8px}.left-feat__title{font-size:13px;font-weight:650;color:var(--brand-text);margin-bottom:4px}.left-feat__desc{font-size:12px;color:var(--brand-text-muted);line-height:1.5}.login-right{flex:.85;display:flex;align-items:center;justify-content:center;padding:48px}.login-card{width:100%;max-width:400px;background:#ffffffd9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-card);padding:36px 32px 28px;border:1px solid var(--brand-border);box-shadow:var(--brand-shadow-card)}.login-card h2{font-size:22px;font-weight:650;margin-bottom:4px;letter-spacing:-.02em}.lc-sub{font-size:13px;color:var(--brand-text-muted);margin-bottom:20px;display:block}.lc-badge{display:inline-block;padding:2px 10px;border-radius:6px;font-size:11px;font-weight:600;margin-bottom:20px;background:var(--brand-primary-light);color:var(--brand-primary)}.form-group{margin-bottom:14px}.form-group label{display:block;font-size:12px;font-weight:600;color:var(--brand-text);margin-bottom:5px}.form-input{width:100%;padding:10px 14px;border:1px solid var(--brand-border-input);border-radius:var(--radius-input);font-size:14px;background:#fafafa;transition:border-color .15s ease,box-shadow .15s ease;outline:none}.form-input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(var(--brand-primary-rgb),.1);background:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;border-radius:var(--radius-btn);font-size:13px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .15s ease}.btn-primary{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary)}.btn-primary:hover{background:var(--brand-primary-hover)}.btn-outline{background:#fff;color:var(--brand-text);border-color:var(--brand-border)}.btn-outline:hover{border-color:var(--brand-primary);color:var(--brand-primary);background:var(--brand-primary-light)}.btn-danger{background:#fef2f2;color:#dc2626;border-color:#dc262626}.btn-danger:hover{background:#fde8e8}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-xs{padding:4px 12px;font-size:12px}.error{background:#fef2f2;color:#dc2626;padding:10px 14px;border-radius:8px;font-size:13px;margin-bottom:14px;border:1px solid rgba(220,38,38,.15)}.layout{display:flex;min-height:100vh}.sidebar{width:220px;background:var(--brand-sidebar);border-right:1px solid var(--brand-border);display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:16px 14px;border-bottom:1px solid var(--brand-border)}.sidebar-logo img,.sidebar-logo-img{height:26px;width:auto;max-width:168px;align-self:center}.sidebar-logo-stack{display:flex;flex-direction:column;justify-content:center;gap:3px;min-height:0;padding:0;box-sizing:border-box;min-width:0}.sidebar-logo-cn{font-size:14px;font-weight:700;color:var(--brand-text);letter-spacing:.03em;line-height:1;white-space:nowrap}.sidebar-logo-en{font-size:9px;font-weight:500;color:var(--brand-text-muted);letter-spacing:.14em;line-height:1;text-transform:uppercase;white-space:nowrap}.sidebar-logo svg{color:var(--brand-primary);flex-shrink:0}.sidebar-logo span{font-size:15px;font-weight:650;color:var(--brand-text);letter-spacing:-.02em}.sidebar-nav{flex:1;padding:8px 8px 12px;overflow-y:auto}.sidebar-group{margin-bottom:6px}.sidebar-group:last-child{margin-bottom:0}.sidebar-group-title{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:8px 12px;border:none;background:transparent;border-radius:8px;font-size:11px;font-weight:700;color:var(--brand-text-muted);letter-spacing:.04em;cursor:pointer;text-align:left;transition:background .12s,color .12s}.sidebar-group-title:hover{background:rgba(var(--brand-primary-rgb),.06);color:var(--brand-primary)}.sidebar-group.has-active>.sidebar-group-title{color:var(--brand-primary)}.sidebar-group-title svg{flex-shrink:0;color:currentColor;opacity:.7;transition:transform .18s ease}.sidebar-group.is-collapsed>.sidebar-group-title svg{transform:rotate(-90deg)}.sidebar-group-items{display:flex;flex-direction:column;gap:1px}.sidebar-group.is-collapsed>.sidebar-group-items{display:none}.sidebar-item{display:flex;align-items:center;gap:10px;padding:9px 14px;border-radius:8px;font-size:13px;font-weight:500;color:var(--brand-text-light);cursor:pointer;transition:all .12s ease}.sidebar-item:hover{background:rgba(var(--brand-primary-rgb),.06);color:var(--brand-primary)}.sidebar-item.active{background:var(--brand-primary-light);color:var(--brand-primary);font-weight:650}.sidebar-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-footer{padding:12px 8px;border-top:1px solid var(--brand-border)}.sidebar-version{flex-shrink:0;padding:10px 14px 12px;border-top:1px solid var(--brand-border);font-size:10px;line-height:1.4;color:var(--brand-text-muted);font-variant-numeric:tabular-nums;letter-spacing:.02em;-webkit-user-select:none;user-select:none}.main{flex:1;display:flex;flex-direction:column;overflow-y:auto;min-width:0}.header{display:flex;align-items:center;justify-content:space-between;padding:14px 28px;background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--brand-border);position:sticky;top:0;z-index:10}.header-title{font-size:16px;font-weight:650;color:var(--brand-text);letter-spacing:-.02em}.header-user{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--brand-text-muted)}.header-user-menu{position:relative;display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:8px;cursor:pointer;color:var(--brand-text-muted);font-size:13px;transition:background .15s,color .15s}.header-user-menu:hover,.header-user-menu.open{background:var(--brand-primary-light);color:var(--brand-text)}.header-user-name{max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-user-dropdown{position:absolute;right:0;top:calc(100% + 8px);min-width:220px;background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:12px;box-shadow:0 8px 40px #0000001f;z-index:220;overflow:hidden}.header-user-dropdown-head{padding:12px 14px;border-bottom:1px solid var(--brand-border)}.header-user-dropdown-meta{margin-top:6px;font-size:11px;color:var(--brand-text-muted)}.header-user-dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;border:none;background:transparent;color:var(--brand-text);font-size:13px;text-align:left;text-decoration:none;cursor:pointer;transition:background .12s}.header-user-dropdown-item:hover{background:var(--brand-primary-light)}.header-user-dropdown-item.danger{color:#dc2626;border-top:1px solid var(--brand-border)}.header-user-dropdown-item.danger:hover{background:#fef2f2}.content{padding:20px 28px;flex:1;min-width:0;overflow-x:auto}.card{background:#fff;border-radius:12px;padding:20px;border:1px solid var(--brand-border);margin-bottom:16px}.card-title{font-size:14px;font-weight:650;color:var(--brand-text);margin-bottom:14px;letter-spacing:-.01em}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin-bottom:20px}.stat-card{background:#fff;border-radius:12px;padding:18px;border:1px solid var(--brand-border)}.stat-value{font-size:28px;font-weight:650;color:var(--brand-primary);letter-spacing:-.02em}.stat-label{font-size:12px;color:var(--brand-text-muted);margin-top:2px}.wb{display:flex;flex-direction:column;gap:16px}.wb-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:18px 20px;border-radius:14px;border:1px solid var(--brand-border);background:radial-gradient(ellipse 70% 80% at 0% 0%,rgba(var(--brand-primary-rgb),.12),transparent 55%),linear-gradient(135deg,#fff 40%,#f3fafc)}.wb-hero-kicker{font-size:11px;font-weight:600;color:var(--brand-primary);letter-spacing:.04em;margin-bottom:4px}.wb-hero-title{font-size:22px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0}.wb-hero-sub{margin:6px 0 0;font-size:13px;color:var(--brand-text-muted)}.wb-hero-side{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.wb-health-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid var(--brand-border);background:#fff;font-size:12px;font-weight:600;cursor:pointer;color:var(--brand-text);transition:border-color .15s,background .15s}.wb-health-pill:hover{border-color:var(--brand-primary);background:var(--brand-primary-light)}.wb-health-pill.ok .wb-health-dot{background:#16a34a;box-shadow:0 0 0 3px #16a34a26}.wb-health-pill.bad .wb-health-dot{background:#dc2626;box-shadow:0 0 0 3px #dc262626}.wb-health-pill.muted .wb-health-dot{background:#94a3b8}.wb-health-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.wb-health-ver{color:var(--brand-text-muted);font-weight:500;font-variant-numeric:tabular-nums}.wb-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.wb-kpi{text-align:left;background:#fff;border:1px solid var(--brand-border);border-radius:12px;padding:16px;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s}.wb-kpi:hover{border-color:rgba(var(--brand-primary-rgb),.35);box-shadow:0 8px 24px #02286e0f;transform:translateY(-1px)}.wb-kpi.accent{background:linear-gradient(160deg,#fff,#fff8ef);border-color:#fa951540}.wb-kpi-label{font-size:12px;color:var(--brand-text-muted);font-weight:600}.wb-kpi-value{margin-top:6px;font-size:28px;font-weight:700;color:var(--brand-primary);letter-spacing:-.03em;font-variant-numeric:tabular-nums;line-height:1.1}.wb-kpi.accent .wb-kpi-value{color:var(--brand-accent)}.wb-kpi-hint{margin-top:6px;font-size:11px;color:var(--brand-text-muted)}.wb-metric-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:10px 12px;background:#fff;border:1px solid var(--brand-border);border-radius:12px}.wb-metric{display:flex;align-items:baseline;justify-content:space-between;gap:8px;padding:4px 6px;min-width:0}.wb-metric.clickable{cursor:pointer;border-radius:8px}.wb-metric.clickable:hover{background:var(--brand-primary-light)}.wb-metric-label{font-size:12px;color:var(--brand-text-muted);white-space:nowrap}.wb-metric strong{font-size:16px;font-variant-numeric:tabular-nums;color:var(--brand-text)}.wb-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.wb-card{margin-bottom:0}.wb-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.wb-link{border:none;background:none;color:var(--brand-primary);font-size:12px;font-weight:650;cursor:pointer;padding:0}.wb-link:hover{text-decoration:underline}.wb-muted{font-size:12px;color:var(--brand-text-muted)}.wb-empty{font-size:13px;color:var(--brand-text-muted);margin:8px 0 0}.wb-funnel-row{display:flex;justify-content:space-between;font-size:13px;margin-bottom:6px}.wb-funnel-bar{height:8px;background:#f1f5f9;border-radius:999px;overflow:hidden;margin-bottom:12px}.wb-funnel-fill{height:100%;border-radius:999px}.wb-funnel-fill.trial{background:var(--brand-accent)}.wb-funnel-fill.active{background:var(--brand-primary)}.wb-funnel-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:4px 0 14px}.wb-funnel-stat-val{font-size:20px;font-weight:700;color:var(--brand-text);font-variant-numeric:tabular-nums}.wb-funnel-stat-lbl{font-size:11px;color:var(--brand-text-muted);margin-top:2px}.wb-section-label{font-size:11px;font-weight:650;color:var(--brand-text-muted);letter-spacing:.04em;margin-bottom:8px}.wb-status-row{display:flex;justify-content:space-between;padding:6px 0;font-size:13px;border-bottom:1px solid #f5f5f5}.wb-status-row:last-child{border-bottom:none}.wb-chart{display:flex;align-items:flex-end;gap:3px;height:140px;padding-top:8px}.wb-chart-col{flex:1;min-width:0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.wb-chart-bar{width:100%;max-width:14px;background:var(--brand-primary);border-radius:3px 3px 1px 1px;opacity:.9}.wb-chart-lbl{margin-top:4px;font-size:9px;color:var(--brand-text-muted);line-height:1}.wb-audit-list{display:flex;flex-direction:column;gap:10px}.wb-audit-meta{display:flex;justify-content:space-between;gap:10px;font-size:12px;margin-bottom:4px}.wb-audit-meta span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wb-audit-track{height:6px;background:#f1f5f9;border-radius:999px;overflow:hidden}.wb-audit-fill{height:100%;background:linear-gradient(90deg,var(--brand-primary),#5fc0d2);border-radius:999px}.wb-activity{display:flex;flex-direction:column;gap:2px}.wb-activity-item{width:100%;text-align:left;border:none;background:transparent;border-radius:8px;padding:8px;cursor:pointer;transition:background .12s}.wb-activity-item:hover{background:var(--brand-primary-light)}.wb-activity-top{display:flex;justify-content:space-between;gap:8px;align-items:baseline}.wb-activity-title{font-size:12px;font-weight:650;color:var(--brand-text)}.wb-activity-time{font-size:10px;color:var(--brand-text-muted);flex-shrink:0}.wb-activity-msg{margin-top:2px;font-size:11px;color:var(--brand-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wb-modules{display:flex;flex-direction:column;gap:14px;margin-top:4px}.wb-modules-head h2{font-size:15px;font-weight:700;margin:0}.wb-modules-head p{margin:4px 0 0;font-size:12px;color:var(--brand-text-muted)}.wb-module-group{background:#fff;border:1px solid var(--brand-border);border-radius:12px;padding:14px}.wb-module-group-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px;flex-wrap:wrap}.wb-module-group-head strong{font-size:13px}.wb-module-group-head span{font-size:11px;color:var(--brand-text-muted)}.wb-module-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}.wb-module-card{display:flex;align-items:flex-start;gap:10px;text-align:left;padding:12px;border-radius:10px;border:1px solid #eef2f6;background:#fafcfd;cursor:pointer;transition:border-color .15s,background .15s,transform .15s}.wb-module-card:hover{border-color:rgba(var(--brand-primary-rgb),.35);background:var(--brand-primary-light);transform:translateY(-1px)}.wb-module-icon{width:34px;height:34px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--brand-border);color:var(--brand-primary);flex-shrink:0}.wb-module-text{display:flex;flex-direction:column;gap:2px;min-width:0}.wb-module-label{font-size:13px;font-weight:650;color:var(--brand-text)}.wb-module-desc{font-size:11px;color:var(--brand-text-muted);line-height:1.4}@media (max-width: 1100px){.wb-kpi-grid,.wb-metric-row,.wb-grid-2{grid-template-columns:1fr 1fr}}@media (max-width: 720px){.wb-kpi-grid,.wb-metric-row,.wb-grid-2{grid-template-columns:1fr}}.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-table{width:100%;min-width:560px;border-collapse:collapse;table-layout:auto}.admin-table th{text-align:left;padding:10px 12px;font-weight:600;font-size:11px;color:var(--brand-text-muted);border-bottom:2px solid var(--brand-border);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.admin-table td{padding:10px 12px;border-bottom:1px solid var(--brand-border);font-size:13px;vertical-align:middle;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-table tr:hover td{background:var(--brand-primary-light)}.admin-table .col-shrink,.admin-table .col-num,.admin-table .col-status,.admin-table .col-date,.admin-table .col-actions{width:1%;white-space:nowrap}.admin-table .col-num{text-align:center;max-width:96px}.admin-table .col-status{max-width:120px}.admin-table .col-date{max-width:168px}.admin-table .col-actions{max-width:140px;text-align:right}.admin-table .col-code{max-width:140px}.admin-table .col-name{max-width:220px;min-width:100px}.admin-table .col-path{max-width:none;min-width:120px;font-family:ui-monospace,monospace;font-size:12px}.admin-table .col-detail{max-width:none;min-width:120px}.admin-table .col-wrap,.admin-table td.cell-wrap{white-space:normal;word-break:break-word;overflow:visible;text-overflow:unset;max-width:none}.admin-table .cell-muted{font-size:12px;color:var(--brand-text-muted)}.admin-table .cell-sub{font-size:11px;color:var(--brand-text-muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-table .col-actions .btn{white-space:nowrap}.table-wrap>table:not(.admin-table){width:100%;border-collapse:collapse;table-layout:auto}table{width:100%;border-collapse:collapse}table th{text-align:left;padding:10px 12px;font-weight:600;font-size:11px;color:var(--brand-text-muted);border-bottom:2px solid var(--brand-border);text-transform:uppercase;letter-spacing:.5px}table td{padding:10px 12px;border-bottom:1px solid var(--brand-border);font-size:13px}table tr:hover td{background:var(--brand-primary-light)}.admin-split-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));gap:14px}.tag{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:6px;font-size:11px;font-weight:500}.tag-green{background:var(--brand-primary-light);color:var(--brand-primary)}.tag-blue{background:#eff6ff;color:#2563eb}.tag-orange{background:#fff7ed;color:#c2410c}.tag-red{background:#fef2f2;color:#dc2626}.tag-gray{background:#fafafa;color:var(--brand-text-muted)}.tag-purple{background:#faf5ff;color:#7c3aed}.empty{text-align:center;padding:48px 0;color:var(--brand-text-muted)}.empty svg{width:56px;height:56px;margin-bottom:12px;opacity:.3}.empty-text{font-size:13px}.spinner{display:inline-block;width:20px;height:20px;border:2px solid var(--brand-border);border-top-color:var(--brand-primary);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#1a1a1a59;z-index:100;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:#fff;border-radius:16px;padding:28px;width:520px;max-height:80vh;overflow-y:auto;box-shadow:var(--brand-shadow-card);border:1px solid var(--brand-border)}.modal-header{font-size:17px;font-weight:650;margin-bottom:20px;letter-spacing:-.02em}.modal-footer{display:flex;justify-content:flex-end;gap:8px;margin-top:24px}.audit-filters{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.audit-filters .form-input{max-width:180px;font-size:12px;padding:7px 10px}.audit-filters .btn{font-size:12px;padding:7px 14px}.audit-select{padding:7px 10px;border:1px solid var(--brand-border-input);border-radius:var(--radius-input);font-size:12px;background:#fafafa;max-width:150px}.audit-row-expanded td{background:var(--brand-primary-light)!important}.audit-detail-json{background:#1a1a1a;color:#e5e5e5;padding:12px 16px;border-radius:8px;font-size:11px;font-family:SF Mono,Fira Code,monospace;overflow-x:auto;max-height:200px;overflow-y:auto;white-space:pre-wrap;word-break:break-all}.audit-action-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:6px;font-size:11px;font-weight:500}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 0}.pagination button{padding:6px 12px;border-radius:8px;border:1px solid var(--brand-border);background:#fff;font-size:12px;cursor:pointer;color:var(--brand-text)}.pagination button:hover:not(:disabled){border-color:var(--brand-primary);color:var(--brand-primary)}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination span{font-size:12px;color:var(--brand-text-muted)}.notif-bell{position:relative;cursor:pointer;display:inline-flex;align-items:center;margin-right:12px}.notif-bell svg{color:var(--brand-text-muted);transition:color .15s}.notif-bell:hover svg{color:var(--brand-primary)}.notif-badge{position:absolute;top:-6px;right:-8px;background:#dc2626;color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.notif-dropdown{position:absolute;right:0;top:100%;margin-top:8px;width:300px;max-height:min(360px,55vh);background:#fff;border-radius:10px;box-shadow:0 8px 32px #0000001f;border:1px solid var(--brand-border);z-index:200;overflow:hidden;display:flex;flex-direction:column}.notif-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--brand-border);font-size:12px;font-weight:650;flex-shrink:0}.notif-dropdown-body{overflow-y:auto;flex:1;min-height:0}.notif-empty{padding:16px 12px;text-align:center;color:var(--brand-text-muted);font-size:12px}.notif-dropdown-item{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;cursor:pointer;border-bottom:1px solid #f5f5f5;transition:background .12s}.notif-dropdown-item:last-child{border-bottom:none}.notif-dropdown-item:hover{background:var(--brand-primary-light)}.notif-item-dot{width:6px;height:6px;border-radius:50%;background:var(--brand-primary);margin-top:5px;flex-shrink:0}.notif-item-content{flex:1;min-width:0}.notif-item-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.notif-item-title{font-size:12px;font-weight:600;color:var(--brand-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.notif-item-msg{font-size:11px;color:var(--brand-text-muted);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notif-item-time{font-size:10px;color:var(--brand-text-muted);flex-shrink:0;white-space:nowrap}.notif-dropdown-footer{padding:6px 12px;text-align:center;border-top:1px solid var(--brand-border);flex-shrink:0}.notif-dropdown-footer a{font-size:12px;color:var(--brand-primary);text-decoration:none;font-weight:600}.health-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.health-card{background:#fff;border-radius:10px;padding:14px;border:1px solid var(--brand-border);display:flex;align-items:center;gap:10px}.health-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.health-dot.green{background:#2fa6bd;box-shadow:0 0 6px rgba(var(--brand-primary-rgb),.4)}.health-dot.red{background:#dc2626;box-shadow:0 0 6px #dc262666}.health-dot.orange{background:#fa9515;box-shadow:0 0 6px #fa951566}.health-name{font-size:13px;font-weight:650;color:var(--brand-text)}.health-sub{font-size:10px;color:var(--brand-text-muted);margin-top:2px}.health-port{font-size:10px;color:var(--brand-text-muted)}.health-summary{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:20px}.health-summary-item{background:#fff;border-radius:12px;padding:16px 20px;border:1px solid var(--brand-border);text-align:center;flex:1 1 120px;min-width:100px}.health-summary-item .hs-val{font-size:24px;font-weight:650}.health-summary-item .hs-label{font-size:11px;color:var(--brand-text-muted);margin-top:2px}.pg{display:flex;flex-direction:column;gap:14px}.pg-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:16px 18px;border-radius:14px;border:1px solid var(--brand-border);background:radial-gradient(ellipse 60% 80% at 0% 0%,rgba(var(--brand-primary-rgb),.1),transparent 55%),linear-gradient(135deg,#fff 45%,#f4fafc)}.pg-kicker{font-size:11px;font-weight:600;color:var(--brand-primary);letter-spacing:.04em;margin-bottom:4px}.pg-title{font-size:20px;font-weight:700;letter-spacing:-.02em;margin:0;line-height:1.2}.pg-sub{margin:6px 0 0;font-size:13px;color:var(--brand-text-muted);max-width:520px}.pg-hero-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pg-chips{display:flex;flex-wrap:wrap;gap:8px}.pg-chip{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;border:1px solid var(--brand-border);background:#fff;font-size:12px;color:var(--brand-text-muted);cursor:pointer;transition:border-color .15s,background .15s,color .15s}.pg-chip strong{font-variant-numeric:tabular-nums;color:var(--brand-text)}.pg-chip:hover{border-color:rgba(var(--brand-primary-rgb),.35);color:var(--brand-primary)}.pg-chip.active{background:var(--brand-primary-light);border-color:rgba(var(--brand-primary-rgb),.4);color:var(--brand-primary);font-weight:650}.pg-chip.active strong{color:var(--brand-primary)}.pg-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pg-search{max-width:280px}.pg-toolbar-meta{font-size:12px;color:var(--brand-text-muted);margin-right:auto}.pg-table-card{padding:0;margin-bottom:0;overflow:hidden}.pg-code{color:var(--brand-primary);font-variant-numeric:tabular-nums}.pg-name{font-weight:600;color:var(--brand-text)}.admin-table tr.is-selected td{background:var(--brand-primary-light)}.modal-hint{font-size:12px;color:var(--brand-text-muted);margin:-8px 0 14px;line-height:1.5}.danger-text{color:#dc2626!important}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.form-mini-label{font-size:11px;color:var(--brand-text-muted);margin-bottom:4px}.form-tip{font-size:11px;color:var(--brand-text-muted);margin-top:6px}.plan-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.plan-card{background:#fff;border:1px solid var(--brand-border);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:14px;transition:border-color .15s,box-shadow .15s}.plan-card:hover{border-color:rgba(var(--brand-primary-rgb),.35);box-shadow:0 8px 24px #02286e0f}.plan-card-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.plan-card-name{font-size:16px;font-weight:700;color:var(--brand-text);letter-spacing:-.02em}.plan-card-code{display:inline-block;margin-top:4px;font-size:11px;color:var(--brand-primary);background:var(--brand-primary-light);padding:2px 8px;border-radius:6px}.plan-card-actions{display:flex;gap:6px;flex-shrink:0}.plan-quota-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.plan-quota-grid>div{background:#f8fafc;border-radius:10px;padding:10px 8px;text-align:center;border:1px solid #eef2f6}.plan-quota-grid span{display:block;font-size:11px;color:var(--brand-text-muted);margin-bottom:4px}.plan-quota-grid strong{font-size:15px;font-variant-numeric:tabular-nums;color:var(--brand-text)}.plan-features{display:flex;flex-wrap:wrap;gap:6px;min-height:28px}.plan-feature-chip{font-size:11px;font-weight:600;padding:3px 8px;border-radius:999px;background:var(--brand-primary-light);color:var(--brand-primary)}.plan-feature-empty{font-size:11px;color:var(--brand-text-muted)}.feature-toggle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.feature-toggle{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;border:1px solid var(--brand-border);background:#fafcfd;font-size:12px;cursor:pointer}.feature-toggle.on{border-color:rgba(var(--brand-primary-rgb),.4);background:var(--brand-primary-light);color:var(--brand-primary);font-weight:650}.feature-toggle input{accent-color:var(--brand-primary)}.tpl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.tpl-card{background:#fff;border:1px solid var(--brand-border);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:10px;transition:border-color .15s,box-shadow .15s}.tpl-card:hover{border-color:rgba(var(--brand-primary-rgb),.35);box-shadow:0 8px 24px #02286e0f}.tpl-card-head{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.tpl-card-tags{display:flex;flex-wrap:wrap;gap:6px;align-items:center;min-width:0}.tpl-card-actions{display:flex;gap:4px;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.tpl-ver{font-size:11px;color:var(--brand-text-muted);font-variant-numeric:tabular-nums}.tpl-card-name{font-size:15px;font-weight:700;color:var(--brand-text);letter-spacing:-.02em;line-height:1.35}.tpl-card-desc{margin:0;font-size:12px;color:var(--brand-text-muted);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tpl-card-meta{display:flex;justify-content:space-between;font-size:11px;color:var(--brand-text-muted)}.tpl-step-preview{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.tpl-step-preview li{display:flex;align-items:center;gap:8px;font-size:12px;min-width:0}.tpl-step-type{flex-shrink:0;font-size:10px;font-weight:650;padding:2px 6px;border-radius:6px;background:#f1f5f9;color:var(--brand-text-muted)}.tpl-step-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--brand-text)}.tpl-step-more{color:var(--brand-text-muted)!important;font-size:11px!important}.tpl-step-editor{display:flex;flex-direction:column;gap:8px}.tpl-step-row{display:grid;grid-template-columns:24px 100px 1fr auto;gap:8px;align-items:center}.tpl-step-idx{width:24px;height:24px;border-radius:50%;background:var(--brand-primary-light);color:var(--brand-primary);display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.tpl-preview-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px}.tpl-preview-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px;max-height:50vh;overflow:auto}.tpl-preview-item-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.tpl-preview-body{margin:4px 0 0;font-size:12px;color:var(--brand-text-muted);line-height:1.5}.detail-panel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a2e;z-index:140;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.detail-panel{position:fixed;top:0;right:0;bottom:0;width:440px;max-width:100vw;background:#fff;box-shadow:-4px 0 40px #0000001f;z-index:150;display:flex;flex-direction:column;animation:slide-in .25s ease}@keyframes slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.detail-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--brand-border);background:linear-gradient(180deg,#f8fbfd,#fff)}.detail-panel-title-block{min-width:0}.detail-panel-title{font-size:16px;font-weight:700;letter-spacing:-.02em}.detail-panel-sub{display:flex;align-items:center;gap:8px;margin-top:6px;flex-wrap:wrap}.detail-panel-sub code{font-size:11px;color:var(--brand-primary);background:var(--brand-primary-light);padding:2px 8px;border-radius:6px}.detail-panel-body{flex:1;overflow-y:auto;padding:20px}.detail-section{margin-bottom:20px}.detail-section-title{font-size:12px;font-weight:600;color:var(--brand-text-muted);letter-spacing:.04em;margin-bottom:10px}.detail-row{display:flex;justify-content:space-between;padding:6px 0;font-size:13px;border-bottom:1px solid #f5f5f5;gap:12px}.detail-label{color:var(--brand-text-muted);flex-shrink:0}.detail-value{color:var(--brand-text);font-weight:500;text-align:right}.detail-usage-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 16px;font-size:13px}.detail-usage-grid>div{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px solid #f5f5f5}.detail-check{display:flex;align-items:center;gap:8px;font-size:13px;margin-bottom:8px;cursor:pointer}.detail-actions{display:flex;flex-direction:column;gap:6px}.detail-actions .btn{justify-content:flex-start}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.2s ease-in-out infinite;border-radius:6px}@media (max-width: 960px){.login-page{flex-direction:column}.login-left{display:none}.login-right{min-height:100vh;padding:24px 20px}.content{padding:16px}.admin-table{min-width:480px}.form-row-2,.form-row-3,.feature-toggle-grid{grid-template-columns:1fr 1fr}.tpl-step-row{grid-template-columns:24px 1fr}.tpl-step-row select,.tpl-step-row input{grid-column:2}.tpl-step-row .btn{grid-column:2;justify-self:start}}@media (max-width: 640px){.stats-grid{grid-template-columns:1fr 1fr}.sidebar{width:64px}.sidebar-logo span,.sidebar-logo-stack{display:none}.sidebar-logo{padding:14px 8px;justify-content:center}.sidebar-logo-img{height:28px;width:28px;max-width:28px;object-fit:cover;object-position:left center}.sidebar-item span,.sidebar-group-title span{display:none}.sidebar-group-title{justify-content:center;padding:8px}.sidebar-group.is-collapsed>.sidebar-group-items{display:flex}.sidebar-item{justify-content:center;padding:10px}.sidebar-version{display:none}.main{margin-left:64px}.detail-panel{width:100%}.form-row-2,.form-row-3,.feature-toggle-grid,.plan-quota-grid{grid-template-columns:1fr}.pg-search{max-width:none;width:100%}}
