@font-face {
  font-family: "Snowflake Sans";
  src: url("/static/fonts/SnowflakeSans-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Snowflake Sans";
  src: url("/static/fonts/SnowflakeSans-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Snowflake Sans";
  src: url("/static/fonts/SnowflakeSans-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* { box-sizing: border-box; }
:root {
  --red: #ed1c24;
  --red-dark: #bd1118;
  --ink: #111;
  --paper: #f4f2ef;
  --line: #d8d5d0;
  --muted: #625f5b;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Snowflake Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}
.site-header {
  height: 72px;
  display: flex;
  align-items: center;
  padding: 0 clamp(24px, 6vw, 96px);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #000;
  text-decoration: none;
}
.brand img {
  display: block;
  width: 106px;
  height: auto;
}
.brand span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}
main { min-height: calc(100vh - 140px); }
.hero {
  padding: clamp(60px, 9vw, 130px) clamp(24px, 9vw, 140px);
  background: #111;
  color: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 36vw;
  height: 36vw;
  right: -9vw;
  top: -15vw;
  border: 8vw solid var(--red);
  transform: rotate(20deg);
}
.hero > * {
  position: relative;
  z-index: 1;
  max-width: 900px;
}
.eyebrow {
  color: var(--red);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hero h1,
.status-page h1,
.prose h1 {
  font-size: clamp(42px, 7vw, 90px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 500;
  margin: 18px 0 28px;
}
.lede {
  font-size: clamp(18px, 2vw, 24px);
  max-width: 760px;
  color: #d8d8d8;
  font-weight: 300;
}
.facts {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 38px;
}
.facts span {
  border: 1px solid #4b4b4b;
  padding: 9px 14px;
  font-size: 13px;
}
.panel {
  margin: clamp(30px, 6vw, 90px) auto;
  padding: 0 24px;
  max-width: 1180px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(35px, 7vw, 100px);
}
.panel h2 {
  font-size: clamp(30px, 4vw, 55px);
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 500;
  margin: 14px 0 24px;
}
.panel form {
  background: #fff;
  padding: clamp(24px, 4vw, 48px);
  box-shadow: 0 16px 40px #00000012;
}
.panel label {
  display: block;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 18px;
}
.panel input,
.panel select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #888;
  padding: 12px 2px;
  background: transparent;
  font: inherit;
  border-radius: 0;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}
.check {
  display: grid !important;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  font-weight: 400 !important;
}
.check input {
  width: 18px;
  height: 18px;
}
.check a { color: inherit; }
.optional { color: var(--muted); }
button {
  width: 100%;
  border: 0;
  background: var(--red);
  color: #fff;
  padding: 17px 22px;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
}
button:hover { background: var(--red-dark); }
.form-error {
  background: #fff0f0;
  border-left: 4px solid var(--red);
  padding: 14px 16px;
  margin-bottom: 20px;
}
.trap {
  position: absolute !important;
  left: -9999px !important;
}
.method-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.method-strip div {
  padding: 28px clamp(18px, 3vw, 42px);
  border-right: 1px solid var(--line);
  display: flex;
  gap: 20px;
}
.method-strip strong {
  color: var(--red);
  font-weight: 500;
}
.status-page,
.prose {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(70px, 10vw, 150px) 24px;
}
.status-page h1 {
  font-size: clamp(42px, 7vw, 78px);
  margin-bottom: 12px;
}
.domain {
  font-size: 20px;
  color: var(--muted);
}
.status-card {
  display: flex;
  gap: 22px;
  align-items: center;
  background: #fff;
  padding: 30px;
  margin-top: 50px;
  border-left: 5px solid var(--red);
}
.status-card p {
  margin: 5px 0 0;
  color: var(--muted);
}
.spinner {
  width: 28px;
  height: 28px;
  border: 3px solid #ddd;
  border-top-color: var(--red);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.muted {
  color: var(--muted);
  font-size: 14px;
}
.prose { max-width: 780px; }
.prose h1 { font-size: clamp(42px, 7vw, 72px); }
.prose h2 {
  font-size: 26px;
  margin-top: 42px;
  font-weight: 500;
}
.prose p,
.prose li { font-size: 18px; }
footer {
  display: flex;
  gap: 25px;
  padding: 26px clamp(24px, 6vw, 96px);
  background: #111;
  color: #aaa;
  font-size: 13px;
}
footer a { color: #fff; }
footer span { margin-left: auto; }
.button-link {
  display: inline-block;
  background: var(--red);
  color: #fff;
  padding: 14px 22px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 24px;
}
.report { background: #fff; }
.report-hero {
  background: #111;
  color: #fff;
  padding: clamp(55px, 8vw, 110px) clamp(24px, 8vw, 130px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.report-hero h1 {
  font-size: clamp(44px, 7vw, 92px);
  line-height: .95;
  letter-spacing: -.05em;
  font-weight: 500;
  margin: 15px 0;
}
.report-hero .domain { color: #bbb; }
.score-ring {
  width: 220px;
  height: 220px;
  flex: none;
  border: 10px solid var(--red);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.score-ring strong {
  font-size: 72px;
  line-height: 1;
  font-weight: 500;
}
.score-ring span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.score-ring.blocked { border-color: #ff5a5f; }
.score-ring .blocked-word {
  font-size: 25px;
  letter-spacing: .04em;
}
.access-gate {
  max-width: 1180px;
  margin: 48px auto 0;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  background: #f3f1ed;
  border-left: 6px solid #888;
}
.access-gate.blocked {
  background: #fff0f0;
  border-color: var(--red);
}
.access-gate.degraded {
  background: #fff7dc;
  border-color: #d19b00;
}
.access-gate h2 {
  margin: 8px 0;
  text-transform: uppercase;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 500;
}
.gate-stats {
  display: grid;
  grid-template-columns: auto auto;
  gap: 4px 18px;
  align-items: baseline;
}
.gate-stats strong {
  font-size: 30px;
  text-align: right;
  font-weight: 500;
}
.gate-stats span {
  color: var(--muted);
  white-space: nowrap;
}
.scope-note,
.coverage-row,
.report-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(38px, 6vw, 80px) 24px;
}
.scope-note {
  background: #f3f1ed;
  margin-top: 48px;
  padding: 28px 34px;
  border-left: 5px solid var(--red);
}
.scope-note p { margin-bottom: 0; }
.coverage-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: 40px;
}
.coverage-row strong {
  font-size: 48px;
  display: block;
  font-weight: 500;
}
.coverage-row span { color: var(--muted); }
.coverage-bar {
  width: 100%;
  height: 18px;
  border: 0;
  background: #e4e1dc;
  appearance: none;
}
.coverage-bar::-webkit-progress-bar { background: #e4e1dc; }
.coverage-bar::-webkit-progress-value { background: var(--red); }
.coverage-bar::-moz-progress-bar { background: var(--red); }
.report-section { border-top: 1px solid var(--line); }
.report-section h2 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 500;
  max-width: 780px;
}
.dimension-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  border: 1px solid var(--line);
  margin-top: 38px;
}
.dimension-grid div {
  padding: 28px;
  border-right: 1px solid var(--line);
}
.dimension-grid div:last-child { border: 0; }
.dimension-grid span,
.dimension-grid small {
  display: block;
  color: var(--muted);
}
.dimension-grid strong {
  display: block;
  font-size: 52px;
  font-weight: 500;
  margin: 14px 0;
}
.priority-list article {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.priority-list h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.badge {
  display: inline-block;
  align-self: start;
  width: max-content;
  padding: 5px 9px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 500;
  background: #eee;
}
.badge.pass {
  background: #d9f4e4;
  color: #126335;
}
.badge.warn {
  background: #fff0bf;
  color: #684f00;
}
.badge.fail {
  background: #ffe0e0;
  color: #9c1118;
}
.badge.blocked,
.badge.not_assessed,
.badge.not_applicable {
  background: #e7e7e7;
  color: #555;
}
.signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}
.signal-card {
  background: #f3f1ed;
  border-left: 6px solid #888;
  padding: 28px;
}
.signal-card.high,
.signal-card.weak {
  border-color: var(--red);
  background: #fff0f0;
}
.signal-card.elevated,
.signal-card.limited {
  border-color: #d19b00;
  background: #fff7dc;
}
.signal-card.low,
.signal-card.strong {
  border-color: #249c5a;
  background: #edf8f1;
}
.signal-card h3 {
  font-size: 26px;
  font-weight: 500;
  margin: 12px 0;
}
.signal-card strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.signal-level {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  color: var(--muted);
}
.mini-findings {
  margin-top: 20px;
  border-top: 1px solid var(--line);
}
.mini-findings div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.mira-handoff {
  background: #111;
  color: #fff;
  max-width: none;
  padding-left: max(24px, calc((100vw - 1132px) / 2));
  padding-right: max(24px, calc((100vw - 1132px) / 2));
}
.mira-handoff .eyebrow { color: #ff5a5f; }
.mira-handoff p {
  max-width: 760px;
  color: #ddd;
}
.mira-handoff ul {
  max-width: 900px;
  margin: 30px 0;
  padding-left: 22px;
}
.mira-handoff li {
  margin: 10px 0;
  font-size: 18px;
}
.finding {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
.finding summary {
  display: flex;
  gap: 15px;
  align-items: center;
  cursor: pointer;
}
.finding p { max-width: 800px; }
.search-context {
  background: #f3f1ed;
  max-width: none;
  padding-left: max(24px, calc((100vw - 1132px) / 2));
  padding-right: max(24px, calc((100vw - 1132px) / 2));
}
.search-stats {
  display: flex;
  gap: 60px;
  margin: 30px 0;
}
.search-stats div {
  display: flex;
  flex-direction: column;
}
.search-stats strong {
  font-size: 42px;
  font-weight: 500;
}
.search-stats span { color: var(--muted); }
table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}
th,
td {
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 800px) {
  .panel,
  .grid-2,
  .method-strip,
  .dimension-grid,
  .signal-grid {
    grid-template-columns: 1fr;
  }
  .method-strip div,
  .dimension-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .brand img { width: 72px; }
  .brand span { display: none; }
  .report-hero { display: block; }
  .score-ring {
    width: 150px;
    height: 150px;
    margin-top: 35px;
  }
  .score-ring strong { font-size: 52px; }
  .score-ring .blocked-word { font-size: 20px; }
  .access-gate {
    grid-template-columns: 1fr;
    margin: 24px;
  }
  .gate-stats { grid-template-columns: auto 1fr; }
  .gate-stats strong { text-align: left; }
  .coverage-row { grid-template-columns: 1fr; }
  .priority-list article { grid-template-columns: 1fr; }
  .search-stats { gap: 30px; }
}
