@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--bg: #f5f7fa;--surface: #ffffff;--surface-soft: #f8fafc;--surface-strong: #eef2f6;--text: #151922;--muted: #667085;--line: #d9e0e8;--line-soft: #e8edf3;--primary: #2563eb;--primary-ink: #ffffff;--teal: #0f766e;--teal-soft: #ccfbf1;--amber: #b45309;--amber-soft: #fef3c7;--off: #697586;--shadow: 0 16px 36px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:IBM Plex Sans,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}#root,.page-shell{min-height:100vh}.topbar,.content,.footer{width:min(1180px,calc(100% - 32px));margin:0 auto}.topbar{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:22px 0}.brand{display:flex;align-items:center;gap:12px}.brand-logo{width:46px;height:46px;object-fit:contain}.eyebrow{margin:0 0 5px;text-transform:uppercase;letter-spacing:0;font-size:.72rem;font-weight:800;color:var(--muted)}.brand-title,.hero-copy h2,.section-title,.project-card h3{font-family:Space Grotesk,sans-serif;letter-spacing:0}.brand-title{margin:0;font-size:1.35rem}.topnav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.topnav a,.section-note,.status-pill,.project-category,.tag,.secret-chip,.last-check{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-size:.84rem;font-weight:800}.content{display:grid;gap:28px;padding:10px 0 42px}.hero-band{min-height:420px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.42fr);gap:20px;align-items:stretch;padding:28px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(90deg,#fffffff2,#ffffffe0),url(/assets/logo-stacklab-BMcuuwrI.png);background-repeat:no-repeat;background-position:right 28px bottom 20px;background-size:220px auto;box-shadow:var(--shadow)}.hero-copy{display:flex;flex-direction:column;justify-content:center;max-width:780px}.hero-copy h2{margin:0;max-width:18ch;font-size:clamp(2.4rem,6vw,5rem);line-height:.98}.hero-copy p{max-width:680px;margin:20px 0 0;color:var(--muted);font-size:1.02rem;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.primary-action,.secondary-action,.project-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 14px;border-radius:8px;font-weight:800}.primary-action{background:var(--primary);color:var(--primary-ink)}.secondary-action,.project-link{border:1px solid var(--line);background:var(--surface);color:var(--text)}.status-board{align-self:center;display:grid;gap:16px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#ffffffe6;box-shadow:var(--shadow)}.status-board-head{display:flex;align-items:center;gap:8px;color:var(--teal);font-weight:800}.status-board dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0}.status-board dl div,.signal-grid article,.project-card,.empty-state{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.status-board dl div{padding:12px}.status-board dt,.status-board dd{margin:0}.status-board dt{color:var(--muted);font-size:.78rem;font-weight:800}.status-board dd{margin-top:5px;font-family:Space Grotesk,sans-serif;font-size:1.45rem;font-weight:800}.last-check{justify-content:center}.inline-alert{display:inline-flex;align-items:center;gap:9px;width:fit-content;padding:10px 12px;border-radius:8px;background:var(--amber-soft);color:var(--amber);font-weight:800}.section{display:grid;gap:16px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.section-title{margin:0;font-size:clamp(1.5rem,3vw,2.2rem)}.signal-grid,.project-grid{display:grid;gap:12px}.signal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.signal-grid article{min-height:128px;display:grid;align-content:center;gap:8px;padding:18px;box-shadow:var(--shadow)}.signal-grid svg{color:var(--primary)}.signal-grid strong{font-family:Space Grotesk,sans-serif;font-size:2rem}.signal-grid span{color:var(--muted);font-weight:800}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.project-card{display:flex;flex-direction:column;min-height:280px;padding:16px;box-shadow:var(--shadow)}.project-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.project-card h3{margin:18px 0 0;font-size:1.24rem}.project-card p{margin:10px 0 0;color:var(--muted);line-height:1.55}.project-status-copy{font-weight:700}.tag-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.tag,.project-category{padding:6px 9px;font-size:.76rem}.project-link{margin-top:auto;width:fit-content}.status-dot{width:7px;height:7px;border-radius:999px;background:currentColor}.status-healthy{color:var(--teal);background:var(--teal-soft);border-color:#99f6e4}.status-degraded{color:var(--amber);background:var(--amber-soft);border-color:#fde68a}.status-offline{color:var(--off);background:var(--surface-strong)}.empty-state{display:flex;align-items:center;gap:10px;padding:16px;color:var(--muted);font-weight:800}.footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:22px 0 34px;color:var(--muted)}.footer p{margin:0}.spin{animation:spin 1.1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 980px){.hero-band,.signal-grid,.project-grid{grid-template-columns:1fr}.hero-band{min-height:auto;background-size:160px auto}.section-heading,.footer{align-items:flex-start;flex-direction:column}}@media (max-width: 680px){.topbar{align-items:flex-start;flex-direction:column}.topnav{justify-content:flex-start}.hero-band{padding:20px;background-image:linear-gradient(90deg,#fffffff5,#ffffffeb)}.hero-copy h2{font-size:clamp(2.1rem,12vw,3rem)}.status-board dl{grid-template-columns:1fr}.hero-actions,.primary-action,.secondary-action,.project-link{width:100%}}
