:root {
  --ink: #13201e;
  --muted: #66736f;
  --paper: #f4f1e9;
  --card: rgba(255, 255, 252, .9);
  --line: #dfe2da;
  --green: #0c6b50;
  --green-dark: #074a39;
  --mint: #d8f2e6;
  --amber: #f5ba48;
  --red: #b8423a;
  --shadow: 0 18px 50px rgba(31, 49, 44, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.45; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.ambient { position: fixed; border-radius: 50%; filter: blur(1px); pointer-events: none; z-index: -1; }
.ambient-one { width: 420px; height: 420px; top: -210px; right: 4%; background: rgba(64, 165, 128, .15); }
.ambient-two { width: 360px; height: 360px; bottom: 5%; left: -230px; background: rgba(245, 186, 72, .12); }
.topbar { max-width: 1440px; margin: auto; padding: 24px 44px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; font-family: Manrope, sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -.7px; }
.brand > span:last-child > span { color: var(--green); }
.brand-mark { width: 37px; height: 37px; padding: 8px; border-radius: 11px; background: var(--green); display: flex; gap: 3px; align-items: flex-end; box-shadow: 0 8px 20px rgba(12, 107, 80, .22); }
.brand-mark i { width: 5px; border-radius: 4px; background: white; display: block; }
.brand-mark i:nth-child(1) { height: 9px; opacity: .7; }.brand-mark i:nth-child(2) { height: 18px; }.brand-mark i:nth-child(3) { height: 13px; opacity: .82; }
.system-badges { display: flex; gap: 9px; align-items: center; }.system-badges form { margin: 0; }.status-pill { background: rgba(255,255,255,.64); border: 1px solid rgba(201,207,198,.9); padding: 8px 12px; border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 600; display: flex; align-items: center; gap: 7px; }.nav-pill { cursor: pointer; white-space: nowrap; }.nav-pill:hover { color: var(--green); border-color: #acd5c5; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #33b77c; box-shadow: 0 0 0 4px rgba(51,183,124,.12); }.live-dot.demo { background: var(--amber); box-shadow: 0 0 0 4px rgba(245,186,72,.15); }
.page-shell { width: min(1352px, calc(100% - 44px)); margin: 12px auto 80px; }
.hero { min-height: 450px; border-radius: 28px; padding: 62px 6%; display: grid; grid-template-columns: 1.15fr .85fr; gap: 9%; align-items: center; color: white; background: radial-gradient(circle at 75% 10%, rgba(84,173,139,.28), transparent 33%), linear-gradient(135deg, #122a25 0%, #0b4f3d 100%); box-shadow: 0 30px 70px rgba(19,51,43,.18); overflow: hidden; position: relative; }
.hero:after { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; right: -120px; bottom: -180px; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.018); }
.eyebrow { margin: 0 0 12px; color: var(--green); font: 800 11px/1.2 Manrope, sans-serif; letter-spacing: 1.6px; text-transform: uppercase; }.hero .eyebrow { color: #94d5bb; }
h1, h2 { font-family: Manrope, sans-serif; margin: 0; letter-spacing: -1.3px; } h1 { font-size: clamp(39px, 4.5vw, 66px); line-height: 1.02; max-width: 740px; } h1 em { color: #9de0c4; font-style: normal; } h2 { font-size: 23px; line-height: 1.18; }
.hero-text { max-width: 650px; margin: 23px 0 28px; font-size: 17px; color: rgba(255,255,255,.72); }
.hero-actions { display: flex; gap: 12px; align-items: center; }.hero-actions form { margin: 0; }
.button { min-height: 44px; padding: 0 18px; border-radius: 11px; border: 0; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; cursor: pointer; transition: transform .18s, background .18s; }.button:hover { transform: translateY(-1px); }.button.primary { background: var(--amber); color: #2c261a; }.button.ghost { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.19); color: white; }.button.full { width: 100%; background: var(--green); color: white; }
.score-preview { position: relative; z-index: 1; width: min(100%, 430px); justify-self: end; padding: 27px; border-radius: 22px; color: var(--ink); background: #fbfaf5; box-shadow: 0 28px 80px rgba(0,0,0,.25); transform: rotate(1.5deg); }
.preview-top { display: flex; justify-content: space-between; font: 800 10px Manrope, sans-serif; letter-spacing: 1.2px; color: var(--green); }.preview-top span:first-child:before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #e45b50; box-shadow: 0 0 0 4px rgba(228,91,80,.13); }
.preview-league { margin: 25px 0 12px; padding-bottom: 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; }
.preview-team { padding: 8px 0; display: flex; justify-content: space-between; align-items: center; }.preview-team span { display: flex; gap: 10px; align-items: center; font-weight: 600; }.preview-team span b { width: 41px; color: var(--muted); font: 800 11px Manrope, sans-serif; }.preview-team strong { font: 800 29px Manrope, sans-serif; }
.preview-message { margin-top: 20px; padding: 12px 14px; border-radius: 10px; background: var(--mint); color: var(--green-dark); font-size: 11px; font-weight: 700; }.preview-message span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 7px; border-radius: 50%; background: var(--green); color: white; }
.demo-banner { margin-top: 18px; padding: 17px 20px; border: 1px solid #e9d39c; border-radius: 15px; background: #fff8e7; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 12px; color: #705c31; }.demo-banner div { display: flex; align-items: center; gap: 12px; }.demo-banner p { margin: 0; }.demo-icon { flex: 0 0 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: #c79325; font: 800 14px Manrope; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.6fr; gap: 14px; margin: 18px 0; }.stat-card { min-height: 125px; padding: 22px; border: 1px solid rgba(216,219,211,.9); border-radius: 17px; background: var(--card); box-shadow: 0 9px 25px rgba(37,56,50,.035); display: flex; flex-direction: column; }.stat-card > span { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }.stat-card > strong { margin: auto 0 1px; font: 800 31px Manrope, sans-serif; }.stat-card small { color: #8a9692; }.wide-status { background: linear-gradient(130deg, #eef8f3, #fbfcf9); }.wide-status .status-copy { font-size: 19px; color: var(--green-dark); }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1fr) 355px; gap: 18px; align-items: start; }.side-stack { display: grid; gap: 18px; }
.panel { background: var(--card); border: 1px solid rgba(216,219,211,.95); border-radius: 19px; box-shadow: var(--shadow); overflow: hidden; }.panel-heading { padding: 24px 25px 19px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }.panel-heading p:not(.eyebrow) { color: var(--muted); font-size: 12px; margin: 7px 0 0; }.panel-heading.compact { align-items: center; }
.icon-button { width: 39px; height: 39px; border-radius: 10px; border: 1px solid var(--line); color: var(--green); background: white; cursor: pointer; font-size: 21px; }.count-badge { min-width: 31px; height: 31px; padding: 0 9px; border-radius: 999px; display: grid; place-items: center; color: var(--green); background: var(--mint); font-weight: 800; font-size: 12px; }
.filters { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 11px 25px; display: flex; align-items: center; justify-content: space-between; }.tabs { display: flex; gap: 4px; }.tabs a, .selected-filter { padding: 7px 11px; border-radius: 8px; color: var(--muted); font-size: 11px; font-weight: 700; }.tabs a.active, .selected-filter.active { color: var(--green-dark); background: var(--mint); }.selected-filter { border: 1px solid var(--line); }
.game-tools { padding: 14px 24px; border-bottom: 1px solid var(--line); background: #fafaf7; display: flex; align-items: end; justify-content: space-between; gap: 18px; }.game-search { flex: 1; display: flex; align-items: end; gap: 9px; }.game-search label { display: grid; gap: 4px; }.game-search label:first-of-type { flex: 1; max-width: 260px; }.game-search label span { color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; }.game-search input, .game-search select { height: 38px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: white; outline: none; }.game-search input:focus, .game-search select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(12,107,80,.08); }.game-search .button { min-height: 38px; }.clear-filter { padding: 11px 2px; color: var(--green); font-size: 9px; font-weight: 800; }.bulk-actions { min-width: max-content; display: flex; align-items: center; gap: 6px; }.bulk-actions span { color: var(--muted); font-size: 9px; }.bulk-actions button { height: 32px; padding: 0 9px; border: 1px solid var(--line); border-radius: 7px; color: var(--green); background: white; font-size: 9px; font-weight: 800; cursor: pointer; }.bulk-actions button:last-child { color: var(--muted); }
.game-list { padding: 0 12px 12px; }.game-row { margin-top: 11px; padding: 15px 13px; border: 1px solid transparent; border-radius: 14px; display: grid; grid-template-columns: 96px 1fr 145px; gap: 16px; align-items: center; transition: border .2s, background .2s; }.game-row:hover { background: #fafbf8; border-color: var(--line); }.game-row.selected { background: #f1f9f5; border-color: #b9decf; }
.game-date { align-self: stretch; padding-right: 14px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }.game-date strong { font: 800 13px Manrope; color: var(--green); }.game-date span { font-weight: 700; }.game-date small { color: var(--muted); font-size: 10px; }
.game-meta { margin-bottom: 7px; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; }.league-tag { padding: 3px 6px; border-radius: 5px; background: #e9edf7; color: #3e568d; font-size: 8px; font-weight: 800; letter-spacing: .5px; }.league-tag.ncaaf { background: #f2e8d2; color: #87611d; }
.team-line { display: grid; grid-template-columns: 39px 1fr 30px; align-items: center; min-height: 30px; gap: 7px; }.team-line strong { font-size: 13px; }.team-line > b { font: 800 16px Manrope; text-align: right; }.team-abbr { color: var(--green); font: 800 10px Manrope; }.team-abbr.home:before { content: "●"; font-size: 6px; margin-right: 4px; color: var(--amber); }
.game-actions { display: flex; flex-direction: column; gap: 6px; align-items: stretch; }.game-actions form { margin: 0; }.game-state { color: var(--muted); font-size: 9px; font-weight: 700; text-align: center; text-transform: uppercase; letter-spacing: .5px; }.select-button { width: 100%; min-height: 35px; padding: 0 10px; border-radius: 9px; border: 1px solid var(--line); background: white; color: var(--green); font-weight: 800; font-size: 10px; cursor: pointer; }.select-button span { margin-right: 4px; }.select-button.on { color: white; background: var(--green); border-color: var(--green); }.advance-button { width: 100%; padding: 2px; border: 0; background: none; color: var(--muted); font-size: 9px; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.recipient-form { padding: 0 24px 20px; display: grid; gap: 11px; }.recipient-form label span { display: block; margin: 0 0 5px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; }.recipient-form input { width: 100%; height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 9px; background: #fbfbf8; outline: none; }.recipient-form input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(12,107,80,.08); }.recipient-form > small { color: var(--muted); font-size: 9px; line-height: 1.5; }
.recipient-form .consent-check { display: grid; grid-template-columns: 17px 1fr; align-items: start; gap: 8px; padding: 3px 0; cursor: pointer; }.recipient-form .consent-check input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--green); }.recipient-form .consent-check span { margin: 0; color: var(--muted); font-size: 9px; font-weight: 500; line-height: 1.45; letter-spacing: 0; text-transform: none; }
.recipient-list { border-top: 1px solid var(--line); padding: 12px; }.recipient { padding: 10px; border-radius: 11px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 9px; }.recipient:hover { background: #f7f8f4; }.recipient.paused { opacity: .5; }.avatar { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: var(--green); background: var(--mint); font: 800 12px Manrope; }.recipient > span:nth-child(2) { display: flex; flex-direction: column; }.recipient strong { font-size: 12px; }.recipient small { color: var(--muted); font-size: 9px; }.recipient-actions { display: flex; gap: 8px; align-items: center; }.recipient-actions form { margin: 0; }.text-action { border: 0; background: none; color: var(--green); font-size: 9px; font-weight: 800; cursor: pointer; text-decoration: underline; text-underline-offset: 2px; }.toggle { width: 34px; height: 19px; padding: 2px; border: 0; border-radius: 999px; background: #c9ceca; cursor: pointer; }.toggle:before { content: ""; width: 15px; height: 15px; display: block; border-radius: 50%; background: white; transition: transform .2s; }.toggle.on { background: var(--green); }.toggle.on:before { transform: translateX(15px); }.mini-empty { padding: 15px; color: var(--muted); font-size: 11px; text-align: center; }
.how-panel { padding: 24px; background: linear-gradient(145deg, #183c33, #0b5a44); color: white; }.how-panel .eyebrow { color: #92d6ba; }.how-panel h2 { font-size: 21px; max-width: 280px; }.timeline { list-style: none; padding: 0; margin: 22px 0 0; }.timeline li { position: relative; display: flex; gap: 12px; min-height: 59px; }.timeline li:not(:last-child):before { content: ""; position: absolute; top: 25px; left: 11px; width: 1px; height: 33px; background: rgba(255,255,255,.18); }.timeline li > span { flex: 0 0 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.12); color: #a6e5ca; font: 800 9px Manrope; }.timeline p { margin: 1px 0 0; display: flex; flex-direction: column; }.timeline strong { font-size: 11px; }.timeline small { margin-top: 2px; color: rgba(255,255,255,.58); font-size: 9px; }
.activity-panel { margin-top: 18px; }.subtle { color: var(--muted); font-size: 10px; }.activity-table { border-top: 1px solid var(--line); }.activity-head, .activity-row { display: grid; grid-template-columns: 1.8fr 1fr 1.2fr .7fr .8fr; gap: 16px; align-items: center; }.activity-head { padding: 10px 25px; color: var(--muted); background: #f7f7f3; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; }.activity-row { min-height: 66px; margin: 0 25px; border-bottom: 1px solid var(--line); font-size: 11px; }.activity-row:last-child { border-bottom: 0; }.activity-row > span { display: flex; flex-direction: column; }.activity-row small { margin-top: 2px; color: var(--muted); font-size: 9px; }.delivery { align-self: flex-start; padding: 4px 7px; border-radius: 6px; color: #38634f; background: var(--mint); font-size: 8px; text-transform: uppercase; letter-spacing: .5px; }.delivery.failed, .delivery.undelivered { color: var(--red); background: #fde4e1; }.delivery.pending { color: #88631e; background: #fff0cf; }.delivery.delivered { color: #165c45; background: #cdf0df; box-shadow: inset 0 0 0 1px #a9dac5; }
.empty-state { padding: 52px 20px; color: var(--muted); text-align: center; }.empty-state strong { color: var(--ink); }.empty-state p { margin: 5px 0 0; font-size: 11px; }.compact-empty { padding: 35px; }
.toast { position: sticky; z-index: 5; top: 12px; margin: 0 auto 14px; padding: 13px 16px; border-radius: 11px; display: flex; justify-content: space-between; gap: 20px; color: #15513c; background: #e2f5ec; border: 1px solid #b9decf; box-shadow: 0 12px 30px rgba(26,55,46,.12); font-size: 12px; font-weight: 600; }.toast a { font-size: 18px; line-height: 13px; }.toast-error { color: #812f29; background: #fde7e4; border-color: #efbbb6; }.toast-warning { color: #765a21; background: #fff3d9; border-color: #ead197; }
footer { width: min(1352px, calc(100% - 44px)); margin: 0 auto 35px; padding-top: 20px; border-top: 1px solid rgba(175,183,175,.45); display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; }
.login-shell { min-height: calc(100vh - 210px); display: grid; place-items: center; padding: 40px 0; }.login-card { width: min(430px, 100%); padding: 40px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,252,.94); box-shadow: 0 28px 70px rgba(26,53,46,.13); }.login-mark { width: 48px; height: 48px; margin-bottom: 26px; padding: 10px; border-radius: 14px; background: var(--green); display: flex; align-items: flex-end; justify-content: center; gap: 4px; }.login-mark i { width: 6px; border-radius: 4px; background: white; }.login-mark i:nth-child(1){height:12px;opacity:.7}.login-mark i:nth-child(2){height:25px}.login-mark i:nth-child(3){height:18px;opacity:.85}.login-card h1 { color: var(--ink); font-size: 38px; }.login-card > p:not(.eyebrow) { color: var(--muted); margin: 10px 0 25px; }.login-card > small { display: block; margin-top: 16px; color: var(--muted); text-align: center; font-size: 10px; }.login-form { display: grid; gap: 14px; }.login-form label span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; }.login-form input { width: 100%; height: 46px; padding: 0 13px; border: 1px solid var(--line); border-radius: 10px; background: #fbfbf8; outline: none; }.login-form input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(12,107,80,.08); }.form-error { margin: -8px 0 16px; padding: 10px 12px; border-radius: 9px; background: #fde7e4; color: #812f29; font-size: 11px; font-weight: 700; }
.page-heading { margin: 30px 0 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }.page-heading h1 { color: var(--ink); font-size: clamp(38px,5vw,58px); }.page-heading p:not(.eyebrow) { max-width: 650px; margin: 10px 0 0; color: var(--muted); }.button.dark { color: white; background: var(--ink); }.history-toolbar { padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; overflow-x: auto; }.history-toolbar .tabs { min-width: max-content; }.history-head, .history-row { grid-template-columns: 1.7fr .8fr 1.1fr 1.1fr .5fr .8fr .5fr; }.history-row { min-height: 76px; }.error-copy { max-width: 170px; color: var(--red)!important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.retry-button { padding: 6px 10px; border: 1px solid #e3bbb6; border-radius: 7px; background: #fff5f3; color: var(--red); font-size: 9px; font-weight: 800; cursor: pointer; }.pagination { padding: 18px 25px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }.pagination a { color: var(--green); font-size: 11px; font-weight: 800; }.pagination a:last-child { text-align: right; }.pagination small { color: var(--muted); }
.readiness-hero { min-height: 180px; margin-bottom: 18px; padding: 32px 38px; border-radius: 20px; display: flex; align-items: center; gap: 32px; color: white; background: radial-gradient(circle at 95% 0, rgba(157,224,196,.22), transparent 35%), linear-gradient(135deg, #142c27, #0b5a44); box-shadow: var(--shadow); }.readiness-hero .eyebrow { color: #94d5bb; }.readiness-hero h2 { font-size: 27px; }.readiness-hero p:not(.eyebrow) { margin: 7px 0 0; max-width: 680px; color: rgba(255,255,255,.65); font-size: 12px; }.readiness-score { flex: 0 0 112px; height: 112px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(255,255,255,.07); }.readiness-score strong { font: 800 38px Manrope; line-height: 1; }.readiness-score span { margin-top: 6px; color: rgba(255,255,255,.62); font-size: 8px; text-transform: uppercase; letter-spacing: .5px; }.operations-grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 18px; align-items: start; }.check-list { padding: 0 14px 14px; }.check-row { min-height: 66px; padding: 12px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; }.check-row:first-child { border-top: 0; }.check-icon { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; font: 800 11px Manrope; }.check-row.ready .check-icon { color: var(--green); background: var(--mint); }.check-row.waiting .check-icon { color: #8c651d; background: #fff0cf; }.check-row > span:nth-child(2) { display: flex; flex-direction: column; }.check-row strong { font-size: 12px; }.check-row small { color: var(--muted); font-size: 9px; }.check-row > b { padding: 4px 7px; border-radius: 6px; color: var(--green); background: #eef8f3; font-size: 8px; text-transform: uppercase; }.check-row.waiting > b { color: #8c651d; background: #fff8e7; }.ops-details { margin: 0; padding: 0 24px 22px; }.ops-details div { padding: 10px 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 15px; }.ops-details dt { color: var(--muted); font-size: 10px; }.ops-details dd { margin: 0; font-size: 10px; font-weight: 800; text-align: right; }.export-panel { padding-bottom: 22px; }.export-panel > p { margin: -4px 24px 18px; color: var(--muted); font-size: 10px; }.export-actions { padding: 0 24px; display: grid; gap: 9px; }.button.outline { border: 1px solid var(--line); color: var(--green); background: white; }.next-steps-panel { margin-top: 18px; padding: 28px; }.handoff-steps { margin-top: 22px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.handoff-steps > div { min-height: 125px; padding: 18px; border-radius: 14px; background: #f6f7f3; display: flex; flex-direction: column; }.handoff-steps span { width: 25px; height: 25px; margin-bottom: auto; border-radius: 8px; display: grid; place-items: center; color: var(--green); background: var(--mint); font: 800 9px Manrope; }.handoff-steps strong { margin-top: 14px; font-size: 12px; }.handoff-steps small { margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.recent-audit-panel { margin-top: 18px; }.audit-mini-list { padding: 0 24px 14px; }.audit-mini-list > div { min-height: 56px; padding: 9px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; }.audit-icon { width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; color: var(--green); background: var(--mint); font: 800 9px Manrope; }.audit-mini-list span:nth-child(2) { display: flex; flex-direction: column; }.audit-mini-list strong { font-size: 10px; }.audit-mini-list small, .audit-mini-list time { color: var(--muted); font-size: 9px; }.audit-head, .audit-row { display: grid; grid-template-columns: 1.4fr 2fr .7fr .8fr .5fr; gap: 16px; align-items: center; }.audit-head { padding: 10px 25px; color: var(--muted); background: #f7f7f3; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; }.audit-row { min-height: 66px; margin: 0 25px; border-bottom: 1px solid var(--line); font-size: 10px; }.audit-row:last-child { border-bottom: 0; }.audit-row > span { display: flex; flex-direction: column; }.audit-row small { color: var(--muted); font-size: 8px; }.request-copy { color: var(--muted); font-family: ui-monospace, monospace; }
@media (max-width: 1050px) { .hero { grid-template-columns: 1fr 390px; gap: 4%; padding: 50px 5%; }.dashboard-grid, .operations-grid { grid-template-columns: 1fr; }.side-stack { grid-template-columns: 1fr 1fr; }.stats-grid { grid-template-columns: repeat(2, 1fr); }.game-row { grid-template-columns: 86px 1fr 135px; }.game-tools { align-items: stretch; flex-direction: column; }.bulk-actions { justify-content: flex-end; } }
@media (max-width: 780px) { .topbar { padding: 18px 20px; }.system-badges .status-pill:not(.nav-pill) { display: none; }.system-badges > .nav-pill:not(.mobile-priority) { display: none; }.page-shell, footer { width: min(100% - 24px, 1352px); }.hero { min-height: auto; padding: 40px 25px; grid-template-columns: 1fr; }.score-preview { display: none; }.demo-banner { align-items: flex-start; flex-direction: column; }.stats-grid { grid-template-columns: 1fr 1fr; }.side-stack { grid-template-columns: 1fr; }.filters { align-items: flex-start; flex-direction: column; gap: 10px; }.game-search { align-items: stretch; flex-direction: column; }.game-search label:first-of-type { max-width: none; }.bulk-actions { align-items: stretch; flex-wrap: wrap; justify-content: flex-start; }.bulk-actions span { flex-basis: 100%; }.game-row { grid-template-columns: 62px 1fr; gap: 12px; }.game-date { padding-right: 9px; }.game-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; padding-top: 7px; border-top: 1px solid var(--line); }.game-state { grid-column: 1/-1; }.activity-head { display: none; }.activity-row { grid-template-columns: 1.5fr 1fr; gap: 10px; padding: 12px 0; }.activity-row > span:nth-child(3), .activity-row > span:nth-child(5) { display: none; }.page-heading { align-items: flex-start; flex-direction: column; }.history-toolbar { align-items: flex-start; flex-direction: column; }.history-row { grid-template-columns: 1.4fr 1fr; }.history-row > span:nth-child(3), .history-row > span:nth-child(5), .history-row > span:nth-child(6) { display: none; }.audit-head { display: none; }.audit-row { grid-template-columns: 1.2fr 1fr; padding: 12px 0; }.audit-row > span:nth-child(3), .audit-row > span:nth-child(5) { display: none; }.readiness-hero { padding: 25px; align-items: flex-start; }.readiness-score { flex-basis: 82px; height: 82px; }.readiness-score strong { font-size: 29px; }.handoff-steps { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .brand { font-size: 18px; }.status-pill { font-size: 10px; }.hero h1 { font-size: 37px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button, .hero-actions form, .hero-actions button { width: 100%; }.stats-grid { grid-template-columns: 1fr; }.stat-card { min-height: 105px; }.panel-heading { padding: 20px 18px 16px; }.game-list { padding: 0 7px 7px; }.team-line strong { font-size: 11px; }.selected-filter { align-self: stretch; text-align: center; } footer { flex-direction: column; gap: 5px; } }
