:root {
  color-scheme: light;
  --ink: #111111;
  --muted: #6f6b66;
  --line: #dedbd5;
  --paper: #f5f2ec;
  --card: #fffdf9;
  --red: #ed3f2f;
  --red-dark: #b9271c;
  --yellow: #ffc857;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .45; }
.site-header, main, footer { max-width: 1180px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.site-header { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { color: var(--ink); font-size: 1.1rem; font-weight: 950; letter-spacing: -.08em; text-decoration: none; }
.brand span { color: var(--red); }
nav { display: flex; gap: 5px; }
.nav-button, .hero-link, .text-button { border: 0; background: none; color: var(--muted); padding: 8px 10px; font-weight: 700; }
.nav-button.is-active, .nav-button:hover, .hero-link:hover, .text-button:hover { color: var(--ink); }
.runtime-pill { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.runtime-pill i, .verification__dot { display: inline-block; width: 7px; height: 7px; border-radius: 99px; background: var(--yellow); }
.hero { min-height: 420px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 55px 8%; color: #fff; background: var(--ink); overflow: hidden; }
.hero__copy { max-width: 650px; }
.eyebrow { color: var(--red-dark); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow--light { color: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 20px; font-size: clamp(3.6rem, 9vw, 7.8rem); line-height: .83; letter-spacing: -.085em; }
h1 em { color: var(--red); font-style: normal; }
.hero__copy > p:not(.eyebrow) { max-width: 470px; color: #c9c5bd; font-size: 1.07rem; line-height: 1.55; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.primary-button, .secondary-button { border: 0; border-radius: 999px; padding: 13px 18px; font-weight: 900; transition: transform .15s ease, background .15s ease; }
.primary-button { color: #fff; background: var(--red); }
.primary-button:hover, .secondary-button:hover { transform: translateY(-2px); }
.primary-button span { padding-left: 8px; }
.secondary-button { color: var(--ink); background: #e8e3da; }
.hero-link { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.hero__stamp { width: 225px; height: 225px; display: grid; place-items: center; border: 2px solid var(--red); color: var(--red); transform: rotate(7deg); }
.hero__stamp span { font-size: 3.2rem; font-weight: 950; line-height: .8; letter-spacing: -.12em; }
.hero__stamp small { position: absolute; bottom: 18px; right: 18px; color: var(--yellow); font-size: .55rem; font-weight: 900; letter-spacing: .12em; }
.hero__activity { width: min(360px, 42%); border-top: 2px solid var(--red); border-bottom: 1px solid #3f3c37; padding: 18px 0 16px; }
.hero__activity-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: #fff; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero__activity-head span { display: inline-flex; align-items: center; gap: 8px; }
.hero__activity-head i { width: 7px; height: 7px; border-radius: 50%; background: #37a76f; box-shadow: 0 0 0 4px #37a76f22; }
.hero__activity-head small { color: #8f8a82; font-size: .55rem; letter-spacing: .07em; }
.hero__activity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 22px; background: #3b3833; }
.hero__activity-grid div { min-width: 0; padding: 15px 10px; background: var(--ink); }
.hero__activity-grid strong { display: block; color: var(--yellow); font-size: clamp(1.8rem, 3.2vw, 2.7rem); line-height: 1; letter-spacing: -.07em; }
.hero__activity-grid span { display: block; margin-top: 7px; color: #aaa59c; font-size: .59rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.hero__activity p { margin: 14px 0 0; color: #aaa59c; font-size: .72rem; line-height: 1.45; }
.notice { min-height: 0; color: var(--ink); background: var(--yellow); opacity: 0; padding: 0 18px; font-size: .85rem; font-weight: 800; transition: opacity .15s ease, padding .15s ease; }
.notice--visible { opacity: 1; padding-top: 12px; padding-bottom: 12px; }
.case-shell, .create-shell { margin: 46px auto; max-width: 930px; }
.case-meta { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 14px; }
.verification { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .72rem; font-weight: 800; }
.verification--strong { color: var(--ink); }
.verification--strong .verification__dot { background: #37a76f; }
.case-shell h2, .create-shell h2 { max-width: 700px; margin-bottom: 8px; font-size: clamp(2.2rem, 5vw, 4.6rem); line-height: .92; letter-spacing: -.07em; }
.case-disclaimer, .section-lead, .verification-detail { color: var(--muted); line-height: 1.55; font-size: .87rem; }
.sides { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.side-card { min-height: 180px; border: 1px solid var(--line); border-radius: 3px; padding: 22px; background: var(--card); }
.side-card--one { border-top: 5px solid var(--red); }
.side-card--two { border-top: 5px solid var(--ink); }
.side-card__top { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 24px; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.side-card__top span { color: var(--muted); font-weight: 800; }
.side-card__top strong { color: var(--red-dark); }
.side-card--two .side-card__top strong { color: var(--ink); }
.side-card p { max-width: 42ch; margin-bottom: 0; font-size: 1.08rem; line-height: 1.5; }
.jury-panel { margin-top: 18px; padding: 28px; background: var(--ink); color: #fff; }
.jury-panel__heading { display: flex; justify-content: space-between; align-items: start; gap: 15px; }
.jury-panel h3 { margin: 7px 0 0; font-size: 1.85rem; letter-spacing: -.06em; }
.jury-panel .eyebrow { color: var(--yellow); }
.jury-time, .result-count { color: #9f9b94; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.verdict-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 23px; }
.verdict-button, .reason-button { border: 1px solid #4b4842; color: #eeebe5; background: #1c1b19; padding: 13px 9px; text-align: left; font-size: .78rem; font-weight: 800; }
.verdict-button:hover, .verdict-button.is-selected, .reason-button:hover, .reason-button.is-selected { border-color: var(--red); background: var(--red); color: #fff; }
.jury-hint { margin: 16px 0 0; color: #9f9b94; font-size: .78rem; }
.reason-step { margin-top: 23px; padding-top: 22px; border-top: 1px solid #383531; }
.reason-step__label { display: flex; justify-content: space-between; margin-bottom: 10px; color: #cbc6bd; font-size: .78rem; font-weight: 800; }
.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.reason-button { color: #c2bdb4; padding: 10px; }
.primary-button--wide { width: 100%; margin-top: 14px; }
.result-card { margin-top: 25px; padding: 22px; background: #f7f3ec; color: var(--ink); }
.result-card__top { display: flex; justify-content: space-between; gap: 10px; }
.result-card .eyebrow { color: var(--red-dark); }
.result-card h3 { margin: 12px 0 22px; font-size: 2.2rem; letter-spacing: -.07em; }
.result-row { display: grid; grid-template-columns: minmax(120px, 1fr) 45px; align-items: center; gap: 10px; margin: 9px 0; font-size: .75rem; font-weight: 800; }
.result-row strong { text-align: right; }
.bar { grid-column: 1 / -1; height: 7px; overflow: hidden; background: #dfd9cf; }
.bar i { display: block; height: 100%; background: var(--red); }
.result-note, .result-reason { margin: 17px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.result-reason { margin-top: 5px; }
.result-actions, .form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 20px; }
.result-actions .text-button { color: var(--ink); padding-left: 0; }
.after-case { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 0 auto 64px; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.after-case h2 { max-width: 600px; margin: 7px 0; font-size: 1.8rem; letter-spacing: -.06em; }
.after-case p { max-width: 590px; margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.5; }
.create-shell { max-width: 930px; }
.create-shell h2 { margin-top: 9px; }
.case-form { margin-top: 30px; padding: 26px; background: var(--card); border: 1px solid var(--line); }
.case-form label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--muted); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.case-form input, .case-form textarea, .case-form select { width: 100%; border: 1px solid var(--line); border-radius: 0; background: #fff; padding: 12px; color: var(--ink); outline: 0; text-transform: none; letter-spacing: 0; }
.case-form textarea { min-height: 130px; resize: vertical; }
.case-form input:focus, .case-form textarea:focus, .case-form select:focus { border-color: var(--red); box-shadow: 0 0 0 2px #ed3f2f2a; }
.invite-link { font-size: .78rem; }
.report-form { max-width: 520px; margin-top: 16px; padding: 15px; border: 1px solid var(--line); background: var(--card); }
.report-form label { margin-bottom: 0; }
.report-button { margin-top: 12px; padding-left: 0; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.check-row { display: flex !important; grid-template-columns: none !important; align-items: start; grid-template-columns: 18px 1fr; gap: 9px !important; color: var(--ink) !important; text-transform: none !important; letter-spacing: 0 !important; line-height: 1.45; }
.check-row input { width: auto; margin-top: 2px; }
.form-error { min-height: 18px; margin: 2px 0; color: var(--red-dark); font-size: .82rem; font-weight: 800; }
.loading-card { margin: 50px auto; padding: 70px 20px; max-width: 930px; text-align: center; color: var(--muted); }
footer { display: flex; justify-content: space-between; gap: 12px; padding-top: 22px; padding-bottom: 35px; color: #88827a; font-size: .7rem; }
footer a { color: inherit; text-underline-offset: 3px; }
footer a:hover { color: var(--ink); }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 760px) {
  .site-header, main, footer { padding-left: 17px; padding-right: 17px; }
  .site-header { gap: 14px; }
  .site-header nav { display: none; }
  .runtime-pill { font-size: .6rem; }
  .hero { min-height: 500px; padding: 42px 25px; align-items: end; }
  .hero__stamp { position: absolute; width: 145px; height: 145px; top: 110px; right: 28px; opacity: .85; }
  .hero__stamp span { font-size: 2.05rem; }
  h1 { font-size: 4.8rem; }
  .hero__copy { margin-top: 180px; }
  .hero:has(.hero__activity) { display: block; padding-top: 44px; }
  .hero:has(.hero__activity) .hero__copy { margin-top: 0; }
  .hero__activity { width: 100%; margin-top: 36px; }
  .sides, .form-grid { grid-template-columns: 1fr; }
  .verdict-grid { grid-template-columns: repeat(2, 1fr); }
  .verdict-button:last-child { grid-column: 1 / -1; }
  .reason-grid { grid-template-columns: 1fr; }
  .after-case { align-items: start; flex-direction: column; }
  footer { flex-direction: column; }
  .case-shell, .create-shell { margin-top: 32px; }
}
