*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0f1115;color:#e6e8eb}.key-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:16px}.key-gate__form{width:100%;max-width:360px;display:flex;flex-direction:column;gap:12px;padding:24px;border-radius:12px;background:#171a21;border:1px solid #2a2f3a}.key-gate__form input{padding:10px 12px;border-radius:8px;border:1px solid #2a2f3a;background:#0f1115;color:inherit;font-size:16px}.key-gate__form button{padding:10px 12px;border-radius:8px;border:none;background:#3b82f6;color:#fff;font-weight:600;cursor:pointer;min-height:44px}.key-gate__error{color:#f87171;margin:0}.key-gate__hint{color:#9aa1ad;font-size:13px;margin:0}.dashboard{max-width:1100px;margin:0 auto;padding:24px 16px 48px}.dashboard__header h1{font-size:20px;margin:0 0 20px}.dashboard__error{color:#f87171}.dashboard__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}@media (max-width: 640px){.dashboard__grid{grid-template-columns:1fr}}.hypothesis-card{min-width:0;border-radius:12px;padding:16px;background:#171a21;border:1px solid #2a2f3a;display:flex;flex-direction:column;gap:6px}.hypothesis-card *{min-width:0}.hypothesis-card header{display:flex;justify-content:space-between;align-items:baseline;gap:8px;flex-wrap:wrap}.hypothesis-card h2{font-size:15px;margin:0}.hypothesis-card__status{font-size:12px;font-weight:600;padding:2px 8px;border-radius:999px;white-space:nowrap}.hypothesis-card--met .hypothesis-card__status{background:#16472e;color:#4ade80}.hypothesis-card--not_met .hypothesis-card__status{background:#4a1d24;color:#f87171}.hypothesis-card--no_data .hypothesis-card__status{background:#3a3d1d;color:#facc15}.hypothesis-card__metric-label{color:#9aa1ad;font-size:13px;margin:0}.hypothesis-card__value{font-size:28px;font-weight:700;margin:4px 0}.hypothesis-card__threshold{color:#9aa1ad;font-size:12px;margin:0}.hypothesis-card__note{font-size:12px;color:#c9cdd4;margin:4px 0 0}.hypothesis-card__source{font-size:11px;color:#6b7280;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
