:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-shell:#071116;--bg-panel:#fff;--bg-wash:#f6f8f9;--bg-muted:#edf3f1;--border:#dbe3e7;--border-strong:#b8c7ce;--text:#111820;--text-muted:#5f6b73;--text-invert:#f7fbfa;--accent:#16a36f;--accent-strong:#0d7f54;--warning:#9a620a;--warning-bg:#fff2d6;--info:#225c98;--info-bg:#e8f2ff;--danger:#a13636;--danger-bg:#ffebeb;--radius:8px;--shadow:0 16px 50px #07111614}*{box-sizing:border-box}html{background:var(--bg-shell);min-width:320px}body{color:var(--text);background:var(--bg-shell);letter-spacing:0;margin:0;font-family:Inter,Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.app-shell{background:linear-gradient(180deg, #16a36f0f, #07111600 220px), var(--bg-shell);min-height:100vh}.topbar{min-height:76px;color:var(--text-invert);justify-content:space-between;align-items:center;gap:24px;padding:0 32px;display:flex}.brand-lockup{align-items:center;gap:16px;min-width:0;display:flex}.brand-logo{filter:brightness(0)invert();opacity:.94;width:148px;max-width:46vw;height:auto;display:block}.portal-label{color:#8fa2a9;letter-spacing:0;text-transform:uppercase;white-space:nowrap;font-size:12px;font-weight:700}.nav{align-items:center;gap:4px;min-width:0;display:flex}.nav a,.nav button{color:#c8d5d9;cursor:pointer;background:0 0;border:0;border-radius:4px;padding:9px 11px;font-size:13px;font-weight:700}.nav form{margin:0}.nav a:hover,.nav button:hover{color:#fff;background:#ffffff14}.workspace{background:var(--bg-wash);border-top:1px solid #ffffff14;border-radius:0;min-height:calc(100vh - 76px)}.workspace-inner{width:min(1440px,100%);margin:0 auto;padding:30px 32px 42px}.hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:stretch;gap:18px;display:grid}.panel{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.panel-pad{padding:22px}.section-title{margin:0;font-size:17px;font-weight:800;line-height:1.25}.section-copy{color:var(--text-muted);margin:8px 0 0;font-size:14px;line-height:1.55}.eyeless-title{letter-spacing:0;max-width:780px;margin:0;font-size:clamp(30px,5vw,58px);font-weight:850;line-height:.96}.hero-copy{max-width:680px;color:var(--text-muted);margin:18px 0 0;font-size:16px;line-height:1.55}.status-row{flex-wrap:wrap;gap:9px;margin-top:22px;display:flex}.chip{border:1px solid var(--border);min-height:30px;color:var(--text);white-space:nowrap;background:#fff;border-radius:4px;align-items:center;gap:7px;padding:6px 9px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.chip.success{color:#0d6744;background:#e9f8f1;border-color:#b7e7d2}.chip.warning{background:var(--warning-bg);color:var(--warning);border-color:#f5d89c}.chip.info{background:var(--info-bg);color:var(--info);border-color:#c7dff8}.chip.danger{background:var(--danger-bg);color:var(--danger);border-color:#f0b7b7}.dot{background:currentColor;border-radius:50%;width:7px;height:7px}.actions{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.button{background:var(--accent);color:#fff;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.button.secondary{border-color:var(--border-strong);color:var(--text);background:#fff}.button.icon{width:40px;padding:0}.support-band{border:1px solid var(--border);border-radius:var(--radius);color:var(--text);background:#fdfefe;justify-content:space-between;align-items:center;gap:18px;margin-top:24px;padding:18px 20px;display:flex}.support-band p{color:var(--text-muted);margin:6px 0 0;font-size:13px;line-height:1.5}.support-title{align-items:center;gap:8px;font-size:14px;font-weight:800;line-height:1.3;display:flex}.legal-footer{color:var(--text-muted);flex-wrap:wrap;gap:12px;margin-top:20px;font-size:12px;font-weight:750;display:flex}.legal-footer a{color:var(--text);text-underline-offset:3px;text-decoration:underline}.legal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.legal-card p{color:var(--text-muted);margin:10px 0 0;font-size:13px;line-height:1.55}.legal-link-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.legal-link{border:1px solid var(--border);min-height:42px;color:var(--text);background:#fff;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:9px 11px;font-size:12px;font-weight:850;line-height:1.2;display:inline-flex}.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.metric{border:1px solid var(--border);background:#fbfcfc;border-radius:6px;padding:14px}.metric-value{font-variant-numeric:tabular-nums;font-size:28px;font-weight:850;line-height:1;display:block}.metric-label{color:var(--text-muted);margin-top:7px;font-size:12px;font-weight:750;display:block}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:12px 10px}th{color:#6a767d;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:850}td{font-size:13px;line-height:1.35}.mono{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.muted{color:var(--text-muted)}.page-stack{gap:18px;display:grid}.page-header{justify-content:space-between;align-items:flex-start;gap:20px;padding:22px;display:flex}.page-header.compact{padding:0}.review-heading{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.page-title{margin:0;font-size:26px;font-weight:850;line-height:1.1}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.field{gap:7px;display:grid}.field.full{grid-column:1/-1}.readonly-value{border:1px solid var(--border);min-height:42px;color:var(--text);background:#fbfcfc;border-radius:4px;padding:10px 11px;font-size:13px;line-height:1.45}.label{color:#3d4b52;font-size:12px;font-weight:850}.input{border:1px solid var(--border-strong);width:100%;min-height:42px;color:var(--text);background:#fff;border-radius:4px;padding:10px 11px}textarea.input{resize:vertical;min-height:92px}.quick-order-grid{grid-template-columns:minmax(0,.82fr) minmax(280px,.38fr);gap:18px;display:grid}.auth-grid,.account-grid{grid-template-columns:minmax(0,.72fr) minmax(300px,.38fr);align-items:start;gap:18px;display:grid}.notice{background:var(--info-bg);color:#1f4f82;border:1px solid #c7dff8;border-radius:6px;padding:14px;font-size:13px;line-height:1.5}.product-thumb{color:#0d6744;background:#eaf4ef;border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;font-size:11px;font-weight:850;display:inline-flex}@media (max-width:980px){.topbar{flex-direction:column;align-items:flex-start;padding:18px 18px 14px}.nav{width:100%;padding-bottom:2px;overflow-x:auto}.workspace{min-height:calc(100vh - 130px)}.workspace-inner{padding:18px 16px 28px}.hero-grid,.quick-order-grid,.auth-grid,.account-grid,.legal-grid,.legal-link-grid,.metrics-grid,.form-grid{grid-template-columns:1fr}.page-header,.review-heading{display:grid}.support-band{flex-direction:column;align-items:flex-start}}
