@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700;800&display=swap');

:root {
  color-scheme: dark;
  --canvas: #080a0c;
  --phone: #090b0d;
  --surface: #14181b;
  --surface-2: #1b2024;
  --stroke: #2a3035;
  --line: #23292d;
  --white: #f6f8f9;
  --muted: #a1aab0;
  --dim: #737e85;
  --red: #f12848;
  --red-dark: #b81731;
  --blue: #83b7fa;
  --green: #51d79b;
  --amber: #f5bb62;
  --body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --display: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -8%, rgba(144, 20, 40, .22), transparent 38rem),
    linear-gradient(180deg, #111518 0%, #080a0c 36rem);
  color: var(--white);
  font: 500 14px/1.42 var(--body);
  -webkit-font-smoothing: antialiased;
}
button { font: inherit; cursor: default; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }

.review-header { max-width: 1520px; margin: 0 auto; padding: 76px 56px 56px; }
.review-kicker { color: var(--red); letter-spacing: .16em; font-size: 12px; font-weight: 800; }
.review-header h1 { font: 800 clamp(50px, 7vw, 108px)/.86 var(--display); letter-spacing: -.025em; text-transform: uppercase; margin: 20px 0 28px; }
.review-header h1 em { font-style: normal; color: var(--red); }
.review-header p { color: #adb6bb; max-width: 750px; font-size: 17px; line-height: 1.55; margin: 0 0 28px; }
.review-legend { display: flex; gap: 22px; flex-wrap: wrap; color: #c5cbce; font-size: 12px; }
.review-legend span { display: inline-flex; align-items: center; gap: 8px; }
.review-legend i { display: inline-block; width: 9px; height: 9px; border-radius: 50%; }
.review-jumps { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.review-jumps a { display: inline-flex; align-items: center; padding: 9px 12px; border: 1px solid #394148; border-radius: 8px; background: #1b2024; color: #d3dade; text-decoration: none; font-size: 11px; font-weight: 800; }
.review-jumps a:hover, .review-jumps a:focus-visible { border-color: var(--red); color: #fff; outline: none; }
.red-swatch { background: var(--red); }
.blue-swatch { background: var(--blue); }
.green-swatch { background: var(--green); }

.gallery { max-width: 1520px; margin: 0 auto; padding: 0 38px 80px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; align-items: start; }
.review-card { min-width: 0; padding: 18px 18px 25px; background: linear-gradient(145deg, #171b1f, #101315 64%); border: 1px solid #333a3e; border-radius: 28px; box-shadow: 0 18px 52px rgba(0,0,0,.22); }
.review-label { padding: 4px 6px 18px; min-height: 126px; }
.review-label > span { font-size: 10px; font-weight: 800; letter-spacing: .13em; color: var(--red); }
.review-label h2 { font: 800 30px/1 var(--display); text-transform: uppercase; letter-spacing: .005em; margin: 8px 0 7px; }
.review-label p { color: #9ba4a9; font-size: 12px; line-height: 1.38; max-width: 390px; margin: 0; }
.review-footer { max-width: 1520px; padding: 0 56px 72px; margin: 0 auto; color: #89949a; font-size: 13px; }

.phone { position: relative; width: 390px; height: 844px; max-width: 100%; margin: 0 auto; overflow: hidden; border: 7px solid #030405; border-radius: 42px; background: var(--phone); box-shadow: 0 0 0 1px #51585b, 0 18px 44px rgba(0,0,0,.46), inset 0 0 0 1px rgba(255,255,255,.05); isolation: isolate; }
.phone::before { content: ''; position: absolute; width: 112px; height: 21px; left: 50%; top: -1px; transform: translateX(-50%); background: #030405; border-radius: 0 0 16px 16px; z-index: 6; }
.systembar { height: 34px; display: flex; align-items: center; justify-content: space-between; padding: 2px 23px 0; font-size: 11px; font-weight: 800; letter-spacing: -.025em; color: #f9fbfc; }
.systemglyphs { font-size: 10px; letter-spacing: 1px; }
.appbar { height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 20px; border-bottom: 1px solid #1a1f22; }
.wordmark { display: flex; align-items: center; gap: 8px; font: 800 19px/1 var(--display); letter-spacing: .055em; }
.brand-icon { display: inline-block; width: 20px; height: 20px; border: 3px solid var(--white); border-radius: 50%; position: relative; transform: rotate(-25deg); }
.brand-icon::after { content: ''; position: absolute; width: 20px; height: 4px; background: var(--red); left: -2px; top: 6px; border-radius: 2px; }
.text-action { font-size: 12px; color: var(--white); font-weight: 800; }
.avatar { width: 29px; height: 29px; border-radius: 50%; background: #30383d; color: #fff; display: grid; place-items: center; font-size: 10px; font-weight: 800; border: 1px solid #576168; }
.top-icon { width: 20px; height: 20px; }
.back-link { display: inline-flex; align-items: center; gap: 2px; font-size: 12px; font-weight: 800; }
.back-link svg { width: 17px; height: 17px; }
.phone-content { position: absolute; top: 89px; bottom: 75px; width: 100%; padding: 23px 19px 24px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: none; }
.phone-content::-webkit-scrollbar { display: none; }
.phone-content.no-tabs { bottom: 107px; }
.phone-content > :first-child { margin-top: 0; }
.eyebrow, .micro, .school-kicker { font-size: 10px; letter-spacing: .095em; font-weight: 800; color: var(--dim); }
.eyebrow { color: var(--red); margin-bottom: 6px; }
.display { margin: 0; font: 800 40px/.89 var(--display); text-transform: uppercase; letter-spacing: -.015em; color: var(--white); }
.lead { margin: 9px 0 19px; max-width: 320px; font-size: 13px; line-height: 1.43; color: var(--muted); }
.muted-foot { color: #7f898f; font-size: 10px; line-height: 1.42; margin: 15px 2px 0; }

.red-button, .outline-button, .disabled-button { border-radius: 10px; min-height: 41px; padding: 0 13px; display: inline-flex; justify-content: center; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; white-space: nowrap; border: 1px solid transparent; }
.red-button { color: #fff; background: var(--red); box-shadow: inset 0 1px 0 rgba(255,255,255,.16); }
.red-button svg, .outline-button svg { width: 15px; height: 15px; }
.outline-button { color: #e2e7e9; background: #14191c; border-color: #3d464c; }
.outline-button.wide { width: 100%; margin-top: 17px; }
.disabled-button { background: #42494d; color: #b6bfc4; width: 100%; margin-top: 14px; }
.bottom-cta { position: absolute; left: 0; right: 0; bottom: 0; padding: 11px 20px 20px; background: linear-gradient(0deg, #090b0d 78%, rgba(9,11,13,.88)); border-top: 1px solid var(--line); text-align: center; }
.bottom-cta .red-button { width: 100%; height: 45px; }
.bottom-cta small { display: block; font-size: 9px; color: var(--dim); margin-top: 6px; }
.step-track { display: flex; gap: 6px; margin: 0 0 25px; }
.step-track span { height: 3px; flex: 1; border-radius: 2px; background: #2c3438; }
.step-track .active { background: var(--red); }
.form-field { margin-top: 13px; min-width: 0; }
.form-field label { display: block; font-size: 10px; font-weight: 800; color: #b1bcc2; margin-bottom: 6px; }
.form-field > div { min-height: 40px; border-radius: 8px; border: 1px solid #394248; background: #1b2125; color: #eef1f2; font-size: 12px; display: flex; justify-content: space-between; align-items: center; padding: 0 11px; overflow: hidden; white-space: nowrap; }
.form-field > div span { color: var(--muted); }
.two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.inline-notice, .verification-line, .source-hint { display: flex; gap: 9px; align-items: flex-start; padding: 11px; background: #17201f; border: 1px solid #2b4440; border-radius: 9px; color: #aac7bd; font-size: 10px; line-height: 1.4; margin-top: 17px; }
.inline-notice svg, .verification-line svg, .source-hint svg { width: 15px; height: 15px; color: var(--green); }
.verification-line { background: #211d17; border-color: #514331; color: #dbc7a9; }
.verification-line svg { color: var(--amber); }
.source-hint { background: #151c21; border-color: #293b47; color: #a9c1ce; }
.source-hint svg { color: var(--blue); }

.tabbar { position: absolute; bottom: 0; left: 0; right: 0; height: 75px; display: flex; align-items: flex-start; justify-content: space-around; border-top: 1px solid #293034; padding: 9px 5px 0; background: #111518; z-index: 3; }
.tab { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 3px; color: #859096; font-size: 9px; font-weight: 800; }
.tab svg { width: 20px; height: 20px; stroke-width: 1.7; }
.tab small { font: inherit; white-space: nowrap; }
.tab.active { color: var(--white); }
.tab.active svg { color: var(--red); stroke-width: 2.3; }
.tab.active::before { content: ''; position: absolute; top: -1px; width: 45px; height: 2px; background: var(--red); border-radius: 2px; }

.segmented { background: #1a2023; border: 1px solid #2d3539; border-radius: 10px; padding: 3px; display: flex; margin-bottom: 17px; }
.segmented span { flex: 1; padding: 8px 0; text-align: center; color: #98a4aa; font-size: 11px; font-weight: 800; }
.segmented .selected { color: var(--white); background: #333a3e; border-radius: 7px; box-shadow: 0 1px 4px rgba(0,0,0,.25); }
.feature-card, .site-feature, .site-manage-card, .live-card { background: linear-gradient(140deg, #1c2226, #14181b); border: 1px solid #3b454a; border-radius: 13px; padding: 16px; }
.feature-card.red-edge { border-color: #6d2d39; box-shadow: inset 3px 0 0 var(--red); }
.feature-card.tight { padding: 15px; }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.micro.red-text { color: var(--red); }
.tiny-time { font-size: 10px; font-weight: 700; color: var(--muted); }
.feature-card h4, .site-feature h4, .site-manage-card h4, .live-card h4 { font: 800 25px/.97 var(--display); text-transform: uppercase; margin: 11px 0 6px; }
.feature-card p, .site-feature p, .site-manage-card p, .live-card p { margin: 0; color: #b6c0c5; font-size: 11px; line-height: 1.45; }
.feature-card .red-button { width: 100%; margin-top: 15px; }
.evidence { display: inline-flex; align-items: center; gap: 5px; padding: 6px 0 0; color: #87949a; font-size: 9px; }
.evidence svg { width: 12px; height: 12px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 8px; margin: 23px 1px 10px; }
.section-heading.compact { margin: 22px 1px 9px; }
.section-heading h5 { font: 800 23px/.95 var(--display); text-transform: uppercase; margin: 4px 0 0; }
.section-heading > span { color: #aab5bb; font-size: 9px; font-weight: 800; white-space: nowrap; }
.list-panel { overflow: hidden; background: #151a1d; border: 1px solid #2b3337; border-radius: 11px; }
.task-row { display: flex; align-items: center; gap: 10px; padding: 11px; border-bottom: 1px solid #2b3337; }
.task-row:last-child { border: 0; }
.task-row > div { min-width: 0; flex: 1; }
.task-row b { display: block; font-size: 11px; line-height: 1.3; }
.task-row small { display: block; color: var(--muted); font-size: 9px; margin-top: 2px; }
.task-row > svg { width: 14px; height: 14px; color: var(--dim); }
.task-row.done b { color: #8f9b9f; text-decoration: line-through; }
.task-circle { width: 17px; height: 17px; border: 1.5px solid #859197; border-radius: 50%; flex: 0 0 auto; }
.task-circle.checked { display: grid; place-items: center; color: #081810; background: var(--green); border: 0; }
.task-circle.checked svg { width: 11px; height: 11px; stroke-width: 3; }

.search-field { height: 39px; display: flex; align-items: center; gap: 9px; padding: 0 11px; color: #78858d; background: #1a2023; border: 1px solid #3b454a; border-radius: 9px; margin: 17px 0 11px; font-size: 11px; }
.search-field svg { width: 17px; height: 17px; }
.chip-row { display: flex; gap: 6px; overflow: hidden; white-space: nowrap; }
.chip { border: 1px solid #3b464b; border-radius: 20px; background: #1c2326; padding: 6px 10px; color: #c0c9ce; font-size: 9px; font-weight: 800; }
.chip.selected { color: #fff; background: #3a2128; border-color: #b8364d; }
.results-line { display: flex; justify-content: space-between; color: #9eaab1; font-size: 10px; font-weight: 800; margin: 17px 1px 7px; }
.school-result { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); padding: 13px 0; }
.school-result > svg, .board-entry > svg, .conversation > svg { width: 14px; height: 14px; color: #758188; }
.crest { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 8px; display: grid; place-items: center; font: 800 16px/1 var(--display); letter-spacing: -.03em; color: white; border: 1px solid rgba(255,255,255,.28); box-shadow: inset 0 0 0 3px rgba(255,255,255,.05); }
.crest.big { width: 53px; height: 53px; font-size: 21px; border-radius: 11px; }
.c-navy { background: linear-gradient(135deg, #0c1e49, #213e6f); }
.c-blue { background: linear-gradient(135deg, #143273, #1162a2); }
.c-maroon { background: linear-gradient(135deg, #58212e, #9c3e4b); }
.school-copy { flex: 1; min-width: 0; }
.school-copy b, .board-entry b, .conversation b { display: block; font-size: 12px; letter-spacing: -.015em; }
.school-copy small, .board-entry small { display: block; color: #89969e; font-size: 9px; margin-top: 1px; }
.school-kicker { font-size: 8px; letter-spacing: .06em; margin-bottom: 2px; }
.score-line { display: flex; align-items: center; gap: 8px; margin-top: 7px; white-space: nowrap; }
.score-line strong { font-size: 10px; color: var(--green); }
.score-line span { font-size: 9px; color: #87939a; }
.score-line em { font-style: normal; color: #f6c37d; font-weight: 800; font-size: 9px; }
.school-hero { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 2px 0 15px; }
.school-hero .eyebrow { margin: 9px 0 4px; }
.school-hero h3 { font: 800 34px/.9 var(--display); text-transform: uppercase; margin: 0 0 4px; }
.school-hero p { font-size: 11px; color: var(--muted); margin: 0; }
.hero-action { display: flex; align-items: center; justify-content: space-between; gap: 6px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 10px 0; }
.hero-action > span { color: #9caaaf; font-size: 10px; font-weight: 800; }
.hero-action .red-button { min-height: 36px; padding: 0 10px; }
.two-stat { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 12px 0 17px; }
.two-stat > div { background: #171d20; border: 1px solid #303a3f; padding: 10px; border-radius: 9px; }
.two-stat span, .two-stat em { display: block; font-size: 9px; color: #9da9af; font-style: normal; }
.two-stat b { display: block; font: 800 34px/.95 var(--display); margin: 5px 0 2px; }
.two-stat b small { color: #8f9da4; font-size: 16px; }
.mini-tabs { display: flex; justify-content: space-around; border-bottom: 1px solid #333b3f; }
.mini-tabs span { color: #9ba6ad; font-size: 10px; font-weight: 800; padding: 9px 5px; }
.mini-tabs .active { color: #fff; border-bottom: 2px solid var(--red); }
.reason { display: flex; align-items: flex-start; gap: 8px; font-size: 10px; color: #cfdbdd; padding: 7px 0; }
.reason svg { width: 14px; height: 14px; color: var(--green); }
.missing-fact { display: flex; gap: 8px; background: #242016; border: 1px solid #544536; border-radius: 8px; padding: 10px; color: #dbc9aa; font-size: 9px; line-height: 1.4; margin-top: 8px; }
.missing-fact svg { width: 15px; height: 15px; color: var(--amber); }
.source-link { display: flex; align-items: center; justify-content: space-between; padding: 13px 1px; color: var(--blue); font-size: 10px; font-weight: 800; }
.source-link svg { width: 15px; height: 15px; }

.board-counts { display: grid; grid-template-columns: repeat(3, 1fr); background: #191f22; border: 1px solid #30393e; border-radius: 10px; margin-top: 19px; padding: 12px 2px; }
.board-counts > div { text-align: center; border-right: 1px solid #343d41; }
.board-counts > div:last-child { border: 0; }
.board-counts b { display: block; font: 800 26px/.9 var(--display); }
.board-counts span { display: block; color: #9aa6ac; font-size: 9px; margin-top: 4px; }
.board-section-title { display: flex; align-items: center; justify-content: space-between; color: var(--green); font-size: 9px; letter-spacing: .1em; font-weight: 800; border-bottom: 1px solid #364139; padding: 17px 0 6px; }
.board-section-title.second { color: var(--amber); border-color: #494034; }
.board-section-title b { font-size: 10px; }
.board-entry { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.board-entry > div:nth-child(2) { flex: 1; min-width: 0; }
.board-entry em { display: block; color: #e8b3bd; font-size: 9px; font-style: normal; font-weight: 800; margin-top: 4px; }
.relationship-title { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; }
.relationship-title .eyebrow { font-size: 9px; margin-bottom: 3px; }
.relationship-title h3 { font: 800 27px/.9 var(--display); text-transform: uppercase; margin: 0 0 5px; }
.relationship-title p { color: var(--muted); margin: 0; font-size: 10px; }
.relationship-controls { margin-top: 16px; border: 1px solid #30393e; border-radius: 10px; overflow: hidden; background: #171c1f; }
.relationship-controls > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 11px; border-bottom: 1px solid #30393e; font-size: 10px; }
.relationship-controls > div:last-child { border: 0; }
.relationship-controls span { color: #9aa7ad; }
.relationship-controls b { display: inline-flex; align-items: center; gap: 3px; font-size: 10px; }
.relationship-controls svg { width: 11px; height: 11px; }
.timeline { margin-left: 6px; border-left: 1px solid #394349; }
.timeline-item { position: relative; display: flex; gap: 12px; padding: 0 0 17px 16px; }
.timeline-item > i { width: 9px; height: 9px; position: absolute; left: -5px; top: 3px; background: #68787f; border: 2px solid var(--phone); border-radius: 50%; }
.timeline-item > i.red-dot { background: var(--red); }
.timeline-item b { display: block; font-size: 11px; }
.timeline-item small { display: block; color: #91a0a7; font-size: 9px; margin-top: 3px; }
.timeline-item p { color: #b0babf; font-size: 10px; line-height: 1.35; margin: 5px 0 0; }

.message-summary { display: flex; align-items: center; gap: 10px; background: #271b20; border: 1px solid #793647; border-left: 3px solid var(--red); padding: 10px; border-radius: 8px; }
.message-summary svg { width: 18px; height: 18px; color: var(--red); }
.message-summary b { display: block; font-size: 10px; }
.message-summary span { display: block; color: #bfaab0; font-size: 9px; margin-top: 2px; }
.conversation { display: flex; align-items: center; gap: 9px; border-top: 1px solid #2c3539; padding: 13px 0; }
.conversation > div:nth-child(2) { flex: 1; min-width: 0; }
.conversation > div:nth-child(2) > div { display: flex; align-items: baseline; justify-content: space-between; }
.conversation b { font-size: 11px; }
.conversation time { font-size: 9px; color: #849097; }
.conversation span, .conversation small { display: block; font-size: 9px; color: #aeb9bf; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.conversation small { color: #e1abb5; }
.conversation .red-dot { display: inline-block; width: 5px; height: 5px; background: var(--red); border-radius: 50%; vertical-align: 1px; }
.draft-context { border: 1px solid #394348; background: #171d20; padding: 9px 11px; display: flex; align-items: baseline; gap: 9px; }
.draft-context:first-of-type { border-radius: 9px 9px 0 0; }
.draft-context + .draft-context { border-top: 0; border-radius: 0 0 9px 9px; }
.draft-context span { font-size: 9px; font-weight: 800; color: #98a6ac; }
.draft-context b { flex: 1; font-size: 10px; font-weight: 700; }
.draft-context em { color: #f3bc79; font-size: 9px; font-style: normal; }
.draft-paper { background: #e8ebea; color: #152027; border-radius: 9px; margin-top: 13px; padding: 13px 14px; box-shadow: 0 4px 16px rgba(0,0,0,.15); }
.draft-paper p { font-size: 10px; line-height: 1.47; margin: 0 0 11px; }
.draft-paper p:last-child { margin-bottom: 0; }
.draft-actions { display: flex; gap: 8px; margin-top: 13px; }
.draft-actions button { flex: 1; }

.profile-identity { display: flex; align-items: center; gap: 12px; }
.player-avatar { width: 60px; height: 60px; border-radius: 13px; background: linear-gradient(145deg, #394046, #20262a); border: 1px solid #59646a; display: grid; place-items: center; font: 800 24px var(--display); }
.profile-identity .eyebrow { font-size: 8px; margin-bottom: 4px; }
.profile-identity h3 { font: 800 28px/.95 var(--display); text-transform: uppercase; margin: 0 0 4px; }
.profile-identity p { margin: 0; font-size: 9px; color: var(--muted); }
.profile-progress { background: #171d20; border: 1px solid #303b40; border-radius: 10px; padding: 11px; margin-top: 16px; }
.profile-progress > div { display: flex; justify-content: space-between; font-size: 10px; font-weight: 800; }
.profile-progress > div b { color: var(--green); }
.profile-progress > i { display: block; height: 5px; border-radius: 3px; background: #394144; margin: 8px 0 5px; }
.profile-progress > i b { display: block; width: 72%; height: 100%; background: var(--green); border-radius: inherit; }
.profile-progress small { color: #8c9aa1; font-size: 9px; }
.site-feature { border-color: #9d3b4c; background: radial-gradient(circle at top right, rgba(241,40,72,.23), transparent 58%), linear-gradient(135deg, #271a20, #15191c); }
.site-feature-top { display: flex; align-items: center; justify-content: space-between; }
.site-glyph { width: 36px; height: 36px; border-radius: 9px; display: grid; place-items: center; color: #fff; background: var(--red); }
.site-glyph svg { width: 19px; height: 19px; }
.site-glyph.large { width: 43px; height: 43px; }
.status-amber { color: #f7c572; font-size: 9px; font-weight: 800; letter-spacing: .06em; }
.site-feature h4 { font-size: 26px; max-width: 240px; margin-top: 14px; }
.site-feature .red-button { width: 100%; margin-top: 14px; }
.profile-menu-row { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #30383d; padding: 12px 1px; }
.profile-menu-row > svg:first-child { color: #c3cbd0; width: 17px; height: 17px; }
.profile-menu-row > svg:last-child { color: #69777e; width: 14px; height: 14px; }
.profile-menu-row > div { flex: 1; }
.profile-menu-row b { display: block; font-size: 11px; }
.profile-menu-row small { display: block; color: #91a0a6; font-size: 9px; margin-top: 2px; }

.upload-box { border: 1px dashed #817179; background: linear-gradient(145deg, #2b2026, #181c1f); border-radius: 12px; padding: 17px; display: flex; align-items: center; flex-direction: column; text-align: center; }
.upload-box > svg { color: var(--red); width: 26px; height: 26px; margin-bottom: 7px; }
.upload-box b { font: 800 23px/.95 var(--display); text-transform: uppercase; }
.upload-box span { color: #a9b4b9; font-size: 10px; margin: 4px 0 11px; }
.upload-box .red-button { min-height: 36px; }
.video-row { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-top: 1px solid var(--line); }
.video-row > div:nth-child(2) { flex: 1; }
.video-row b { display: block; font-size: 11px; }
.video-row small, .video-row span { display: block; font-size: 9px; color: #94a2a8; margin-top: 2px; }
.video-row > svg { color: #77838a; width: 14px; height: 14px; }
.video-thumb { width: 68px; height: 47px; border-radius: 6px; background: radial-gradient(circle at 65% 35%, #4d5b65, #192126); border: 1px solid #49545b; color: #fff; display: grid; place-items: center; }
.video-thumb.muted { filter: saturate(.4); }
.video-thumb svg { width: 18px; height: 18px; }
.video-row span.green-label { display: flex; align-items: center; gap: 3px; color: var(--green); font-weight: 800; }
.green-label svg { width: 10px; height: 10px; }
.upload-progress { display: block; height: 4px; border-radius: 4px; background: #363d40; margin: 5px 0; }
.upload-progress b { display: block; width: 64%; height: 100%; background: var(--red); border-radius: inherit; }

.site-status { display: flex; align-items: center; justify-content: space-between; margin: 15px 0 10px; }
.site-status b { font-size: 10px; }
.site-manage-card { padding: 15px; }
.site-manage-card h4 { font-size: 25px; max-width: 270px; margin-top: 10px; }
.card-actions { display: flex; gap: 7px; margin-top: 13px; }
.card-actions button { flex: 1; min-width: 0; font-size: 10px; padding: 0 6px; }
.checklist { border: 1px solid #303a3f; background: #171c1f; border-radius: 10px; overflow: hidden; }
.checklist > div { display: flex; align-items: center; gap: 9px; padding: 10px 11px; border-bottom: 1px solid #303a3f; font-size: 10px; }
.checklist > div:last-child { border: 0; }
.checklist i { width: 17px; height: 17px; display: grid; place-items: center; border: 1px solid #718087; border-radius: 50%; font-style: normal; }
.checklist i.complete { background: var(--green); border-color: var(--green); color: #052012; }
.checklist i svg { width: 11px; height: 11px; stroke-width: 3; }
.checklist span { flex: 1; }
.checklist b { font-size: 9px; color: var(--green); }
.checklist > div > svg { width: 13px; height: 13px; color: #78858b; }
.public-fields { border: 1px solid #394349; background: #171d20; border-radius: 10px; overflow: hidden; }
.public-fields > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 11px 12px; border-bottom: 1px solid #313b40; color: #dce3e6; font-size: 10px; }
.public-fields > div:last-child { border: 0; }
.public-fields .field-title { justify-content: flex-start; background: #222a2e; font-size: 11px; }
.field-title svg { width: 16px; height: 16px; color: var(--red); }
.toggle { width: 26px; height: 15px; border-radius: 10px; background: #50585b; position: relative; flex: 0 0 auto; }
.toggle::after { content: ''; position: absolute; width: 11px; height: 11px; background: #cbd3d5; border-radius: 50%; top: 2px; left: 2px; }
.toggle.on { background: var(--red); }
.toggle.on::after { background: #fff; left: 13px; }
.privacy-block, .guardian-block { display: flex; align-items: flex-start; gap: 9px; border: 1px solid #343f43; border-radius: 9px; padding: 11px; margin-top: 10px; background: #192024; }
.privacy-block > svg, .guardian-block > svg { width: 17px; height: 17px; color: var(--green); }
.privacy-block b, .guardian-block b { display: block; font-size: 10px; }
.privacy-block span, .guardian-block span { display: block; color: #a4b0b5; font-size: 9px; line-height: 1.4; margin-top: 3px; }
.guardian-block { border-color: #64513a; background: #221f18; }
.guardian-block > svg { color: var(--amber); }
.live-card { margin-top: 17px; }
.live-card .site-glyph { margin-top: 14px; background: #174936; color: var(--green); }
.live-card h4 { margin-top: 11px; }
.status-green { display: inline-flex; align-items: center; gap: 5px; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.status-green i { width: 6px; height: 6px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 3px rgba(81,215,155,.13); }
.url-display { border: 1px solid #394349; background: #0f1416; color: #cfdae0; font-size: 10px; padding: 10px; border-radius: 7px; margin: 14px 0 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.live-card .red-button, .live-card .outline-button { display: flex; width: 100%; }
.live-card .outline-button { margin-top: 7px; }

.role-option { display: flex; align-items: center; gap: 10px; padding: 13px 11px; margin: 11px 0; border: 1px solid #3a4449; border-radius: 10px; background: #181e21; }
.role-option.selected { border-color: #c54257; background: #261b20; box-shadow: inset 2px 0 0 var(--red); }
.role-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 8px; background: #2e373b; color: #cbd5da; }
.role-option.selected .role-icon { background: #4f2530; color: #ff7289; }
.role-icon svg { width: 18px; height: 18px; }
.role-option > div:nth-child(2) { min-width: 0; flex: 1; }
.role-option b { display: block; font-size: 12px; }
.role-option span { display: block; font-size: 9px; color: #9daab0; margin-top: 2px; }
.role-option > i { width: 16px; height: 16px; border: 1px solid #7b898f; border-radius: 50%; }
.role-option.selected > i { border: 4px solid var(--red); background: #fff; }
.family-state { display: flex; align-items: flex-start; gap: 9px; padding: 12px; border-radius: 9px; border: 1px solid #554633; background: #242018; margin-top: 17px; }
.family-state > svg { color: var(--amber); width: 17px; height: 17px; }
.family-state b, .path-note b, .consent-item b { display: block; font-size: 11px; }
.family-state span, .path-note span, .consent-item span { display: block; font-size: 9px; line-height: 1.42; color: #acb7bc; margin-top: 4px; }
.path-note { padding: 12px; margin-top: 13px; border: 1px solid #354147; border-radius: 9px; background: #171e22; }
.path-note b { color: #d9e3e7; }
.parent-player { display: flex; align-items: center; gap: 10px; padding: 12px; background: #1a2023; border: 1px solid #414c51; border-radius: 10px; margin: 15px 0; }
.parent-player .player-avatar { width: 45px; height: 45px; border-radius: 9px; font-size: 18px; }
.parent-player > div:nth-child(2) { flex: 1; min-width: 0; }
.parent-player b { display: block; font-size: 11px; }
.parent-player span, .parent-player small { display: block; color: #9aa9af; font-size: 9px; margin-top: 2px; }
.parent-player small { color: var(--blue); }
.parent-player > svg { width: 14px; height: 14px; color: #758188; }
.consent-item { display: flex; gap: 10px; align-items: flex-start; padding: 13px 0; border-bottom: 1px solid #313a3f; }
.consent-item > svg { color: var(--blue); width: 18px; height: 18px; margin-top: 1px; }
.consent-item > div { flex: 1; }
#guardian-consent .inline-notice { background: #242017; border-color: #564636; color: #dec8a8; }
#guardian-consent .inline-notice svg { color: var(--amber); }
.family-person { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid #303a3e; }
.family-person > div:nth-child(2) { flex: 1; min-width: 0; }
.family-person b { display: block; font-size: 11px; }
.family-person span { display: block; color: #91a0a7; font-size: 9px; margin-top: 2px; }
.family-person em { font-style: normal; color: var(--green); font-size: 9px; font-weight: 800; }
.family-person .avatar.parent { background: #423342; border-color: #68536b; }
.family-person .avatar.pending { border-style: dashed; color: #87969b; background: #20272a; font-size: 18px; }
.family-person:has(.pending) em { color: var(--blue); }
.public-fields > div > svg:last-child:not(:first-child) { width: 14px; height: 14px; color: var(--green); }

/* Reading sizes for a real 390px phone. Longer screens scroll within the device. */
.phone .eyebrow, .phone .micro { font-size: 11px; }
.phone .lead { font-size: 14px; line-height: 1.47; }
.phone .muted-foot { font-size: 11px; line-height: 1.48; }
.phone .text-action, .phone .back-link { font-size: 13px; }
.phone .red-button, .phone .outline-button, .phone .disabled-button { font-size: 12px; }
.phone .bottom-cta small { font-size: 10px; }
.phone .form-field label { font-size: 11px; }
.phone .form-field > div { font-size: 14px; }
.phone .inline-notice, .phone .verification-line, .phone .source-hint { font-size: 11px; line-height: 1.48; }
.phone .tab { font-size: 10px; }
.phone .segmented span { font-size: 12px; }
.phone .feature-card p, .phone .site-feature p, .phone .site-manage-card p, .phone .live-card p { font-size: 13px; line-height: 1.45; }
.phone .tiny-time, .phone .evidence, .phone .section-heading > span { font-size: 10px; }
.phone .task-row b { font-size: 13px; }
.phone .task-row small { font-size: 11px; }
.phone .search-field { font-size: 12px; }
.phone .chip, .phone .results-line { font-size: 10px; }
.phone .school-kicker { font-size: 10px; }
.phone .school-copy b, .phone .board-entry b, .phone .conversation b { font-size: 13px; }
.phone .school-copy small, .phone .board-entry small { font-size: 11px; }
.phone .score-line strong, .phone .score-line em { font-size: 11px; }
.phone .score-line span { font-size: 10px; }
.phone .school-hero p, .phone .hero-action > span { font-size: 11px; }
.phone .two-stat span, .phone .two-stat em { font-size: 10px; }
.phone .mini-tabs span, .phone .board-section-title, .phone .board-entry em { font-size: 11px; }
.phone .reason { font-size: 12px; }
.phone .missing-fact, .phone .source-link { font-size: 11px; }
.phone .relationship-title p, .phone .relationship-controls > div, .phone .relationship-controls b { font-size: 11px; }
.phone .timeline-item b { font-size: 12px; }
.phone .timeline-item small { font-size: 10px; }
.phone .timeline-item p { font-size: 11px; line-height: 1.45; }
.phone .message-summary b { font-size: 12px; }
.phone .message-summary span, .phone .conversation span, .phone .conversation small { font-size: 10px; }
.phone .conversation time { font-size: 10px; }
.phone .draft-context span, .phone .draft-context em { font-size: 10px; }
.phone .draft-context b { font-size: 12px; }
.phone .draft-paper p { font-size: 12px; line-height: 1.5; }
.phone .profile-identity .eyebrow { font-size: 10px; }
.phone .profile-identity p, .phone .profile-progress small { font-size: 11px; }
.phone .profile-progress > div { font-size: 11px; }
.phone .status-amber, .phone .status-green { font-size: 10px; }
.phone .profile-menu-row b { font-size: 13px; }
.phone .profile-menu-row small { font-size: 11px; }
.phone .upload-box span, .phone .video-row small, .phone .video-row span { font-size: 11px; }
.phone .video-row b { font-size: 13px; }
.phone .checklist > div, .phone .public-fields > div { font-size: 12px; }
.phone .checklist b { font-size: 10px; }
.phone .privacy-block b, .phone .guardian-block b { font-size: 12px; }
.phone .privacy-block span, .phone .guardian-block span { font-size: 11px; line-height: 1.47; }
.phone .url-display { font-size: 11px; }
.phone .role-option b, .phone .family-state b, .phone .path-note b, .phone .consent-item b { font-size: 13px; }
.phone .role-option span, .phone .family-state span, .phone .path-note span, .phone .consent-item span { font-size: 11px; line-height: 1.48; }
.phone .parent-player b, .phone .family-person b { font-size: 13px; }
.phone .parent-player span, .phone .parent-player small, .phone .family-person span, .phone .family-person em { font-size: 11px; }
.phone .board-counts span { font-size: 11px; }

.state-sheet { max-width: 1520px; margin: 0 auto 70px; padding: 0 38px; }
.state-intro { border-top: 1px solid #384046; padding: 34px 16px 22px; }
.state-intro > span { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.state-intro h2 { font: 800 48px/.95 var(--display); text-transform: uppercase; margin: 8px 0 7px; }
.state-intro p { max-width: 680px; color: #a8b2b7; font-size: 14px; line-height: 1.5; margin: 0; }
.state-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.state-card { min-height: 215px; padding: 22px; display: flex; flex-direction: column; align-items: flex-start; background: linear-gradient(145deg, #1b2023, #111518); border: 1px solid #3b4449; border-radius: 16px; }
.state-card > svg { color: var(--red); width: 24px; height: 24px; margin-bottom: 16px; }
.state-card > span { color: #a1adb3; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.state-card h3 { font: 800 25px/.98 var(--display); text-transform: uppercase; margin: 6px 0 7px; }
.state-card p { color: #aab5bb; font-size: 12px; line-height: 1.43; margin: 0 0 14px; max-width: 300px; }
.state-card b { color: #f0f4f5; font-size: 11px; margin-top: auto; }

@media (max-width: 1350px) {
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 950px; }
  .review-header, .review-footer { max-width: 950px; }
  .state-sheet { max-width: 950px; }
  .state-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 890px) {
  .review-header { padding: 52px 26px 42px; }
  .gallery { grid-template-columns: 1fr; max-width: 500px; padding: 0 16px 64px; gap: 22px; }
  .review-card { padding: 16px 14px 21px; }
  .review-label { min-height: auto; padding-bottom: 17px; }
  .review-footer { padding: 0 26px 50px; }
  .state-sheet { max-width: 500px; padding: 0 16px; margin-bottom: 44px; }
  .state-intro { padding: 28px 10px 20px; }
  .state-grid { grid-template-columns: 1fr; gap: 10px; }
  .state-card { min-height: 0; padding: 18px; }
}
@media (max-width: 440px) {
  .review-header { padding: 26px 16px 24px; }
  .review-kicker { font-size: 10px; }
  .review-header h1 { font-size: 38px; margin: 12px 0 16px; }
  .review-header p { font-size: 12px; line-height: 1.45; margin-bottom: 14px; }
  .review-jumps { margin-top: 16px; gap: 6px; }
  .review-jumps a { padding: 7px 9px; }
  .review-legend { gap: 9px 15px; }
  .phone { max-width: 390px; transform-origin: top center; }
  .review-card { overflow: hidden; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
