:root {
  --ink: #17253b;
  --muted: #728096;
  --line: #e6ebf1;
  --paper: #ffffff;
  --background: #f5f7fa;
  --navy: #10243d;
  --navy-soft: #183651;
  --teal: #0c9b91;
  --teal-soft: #e5f7f5;
  --orange: #ee8e36;
  --orange-soft: #fff0e1;
  --purple: #8b6bc9;
  --purple-soft: #f1ecfb;
  --red: #e35c67;
  --red-soft: #feecee;
  --shadow: 0 10px 28px rgba(27, 50, 77, 0.07);
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--background); font: 14px/1.5 "DM Sans", Arial, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; border: 0; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3, .brand { font-family: "Manrope", Arial, sans-serif; }
.hidden { display: none !important; }
.muted { color: var(--muted); }
.eyebrow { margin-bottom: 14px; color: #b3cada; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.eyebrow.accent { margin-bottom: 5px; color: var(--teal); }

.login-shell { display: grid; min-height: 100vh; grid-template-columns: 54% 46%; background: var(--paper); }
.login-brand { display: flex; overflow: hidden; position: relative; flex-direction: column; justify-content: space-between; padding: 48px 64px; color: white; background: linear-gradient(145deg, #102941 0%, #0b1f35 68%, #123a50 100%); }
.login-brand::before, .login-brand::after { position: absolute; content: ""; border: 1px solid rgba(151, 207, 211, 0.11); border-radius: 50%; }
.login-brand::before { right: -115px; bottom: -130px; width: 540px; height: 540px; }
.login-brand::after { right: -50px; bottom: -68px; width: 410px; height: 410px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 800; letter-spacing: -.4px; }
.brand-mark { display: grid; width: 36px; height: 36px; place-items: center; color: white; border-radius: 10px; background: var(--teal); font-size: 19px; }
.login-brand .eyebrow { margin-top: 100px; }
.login-brand h1 { max-width: 620px; font-size: clamp(44px, 5vw, 72px); line-height: 1.08; letter-spacing: -3px; }
.login-brand h1 span { color: #62c9c2; }
.login-copy { max-width: 520px; margin-top: 28px; color: #bad0dd; font-size: 17px; line-height: 1.7; }
.brand-footer { z-index: 1; color: #7597aa; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.sport-orbit { position: absolute; right: 3vw; bottom: 11vh; width: 310px; height: 310px; border: 1px dashed rgba(151, 207, 211, .26); border-radius: 50%; }
.orbit-center { display: grid; position: absolute; top: 95px; left: 95px; width: 120px; height: 120px; place-items: center; color: #83cfc9; border: 1px solid rgba(151, 207, 211, .22); border-radius: 50%; background: rgba(54, 118, 128, .17); font-family: "Manrope"; font-size: 26px; font-weight: 800; }
.sport-dot { display: grid; position: absolute; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); font-size: 25px; backdrop-filter: blur(3px); }
.sport-dot.football { top: -22px; left: 125px; }.sport-dot.volleyball { right: 0; bottom: 28px; }.sport-dot.basketball { bottom: 28px; left: 6px; }
.login-panel { display: grid; place-items: center; padding: 40px; }
.login-card { width: min(100%, 410px); }
.login-card h2 { font-size: 36px; letter-spacing: -1.5px; }
.login-card > .muted { margin: 8px 0 34px; }
.mobile-brand { display: none; }
.field { display: block; margin: 18px 0; color: #405066; font-size: 13px; font-weight: 700; }
.field span { display: block; margin-bottom: 7px; }
.field input { width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); outline: none; transition: .2s; }
.field input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(12,155,145,.12); }
.form-meta { display: flex; justify-content: space-between; margin: 6px 0 24px; color: var(--muted); font-size: 12px; }
.form-meta a { color: var(--teal); font-weight: 700; }
.remember { display: flex; align-items: center; gap: 6px; }
.remember input { accent-color: var(--teal); }
.button { padding: 11px 18px; border-radius: 7px; font-weight: 700; transition: transform .15s, box-shadow .15s; }
.button:hover { transform: translateY(-1px); box-shadow: 0 6px 15px rgba(30,54,80,.12); }
.button.primary { color: white; background: var(--teal); }
.button.secondary { color: var(--ink); border: 1px solid var(--line); background: white; }
.button.wide { width: 100%; padding: 13px; }
.demo-note { margin-top: 16px; color: #98a5b5; font-size: 11px; text-align: center; }

.app-shell { min-height: 100vh; padding-left: 232px; }
.sidebar { display: flex; position: fixed; z-index: 5; top: 0; bottom: 0; left: 0; width: 232px; flex-direction: column; padding: 22px 14px; color: #9bb0c3; background: var(--navy); transition: transform .25s; }
.sidebar .brand { padding: 0 8px 24px; color: white; }
.season-selector { display: grid; position: relative; margin: 9px 0 16px; padding: 11px 13px; border: 1px solid rgba(216,233,242,.12); border-radius: 7px; background: rgba(255,255,255,.04); }
.season-selector span:first-child { font-size: 10px; letter-spacing: .7px; text-transform: uppercase; }
.season-selector strong { margin-top: 2px; color: #e6f0f5; font-size: 12px; }
.chevron { color: #8fa5b6; }
.season-selector .chevron { position: absolute; top: 17px; right: 12px; }
.main-nav { flex: 1; }
.nav-link { display: flex; align-items: center; gap: 13px; margin: 3px 0; padding: 9px 11px; border-radius: 6px; font-size: 13px; font-weight: 600; transition: .18s; }
.nav-link span { width: 15px; color: #89a1b4; font-size: 16px; text-align: center; }
.nav-link:hover { color: white; background: rgba(255,255,255,.05); }
.nav-link.active { color: white; background: var(--teal); box-shadow: 0 6px 16px rgba(0,0,0,.13); }
.nav-link.active span { color: white; }
.nav-bottom { border-top: 1px solid rgba(216,233,242,.1); padding-top: 9px; }
.content { min-height: 100vh; }
.topbar { display: flex; height: 76px; align-items: center; justify-content: space-between; padding: 0 34px; border-bottom: 1px solid var(--line); background: white; }
.topbar h2 { font-size: 17px; }
.topbar-actions, .user-block { display: flex; align-items: center; }
.topbar-actions { gap: 24px; }
.icon-button { position: relative; color: #6a7a8d; background: transparent; font-size: 22px; }
.notification i { position: absolute; top: 2px; right: 0; width: 7px; height: 7px; border: 1px solid white; border-radius: 50%; background: var(--red); }
.user-block { gap: 9px; padding-left: 20px; border-left: 1px solid var(--line); }
.user-block strong, .user-block span { display: block; font-size: 12px; }.user-block span { color: var(--muted); font-size: 11px; }
.avatar { display: grid; width: 36px; height: 36px; place-items: center; color: white; border-radius: 50%; background: #3e6680; font-size: 11px; font-weight: 700; }
.menu-button { display: none; }
.page-section { display: none; padding: 30px 34px 40px; }.page-section.active-section { display: block; }
.hero-row, .panel-heading, .discipline-row { display: flex; align-items: center; justify-content: space-between; }
.hero-row h1 { font-size: 28px; letter-spacing: -1px; }.hero-row p { margin-top: 3px; }
.hero-actions { display: flex; gap: 10px; }
.stats-grid { display: grid; margin: 26px 0; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat-card { display: flex; gap: 15px; padding: 19px; border: 1px solid var(--line); border-radius: 9px; background: white; box-shadow: var(--shadow); }
.stat-icon { display: grid; width: 46px; height: 46px; place-items: center; flex: none; border-radius: 9px; font-size: 20px; }
.teal { color: var(--teal); background: var(--teal-soft); }.orange { color: var(--orange); background: var(--orange-soft); }.purple { color: var(--purple); background: var(--purple-soft); }.red { color: var(--red); background: var(--red-soft); }
.stat-card span, .stat-card small { display: block; color: var(--muted); font-size: 11px; }.stat-card strong { display: block; margin: -2px 0 1px; font-family: "Manrope"; font-size: 25px; }.stat-card b { color: var(--teal); }.stat-card em { color: var(--red); font-style: normal; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 18px; }
.panel { border: 1px solid var(--line); border-radius: 9px; background: white; box-shadow: var(--shadow); }
.panel-heading { padding: 18px 20px; border-bottom: 1px solid var(--line); }.panel-heading h3 { font-size: 15px; }.panel-heading p { margin-top: 2px; font-size: 11px; }
.panel-heading.compact { padding: 16px; }.text-button { color: var(--teal); background: transparent; font-size: 11px; font-weight: 700; }
.discipline-tabs { display: flex; gap: 5px; padding: 12px 18px; border-bottom: 1px solid var(--line); }
.tab { padding: 7px 10px; color: var(--muted); border-radius: 5px; background: transparent; font-size: 11px; font-weight: 700; }.tab b { margin-left: 4px; }.tab.active { color: var(--teal); background: var(--teal-soft); }
.match-row { display: grid; align-items: center; padding: 15px 18px; border-bottom: 1px solid var(--line); grid-template-columns: 62px 1fr 160px 92px; gap: 10px; }.match-row:last-child { border-bottom: 0; }
.match-time strong, .match-time span { display: block; }.match-time strong { font-family: "Manrope"; font-size: 14px; }.match-time span { color: var(--muted); font-size: 10px; }
.match-teams div { display: flex; gap: 6px; align-items: center; margin: 3px 0; font-size: 12px; font-weight: 700; }.match-teams i { width: 16px; font-style: normal; text-align: center; }
.match-meta span, .match-meta small { display: block; }.match-meta span { color: #526177; font-size: 11px; font-weight: 700; }.match-meta small { color: var(--muted); font-size: 10px; }
.status { justify-self: end; padding: 5px 8px; border-radius: 30px; font-size: 9px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; }.status.next { color: #b16a1d; background: var(--orange-soft); }.status.live { color: var(--red); background: var(--red-soft); }.status.scheduled { color: var(--teal); background: var(--teal-soft); }
.side-column { display: grid; align-content: start; gap: 18px; }
.discipline-progress { padding: 8px 15px 11px; }
.discipline-row { gap: 9px; padding: 11px 0; }.discipline-row > div:nth-child(2) { flex: 1; }.discipline-row strong, .discipline-row small { display: block; font-size: 12px; }.discipline-row small { color: var(--muted); font-size: 10px; }.discipline-row b { color: var(--muted); font-size: 11px; }
.sport-badge { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; font-size: 16px; }.sport-badge.football { background: var(--teal-soft); }.sport-badge.volleyball { background: var(--purple-soft); }.sport-badge.basketball { background: var(--orange-soft); }
progress { display: block; width: 100%; height: 4px; margin-top: 7px; border: 0; border-radius: 20px; overflow: hidden; background: #edf0f3; }progress::-webkit-progress-bar { background: #edf0f3; }progress::-webkit-progress-value { border-radius: 20px; background: var(--teal); }
.activity-panel { padding-bottom: 8px; }.activity-item { display: flex; gap: 10px; margin: 14px 16px; }.activity-dot { width: 8px; height: 8px; flex: none; margin-top: 5px; border-radius: 50%; }.activity-dot.teal { background: var(--teal); }.activity-dot.orange { background: var(--orange); }.activity-dot.purple { background: var(--purple); }
.activity-item p { color: #526177; font-size: 11px; }.activity-item b { color: var(--ink); }.activity-item small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.placeholder-section { display: none; height: calc(100vh - 76px); place-items: center; }.placeholder-section.active-section { display: grid; }
.empty-state { max-width: 420px; padding: 45px; color: var(--muted); border: 1px solid var(--line); border-radius: 10px; background: white; text-align: center; box-shadow: var(--shadow); }.empty-state > span { display: block; color: var(--teal); font-size: 46px; }.empty-state h2 { margin: 9px 0; color: var(--ink); }.empty-state p { margin-bottom: 20px; }
.workspace-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }.workspace-heading h1 { font-size: 26px; letter-spacing: -1px; }.workspace-panel { overflow: hidden; }.table-wrap { overflow-x: auto; }table { width: 100%; border-collapse: collapse; text-align: left; }th { color: var(--muted); background: #f9fafc; font-size: 10px; letter-spacing: .6px; text-transform: uppercase; }th, td { padding: 13px 16px; border-bottom: 1px solid var(--line); white-space: nowrap; }td { color: #526177; font-size: 12px; }tr:last-child td { border-bottom: 0; }.pill { padding: 5px 8px; color: var(--teal); border-radius: 20px; background: var(--teal-soft); font-size: 10px; font-weight: 700; }.row-action { color: var(--teal); background: transparent; font-size: 11px; font-weight: 700; }.row-action.danger { color: var(--red); }.empty-list { padding: 28px; color: var(--muted); text-align: center; }.empty-state.inline { margin: 25px auto; box-shadow: none; }
.admin-block { padding: 16px; border-bottom: 1px solid var(--line); }.admin-block:last-child { border-bottom: 0; }.admin-block h3 { margin-bottom: 11px; font-size: 14px; }.admin-block .table-wrap { border: 1px solid var(--line); border-radius: 7px; }.admin-grid { display: grid; grid-template-columns: 1fr 1fr; }
.help-grid { display: grid; padding: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.help-card { padding: 16px; border: 1px solid var(--line); border-radius: 9px; background: #fbfcfd; }.help-card h3 { margin-bottom: 8px; color: var(--ink); font-size: 14px; }.help-card p { color: var(--muted); font-size: 12px; line-height: 1.5; }.help-card code { color: var(--teal); font-weight: 700; }
.summary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.summary-card { padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }.summary-card h3 { margin: 10px 0 12px; font-size: 16px; }.summary-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; }.winner-box { padding: 13px; border-radius: 12px; background: var(--teal-soft); }.winner-box span { display: block; color: var(--teal); font-size: 11px; font-weight: 800; text-transform: uppercase; }.winner-box strong { display: block; margin-top: 3px; color: var(--ink); font-family: "Manrope"; font-size: 22px; }.summary-card progress { width: 100%; height: 9px; margin: 14px 0; accent-color: var(--teal); }.summary-columns { display: grid; grid-template-columns: 1fr 1.4fr; gap: 12px; }.summary-columns b,.bracket-summary b { display: block; margin-bottom: 6px; font-size: 12px; }.summary-columns p,.bracket-summary span { display: block; margin: 0 0 5px; color: var(--muted); font-size: 12px; line-height: 1.35; white-space: normal; }.bracket-summary { display: grid; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.public-summary-grid { padding: 18px; }
.fixture-summary-grid { grid-template-columns: 1fr; }.summary-card { box-shadow: 0 10px 28px rgba(13,32,52,.06); }.summary-card.summary-complete { border-color: rgba(21,160,151,.35); }.summary-card h3 small { display: block; margin-top: 4px; color: var(--muted); font-family: "DM Sans"; font-size: 12px; font-weight: 700; }.winner-box { display: grid; gap: 2px; border: 1px solid rgba(21,160,151,.18); }.winner-box em { color: var(--muted); font-size: 11px; font-style: normal; font-weight: 700; }.summary-list { padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: #fbfcfd; }.summary-list p { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 7px; }.summary-list p:last-child { margin-bottom: 0; }.summary-list p strong { color: var(--ink); font-size: 12px; white-space: nowrap; }.bracket-round { padding: 12px; border: 1px dashed var(--line); border-radius: 10px; background: #fbfcfd; }.bracket-round span { padding: 6px 0; border-bottom: 1px solid rgba(219,228,236,.7); }.bracket-round span:last-child { border-bottom: 0; }.bracket-round span strong { color: var(--ink); font-weight: 700; }.bracket-round em { display: inline-block; margin-left: 6px; padding: 3px 7px; color: var(--teal); border-radius: 999px; background: var(--teal-soft); font-size: 10px; font-style: normal; font-weight: 800; }
.player-summary { display: flex; gap: 22px; padding: 15px 17px; color: var(--muted); border-bottom: 1px solid var(--line); background: #f9fafc; font-size: 12px; }.player-summary b { margin-right: 4px; color: var(--ink); font-family: "Manrope"; font-size: 17px; }.eligibility-suspended { color: var(--red); background: var(--red-soft); }.eligibility-pending { color: #b16a1d; background: var(--orange-soft); }.eligibility-inactive { color: var(--muted); background: #edf0f3; }.form-divider { margin: 17px 0 2px; border: 0; border-top: 1px solid var(--line); }
.modal-shell { display: grid; position: fixed; z-index: 20; inset: 0; place-items: center; padding: 18px; background: rgba(10,27,45,.55); }.modal-card { width: min(100%, 480px); max-height: 92vh; overflow-y: auto; padding: 20px; border-radius: 10px; background: white; box-shadow: 0 18px 50px rgba(3,20,38,.2); }.modal-heading, .modal-actions { display: flex; align-items: center; justify-content: space-between; }.modal-heading { margin-bottom: 13px; }.modal-heading h2 { font-size: 20px; }.modal-heading button { color: var(--muted); background: transparent; font-size: 27px; }.modal-actions { justify-content: flex-end; gap: 9px; margin-top: 20px; }.field select, .field textarea { width: 100%; padding: 11px 13px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: white; outline: none; }.form-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.modal-note { padding: 11px; border-radius: 7px; background: var(--background); text-align: center; }.toast { position: fixed; z-index: 30; right: 20px; bottom: 20px; max-width: 360px; padding: 12px 16px; color: white; border-radius: 7px; background: var(--teal); box-shadow: var(--shadow); font-size: 12px; font-weight: 700; }.toast.error { background: var(--red); }
.toast.warning { background: var(--orange); }.field-help { margin-top: -8px; color: var(--muted); font-size: 11px; }
.segments-editor { display: grid; gap: 8px; margin: 13px 0 17px; }.segment-row { display: grid; align-items: center; padding: 9px; border: 1px solid var(--line); border-radius: 7px; background: #fbfcfd; grid-template-columns: 72px 1fr 1fr; gap: 8px; }.segment-row b { color: var(--ink); font-size: 11px; }.segment-row label { color: var(--muted); font-size: 10px; }.segment-row input { width: 100%; margin-top: 3px; padding: 6px 7px; border: 1px solid var(--line); border-radius: 5px; }
.events-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; }.football-events { display: grid; gap: 6px; margin-bottom: 15px; }.event-row { display: grid; grid-template-columns: 120px 58px 115px 1fr 1fr 28px; gap: 5px; }.event-row input,.event-row select { min-width: 0; padding: 6px; border: 1px solid var(--line); border-radius: 5px; background: white; font-size: 10px; }.event-row button { color: var(--red); border-radius: 5px; background: var(--red-soft); font-size: 17px; }
#print-area { display: none; }

.public-page { background: #eef3f6; }.public-hero { padding: 24px clamp(18px, 5vw, 68px) 38px; color: white; background: linear-gradient(145deg, #102941 0%, #0b1f35 70%, #123a50 100%); }.public-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 48px; }.public-nav .button.secondary { color: white; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); }.public-hero-content { max-width: 760px; }.public-hero h1 { font-size: clamp(34px, 6vw, 64px); line-height: 1.05; letter-spacing: -2px; }.public-hero p { max-width: 620px; margin-top: 16px; color: #bad0dd; font-size: 16px; }.public-stats { display: grid; margin-top: 34px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }.public-stats article { padding: 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.08); }.public-stats b { display: block; font-family: "Manrope"; font-size: 28px; }.public-stats span { color: #bad0dd; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }.public-main { display: grid; max-width: 1180px; margin: -20px auto 44px; padding: 0 18px; gap: 18px; }.public-panel { overflow: hidden; }.public-tools { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }.public-tools .button,.public-panel > .panel-heading > .button { padding: 9px 12px; font-size: 11px; white-space: nowrap; }.public-filter { padding: 9px 12px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: white; font-weight: 700; }.public-card { display: grid; align-items: center; padding: 15px 18px; border-bottom: 1px solid var(--line); grid-template-columns: 1fr 1fr auto; gap: 12px; }.public-card:last-child { border-bottom: 0; }.public-card strong { font-size: 13px; }.public-card span { color: var(--muted); font-size: 12px; }.public-card em { justify-self: end; padding: 5px 8px; border-radius: 20px; color: var(--teal); background: var(--teal-soft); font-size: 10px; font-style: normal; font-weight: 700; text-transform: uppercase; }.public-list { display: grid; }.public-match { display: grid; align-items: center; padding: 15px 18px; border-bottom: 1px solid var(--line); grid-template-columns: 150px minmax(220px, 1fr) minmax(160px, 240px) 110px; gap: 14px; }.public-match:last-child { border-bottom: 0; }.public-match b,.public-match span,.public-match small,.public-match strong { display: block; }.public-match span,.public-match small { color: var(--muted); font-size: 11px; }.public-match strong { font-size: 12px; }.public-match > div:last-child { text-align: right; }.public-match > div:last-child b { margin-bottom: 4px; font-family: "Manrope"; font-size: 17px; color: var(--ink); }

@media print {
  body.printing-sheet > *:not(#print-area) { display: none !important; }
  body.printing-sheet { margin: 0; color: #172536; background: white; }
  body.printing-sheet #print-area { display: block; font-family: Arial, sans-serif; }
  #print-area * { box-sizing: border-box; }
  #print-area .sheet { max-width: none; margin: 0; padding: 0; background: white; border: 0; }
  #print-area .top { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 16px; border-bottom: 3px solid #172536; }
  #print-area .brand { color: #5f6f80; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
  #print-area h1 { margin: 4px 0; font-size: 26px; }
  #print-area h2 { margin: 20px 0 8px; font-size: 16px; }
  #print-area .score { min-width: 150px; padding: 12px; border: 2px solid #172536; border-radius: 8px; text-align: center; }
  #print-area .score span, #print-area .box span { display: block; color: #5f6f80; font-size: 10px; text-transform: uppercase; }
  #print-area .score b { font-size: 30px; }
  #print-area .grid { display: grid; margin: 18px 0; grid-template-columns: repeat(4, 1fr); gap: 10px; }
  #print-area .box { padding: 10px; border: 1px solid #d9e1e7; border-radius: 8px; }
  #print-area .box b { font-size: 13px; }
  #print-area table { width: 100%; margin-bottom: 12px; border-collapse: collapse; }
  #print-area th, #print-area td { padding: 8px; border: 1px solid #d9e1e7; color: #172536; font-size: 12px; text-align: left; white-space: normal; }
  #print-area th { color: #5f6f80; background: #eef3f6; font-size: 10px; text-transform: uppercase; }
  #print-area .teams { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  #print-area .notes { min-height: 72px; padding: 10px; border: 1px solid #d9e1e7; }
  #print-area .signatures { display: grid; margin-top: 34px; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  #print-area .signature { padding-top: 42px; border-top: 1px solid #172536; font-size: 11px; text-align: center; }
  #print-area .empty-print { padding: 12px; color: #5f6f80; border: 1px dashed #bdc8d2; font-size: 12px; }
  @page { size: A4; margin: 12mm; }
}

@media (max-width: 1100px) {
  .dashboard-grid { grid-template-columns: 1fr; }.side-column { grid-template-columns: 1fr 1fr; }.sport-orbit { opacity: .55; }
}
@media (max-width: 800px) {
  .login-shell { display: block; }.login-brand { display: none; }.login-panel { min-height: 100vh; padding: 24px; }.mobile-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 72px; font-family: "Manrope"; font-size: 18px; font-weight: 800; }
  .app-shell { padding-left: 0; }.sidebar { transform: translateX(-100%); }.sidebar.open { transform: translateX(0); box-shadow: 8px 0 30px rgba(8,28,48,.22); }.menu-button { display: block; }.topbar { padding: 0 18px; }.topbar > div:nth-child(2) { flex: 1; margin-left: 15px; }.topbar-actions { gap: 12px; }.user-block { padding-left: 12px; }.user-block > div:not(.avatar), .user-block .chevron { display: none; }
  .page-section { padding: 22px 18px 30px; }.hero-row { display: block; }.hero-actions { margin-top: 16px; }.stats-grid { grid-template-columns: 1fr 1fr; }.dashboard-grid, .side-column { display: block; }.side-column .panel { margin-top: 18px; }.match-row { grid-template-columns: 54px 1fr 78px; }.match-meta { display: none; }
  .workspace-heading { display: block; }.workspace-heading .hero-actions { display: flex; overflow-x: auto; padding-bottom: 4px; }.workspace-heading .button { white-space: nowrap; }.admin-grid,.help-grid,.summary-grid,.summary-columns,.bracket-summary { grid-template-columns: 1fr; }
  .player-summary { flex-wrap: wrap; gap: 10px 18px; }
  .event-row { grid-template-columns: 1fr 70px; }.event-row select:nth-child(3),.event-row select:nth-child(4),.event-row input:nth-child(5) { grid-column: span 2; }
  .public-stats { grid-template-columns: 1fr 1fr; }.public-tools { width: 100%; align-items: stretch; flex-direction: column; }.public-tools .button,.public-filter,.public-panel > .panel-heading > .button { width: 100%; }.public-card { grid-template-columns: 1fr; }.public-card em { justify-self: start; }.public-match { grid-template-columns: 1fr; }.public-match > div:last-child { text-align: left; }
}
@media (max-width: 460px) {
  .stats-grid { grid-template-columns: 1fr; gap: 10px; }.hero-actions .button { flex: 1; padding: 10px 9px; font-size: 11px; }.panel-heading { padding: 15px; }.discipline-tabs { overflow-x: auto; padding: 10px 12px; }.tab { white-space: nowrap; }.match-row { padding: 13px; }.text-button { font-size: 10px; }
}
