:root{color-scheme:light;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f3f6fb;color:#18212f}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f7f9fc,#edf3ff)}#root{min-height:100vh}.page-shell{width:min(1120px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 3rem}.hero-card,.auth-card,.summary-card,.table-card{background:#fff;border-radius:20px;box-shadow:0 20px 45px #264a9414}.hero-card{padding:2rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.hero-actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}.signed-in-label{color:#4e5d78;font-size:.95rem}.eyebrow{margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.12em;color:#4a67a1;font-size:.75rem;font-weight:700}.hero-card h1,.auth-card h2{margin:0}.hero-card h1{font-size:clamp(2rem,5vw,3rem)}.hero-copy,.auth-copy{max-width:720px;line-height:1.6;color:#4e5d78}.runtime-pill{display:inline-block;padding:.65rem 1rem;border-radius:999px;background:#e8f0ff;color:#214eb5;font-weight:700}.auth-card{padding:1.5rem;margin-bottom:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;align-items:end}.auth-form{display:grid;gap:1rem}.auth-form label{display:grid;gap:.35rem;font-weight:600}.auth-form span{color:#344054}.auth-form input{width:100%;padding:.85rem 1rem;border:1px solid #d0d5dd;border-radius:12px;font:inherit}.primary-button,.secondary-button{border:0;border-radius:12px;padding:.9rem 1.1rem;font:inherit;font-weight:700;cursor:pointer}.primary-button{background:#214eb5;color:#fff}.primary-button:disabled{opacity:.75;cursor:progress}.secondary-button{background:#eef2ff;color:#214eb5}.starter-credentials{display:flex;flex-direction:column;gap:.35rem;color:#4e5d78}.status-message{padding:1rem 1.25rem;border-radius:12px;background:#fff;margin-bottom:1rem}.status-message.error{color:#b42318}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.summary-card{padding:1.25rem}.summary-card span{display:block;color:#4e5d78;margin-bottom:.5rem}.summary-card strong{font-size:2rem}.summary-card.healthy{border-top:5px solid #12b76a}.summary-card.warning{border-top:5px solid #f79009}.summary-card.critical{border-top:5px solid #f04438}.summary-card.neutral{border-top:5px solid #6172f3}.table-card{padding:1.5rem}.table-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1rem}.table-header h2{margin:0}.table-header span{color:#4e5d78;font-size:.95rem}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:.95rem .75rem;border-bottom:1px solid #e4e7ec;text-align:left}th{font-size:.85rem;color:#4e5d78}.status-chip{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:.35rem .75rem;border-radius:999px;font-weight:700}.status-chip.healthy{background:#d1fadf;color:#027a48}.status-chip.warning{background:#fef0c7;color:#b54708}.status-chip.critical{background:#fee4e2;color:#b42318}@media (max-width: 768px){.page-shell{width:min(100% - 1rem,1120px);padding-top:1rem}.hero-card,.auth-card,.table-card{padding:1rem}.hero-card,.table-header{flex-direction:column;align-items:flex-start}.hero-actions{align-items:flex-start}}
