:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f7f9;--surface:#fff;--surface-raised:#f0f2f4;--text:#0f1923;--muted:#6b7280;--muted-light:#4b5563;--line:#00000012;--line-strong:#0000001f;--brand:#0d9488;--brand-hover:#0f766e;--success:#16a34a;--warn:#d97706;--header-h:60px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}body:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#0000000a 1px,#0000 1px),linear-gradient(90deg,#0000000a 1px,#0000 1px);background-size:52px 52px;position:fixed;inset:0}.appShell{z-index:1;flex-direction:column;min-height:100vh;display:flex;position:relative}.header{z-index:100;height:var(--header-h);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#f5f7f9d9;position:sticky;top:0}.headerInner{justify-content:space-between;align-items:center;gap:16px;max-width:1100px;height:100%;margin:0 auto;padding:0 28px;display:flex}.logo{color:var(--text);letter-spacing:-.03em;align-items:center;gap:10px;font-size:17px;font-weight:700;text-decoration:none;display:flex}.logo:hover{color:var(--brand)}.logoMark{background:linear-gradient(135deg,#14b8a6 0%,#6366f1 100%);border-radius:7px;flex-shrink:0;width:26px;height:26px;display:block}.headerRight{align-items:center;gap:12px;display:flex}.profileRow{align-items:center;gap:10px;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,#14b8a6 0%,#6366f1 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:flex}.profileName{color:var(--muted-light);text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:14px;font-weight:500;overflow:hidden}.main{flex:1;padding:72px 28px 80px}.container{flex-direction:column;gap:64px;max-width:1100px;margin:0 auto;display:flex}.hero{max-width:640px}.eyebrow{color:var(--brand);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:20px;font-size:11px;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:var(--brand);width:6px;height:6px;box-shadow:0 0 8px var(--brand);border-radius:50%;display:inline-block}h1{letter-spacing:-.04em;background:linear-gradient(150deg,#0f1923 30%,#4b5563 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:18px;font-size:56px;font-weight:700;line-height:1.05}.lede{color:var(--muted-light);max-width:520px;font-size:18px;line-height:1.7}.heroCta{align-items:center;gap:16px;margin-top:32px;display:flex}.ghostLink{color:var(--muted-light);font-size:14px;font-weight:500;text-decoration:none;transition:color .15s}.ghostLink:hover{color:var(--text)}.stackSection{flex-direction:column;gap:18px;display:flex}.sectionTitle{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:13px;font-weight:600}.statusGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.status{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:20px;transition:border-color .2s,box-shadow .2s}.status:hover{border-color:var(--line-strong);box-shadow:0 8px 32px #00000059}.label{letter-spacing:.07em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.statusValue{color:var(--text);align-items:center;gap:7px;margin-top:12px;font-size:13px;font-weight:500;display:flex}.statusDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.statusDot--ok{background:var(--success);box-shadow:0 0 6px #22c55e99}.statusDot--warn{background:var(--warn);box-shadow:0 0 6px #f59e0b99}.footer{border-top:1px solid var(--line);text-align:center;padding:20px 28px}.footer p{color:var(--muted);font-size:13px}button{letter-spacing:-.01em;cursor:pointer;white-space:nowrap;border:0;border-radius:8px;min-height:38px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:600;transition:all .15s}button:disabled{cursor:not-allowed;opacity:.4}.primaryButton{background:var(--brand);color:#fff;box-shadow:0 0 0 1px #0d94884d,0 4px 14px #0d948826}.primaryButton:hover:not(:disabled){background:var(--brand-hover);transform:translateY(-1px);box-shadow:0 0 0 1px #0d948866,0 6px 20px #0d948833}.primaryButton:active:not(:disabled){transform:translateY(0)}.secondaryButton{background:var(--surface-raised);color:var(--muted-light);border:1px solid var(--line-strong)}.secondaryButton:hover:not(:disabled){color:var(--text);background:#ffffff14;border-color:#ffffff2e}@media (max-width:768px){.headerInner{padding:0 18px}.profileName{display:none}.main{padding:48px 18px 64px}h1{font-size:38px}.lede{font-size:16px}.heroCta{flex-direction:column;align-items:flex-start;gap:12px}.statusGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){h1{font-size:32px}.statusGrid{grid-template-columns:1fr}}
