:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#172033;font-synthesis:none;-webkit-font-smoothing:antialiased;--brand:#1d4ed8;--brand-dark:#123a91;--ink:#172033;--muted:#637189;--line:#1720331a;--card:#ffffffeb;--shadow:0 18px 55px #1e40af21;--radius:22px;background:#eef3fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 0 0,#dbeafe 0,#0000 34%),linear-gradient(135deg,#f7f9ff 0%,#edf3fb 100%);min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer;min-height:34px}button:disabled{cursor:not-allowed;opacity:.45}.login-page{place-items:center;min-height:100vh;padding:28px;display:grid}.login-card{background:var(--card);width:min(460px,100%);box-shadow:var(--shadow);border:1px solid #fffc;border-radius:30px;padding:34px}.brand-mark,.shell-brand span{background:linear-gradient(135deg, var(--brand), #38bdf8);color:#fff;letter-spacing:.04em;border-radius:16px;place-items:center;width:52px;height:52px;font-weight:800;display:grid;box-shadow:0 14px 32px #1d4ed83d}.eyebrow{color:var(--brand);letter-spacing:.14em;text-transform:uppercase;margin:18px 0 8px;font-size:12px;font-weight:800}h1{text-wrap:balance;margin:0;font-size:clamp(28px,4vw,42px);line-height:1.08}h2{margin:0;font-size:20px}.login-subtitle{color:var(--muted);line-height:1.7}.login-form{gap:16px;margin-top:24px;display:grid}.login-form label{color:#34405a;gap:8px;font-weight:700;display:grid}.login-form input{border:1px solid var(--line);background:#fff;border-radius:14px;outline:none;min-height:46px;padding:0 14px;transition:border-color .18s,box-shadow .18s}.login-form input:focus{border-color:var(--brand);box-shadow:0 0 0 4px #1d4ed81a}.primary-button{background:linear-gradient(135deg, var(--brand), var(--brand-dark));color:#fff;border:0;border-radius:14px;min-height:48px;font-weight:800;box-shadow:0 12px 24px #1d4ed838}.primary-button:active,.nav-button:active,.small-button:active,.ghost-button:active{transform:scale(.98)}.app-shell{grid-template-columns:280px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffc7;flex-direction:column;gap:24px;height:100vh;padding:24px;display:flex;position:sticky;top:0}.shell-brand{align-items:center;gap:14px;display:flex}.shell-brand strong{display:block}.shell-brand small,.user-chip small{color:var(--muted)}.nav-list{gap:8px;display:grid}.nav-button,.ghost-button{text-align:left;color:#334155;background:0 0;border:1px solid #0000;border-radius:14px;width:100%;padding:11px 14px;transition:background .18s,border-color .18s,color .18s}.nav-button:hover,.ghost-button:hover{background:#1d4ed814}.nav-button.is-active{color:var(--brand-dark);background:#e0ecff;border-color:#1d4ed829;font-weight:800}.logout-button{text-align:center;border-color:var(--line);background:#fff;margin-top:auto}.main-panel{min-width:0;padding:30px}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.topbar .eyebrow{margin-top:0}.user-chip{border:1px solid var(--line);background:#fffc;border-radius:16px;flex-direction:column;align-items:flex-end;gap:2px;padding:12px 16px;display:flex}.summary-grid{grid-template-columns:repeat(6,minmax(140px,1fr));gap:14px;margin-bottom:18px;display:grid}.metric-card,.panel-card,.mini-card{background:var(--card);border:1px solid #ffffffdb;box-shadow:0 12px 36px #0f172a14}.metric-card{border-radius:20px;gap:10px;padding:20px;display:grid}.metric-card span,.metric-card small,.section-heading p,td small,.mini-card span,.mini-card p{color:var(--muted)}.metric-card strong{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:clamp(28px,2.5vw,34px);line-height:1}.content-grid{gap:18px;display:grid}.two-columns{grid-template-columns:1.1fr .9fr}.panel-card{border-radius:var(--radius);margin-bottom:18px;padding:22px;overflow:hidden}.section-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.section-heading h2{white-space:nowrap;flex:none}.section-heading p{margin:4px 0 0;line-height:1.6}.card-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;display:grid}.mini-card{border-radius:18px;gap:8px;padding:18px;display:grid}.mini-card p{margin:0;line-height:1.6}.module-list{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;display:grid}.module-list div{border:1px solid var(--line);background:#f8fbff;border-radius:16px;padding:14px}.module-list strong{float:right;font-variant-numeric:tabular-nums}.check-list{color:#334155;gap:12px;margin:0;padding-left:18px;display:grid}.table-wrap{border:1px solid var(--line);border-radius:18px;width:100%;overflow-x:auto}table{border-collapse:collapse;background:#fff;width:100%;min-width:860px}th,td{text-align:left;vertical-align:top;border-bottom:1px solid #0f172a14;padding:14px 16px}th{color:#475569;letter-spacing:.02em;background:#f8fafc;font-size:13px}td{color:#1f2937;line-height:1.45}td strong{display:block}td small{margin-top:3px;display:block}code{white-space:nowrap;color:#334155}.row-actions{flex-wrap:wrap;gap:7px;display:flex}.small-button{border:1px solid var(--line);color:#334155;background:#fff;border-radius:999px;padding:6px 10px;transition:background .18s,transform .18s}.small-button:hover:not(:disabled){background:#eff6ff}.pill{color:#334155;background:#e2e8f0;border-radius:999px;align-items:center;min-height:26px;padding:4px 9px;font-size:12px;font-weight:800;display:inline-flex}.pill--active,.pill--public{color:#166534;background:#dcfce7}.pill--draft,.pill--internal{color:#075985;background:#e0f2fe}.pill--deprecated,.pill--disabled{color:#991b1b;background:#fee2e2}.pill--sensitive{color:#92400e;background:#fef3c7}.pill--forbidden{color:#9f1239;background:#ffe4e6}.success-box,.error-box{border-radius:14px;margin-bottom:16px;padding:12px 14px;font-weight:700}.success-box{color:#166534;background:#dcfce7}.error-box{color:#991b1b;background:#fee2e2}@media (width<=1180px){.summary-grid{grid-template-columns:repeat(3,minmax(140px,1fr))}.two-columns{grid-template-columns:1fr}}@media (width<=760px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;padding:16px;position:static}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr))}.main-panel{padding:18px}.topbar{flex-direction:column;align-items:flex-start}.user-chip{align-items:flex-start}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-card{border-radius:18px;padding:16px}table{min-width:720px}}@media (width<=430px){.login-card{padding:24px}.summary-grid,.nav-list{grid-template-columns:1fr}.metric-card strong{font-size:30px}}.analytics-grid .table-wrap table{min-width:620px}.trend-bars,.funnel-list{gap:12px;display:grid}.trend-row{grid-template-columns:54px minmax(120px,1fr) 72px 140px;align-items:center;gap:12px;display:grid}.trend-date{color:var(--muted);font-weight:800}.trend-track,.funnel-track{background:#e2e8f0;border-radius:999px;height:11px;overflow:hidden}.trend-track i,.funnel-track i{border-radius:inherit;background:linear-gradient(90deg, var(--brand), #38bdf8);height:100%;display:block}.trend-row strong,.funnel-step__head span{font-variant-numeric:tabular-nums}.trend-row small,.funnel-step small{color:var(--muted)}.funnel-step{border:1px solid var(--line);background:#f8fbff;border-radius:16px;gap:8px;padding:12px;display:grid}.funnel-step__head{justify-content:space-between;gap:12px;display:flex}.funnel-track{height:13px}@media (width<=760px){.trend-row{grid-template-columns:48px 1fr 64px}.trend-row small{grid-column:2/-1}}.quality-hero{background:linear-gradient(135deg, #1d4ed81a, #38bdf81a), var(--card);justify-content:space-between;align-items:center;gap:18px;display:flex}.quality-hero p{color:var(--muted);margin:8px 0 0;line-height:1.7}.quality-status{justify-items:end;gap:8px;min-width:180px;display:grid}.quality-status small{color:var(--muted)}.alert-list{gap:12px;display:grid}.alert-card,.check-card,.volume-card{border:1px solid var(--line);background:#f8fbff;border-radius:18px;gap:9px;padding:14px;display:grid}.alert-card div,.check-card div{align-items:center;gap:10px;display:flex}.alert-card p,.check-card p,.volume-card p{color:#334155;margin:0;line-height:1.6}.alert-card small,.check-card small{color:var(--muted);line-height:1.55}.alert-card--critical{background:#fff7f7;border-color:#dc262647}.alert-card--warning{background:#fffbeb;border-color:#f59e0b4d}.alert-card--healthy{background:#f0fdf4;border-color:#16a34a3d}.pill--critical{color:#991b1b;background:#fee2e2}.pill--warning{color:#92400e;background:#fef3c7}.pill--info{color:#075985;background:#e0f2fe}.volume-card strong{font-variant-numeric:tabular-nums;font-size:42px}.checklist-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;display:grid}.check-card--blocked{background:#fff7f7;border-color:#dc262647}.check-card--warning{background:#fffbeb;border-color:#f59e0b4d}.ops-report{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.ops-report div{border:1px solid var(--line);background:#f8fbff;border-radius:18px;padding:16px}.ops-report h3{margin:0 0 10px}.ops-report ul{color:#334155;margin:0;padding-left:18px;line-height:1.7}.quality-grid .table-wrap table{min-width:480px}.quality-grid th,.quality-grid td{padding:12px 14px}@media (width<=900px){.ops-report{grid-template-columns:1fr}.quality-hero{flex-direction:column;align-items:flex-start}.quality-status{justify-items:start}}.integration-hero{background:linear-gradient(135deg, #1d4ed81a, #0ea5e914), var(--card);justify-content:space-between;align-items:center;gap:18px;display:flex}.integration-hero p{color:var(--muted);margin:8px 0 0;line-height:1.7}.integration-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;min-width:180px;display:flex}.integration-grid .table-wrap table{min-width:560px}.guide-steps{color:#334155;margin:0;padding-left:20px;line-height:1.8}.code-block{color:#e2e8f0;background:#0f172a;border-radius:16px;margin:0;padding:16px;line-height:1.7;overflow-x:auto}.code-block code{color:inherit;white-space:pre}.code-list{flex-wrap:wrap;gap:6px;min-width:260px;display:flex}.code-list code,.inline-code{color:#1e3a8a;white-space:nowrap;background:#eef2ff;border-radius:8px;align-items:center;padding:2px 6px;display:inline-flex}@media (width<=900px){.integration-hero{flex-direction:column;align-items:flex-start}.integration-actions{justify-content:flex-start}}
