:root {
  --ink: #10251f;
  --forest: #123e32;
  --forest-2: #0b2f26;
  --cream: #f4f0e6;
  --paper: #fbfaf5;
  --lime: #d7ff43;
  --line: #d7d8ce;
  --muted: #6e756f;
  --shadow: 0 20px 50px rgba(12, 41, 32, 0.12);
}

[data-peer-voting-surface] { display: none !important; }

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { height: 82px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(16, 37, 31, .13); background: rgba(251,250,245,.96); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-family: Manrope, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; line-height: 1.2; }
.brand strong { color: #477768; }
.brand-mark { width: 62px; height: 46px; border-radius: 6px; border: 1px solid rgba(16,37,31,.14); background: white; position: relative; display: grid; place-items: center; overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.desktop-nav { display: flex; align-items: center; gap: 35px; }
.nav-link { border: 0; background: none; padding: 29px 0 26px; cursor: pointer; color: #54605b; font-size: 14px; position: relative; }
.nav-link.active, .nav-link:hover { color: var(--ink); }
.nav-link.active::after { content: ""; height: 3px; border-radius: 3px; background: var(--forest); position: absolute; bottom: 0; left: 0; right: 0; }
.count-badge { min-width: 18px; height: 18px; border-radius: 20px; display: inline-grid; place-items: center; padding: 0 5px; color: var(--forest); background: var(--lime); font-size: 10px; font-weight: 700; }
.notification-badge { max-width: 120px; margin-left: 6px; padding: 3px 7px; border-radius: 20px; display: inline-block; color: white; background: #c94b42; font-size: 9px; font-weight: 800; line-height: 1.2; text-transform: uppercase; vertical-align: middle; }
.button { min-height: 48px; border: 0; border-radius: 3px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(12, 41, 32, .16); }
.button-primary { color: #10251f; background: var(--lime); }
.button-secondary { color: var(--ink); border: 1px solid #aeb8b2; background: transparent; }
.header-cta { min-height: 44px; }
.header-account { display: flex; align-items: center; gap: 10px; }
.page-menu { position: relative; }
.page-menu-button { width: 54px; height: 54px; min-height: 54px; padding: 3px; overflow: hidden; display: grid; place-items: center; border: 1px solid var(--forest); border-radius: 6px; background: white; cursor: pointer; }
.page-menu-button img { width: 100%; height: 100%; display: block; object-fit: contain; }
.page-menu-button:focus-visible, .page-menu-panel button:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }
.page-menu-panel { position: absolute; top: calc(100% + 10px); right: 0; z-index: 50; width: min(290px, calc(100vw - 24px)); max-height: calc(100vh - 110px); overflow-y: auto; padding: 8px; border: 1px solid #cfd4cd; background: #fbfaf5; box-shadow: 0 18px 45px rgba(6, 29, 23, .24); }
.page-menu-panel button { width: 100%; min-height: 44px; padding: 10px 12px; border: 0; background: transparent; color: var(--forest); cursor: pointer; text-align: left; font: 700 13px DM Sans, sans-serif; }
.page-menu-panel button:hover, .page-menu-panel button:focus-visible { background: #e9eee6; }
.page-menu-panel button.current { border-left: 4px solid var(--lime); background: #edf4e7; }
.account-email { max-width: 170px; overflow: hidden; text-overflow: ellipsis; color: var(--muted); font-size: 11px; }

.page { display: none; min-height: calc(100vh - 82px); }
.page.active { display: block; }
.hero-shell { min-height: 570px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--forest); color: white; overflow: hidden; }
.hero-copy { padding: 90px clamp(28px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; position: relative; }
.hero-copy::before { content: ""; position: absolute; inset: 26px; border-left: 1px solid rgba(255,255,255,.07); pointer-events: none; }
.hero-brand-lockup { width: clamp(126px, 16vw, 172px); margin-bottom: 24px; position: relative; z-index: 1; }
.hero-brand-lockup img { width: 100%; height: auto; display: block; border-radius: 8px; box-shadow: 0 16px 38px rgba(0,0,0,.22); }
.eyebrow { display: flex; align-items: center; gap: 10px; font-family: Manrope, sans-serif; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; color: var(--lime); }
.eyebrow span { width: 22px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #467365; }
h1, h2, h3 { font-family: Manrope, sans-serif; margin: 0; }
.hero-copy h1, .inner-page h1 { margin-top: 18px; font-size: clamp(48px, 6vw, 80px); letter-spacing: -.06em; line-height: .97; }
h1 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.hero-text { max-width: 520px; margin: 26px 0 32px; color: #c7d3ce; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.fox-den-start-button { max-width: 330px; min-height: 52px; white-space: normal; line-height: 1.25; text-align: left; }
.text-button { color: white; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); background: none; padding: 5px 0; cursor: pointer; font-weight: 600; }
.dark-text { color: var(--ink); border-color: #88928d; }
.hero-art { min-height: 570px; position: relative; overflow: hidden; background: #d0f641; clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%); }
.table-lines { position: absolute; inset: 50px -120px -160px 60px; border: 38px solid #183e34; background: #28765d; transform: rotate(-13deg); box-shadow: inset 0 0 0 5px #c6a875; }
.table-lines::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.ball { width: 78px; height: 78px; border: 1px solid rgba(0,0,0,.35); border-radius: 50%; display: grid; place-items: center; position: absolute; z-index: 2; overflow: hidden; color: #101412; font-family: Manrope; font-weight: 900; font-size: 20px; text-shadow: 0 1px 0 rgba(255,255,255,.55); box-shadow: inset -13px -15px 20px rgba(0,0,0,.34), inset 8px 7px 12px rgba(255,255,255,.28), 0 18px 25px rgba(0,0,0,.32); }
.ball::before { content: ""; position: absolute; width: 31px; height: 31px; border: 1px solid rgba(0,0,0,.12); border-radius: 50%; background: linear-gradient(145deg, #fff, #e9e8df); z-index: -1; box-shadow: inset -2px -3px 5px rgba(0,0,0,.13); }
.ball::after { content: ""; position: absolute; width: 19px; height: 11px; left: 14px; top: 11px; border-radius: 50%; background: rgba(255,255,255,.55); filter: blur(2px); transform: rotate(-28deg); }
.ball-1 { left: 35%; top: 42%; background: radial-gradient(circle at 32% 27%, #ffe763 0 8%, #e7bd21 36%, #a87504 100%); transform: rotate(-8deg); }
.ball-8 { right: 22%; top: 25%; background: radial-gradient(circle at 32% 27%, #626866 0 5%, #161918 35%, #020303 100%); }
.ball-3 { right: 26%; bottom: 17%; background: radial-gradient(circle at 32% 27%, #fa7565 0 7%, #c53c31 37%, #741811 100%); }
.corner-label { position: absolute; right: 32px; top: 85px; color: #184d3e; font-family: Manrope; font-size: 10px; font-weight: 800; letter-spacing: .14em; transform: rotate(90deg); transform-origin: right top; }
.hero-stat { position: absolute; z-index: 3; bottom: 30px; left: 25%; padding: 14px 20px; display: flex; align-items: center; gap: 12px; color: white; background: rgba(12,44,35,.91); backdrop-filter: blur(6px); }
.hero-stat strong { font: 800 27px Manrope; color: var(--lime); }
.hero-stat span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; line-height: 1.35; }

.directory-shell { max-width: 1320px; margin: 0 auto; padding: 78px 28px 100px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2 { margin-top: 10px; font-size: clamp(31px, 4vw, 46px); letter-spacing: -.04em; }
.section-heading > p { max-width: 360px; color: var(--muted); line-height: 1.6; }
.toolbar { margin: 36px 0 28px; display: grid; grid-template-columns: minmax(230px, 1fr) repeat(4, minmax(150px, 190px)); gap: 12px; }
.search-box, .select-box { height: 52px; border: 1px solid var(--line); background: white; display: flex; align-items: center; }
.search-box span { padding-left: 18px; font-size: 24px; transform: rotate(-20deg); }
.search-box input, .select-box select { width: 100%; height: 100%; border: 0; outline: 0; background: transparent; padding: 0 18px; color: var(--ink); }
.player-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tier-summary { margin: -4px 0 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.tier-summary span { padding: 8px 10px; display: flex; align-items: center; gap: 6px; border: 1px solid #dde0d7; background: white; color: var(--muted); font-size: 11px; font-weight: 800; }
.tier-summary b { color: var(--forest); }
.tier-group { grid-column: 1 / -1; display: grid; gap: 14px; }
.tier-heading { padding: 15px; display: grid; grid-template-columns: 46px 1fr; gap: 12px; align-items: center; border: 1px solid #d8dbd3; background: #f4f5ef; }
.tier-heading h3 { font-size: 20px; }
.tier-heading p { margin: 3px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.tier-player-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.player-card { border: 1px solid #dcddd4; background: white; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.player-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.player-photo { height: 250px; position: relative; overflow: hidden; background: #dce4df; }
.player-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); }
.initial-photo { width: 100%; height: 100%; display: grid; place-items: center; color: white; background: linear-gradient(145deg, #749589, #224f42); font: 800 72px Manrope; }
.apa-chip { position: absolute; top: 15px; left: 15px; padding: 7px 10px; background: rgba(13,39,32,.9); color: white; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.rank-chip { position: absolute; right: 15px; bottom: 15px; padding: 8px 11px; display: flex; align-items: center; gap: 7px; background: white; box-shadow: 0 5px 15px rgba(0,0,0,.16); font-size: 11px; font-weight: 700; }
.skill-rank-chip { position: absolute; left: 15px; bottom: 15px; padding: 8px 11px; background: var(--lime); color: var(--forest); box-shadow: 0 5px 15px rgba(0,0,0,.12); font-size: 10px; font-weight: 900; }
.skill-level-number { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--forest); font: 800 20px Manrope; }
.rank-dot { width: 10px; height: 10px; border-radius: 50%; border: 1px solid rgba(0,0,0,.14); background: var(--rank-color); }
.player-body { padding: 20px; }
.player-body h3 { font-size: 21px; letter-spacing: -.025em; }
.location { margin: 6px 0 18px; color: var(--muted); font-size: 13px; }
.player-details { margin: 14px 0 20px; display: grid; gap: 9px; }
.player-details div { display: flex; justify-content: space-between; gap: 16px; }
.player-details dt { color: var(--muted); font-size: 11px; }
.player-details dd { margin: 0; text-align: right; font-size: 12px; font-weight: 700; }
.vote-breakdown { margin: 0 0 20px; padding: 15px; background: #f4f5ef; }
.vote-breakdown-title { margin-bottom: 11px; display: flex; justify-content: space-between; align-items: center; }
.vote-breakdown-title strong { font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.vote-breakdown-title span { color: var(--muted); font-size: 10px; }
.vote-percentage-row { min-height: 22px; display: grid; grid-template-columns: 67px 1fr 30px; gap: 8px; align-items: center; font-size: 9px; }
.vote-color { display: flex; align-items: center; gap: 5px; }
.vote-color .rank-dot { width: 8px; height: 8px; }
.vote-track { height: 5px; overflow: hidden; background: #dfe2dc; }
.vote-track i { display: block; height: 100%; min-width: 0; background: var(--rank-color); }
.vote-percentage-row > strong { text-align: right; font-size: 9px; }
.card-footer { padding-top: 16px; border-top: 1px solid #e8e9e2; display: flex; justify-content: space-between; align-items: center; }
.vote-count { color: var(--muted); font-size: 11px; }
.vote-button { border: 0; background: none; color: #275f4f; font-weight: 700; cursor: pointer; padding: 5px 0; }
.vote-button:hover { text-decoration: underline; }
.player-card-tools { margin-top: 14px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.player-card-tools button { min-height: 36px; border: 1px solid #d7d8ce; background: #fbfaf5; cursor: pointer; font-size: 11px; font-weight: 700; }
.player-card-tools button:hover { border-color: var(--forest); }
.player-card-tools .claim-roster-profile { grid-column: 1 / -1; color: var(--forest); background: var(--lime); border-color: #9fcf16; font-weight: 900; }
.player-card-tools .captain-edit-profile { grid-column: 1 / -1; color: white; background: var(--forest); border-color: var(--forest); font-weight: 900; }
.player-card-tools .disagreement-button { color: #8d3a34; background: #fff7f5; }
.ranking-player-card .player-body { padding-bottom: 16px; }
.ranking-card-team { margin: 5px 0 14px; color: var(--muted); font-size: 13px; }
.ranking-card-tier { display: flex; align-items: center; gap: 8px; margin: 0 0 15px; color: var(--forest); }
.ranking-card-tier .rank-dot { width: 14px; height: 14px; }
.ranking-player-card .card-footer { border-top: 1px solid var(--line); padding-top: 13px; }
.ranking-player-card .player-card-tools { display: block; margin-top: 10px; }
.ranking-player-card .player-card-tools button { width: 100%; }
.empty-skill-level { grid-column: 1 / -1; margin: 0; padding: 18px; border: 1px dashed var(--line); color: var(--muted); background: #fbfaf5; }
.empty-state { padding: 65px 20px; text-align: center; border: 1px dashed #cbd0c9; color: var(--muted); }
.empty-state h3 { color: var(--ink); margin-bottom: 8px; }

.inner-page { padding: 42px clamp(22px, 6vw, 92px) 100px; background: var(--forest); color: white; }
.back-button { border: 0; background: none; color: #d8e3df; cursor: pointer; padding: 8px 0; }
.form-layout { max-width: 1220px; margin: 50px auto 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.form-intro { position: sticky; top: 145px; }
.form-intro > p:not(.eyebrow) { max-width: 430px; color: #bdcbc6; line-height: 1.7; }
.approval-note { margin-top: 42px; padding: 22px; border: 1px solid rgba(255,255,255,.15); display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: #d7e1dd; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.approval-note strong { width: 100%; margin-bottom: 8px; color: var(--lime); }
.approval-note i { width: 18px; height: 1px; background: #668076; }
.profile-form { padding: clamp(24px, 5vw, 52px); background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.form-heading { display: flex; gap: 16px; margin-bottom: 28px; }
.form-heading > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); font: 800 11px Manrope; }
.form-heading h2 { font-size: 25px; }
.form-heading p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.photo-upload { height: 190px; margin-bottom: 24px; border: 1px dashed #aeb7b1; background: #eef0e9; display: grid; place-items: center; cursor: pointer; overflow: hidden; }
.photo-upload input { display: none; }
.photo-upload img { width: 100%; height: 100%; object-fit: cover; }
.photo-upload > span { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.photo-upload b { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--forest); font-size: 22px; }
.photo-upload small { color: var(--muted); }
.profile-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; font-size: 12px; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.profile-form input, .profile-form select, .profile-form textarea { width: 100%; border: 1px solid #cfd3cd; border-radius: 0; outline: none; background: white; padding: 13px 14px; color: var(--ink); resize: vertical; }
.profile-form input:focus, .profile-form select:focus, .profile-form textarea:focus { border-color: #4c806f; box-shadow: 0 0 0 3px rgba(76,128,111,.12); }
.submit-button { width: 100%; margin-top: 5px; }
.form-notice { padding: 25px; text-align: center; border: 1px solid #d5d9d2; background: #eef0e9; }
.form-notice p { color: var(--muted); }
.form-notice .button { margin-top: 8px; }

.account-mode:not(.signed-in-mode) .site-header, .account-mode:not(.signed-in-mode) .mobile-nav, .account-mode footer { display: none; }
.account-page { position: relative; isolation: isolate; min-height: 100vh; padding: clamp(28px, 5vw, 64px); overflow: hidden; color: white; background: #061511 url("assets/fox-den-signin-background-v2.jpg?v=20260713") center center / cover no-repeat; }
.account-page::before { content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none; background: rgba(1, 13, 10, .16); }
.account-page::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 32% 38%, rgba(13, 66, 52, .1), transparent 38%), linear-gradient(90deg, rgba(2, 17, 13, .72), rgba(5, 35, 27, .38) 50%, rgba(1, 11, 9, .62)); }
.account-layout { max-width: 780px; min-height: calc(100vh - clamp(56px, 10vw, 128px)); margin: 0 auto; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: clamp(18px, 3.2vw, 28px); align-content: center; justify-items: center; text-align: center; }
.account-intro { width: 100%; max-width: 760px; padding: clamp(10px, 2vw, 18px) 0 0; border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.account-intro .eyebrow { color: var(--lime); }
.account-intro h1 { max-width: 780px; margin: 0 0 8px; color: white; font-family: "Playfair Display", Georgia, serif; font-size: clamp(52px, 7.8vw, 94px); line-height: .9; letter-spacing: -.035em; white-space: nowrap; text-shadow: 0 4px 22px rgba(0,0,0,.5); }
.account-newspaper-tagline { max-width: 760px; margin: 0 auto 12px; color: #f4f0e6; font-family: "Playfair Display", Georgia, serif; font-size: clamp(18px, 2.1vw, 25px); font-style: italic; font-weight: 700; line-height: 1.1; text-shadow: 0 2px 14px rgba(0,0,0,.52); }
.account-intro strong { display: block; color: #f4f7ed; font-size: clamp(17px, 1.9vw, 22px); line-height: 1.22; text-shadow: 0 2px 12px rgba(0,0,0,.45); }
.account-feature-line { max-width: 760px; margin: 10px auto 0; color: #ecf4ef; font-size: clamp(14px, 1.55vw, 18px); font-weight: 900; line-height: 1.25; letter-spacing: .04em; text-transform: uppercase; text-wrap: balance; text-shadow: 0 2px 14px rgba(0,0,0,.5); }
.auth-card { width: min(100%, 372px); padding: clamp(20px, 2.5vw, 28px); position: relative; z-index: 2; pointer-events: auto; color: #f7fbf5; border: 1px solid rgba(255,255,255,.15); background: rgba(4, 20, 16, .76); box-shadow: 0 24px 64px rgba(0,0,0,.42); backdrop-filter: blur(12px); text-align: left; }
.auth-card form, .auth-card label { position: relative; z-index: 1; pointer-events: auto; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.auth-tab { padding: 14px 8px; border: 0; border-bottom: 3px solid transparent; background: none; cursor: pointer; color: var(--muted); font-weight: 700; }
.auth-tab.active { color: var(--forest); border-color: var(--forest); }
.auth-card h2 { margin-bottom: 6px; color: white; font-size: clamp(27px, 3.5vw, 34px); letter-spacing: -.035em; }
.auth-card p { margin: 0 0 13px; color: #cbdad4; line-height: 1.4; }
.auth-card label { display: flex; flex-direction: column; gap: 7px; margin: 12px 0; color: #edf5ef; font-size: 12px; font-weight: 900; letter-spacing: .03em; }
.auth-card input { width: 100%; min-height: 50px; padding: 13px 14px; position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.18); outline: none; pointer-events: auto; touch-action: manipulation; -webkit-user-select: text; user-select: text; color: white; background: rgba(255,255,255,.1); font-size: 16px; }
.auth-card input::placeholder { color: rgba(255,255,255,.58); }
.auth-card input:focus { border-color: #c7e94c; box-shadow: 0 0 0 4px rgba(199,233,76,.16); background: rgba(255,255,255,.14); }
.forgot-password-link { display: inline-flex; margin: -1px 0 12px; padding: 0; border: 0; color: #c7e94c; background: transparent; cursor: pointer; font-size: 13px; font-weight: 900; }
.auth-card .button-secondary { color: white; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.08); }
.auth-card .button-secondary:hover { background: rgba(255,255,255,.14); }
.auth-card .button-primary { background: #c9ea4a; }
.request-access-button { width: 100%; margin-top: 8px; }
.signin-mode-button { margin: 12px auto 0; display: block; color: #c7e94c; border-color: rgba(199,233,76,.42); }
.account-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.account-actions .button { flex: 1 1 170px; min-height: 50px; }
.claim-profile-panel { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.claim-profile-panel h3 { font-size: 18px; }
.claim-profile-panel > p { margin: 5px 0 14px; font-size: 12px; }
.claim-profile-row { padding: 13px; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; background: #eef0e9; }
.claim-profile-row strong, .claim-profile-row span { display: block; }
.claim-profile-row span { margin-top: 4px; color: var(--muted); font-size: 11px; }
.claim-profile-row .button { padding: 10px 13px; }
.own-profile-label { color: #477768; font-size: 11px; font-weight: 700; }
.setup-card { grid-column: 1 / -1; padding: 45px; border: 1px solid #d5d8d0; background: white; }
.setup-card h2 { margin: 8px 0; }
.setup-card p:last-child { max-width: 650px; color: var(--muted); line-height: 1.7; }
.secure-warning { border-left-color: #477768; background: #edf5ef; }

@media (orientation: landscape) and (min-width: 900px) and (max-width: 1180px) {
  .account-page { padding-inline: clamp(24px, 4vw, 48px); }
  .account-layout { max-width: 720px; gap: 24px; }
  .account-intro h1 { font-size: clamp(54px, 6.6vw, 76px); }
  .account-intro p { max-width: 720px; }
}

.ranking-page { background: var(--paper); color: var(--ink); }
.ranking-page .back-button, .admin-page .back-button { color: #54605b; }
.ranking-intro { max-width: 800px; margin: 60px auto; text-align: center; }
.ranking-intro .eyebrow { justify-content: center; color: #477768; }
.ranking-intro h1 { font-size: clamp(45px, 7vw, 78px); }
.ranking-intro h1 em { color: #477768; }
.ranking-intro > p:last-child { max-width: 680px; margin: 25px auto; color: var(--muted); line-height: 1.7; }
.rank-ladder { max-width: 1000px; margin: 0 auto; border-top: 1px solid var(--line); }
.rank-row { display: grid; grid-template-columns: 80px 150px 1fr; gap: 24px; align-items: center; padding: 22px 10px; border-bottom: 1px solid var(--line); }
.rank-swatch { width: 48px; height: 48px; border-radius: 50%; background: var(--rank-color); border: 1px solid rgba(0,0,0,.15); box-shadow: inset -5px -6px 9px rgba(0,0,0,.12); }
.rank-row h3 { font-size: 18px; }
.rank-row p { margin: 0; color: var(--muted); line-height: 1.5; }
.fair-vote-card { max-width: 1000px; margin: 50px auto 0; padding: 40px; background: var(--forest); color: white; }
.fair-vote-card span { color: var(--lime); font: 800 10px Manrope; letter-spacing: .16em; }
.fair-vote-card h2 { margin: 10px 0; font-size: 28px; }
.fair-vote-card p { max-width: 700px; margin: 0; color: #c4d1cc; line-height: 1.7; }

.standings-page, .news-page, .awards-page { background: var(--paper); color: var(--ink); }
.standings-page .back-button, .news-page .back-button, .awards-page .back-button { color: #54605b; }
.league-heading, .news-heading { max-width: 1100px; margin: 50px auto 35px; }
.league-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.league-heading-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.league-heading h1, .news-heading h1 { margin: 12px 0; font-size: clamp(40px, 6vw, 65px); letter-spacing: -.05em; color: var(--ink); }
.league-heading .fox-den-times-title { margin: 8px 0 2px; font-size: clamp(58px, 8vw, 92px); line-height: .94; }
.league-heading .presents-label { margin: 14px 0 2px; color: #60716a; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.league-heading .presented-league-title { margin: 0 0 14px; color: var(--forest); font-family: Manrope, sans-serif; font-size: clamp(28px, 4vw, 44px); line-height: 1.08; letter-spacing: -.04em; }
.league-heading p:not(.eyebrow), .news-heading p:not(.eyebrow) { max-width: 680px; color: var(--muted); line-height: 1.7; }
.league-welcome-grid { max-width: 1100px; margin: 0 auto 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.profile-claim-card, .latest-times-card { padding: 26px; border: 1px solid #cdd4cc; border-radius: 18px; background: white; box-shadow: 0 16px 40px rgba(18,44,35,.07); }
.profile-claim-card { background: linear-gradient(135deg, #efffc5, #fff 62%); }
.profile-claim-card h2, .latest-times-card h2 { margin: 10px 0; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.04em; }
.profile-claim-card > p:not(.eyebrow), .latest-times-card > p:not(.eyebrow), .league-latest-news > p { color: var(--muted); line-height: 1.6; }
.league-times-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.league-latest-news .eyebrow { display: none; }
.league-latest-news .feature-pill-row { margin-top: 12px; }
.league-focus-banner { max-width: 1100px; margin: 0 auto 16px; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); border: 1px solid #cdd4cc; background: #0b3128; color: white; }
.league-focus-banner > div { min-width: 0; padding: 16px 18px; border-right: 1px solid rgba(255,255,255,.14); }
.league-focus-banner > div:last-child { border-right: 0; }
.league-focus-banner span, .league-focus-banner strong { display: block; }
.league-focus-banner span { margin-bottom: 5px; color: #a9beb6; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.league-focus-banner strong { overflow-wrap: anywhere; font-size: 13px; line-height: 1.35; }
.league-start-steps { max-width: 1100px; margin: 0 auto 18px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #d8dbd3; background: white; }
.league-start-steps > div { padding: 16px; display: grid; grid-template-columns: 30px 1fr; gap: 10px; border-right: 1px solid #e3e6df; }
.league-start-steps > div:last-child { border-right: 0; }
.league-start-steps b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--forest); font-size: 11px; }
.league-start-steps span, .league-start-steps strong, .league-start-steps small { display: block; }
.league-start-steps strong { font-size: 12px; line-height: 1.35; }
.league-start-steps small { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.league-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 16px; }
.league-card, .tool-form, .news-item, .award-card { border: 1px solid #d8dbd3; background: white; box-shadow: 0 12px 28px rgba(12, 41, 32, .06); }
.league-card { padding: 20px; }
.standings-card { grid-row: span 2; }
.card-title-row { margin-bottom: 16px; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.card-title-row h2 { font-size: 22px; }
.card-title-row span { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.table-scroll { overflow-x: auto; }
.standings-table { width: 100%; border-collapse: collapse; min-width: 430px; }
.standings-table th, .standings-table td { padding: 13px 10px; border-bottom: 1px solid #eceee8; text-align: left; font-size: 13px; }
.standings-table th { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.standings-table td:not(:nth-child(2)), .standings-table th:not(:nth-child(2)) { text-align: right; }
.team-name-cell strong { display: block; }
.team-name-cell span { color: var(--muted); font-size: 11px; }
.standings-team-button { width: 100%; padding: 5px 0; border: 0; background: transparent; color: var(--forest); cursor: pointer; text-align: left; }
.standings-team-button:hover strong, .standings-team-button:focus-visible strong { color: #6e9810; text-decoration: underline; }
.race-list { display: grid; gap: 10px; }
.race-item { padding: 12px; display: flex; justify-content: space-between; gap: 12px; background: #f4f5ef; }
.race-item strong { font-size: 13px; }
.race-item span { color: var(--muted); font-size: 11px; }
.league-session-button { width: 100%; border: 1px solid transparent; color: inherit; text-align: left; cursor: pointer; }
.league-session-button:hover, .league-session-button.active { border-color: #4c806f; background: #e9f2eb; }
.league-community { max-width: 1100px; margin: 42px auto 0; }
.league-community-layout { margin-top: 22px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 18px; align-items: start; }
.community-post-form { position: sticky; top: 92px; }
.community-post-list { display: grid; gap: 14px; }
.community-post-card { overflow: hidden; border: 1px solid #d8dbd3; background: white; box-shadow: 0 12px 28px rgba(12, 41, 32, .06); }
.community-post-card.resolved { opacity: .72; }
.community-post-card > :not(.community-post-photo) { margin-left: 20px; margin-right: 20px; }
.community-post-photo { width: 100%; max-height: 380px; display: block; object-fit: cover; }
.community-post-card header, .community-post-card footer { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 10px; }
.community-post-card header { margin-top: 18px; }
.community-category { padding: 5px 8px; color: var(--forest); background: #e1f1e8; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.community-post-card h3 { margin-top: 14px; font-size: 21px; }
.community-post-card p { margin-top: 9px; color: var(--muted); line-height: 1.65; white-space: pre-wrap; }
.community-post-card footer { margin-top: 18px; margin-bottom: 18px; padding-top: 13px; border-top: 1px solid #eceee8; }
.community-post-card footer strong { color: #245c4c; }
.community-post-actions { margin-bottom: 18px; display: flex; gap: 8px; }
.community-post-actions button { padding: 8px 10px; border: 0; color: #245c4c; background: #e1f1e8; cursor: pointer; font-weight: 800; }
.community-post-actions button:last-child { color: #943b34; background: #f7e8e5; }
.community-photo-preview { width: 100%; max-height: 300px; margin-bottom: 14px; object-fit: contain; border: 1px solid #d8dbd3; background: #f4f5ef; }
.captain-tools { max-width: 1100px; margin: 42px auto 0; }
.captain-tool-grid { margin-top: 22px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.tool-form { padding: 22px; }
.tool-form h3 { margin-bottom: 18px; font-size: 20px; }
.tool-note { margin: -9px 0 18px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.tool-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; font-size: 12px; font-weight: 700; }
.tool-form input, .tool-form select, .tool-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #cfd3cd; outline: 0; background: white; color: var(--ink); }
.tool-form input:focus, .tool-form select:focus, .tool-form textarea:focus { border-color: #4c806f; box-shadow: 0 0 0 3px rgba(76,128,111,.12); }
.tool-form .button { width: 100%; margin-top: 4px; }
.league-defaults { margin: -5px 0 16px; padding: 12px 13px; border-left: 3px solid #4c806f; background: #eef5ef; color: var(--muted); font-size: 11px; line-height: 1.5; }
.league-defaults strong, .league-defaults span { display: block; }
.league-defaults strong { color: var(--ink); font-size: 12px; }
.league-management-grid { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.captain-profile-list { display: grid; gap: 10px; }
.captain-profile-row { padding: 13px; display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; border: 1px solid #e2e5df; background: #f8f8f3; }
.captain-profile-row > div:first-child { min-width: 0; }
.captain-profile-row strong, .captain-profile-row span { display: block; }
.captain-profile-row > div:first-child span { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.45; overflow-wrap: anywhere; }
.captain-profile-row .admin-actions { grid-column: 1 / -1; }
.captain-profile-row .admin-actions button { min-height: 36px; padding: 0 13px; border: 1px solid #d5d8d0; background: white; cursor: pointer; font-weight: 700; }
.roster-list, .score-list { display: grid; gap: 12px; }
.team-roster-card, .score-item { padding: 14px; border: 1px solid #eceee8; background: #f8f8f3; }
.team-roster-card { transition: border-color .25s, box-shadow .25s; }
.team-roster-highlight { border-color: #8cb70f; box-shadow: 0 0 0 4px rgba(181,231,35,.28); }
.team-roster-heading { display: grid; grid-template-columns: 48px 1fr auto; gap: 12px; align-items: center; }
.team-admin-button { min-height: 36px; padding: 8px 12px; font-size: 11px; }
.team-logo { width: 48px; height: 48px; overflow: hidden; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: white; font: 800 16px Manrope; }
.team-logo img { width: 100%; height: 100%; object-fit: cover; }
.team-roster-heading h3 { font-size: 16px; }
.team-roster-heading p { margin: 3px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.roster-players { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 7px; }
.roster-players span, .roster-player-link { padding: 7px 9px; background: white; border: 1px solid #e2e5df; color: var(--forest); font-size: 12px; font-weight: 700; text-align: left; }
.roster-player-link { cursor: pointer; }
.roster-player-link:hover, .roster-player-link:focus-visible { border-color: #8cb70f; background: #f3ffd3; }
.roster-players span.inactive, .roster-player-link.inactive { color: #7b7068; background: #efede8; text-decoration: line-through; }
.roster-players small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.roster-screenshot-preview { width: 100%; max-height: 360px; margin: 0 0 14px; object-fit: contain; border: 1px solid #d8dbd3; background: #f4f5ef; }
.roster-screenshot-details { margin-top: 13px; border-top: 1px solid #e2e5df; padding-top: 11px; }
.roster-screenshot-details summary { color: #275f4f; cursor: pointer; font-size: 11px; font-weight: 800; }
.roster-screenshot-details img { width: 100%; max-height: 480px; margin-top: 10px; object-fit: contain; background: white; }
.roster-screenshot-details p { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.score-item { display: grid; gap: 7px; }
.score-item div { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 11px; }
.score-item p { margin: 0; color: var(--ink); font-size: 13px; line-height: 1.5; }
.score-actions { display: flex; justify-content: flex-start; gap: 8px; }
.score-actions button { justify-self: start; padding: 7px 10px; border: 0; color: #245c4c; background: #e1f1e8; cursor: pointer; font-weight: 800; }
.score-actions button:last-child { color: #943b34; background: #f7e8e5; }
.fox-notes-fields { margin: 18px 0; padding: 16px; border: 1px solid #e1e4dc; background: #f7f8f1; }
.fox-notes-fields h4 { margin: 0 0 14px; font-family: Manrope, sans-serif; font-size: 15px; }
.fox-den-masthead { max-width: 1100px; margin: 32px auto 22px; overflow: hidden; border: 1px solid #315b4d; background: #071f18; color: white; box-shadow: 0 14px 34px rgba(5, 24, 18, .2); text-align: center; }
.fox-den-masthead-top { display: grid; grid-template-columns: clamp(58px, 10vw, 90px) minmax(0, 1fr) clamp(58px, 10vw, 90px); align-items: start; gap: clamp(10px, 2.5vw, 24px); padding: clamp(18px, 4vw, 34px); }
.fox-den-masthead-logo { width: clamp(58px, 10vw, 90px); aspect-ratio: 1; overflow: hidden; display: block; border: 1px solid rgba(210, 255, 47, .45); background: white; transition: border-color .2s, transform .2s; }
.fox-den-masthead-logo:hover, .fox-den-masthead-logo:focus-visible { border-color: #d2ff2f; transform: translateY(-2px); }
.fox-den-masthead-logo span { width: 100%; height: 100%; display: grid; place-items: center; color: #071f18; background: #d2ff2f; font: 1000 clamp(16px, 3vw, 25px) "Manrope", sans-serif; letter-spacing: -.06em; }
.brand-fox-den-name { display: none; }
.news-home-mode .brand-mark { display: none; }
.news-home-mode .brand-network-name { display: none; }
.news-home-mode .brand-fox-den-name { display: inline; }
.fox-den-masthead-copy { min-width: 0; }
.fox-den-masthead h1 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(34px, 7vw, 70px); font-weight: 900; line-height: .92; letter-spacing: -.04em; }
.fox-den-masthead-copy > p { margin: 9px 0 0; color: #e8eee9; font-family: Georgia, serif; font-size: clamp(13px, 2.3vw, 18px); font-style: italic; }
.fox-den-masthead strong { display: block; margin-top: 14px; color: #d2ff2f; font-size: clamp(9px, 1.7vw, 12px); letter-spacing: .17em; line-height: 1.4; text-transform: uppercase; }
.fox-den-masthead-hero { width: 100%; aspect-ratio: 16 / 8.5; overflow: hidden; border-top: 1px solid #315b4d; background: #071f18; }
.fox-den-masthead-hero img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 48%; }
.fox-den-masthead + .latest-news-article .fox-times-home > .fox-times-hero { display: none; }
.latest-news-article, .article-tip-card, .news-archives, .news-admin-manager { max-width: 900px; margin: 0 auto 18px; padding: 24px; border: 1px solid #d8dbd3; background: white; box-shadow: 0 12px 28px rgba(12, 41, 32, .06); }
.latest-news-article header { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 12px; }
.latest-news-article h2 { margin: 0 0 18px; font-size: clamp(26px, 5vw, 40px); }
.news-feature-image { width: 100%; max-height: 520px; margin-bottom: 18px; object-fit: contain; border: 1px solid #e2e5df; background: #f4f5ef; }
.news-article-body { color: var(--ink); line-height: 1.75; white-space: pre-wrap; }
.news-article-body a { color: var(--forest); font-weight: 800; }
.fox-times-story-reader { max-width: 840px; margin: 0 auto; display: grid; gap: 20px; color: #111b17; }
.fox-times-story-masthead { display: grid; gap: 2px; justify-items: center; padding-bottom: 18px; border-bottom: 4px double #172d25; text-align: center; }
.fox-times-story-masthead h1 { margin: 0; color: #172d25; font-family: "Playfair Display", Georgia, serif; font-size: clamp(42px, 9vw, 82px); line-height: .86; letter-spacing: -.06em; }
.fox-times-story-masthead p { margin: 0; color: #51665e; font-family: Georgia, serif; font-style: italic; }
.fox-times-story-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; color: #51665e; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.fox-times-story-meta span { padding: 6px 9px; background: #eef2e8; }
.fox-times-story-reader h2 { margin: 0; color: #111b17; font-family: "Playfair Display", Georgia, serif; font-size: clamp(38px, 7vw, 72px); line-height: .96; letter-spacing: -.05em; text-align: center; }
.fox-times-story-body { white-space: normal; }
.fox-times-story-body p { margin: 0 0 18px; color: #202b27; font-family: Georgia, serif; font-size: clamp(18px, 2.5vw, 22px); line-height: 1.68; }
.news-share-button { margin-top: 22px; }
.fox-times-home { display: grid; gap: 24px; }
.fox-times-hero { min-height: clamp(310px, 52vw, 540px); position: relative; overflow: hidden; display: grid; align-items: end; border: 1px solid #143f33; background: #09251d; }
.fox-times-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,14,11,.32), rgba(4,14,11,.78)); pointer-events: none; }
.fox-times-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.72); }
.fox-photo-needed { min-height: inherit; display: grid; place-items: center; padding: 28px; color: rgba(210,255,47,.86); background: linear-gradient(135deg, #09251d, #14503e); font-size: 13px; font-weight: 900; text-align: center; text-transform: uppercase; letter-spacing: .16em; }
.fox-times-hero-overlay { position: relative; z-index: 1; max-width: 760px; padding: clamp(24px, 5vw, 58px); color: white; }
.fox-times-hero-overlay p { margin: 0 0 10px; color: #d4ff34; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.fox-times-hero-overlay h2 { margin: 0; font-size: clamp(34px, 6vw, 72px); line-height: .96; letter-spacing: -.05em; text-shadow: 0 10px 34px rgba(0,0,0,.38); }
.this-week-edition { padding: clamp(18px, 4vw, 30px); border: 1px solid #d8dbd3; background: #fff; box-shadow: 0 12px 28px rgba(12,41,32,.06); }
.edition-cover-grid { display: grid; grid-template-columns: minmax(240px, .9fr) 1fr; gap: clamp(18px, 4vw, 34px); align-items: center; }
.edition-cover-image { min-height: clamp(260px, 42vw, 500px); display: grid; place-items: center; border: 1px solid #d8dbd3; background: #f4f5ef; overflow: hidden; }
.edition-cover-image img { width: 100%; height: 100%; object-fit: cover; }
.edition-cover-image div { padding: 24px; color: #6b756f; font-weight: 800; text-align: center; }
.edition-cover-copy span { display: inline-block; margin-bottom: 12px; padding: 7px 10px; color: #071a15; background: #d4ff34; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.edition-cover-copy h3 { margin: 0; color: var(--forest); font-size: clamp(30px, 5vw, 58px); line-height: .98; letter-spacing: -.045em; }
.edition-cover-copy p { margin: 12px 0 20px; color: var(--muted); font-weight: 700; }
.read-full-report-button { width: 100%; max-width: 360px; min-height: 60px; font-size: 15px; letter-spacing: .05em; }
.this-week-reports { max-width: 1200px; width: 100%; margin: 0 auto; padding: clamp(18px, 4vw, 34px); border: 1px solid #d8dbd3; background: #fff; box-shadow: 0 12px 28px rgba(12,41,32,.06); }
.this-week-reports > h2 { margin: 0 0 18px; color: var(--forest); font: 1000 clamp(14px, 2vw, 18px) "Manrope", sans-serif; text-align: center; text-transform: uppercase; letter-spacing: .18em; }
.weekly-report-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 3vw, 26px); }
.weekly-report-grid-single { max-width: min(80vw, 920px); margin: 0 auto; grid-template-columns: 1fr; }
.weekly-report-card { overflow: hidden; display: grid; grid-template-rows: auto 1fr; border: 1px solid #d6dbd4; background: #fbfbf7; }
.weekly-report-card.is-featured { box-shadow: 0 22px 50px rgba(12,41,32,.14); }
.weekly-report-cover { aspect-ratio: 8.5 / 11; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid #d6dbd4; background: #0a241c; }
.weekly-report-cover img { width: 100%; height: 100%; display: block; object-fit: contain; }
.weekly-report-coming-banner { width: calc(100% - 28px); padding: 18px 14px; border: 1px solid rgba(210,255,47,.5); color: #d2ff2f; font-size: 13px; font-weight: 900; line-height: 1.45; text-align: center; text-transform: uppercase; letter-spacing: .1em; }
.weekly-report-newspaper-preview { width: calc(100% - 28px); min-height: calc(100% - 28px); padding: clamp(18px, 4vw, 30px); display: flex; flex-direction: column; justify-content: center; gap: 12px; border: 1px solid rgba(255,255,255,.24); color: #f8f3e8; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); text-align: center; }
.weekly-report-newspaper-preview span { font-family: "Playfair Display", Georgia, serif; font-size: clamp(25px, 5vw, 44px); font-weight: 900; line-height: .9; letter-spacing: -.045em; }
.weekly-report-newspaper-preview strong { color: #d2ff2f; font-size: clamp(16px, 3vw, 24px); line-height: 1.12; }
.weekly-report-newspaper-preview small { color: rgba(248,243,232,.78); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.weekly-report-details { padding: clamp(18px, 3vw, 28px); display: flex; flex-direction: column; align-items: flex-start; }
.weekly-report-details > span { color: #527266; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.latest-edition-badge { margin: 10px 0 0; padding: 6px 9px; color: #071a15; background: #d2ff2f; font-size: 10px; letter-spacing: .1em; }
.weekly-report-details h3 { margin: 8px 0 0; color: var(--forest); font-size: clamp(24px, 4vw, 46px); line-height: 1.02; letter-spacing: -.035em; }
.weekly-report-details p { margin: 8px 0 18px; color: var(--muted); font-size: 12px; font-weight: 700; }
.weekly-report-details .weekly-report-teaser { font-size: 14px; font-weight: 500; line-height: 1.55; }
.weekly-report-actions { width: 100%; margin-top: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.weekly-report-read-button { width: 100%; min-height: 58px; margin-top: auto; display: grid; place-items: center; text-align: center; font-weight: 1000; }
.weekly-report-read-button:disabled { border-color: #d6dbd4; color: #7c8581; background: #e8eae5; box-shadow: none; cursor: not-allowed; opacity: .72; }
.weekly-secondary-edition { max-width: min(80vw, 920px); margin: 14px auto 0; }
.weekly-report-card.is-compact { display: block; padding: 16px 18px; border-style: dashed; background: #f7f8f1; box-shadow: none; }
.weekly-report-card.is-compact .weekly-report-details { padding: 0; display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; align-items: center; }
.weekly-report-card.is-compact .weekly-report-details h3 { margin: 0; font-size: 20px; }
.weekly-report-card.is-compact .weekly-report-details p { grid-column: 1 / -1; margin: 2px 0 0; }
.weekly-report-coming-note { padding: 8px 10px; border-radius: 999px; color: #66716b; background: #e8eae5; font-size: 11px; font-weight: 1000; text-transform: uppercase; letter-spacing: .09em; }
.fox-times-explore-section { max-width: 1200px; width: 100%; margin: 0 auto; padding: clamp(18px, 3vw, 26px); border: 1px solid #d8dbd3; background: #fbfaf5; }
.fox-times-explore-section > h2 { margin: 0 0 14px; color: var(--forest); font: 1000 15px "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .14em; }
.fox-times-explore { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.fox-times-explore button, .fox-times-explore a { min-height: 78px; padding: 12px 10px; display: grid; place-items: center; gap: 6px; border: 1px solid #d8dbd3; background: #fff; color: var(--forest); cursor: pointer; box-shadow: 0 8px 18px rgba(12,41,32,.04); text-decoration: none; }
.fox-times-explore button span, .fox-times-explore a span { font-size: 22px; }
.fox-times-explore button strong, .fox-times-explore a strong { font-size: 13px; line-height: 1.2; text-align: center; }
.fox-times-explore button:hover, .fox-times-explore button:focus-visible, .fox-times-explore a:hover, .fox-times-explore a:focus-visible { border-color: #9ec51b; background: #f7ffd9; }
.home-standings-snapshot { max-width: 1200px; width: 100%; margin: 0 auto; padding: clamp(18px, 3vw, 28px); border: 1px solid #315b4d; background: #071f18; color: white; }
.home-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.home-section-heading h2 { margin: 0; font-size: clamp(18px, 3vw, 26px); letter-spacing: .12em; }
.home-section-heading p { margin: 6px 0 0; color: #c8d5cf; font-size: 12px; font-weight: 700; }
.home-section-heading .button { flex: 0 0 auto; }
.home-standings-list { margin: 18px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: #315b4d; }
.home-standings-list li { min-width: 0; padding: 10px 12px; display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 9px; background: #0c2b21; }
.home-standings-list li:first-child { grid-column: 1 / -1; }
.home-standings-list strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home-standings-list li > span:last-child { color: #d2ff2f; font-weight: 900; }
.home-standing-rank { color: #9eafa8; font-weight: 900; }
.home-standings-empty { margin: 18px 0 0; color: #d7e0dc; }
@media (min-width: 621px) and (max-width: 1100px) {
  .home-standings-list { grid-template-columns: 1fr; }
  .home-standings-list li,
  .home-standings-list li:first-child {
    min-height: 60px;
    padding: 15px 18px;
    grid-column: auto;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 14px;
  }
  .home-standings-list strong,
  .home-standings-list li > span:last-child { font-size: 20px; }
  .home-standing-rank { font-size: 16px; }
}
.home-primary-actions { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home-primary-actions button, .home-primary-actions a { min-height: 82px; }
.fox-times-explore small { display: block; color: #6d7d76; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-align: center; }
.fox-times-explore .is-unavailable { cursor: default; opacity: .72; }
.home-secondary-information .fox-times-explore { max-width: 620px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-secondary-information { background: #f4f5ef; }
.home-league-management .button { min-height: 48px; }
.article-tip-card h2 { font-size: clamp(22px, 4vw, 30px); }
.article-tip-card p { margin: 6px 0 18px; color: var(--muted); line-height: 1.6; }
.article-feedback-form { display: grid; gap: 14px; }
.article-feedback-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; color: var(--forest); }
.article-feedback-form input, .article-feedback-form textarea { width: 100%; padding: 13px; border: 1px solid #cfd3cd; outline: none; background: #fbfaf5; color: var(--ink); resize: vertical; }
.article-feedback-form input:focus, .article-feedback-form textarea:focus { border-color: #4c806f; box-shadow: 0 0 0 3px rgba(76,128,111,.12); }
.news-archives .card-title-row, .news-admin-manager .card-title-row { margin-bottom: 14px; }
.news-archive-list, .news-admin-list { display: grid; gap: 10px; }
.news-archive-list > button { width: 100%; padding: 14px; display: flex; justify-content: space-between; align-items: center; gap: 16px; border: 1px solid #d8dbd3; background: #f8f9f5; color: var(--forest); text-align: left; cursor: pointer; }
.news-archive-list span { display: grid; gap: 4px; }
.news-archive-list small, .news-admin-list span, .empty-archive { color: var(--muted); }
.current-standings-page { background: var(--paper); color: var(--ink); }
.current-standings-card { max-width: 860px; margin: 0 auto; padding: clamp(20px, 4vw, 34px); border: 1px solid #d8dbd3; background: white; box-shadow: 0 12px 28px rgba(12, 41, 32, .06); }
.current-standings-card h1 { margin: 6px 0 10px; color: var(--forest); font-family: "Playfair Display", Georgia, serif; font-size: clamp(38px, 7vw, 68px); line-height: .95; letter-spacing: -.05em; }
.current-standings-meta { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 13px; font-weight: 900; }
.current-standings-meta span { padding: 7px 9px; background: #f4f6ef; }
.current-standings-table-wrap { margin-top: 22px; overflow-x: auto; border: 1px solid #d8dbd3; }
.current-standings-table { width: 100%; border-collapse: collapse; min-width: 420px; }
.current-standings-table th, .current-standings-table td { padding: 15px 14px; border-bottom: 1px solid #eceee8; text-align: left; }
.current-standings-table th { color: var(--forest); background: #f4f6ef; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.current-standings-table td:first-child, .current-standings-table td:last-child { width: 120px; font-weight: 900; text-align: right; }
.current-standings-table td:nth-child(2) { color: var(--forest); font-weight: 900; }
.table-assignments-page { background: var(--paper); color: var(--ink); }
.table-assignments-card { max-width: 1100px; margin: 0 auto; padding: clamp(20px, 4vw, 34px); border: 1px solid #d8dbd3; background: white; box-shadow: 0 12px 28px rgba(12, 41, 32, .06); }
.table-assignments-card h1 { margin: 6px 0 8px; color: var(--forest); font-family: "Playfair Display", Georgia, serif; font-size: clamp(38px, 7vw, 68px); line-height: .95; letter-spacing: -.05em; }
.table-assignments-card header p:last-child { margin: 0; color: var(--muted); font-weight: 800; }
.table-assignments-image-wrap { margin-top: 22px; overflow: auto; border: 1px solid #d8dbd3; background: #f7f8f1; }
.table-assignments-image-wrap img { width: 100%; min-width: 760px; display: block; }
.mvp-watch-page { background: var(--paper); color: var(--ink); }
.mvp-watch-card { max-width: 1100px; margin: 0 auto; padding: clamp(20px, 4vw, 34px); border: 1px solid #d8dbd3; background: white; box-shadow: 0 12px 28px rgba(12, 41, 32, .06); }
.mvp-watch-card h1 { margin: 6px 0 8px; color: var(--forest); font-family: "Playfair Display", Georgia, serif; font-size: clamp(38px, 7vw, 68px); line-height: .95; letter-spacing: -.05em; }
.mvp-watch-card header p:last-child { margin: 0; color: var(--muted); font-weight: 800; }
.mvp-watch-grid { margin-top: 22px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.mvp-tier-card { padding: 16px; display: grid; gap: 12px; border: 1px solid #d8dbd3; background: #fbfaf5; }
.mvp-tier-card h2 { margin: 0; color: var(--forest); font-size: clamp(20px, 3vw, 28px); }
.mvp-tier-card .card-title-row span { padding: 6px 8px; color: var(--muted); background: white; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.mvp-tier-preview { min-height: 220px; display: grid; place-items: center; border: 1px solid #d8dbd3; background: white; overflow: hidden; }
.mvp-tier-preview img { width: 100%; height: 100%; max-height: 520px; object-fit: contain; display: block; }
.mvp-tier-preview p { padding: 20px; color: var(--muted); font-weight: 900; text-align: center; }
.mvp-tier-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.mvp-tier-actions .button { margin: 0; }
.news-admin-list article { padding: 13px; display: flex; justify-content: space-between; align-items: center; gap: 14px; border: 1px solid #d8dbd3; }
.news-admin-list article > div { display: flex; flex-wrap: wrap; gap: 8px; }
.news-admin-list article > div:first-child { display: grid; }
.news-admin-list button { padding: 8px 10px; border: 0; background: #e1f1e8; color: var(--forest); font-weight: 800; cursor: pointer; }
.news-admin-list .delete-article { color: #943b34; background: #f7e8e5; }
.news-type { padding: 5px 8px; color: var(--forest); background: #e1f1e8; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.friday-report-builder { margin: 18px 0; padding: 18px; border: 1px solid #e1e4dc; background: #f7f8f1; }
.edition-cover-workflow { margin: 14px 0 18px; padding: 16px; display: grid; gap: 14px; border: 1px solid #d5d8d0; background: #fffdf6; }
.edition-cover-workflow h4 { margin: 0 0 4px; color: var(--forest); font-size: 15px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.edition-cover-workflow p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.edition-cover-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.edition-cover-actions .button { margin: 0; }
.edition-cover-preview { max-width: 520px; padding: 10px; border: 1px solid #d8d0c0; background: #f3eee3; }
.edition-cover-preview img { width: 100%; max-height: 680px; display: block; object-fit: contain; background: #071410; }
.edition-cover-preview div { min-height: 180px; display: grid; place-items: center; gap: 6px; padding: 24px; color: var(--muted); text-align: center; background: #f7f8f1; }
.edition-cover-preview strong { display: block; color: var(--forest); }
.edition-cover-preview span { display: block; font-size: 13px; }
.report-builder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.standings-editor { margin-top: 16px; padding-top: 14px; border-top: 1px solid #dde2d8; }
.standings-editor h4 { margin: 0; font-size: 18px; }
.friday-readiness-panel { margin: 16px 0; padding: 18px; border: 1px solid #d5d8d0; border-left: 5px solid #b8bdb5; background: #fffdf6; }
.friday-readiness-panel.is-ready { border-left-color: var(--lime); background: #f7fce9; }
.friday-readiness-heading { display: flex; gap: 14px; justify-content: space-between; align-items: flex-start; }
.friday-readiness-heading h4 { margin: 0; color: var(--forest); font-size: 22px; }
.friday-readiness-heading p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.friday-readiness-badge { padding: 7px 10px; color: #943b34; background: #f7e8e5; font-size: 11px; font-weight: 1000; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.friday-readiness-badge.is-ready { color: var(--forest); background: #e1f1e8; }
.friday-readiness-summary { margin-top: 14px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.friday-readiness-item { min-width: 0; padding: 12px; border: 1px solid #e0dccf; background: white; }
.friday-readiness-item span { display: block; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.friday-readiness-item strong { display: block; margin-top: 5px; color: var(--forest); font-size: 15px; line-height: 1.3; }
.friday-readiness-item strong.is-pending { color: #943b34; }
.friday-readiness-details { margin-top: 14px; padding-top: 14px; border-top: 1px solid #dde2d8; }
.friday-readiness-details h5 { margin: 0 0 9px; color: var(--forest); font-size: 14px; }
.friday-readiness-matchups { display: grid; gap: 7px; }
.friday-readiness-matchup { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 10px 12px; background: #f7f8f1; }
.friday-readiness-matchup strong { color: var(--ink); font-size: 13px; }
.friday-readiness-matchup span { color: #943b34; font-size: 11px; font-weight: 900; text-align: right; }
.official-standings-preview { width: min(100%, 880px); margin: 18px auto; padding: 18px; border: 1px solid #d5d8d0; background: #fffdf6; }
.official-standings-preview-heading { display: flex; gap: 14px; justify-content: space-between; align-items: flex-start; }
.official-standings-preview-heading h4 { margin: 0; color: var(--forest); font-size: 22px; }
.official-standings-preview-heading p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.official-standings-preview-status { padding: 7px 10px; color: #943b34; background: #f7e8e5; font-size: 11px; font-weight: 1000; letter-spacing: .08em; white-space: nowrap; }
.official-standings-preview-status.is-official { color: var(--forest); background: #e1f1e8; }
.official-standings-preview-head,
.official-standings-preview-row { display: grid; grid-template-columns: 70px minmax(0, 1fr) 120px 120px; gap: 12px; align-items: center; }
.official-standings-preview-head { margin-top: 16px; padding: 0 12px 8px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.official-standings-preview-head span:nth-child(n+3),
.official-standings-preview-row > span { text-align: right; }
.official-standings-preview-row { min-height: 52px; padding: 10px 12px; border-top: 1px solid #e0dccf; background: white; }
.official-standings-preview-rank { color: var(--forest); font-size: 16px; font-weight: 900; text-align: left !important; }
.official-standings-preview-team { min-width: 0; color: var(--ink); font-size: 16px; overflow-wrap: anywhere; }
.official-standings-preview-team em { margin-left: 6px; color: var(--muted); font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.official-standings-preview-row > span { color: var(--forest); font-size: 16px; font-weight: 900; }
.official-standings-preview-empty { margin: 12px 0 0; padding: 16px; color: var(--muted); text-align: center; background: white; }
.official-headline-preview { width: min(100%, 880px); margin: 18px auto; padding: 18px; border: 1px solid #d5d8d0; border-left: 5px solid var(--lime); background: white; }
.official-headline-preview-heading { display: flex; gap: 14px; justify-content: space-between; align-items: flex-start; }
.official-headline-preview-heading h4 { margin: 0; color: var(--forest); font-size: 22px; }
.official-headline-preview-heading p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.official-headline-confidence { padding: 7px 10px; font-size: 11px; font-weight: 1000; letter-spacing: .1em; white-space: nowrap; }
.official-headline-confidence.is-high { color: var(--forest); background: #e1f1e8; }
.official-headline-confidence.is-medium { color: #756b31; background: #fff4c7; }
.official-headline-confidence.is-low { color: #943b34; background: #f7e8e5; }
.official-headline-generated { margin-top: 16px; padding: 18px; border: 1px solid #e0dccf; background: #fffdf6; }
.official-headline-generated span { display: block; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.official-headline-generated strong { display: block; margin-top: 7px; color: var(--forest); font-family: "Playfair Display", Georgia, serif; font-size: clamp(24px, 4vw, 38px); line-height: 1.08; overflow-wrap: anywhere; }
.official-headline-facts { margin-top: 16px; }
.official-headline-facts h5 { margin: 0 0 8px; color: var(--forest); font-size: 14px; }
.official-headline-facts dl { margin: 0; display: grid; grid-template-columns: minmax(140px, .6fr) minmax(0, 1.4fr); border-top: 1px solid #e0dccf; }
.official-headline-facts dt,
.official-headline-facts dd { margin: 0; padding: 9px 10px; border-bottom: 1px solid #e0dccf; }
.official-headline-facts dt { color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.official-headline-facts dd { color: var(--ink); font-size: 13px; font-weight: 800; overflow-wrap: anywhere; }
.official-headline-actions { margin-top: 16px; display: flex; gap: 12px; align-items: center; }
.official-headline-actions .button { margin: 0; flex: 0 0 auto; }
.official-headline-actions p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.official-ten-plus-preview { width: min(100%, 880px); margin: 18px auto; padding: 18px; border: 1px solid #d5d8d0; background: #fffdf6; }
.official-ten-plus-heading { display: flex; gap: 14px; justify-content: space-between; align-items: flex-start; }
.official-ten-plus-heading h4 { margin: 0; color: var(--forest); font-size: 22px; }
.official-ten-plus-heading p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.official-ten-plus-status { padding: 7px 10px; color: var(--muted); background: #eef0e9; font-size: 11px; font-weight: 1000; letter-spacing: .08em; white-space: nowrap; }
.official-ten-plus-status.is-supported { color: var(--forest); background: #e1f1e8; }
.official-ten-plus-status.is-warning { color: #943b34; background: #f7e8e5; }
.official-ten-plus-status.is-empty { color: #756b31; background: #fff4c7; }
.official-ten-plus-results { margin-top: 16px; border-top: 1px solid #e0dccf; }
.official-ten-plus-team { min-height: 54px; display: grid; grid-template-columns: minmax(0, 1fr) 160px 190px; gap: 12px; align-items: center; padding: 11px 12px; border-bottom: 1px solid #e0dccf; background: white; }
.official-ten-plus-team strong { min-width: 0; color: var(--ink); font-size: 16px; overflow-wrap: anywhere; }
.official-ten-plus-team span { color: var(--forest); font-size: 13px; font-weight: 900; text-align: right; }
.official-ten-plus-message { margin: 0; padding: 16px 12px; color: var(--muted); font-size: 14px; line-height: 1.5; background: white; }
.official-ten-plus-source { margin: 12px 0 0; color: var(--muted); font-size: 12px; font-weight: 800; }
.official-ten-plus-facts { margin-top: 16px; }
.official-ten-plus-facts h5 { margin: 0 0 8px; color: var(--forest); font-size: 14px; }
.official-ten-plus-facts dl { margin: 0; display: grid; grid-template-columns: minmax(150px, .65fr) minmax(0, 1.35fr); border-top: 1px solid #e0dccf; }
.official-ten-plus-facts dt,
.official-ten-plus-facts dd { margin: 0; padding: 9px 10px; border-bottom: 1px solid #e0dccf; }
.official-ten-plus-facts dt { color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.official-ten-plus-facts dd { color: var(--ink); font-size: 13px; font-weight: 800; overflow-wrap: anywhere; }
@media (min-width: 621px) and (max-width: 1100px) {
  .friday-readiness-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.generated-report-fields { margin-top: 18px; padding-top: 16px; border-top: 1px solid #dde2d8; }
.generated-report-fields h4 { margin: 0 0 14px; font-size: 18px; }
.wednesday-page-2-builder { margin-top: 16px; padding: 18px; border: 1px solid #d5d8d0; background: #fffdf6; }
.wednesday-page-2-builder .card-title-row span { padding: 6px 9px; color: var(--forest); background: #e8f3e8; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.editors-desk { margin-top: 18px; display: grid; gap: 18px; }
.editors-desk-header { padding: 18px; display: flex; gap: 14px; justify-content: space-between; align-items: flex-start; border: 1px solid #d5d8d0; background: #fffdf6; }
.editors-desk-header h3 { margin: 0; color: var(--forest); font-size: clamp(24px, 4vw, 36px); letter-spacing: -.035em; }
.editors-desk-header p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.edition-progress { padding: 8px 10px; color: #071a15; background: var(--lime); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; }
.wednesday-progress-list { display: flex; flex-wrap: wrap; gap: 8px; }
.wednesday-progress-list span { padding: 8px 10px; border: 1px solid #d5d8d0; background: white; color: var(--forest); font-size: 12px; font-weight: 900; }
.wednesday-ready-status { padding: 12px 14px; border-left: 5px solid #b8bdb5; background: #eef0e9; color: var(--muted); font-weight: 900; }
.wednesday-ready-status.is-ready { border-color: var(--lime); background: #effbd9; color: var(--forest); }
.editors-desk-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.desk-upload-card { padding: 16px; display: grid; gap: 10px; border: 1px solid #d5d8d0; background: white; }
.desk-upload-card > span { color: var(--forest); font-size: 18px; font-weight: 900; }
.desk-upload-card > strong { justify-self: start; padding: 6px 9px; color: #943b34; background: #f7e8e5; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.desk-upload-card > strong.is-ready { color: var(--forest); background: #e1f1e8; }
.desk-upload-card.optional > strong { color: #756b31; background: #fff4c7; }
.desk-image-preview { padding: 8px; border: 1px solid #e0dacd; background: #f3eee3; }
.desk-image-preview img { width: 100%; max-height: 420px; object-fit: contain; display: block; background: #071410; }
.desk-image-preview div { min-height: 130px; display: grid; place-items: center; gap: 5px; padding: 18px; color: var(--muted); text-align: center; background: #f7f8f1; }
.editors-story-card { padding: 18px; border: 1px solid #d5d8d0; background: white; }
.editors-story-card textarea { width: 100%; margin-top: 12px; padding: 14px; border: 1px solid #cfd3cd; background: #fbfaf5; font: 600 15px/1.5 "DM Sans", sans-serif; resize: vertical; }
.editors-desk-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.editors-desk-actions .button { min-height: 54px; }
.page-2-actions { margin: 12px 0; display: flex; flex-wrap: wrap; gap: 10px; }
.page-2-section-editor { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.page-2-section-editor label { display: grid; gap: 7px; color: var(--forest); font-size: 12px; font-weight: 900; }
.page-2-section-editor textarea { width: 100%; min-height: 110px; padding: 12px; border: 1px solid #cfd3cd; background: #fbfaf5; resize: vertical; }
.page-2-preview { margin-top: 16px; }
.page-2-newspaper { padding: clamp(18px, 4vw, 34px); color: #10241e; background: #fbfaf3; border: 1px solid #d8d4c8; box-shadow: 0 18px 42px rgba(12,41,32,.08); }
.page-2-newspaper header { margin-bottom: 18px; padding-bottom: 12px; border-bottom: 4px double #10241e; }
.page-2-newspaper header span { color: #0b3329; font-family: "Playfair Display", Georgia, serif; font-size: clamp(28px, 6vw, 60px); font-weight: 900; line-height: .9; letter-spacing: -.04em; }
.page-2-newspaper header h3 { margin: 8px 0 3px; color: #10241e; font-size: clamp(20px, 4vw, 34px); }
.page-2-newspaper header p { margin: 0; color: #5d6861; font-weight: 700; }
.page-2-newspaper section { padding: 13px 0; border-bottom: 1px solid #dedace; }
.page-2-newspaper section h4 { margin: 0 0 7px; color: #0b3329; font-size: 16px; text-transform: uppercase; letter-spacing: .08em; }
.page-2-newspaper section p { margin: 0; color: #10241e; font-weight: 650; line-height: 1.55; white-space: pre-wrap; }
.wednesday-edition-preview { margin-top: 22px; padding: clamp(16px, 3vw, 24px); border: 1px solid #d8dbd3; background: #f0eadc; box-shadow: var(--shadow); }
.wednesday-article-shell { display: grid; gap: 18px; }
.wednesday-edition-newspaper { width: min(100%, 1120px); margin: 0 auto; display: grid; gap: 22px; }
.wednesday-cover-page { overflow: hidden; border: 1px solid #d9d1bf; background: #071410; box-shadow: 0 18px 42px rgba(12,41,32,.18); }
.wednesday-cover-page img { width: 100%; height: auto; display: block; }
.wednesday-cover-page.missing-cover { min-height: 360px; display: grid; place-items: center; color: #f8f3e8; }
.wednesday-cover-page.missing-cover div { padding: 26px; border: 1px solid rgba(210,255,47,.38); text-align: center; }
.wednesday-cover-page.missing-cover strong { display: block; color: var(--lime); font-size: 22px; }
.wednesday-cover-page.missing-cover span { display: block; margin-top: 8px; color: rgba(248,243,232,.8); }
.wednesday-newspaper-page { min-height: min(1120px, calc(100vh - 120px)); padding: clamp(20px, 4vw, 46px); border: 1px solid #d9d1bf; color: #10241e; background: linear-gradient(180deg, #fffdf6 0%, #f7f0e4 100%); box-shadow: 0 18px 42px rgba(12,41,32,.16); }
.wednesday-newspaper-header { margin-bottom: 20px; padding-bottom: 14px; border-bottom: 4px double #10241e; }
.wednesday-newspaper-header span { color: #0b3329; font-family: "Playfair Display", Georgia, serif; font-size: clamp(34px, 7vw, 76px); font-weight: 900; line-height: .86; letter-spacing: -.055em; }
.wednesday-newspaper-header h2 { margin: 8px 0 4px; color: #10241e; font-size: clamp(24px, 4vw, 42px); letter-spacing: -.04em; }
.wednesday-newspaper-header p { margin: 0; color: #5d6861; font-weight: 800; }
.wednesday-page-two-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 16px; }
.wednesday-page-two-grid section { padding: 16px; border: 1px solid #d8d0c0; background: rgba(255,255,255,.62); }
.wednesday-page-two-grid h3 { margin: 0 0 9px; color: var(--forest); font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.wednesday-page-two-grid p { margin: 0; color: #202b27; font-family: Georgia, serif; font-size: 17px; line-height: 1.58; white-space: pre-wrap; }
.wednesday-table-box { grid-row: span 2; }
.wednesday-match-box { border-left: 5px solid var(--lime) !important; background: #0b2f26 !important; }
.wednesday-match-box h3, .wednesday-match-box p { color: #f8f3e8; }
.wednesday-key-box { grid-column: 1 / -1; }
.wednesday-text-page .wednesday-text-columns { columns: 2 280px; column-gap: 28px; }
.wednesday-text-page p { break-inside: avoid; margin: 0 0 16px; color: #202b27; font-family: Georgia, serif; font-size: 17px; line-height: 1.62; white-space: pre-wrap; }
.standings-editor-head, .standing-row { display: grid; grid-template-columns: 58px 76px minmax(170px, 1.4fr) 110px 110px 110px; gap: 8px; align-items: center; }
.standings-editor-head { margin: 8px 0; color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.standing-row { margin-bottom: 8px; }
.standing-row span, .standing-row strong { min-width: 0; padding: 10px 0; }
.standing-row input, .standing-row select { width: 100%; min-width: 0; }
.standing-row input { min-width: 0; min-height: 42px; }
.standing-row button { min-height: 42px; border: 0; background: #f7e8e5; color: #943b34; cursor: pointer; font-weight: 900; }
.standing-row-readonly { padding: 0 8px; border: 1px solid #dfe2dc; background: #fbfaf5; }
.standing-row-readonly strong { color: var(--forest); }
.standings-approval-bar { margin-top: 12px; padding: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #d8dbd3; background: white; }
.standings-approval-bar p { margin: 0; color: var(--forest); font-weight: 900; }
.friday-report { display: grid; gap: 22px; }
.friday-report-kicker { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 10px; color: var(--forest); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.friday-report-kicker span { padding: 6px 9px; background: #e1f1e8; }
.friday-report h2 { margin-bottom: 6px; }
.friday-edition-preview { margin-top: 22px; padding: clamp(16px, 3vw, 24px); border: 1px solid #d8dbd3; background: #f0eadc; box-shadow: var(--shadow); }
.friday-preview-actions { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.friday-editor-review { margin-top: 20px; padding: clamp(14px, 3vw, 20px); border: 1px solid #d8d0c0; background: #fffdf6; }
.friday-editor-review > label { display: grid; gap: 7px; margin: 14px 0; color: var(--forest); font-size: 12px; font-weight: 1000; text-transform: uppercase; letter-spacing: .08em; }
.friday-editor-review input { width: 100%; padding: 13px; border: 1px solid #cfd3cd; background: white; color: var(--ink); font: 800 15px/1.35 "DM Sans", sans-serif; }
.friday-review-checklist { display: grid; gap: 10px; }
.friday-review-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 13px; border: 1px solid #e0dccf; background: #fbfaf5; }
.friday-review-item.approved { border-color: #b8cf8d; background: #f4f9e7; }
.friday-review-item strong { display: block; color: var(--forest); font-size: 14px; font-weight: 1000; }
.friday-review-item p { margin: 3px 0 0; color: var(--muted); font-size: 13px; line-height: 1.35; }
.friday-review-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; justify-content: flex-end; }
.friday-review-actions span { color: var(--forest); font-size: 11px; font-weight: 1000; text-transform: uppercase; letter-spacing: .08em; }
.friday-subheadline { max-width: 840px; margin: -4px 0 6px; color: #4c5e55; font-family: Georgia, serif; font-size: clamp(19px, 3vw, 28px); font-style: italic; line-height: 1.35; }
.friday-newspaper-page { padding: clamp(18px, 4vw, 42px); border: 1px solid #d9d1bf; color: #101510; background: linear-gradient(180deg, #fffdf6 0%, #f7f0e4 100%); box-shadow: 0 18px 36px rgba(28, 22, 10, .12); }
.friday-edition-meta { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 12px; border-bottom: 4px double #172d25; color: #597067; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.friday-edition-meta span { padding: 6px 8px; background: rgba(255,255,255,.7); }
.friday-newspaper-page h1 { max-width: 900px; margin: 4px 0 0; color: #101510; font-family: "Playfair Display", Georgia, serif; font-size: clamp(42px, 8vw, 86px); line-height: .93; letter-spacing: -.06em; }
.friday-newspaper-photo { max-height: 430px; object-fit: cover; border: 1px solid #d7ccb6; filter: saturate(.95) contrast(1.04); }
.friday-lead-story { max-width: 920px; padding-bottom: 6px; border-bottom: 1px solid #d8d0c0; }
.friday-lead-story h3 { margin: 0 0 10px; color: var(--forest); font-family: Manrope, sans-serif; font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.friday-lead-story p { margin: 0; color: #17221d; font-family: Georgia, serif; font-size: clamp(20px, 3vw, 28px); line-height: 1.45; white-space: pre-wrap; }
.friday-newspaper-page .report-section { padding: 18px 0 0; border-top: 1px solid rgba(18,62,50,.18); }
.friday-newspaper-page .report-section h3 { margin: 0 0 8px; color: var(--forest); font-family: Manrope, sans-serif; font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.friday-newspaper-page .report-section p { margin: 0; color: #202b27; font-family: Georgia, serif; font-size: 18px; line-height: 1.62; white-space: pre-wrap; }
.friday-movement-board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.movement-card { padding: 14px; border: 1px solid #d8d0c0; background: rgba(255,255,255,.58); }
.movement-card h4 { margin: 0 0 10px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.movement-card p { margin: 0 0 8px !important; display: grid; gap: 2px; font-family: Manrope, sans-serif !important; font-size: 13px !important; line-height: 1.25 !important; }
.movement-card p:last-child { margin-bottom: 0 !important; }
.movement-card strong { color: #111a16; }
.movement-card span { color: var(--muted); font-weight: 800; }
.friday-newspaper-footer { margin-top: 8px; padding: 20px; border-top: 4px solid #172d25; border-bottom: 1px solid #d8d0c0; text-align: center; background: rgba(255,255,255,.55); }
.friday-newspaper-footer p { margin: 0 0 10px; color: #10251d; font-weight: 1000; letter-spacing: .05em; }
.friday-newspaper-footer p:last-child { margin-bottom: 0; color: #597067; font-size: 13px; }
.movement-up h4 { color: #116838; }
.movement-down h4 { color: #a23a2e; }
.movement-hold h4 { color: #59625c; }
.friday-edition-meta + .friday-standings-box { margin-top: 14px; padding: 14px; border: 1px solid #d8d0c0; background: rgba(255,255,255,.52); }
.friday-standings-box h3 { font-size: 15px !important; }
.friday-standings-box .standings-table-wrap { margin-top: 8px; }
.friday-standings-box table { background: rgba(255,255,255,.74); }
.friday-live-standings-heading { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: baseline; justify-content: space-between; }
.friday-live-standings-heading p, .friday-live-standings-note { margin: 0; color: #52665d; font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 800; line-height: 1.35; }
.friday-live-standings-table { min-width: 760px; }
.friday-live-standings-table th, .friday-live-standings-table td { white-space: nowrap; }
.friday-live-standings-table th:nth-child(3), .friday-live-standings-table td:nth-child(3) { white-space: normal; min-width: 160px; }
.friday-weekly-results-box { padding: 14px; border: 1px solid #d8d0c0; background: rgba(255,255,255,.5); }
.friday-results-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.friday-result-card { display: grid; gap: 5px; padding: 12px; border: 1px solid rgba(18,62,50,.16); background: rgba(255,255,255,.72); }
.friday-result-card.is-corrected { border-color: #c89b45; background: #fff8e8; }
.friday-result-card span { color: var(--forest); font-family: "DM Sans", sans-serif; font-size: 10px; font-weight: 1000; letter-spacing: .1em; text-transform: uppercase; }
.friday-result-card strong { color: #111b16; font-family: Georgia, serif; font-size: 16px; line-height: 1.25; }
.friday-result-card em { color: #708078; font-family: "DM Sans", sans-serif; font-size: 11px; font-style: normal; font-weight: 900; text-transform: uppercase; }
.friday-result-card p { margin: 2px 0 0; color: #52665d; font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 900; }
.wednesday-cover { margin: -24px; padding: clamp(18px, 4vw, 34px); display: grid; gap: 22px; color: #f7f8ef; background: radial-gradient(circle at 78% 8%, rgba(191,255,32,.16), transparent 30%), linear-gradient(135deg, #081f19 0%, #0d3a2d 57%, #071410 100%); }
.wednesday-cover-header { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: start; padding-bottom: 16px; border-bottom: 4px double rgba(210, 255, 47, .78); }
.wednesday-cover-header h1 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(42px, 8vw, 88px); line-height: .84; letter-spacing: -.055em; text-transform: uppercase; text-shadow: 0 8px 24px rgba(0,0,0,.3); }
.wednesday-cover-header p { margin: 10px 0 0; color: #d4ff34; font-family: Georgia, serif; font-size: clamp(14px, 2vw, 20px); font-style: italic; }
.wednesday-cover-header > strong { justify-self: end; max-width: 220px; padding: 9px 11px; border: 1px solid rgba(210,255,47,.55); color: #d4ff34; background: rgba(0,0,0,.22); font-size: 12px; line-height: 1.25; text-align: right; letter-spacing: .12em; }
.preview-banner { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; padding: 14px 16px; border: 1px solid rgba(210,255,47,.38); background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); }
.preview-banner h2 { margin: 0; color: white; font-size: clamp(28px, 5vw, 48px); line-height: 1; }
.preview-banner span { padding: 8px 10px; color: #071410; background: #d4ff34; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.preview-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .85fr); gap: 20px; align-items: stretch; }
.table-assignments-cover, .match-of-week-cover, .mvp-watch-cover { border: 1px solid rgba(210,255,47,.3); background: rgba(3, 12, 9, .46); box-shadow: 0 18px 42px rgba(0,0,0,.22); }
.table-assignments-cover { padding: 18px; display: grid; gap: 14px; }
.table-assignments-cover > h2, .mvp-watch-cover > h2 { margin: 0; color: #d4ff34; font-size: clamp(24px, 4vw, 38px); text-transform: uppercase; letter-spacing: -.025em; }
.assignment-group { display: grid; gap: 8px; }
.assignment-group h3 { margin: 0; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.16); color: #f6f8ef; font-size: 13px; text-transform: uppercase; letter-spacing: .14em; }
.assignment-group article { display: grid; grid-template-columns: 78px 1fr auto; gap: 10px; align-items: center; padding: 11px 12px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.055); }
.assignment-group article b { color: #d4ff34; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.assignment-group article span { color: #f8fbf2; font-size: 14px; line-height: 1.35; }
.assignment-group article strong { padding: 5px 8px; color: #081f19; background: #d4ff34; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.assignment-group article.match-highlight { border-color: #d4ff34; background: linear-gradient(90deg, rgba(210,255,47,.24), rgba(255,255,255,.075)); box-shadow: 0 0 0 1px rgba(210,255,47,.26); }
.assignment-group p { margin: 0; color: rgba(247,248,239,.72); font-size: 13px; }
.match-of-week-cover { display: grid; grid-template-rows: minmax(190px, 260px) 1fr; overflow: hidden; }
.match-of-week-cover img, .fox-photo-placeholder { width: 100%; height: 100%; min-height: 190px; object-fit: cover; background: linear-gradient(135deg, #143f33, #091a15); }
.fox-photo-placeholder { display: grid; place-items: center; color: rgba(210,255,47,.7); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.match-of-week-cover > div { padding: 18px; display: grid; gap: 8px; align-content: start; }
.match-of-week-cover p:first-child { margin: 0; color: #d4ff34; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.match-of-week-cover h2 { margin: 0; color: white; font-size: clamp(32px, 5vw, 52px); line-height: .95; }
.match-of-week-cover h3 { margin: 0; color: #f7f8ef; font-size: clamp(21px, 3vw, 30px); line-height: 1.1; }
.match-of-week-cover span { color: #d4ff34; font-weight: 900; }
.match-of-week-cover .preview-copy { margin: 4px 0 0; color: rgba(247,248,239,.78); line-height: 1.55; }
.mvp-watch-cover { padding: 18px; display: grid; gap: 14px; }
.mvp-watch-cover > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.preview-mvp-tier { padding: 14px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.055); }
.preview-mvp-tier h3 { margin: 0 0 10px; color: white; font-size: 19px; }
.preview-mvp-tier ol { margin: 0; padding-left: 20px; display: grid; gap: 6px; }
.preview-mvp-tier li { color: #f7f8ef; font-weight: 800; }
.preview-mvp-tier p { margin: 12px 0 0; color: rgba(247,248,239,.68); font-size: 12px; line-height: 1.45; }
.cover-buttons { display: grid; grid-template-columns: repeat(2, minmax(0, 220px)); gap: 12px; justify-content: center; }
.cover-buttons .button { min-height: 52px; }
.report-section { padding-top: 18px; border-top: 1px solid #e1e4dc; }
.report-section h3 { margin-bottom: 8px; font-size: clamp(20px, 4vw, 28px); }
.report-section p { color: var(--ink); line-height: 1.7; white-space: pre-wrap; }
.standings-table-wrap { overflow-x: auto; border: 1px solid #d8dbd3; }
.standings-table { width: 100%; border-collapse: collapse; min-width: 560px; }
.standings-table th, .standings-table td { padding: 12px; border-bottom: 1px solid #e6e8e1; text-align: left; }
.standings-table th { color: var(--forest); background: #f4f6ef; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.standings-table td:first-child, .standings-table td:nth-child(3), .standings-table td:nth-child(4) { font-weight: 900; }
.article-feature-tags, .feature-pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.article-feature-tags span, .feature-pill-row span { padding: 8px 10px; background: #eef0e9; color: var(--forest); font-size: 11px; font-weight: 800; }
.feature-pill-row b { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.featured-weekly { max-width: 1100px; margin: 18px auto; padding: 18px; display: flex; justify-content: space-between; gap: 18px; border: 1px solid #d8dbd3; background: white; }
.featured-weekly h2 { margin-top: 8px; font-size: 22px; }
.editor-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.news-date { color: var(--muted); font-size: 11px; }
.admin-only-panel { max-width: 900px; margin: 0 auto 18px; border-left: 4px solid var(--lime); }
.awards-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.award-card { min-height: 180px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; }
.award-card span { color: #477768; font: 800 10px Manrope; text-transform: uppercase; letter-spacing: .12em; }
.award-card h2 { margin: 10px 0; font-size: 18px; }
.award-card strong { display: block; font-size: 16px; }
.award-card p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.qr-card { text-align: center; }
.qr-card img { width: 220px; height: 220px; image-rendering: pixelated; }

.admin-page { background: #eef0e9; color: var(--ink); }
.admin-heading { max-width: 1100px; margin: 50px auto 35px; display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.admin-heading h1 { font-size: clamp(42px, 6vw, 65px); }
.admin-heading > div > p:last-child { color: var(--muted); }
.demo-warning { max-width: 330px; padding: 17px; border-left: 3px solid #d5ae32; background: #fff9dd; }
.demo-warning strong { font-size: 13px; }
.demo-warning p { margin: 5px 0 0; color: #746b43; font-size: 12px; line-height: 1.5; }
.admin-list { max-width: 1100px; margin: 0 auto; display: grid; gap: 12px; }
.admin-card { padding: 19px; display: grid; grid-template-columns: 70px 1fr auto; gap: 18px; align-items: center; border: 1px solid #d5d8d0; background: white; }
.admin-avatar { width: 70px; height: 70px; border-radius: 50%; overflow: hidden; background: var(--forest); color: white; display: grid; place-items: center; font: 800 24px Manrope; }
.admin-avatar img { width: 100%; height: 100%; object-fit: cover; }
.admin-card h3 { font-size: 17px; }
.admin-card p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.disagreement-review small { display: block; margin-top: 8px; color: var(--muted); font-size: 10px; }
.admin-actions { display: flex; gap: 8px; }
.approve, .reject { min-height: 39px; border: 0; padding: 0 15px; cursor: pointer; font-weight: 700; }
.approve { background: var(--lime); }
.reject { color: #943b34; background: #f7e8e5; }
.delete-player { min-height: 39px; border: 1px solid #a93f37; padding: 0 15px; color: white; background: #a93f37; cursor: pointer; font-weight: 700; }
.admin-page .empty-state { max-width: 1100px; margin: 0 auto; }
.admin-tabs { max-width: 1100px; margin: 0 auto 22px; display: flex; gap: 8px; overflow-x: auto; border-bottom: 1px solid #cfd4cd; }
.admin-tab { padding: 14px 18px; border: 0; border-bottom: 3px solid transparent; background: none; color: var(--muted); cursor: pointer; font-weight: 700; }
.admin-tab.active { color: var(--forest); border-color: var(--forest); }
.admin-tab span { margin-left: 5px; padding: 2px 7px; border-radius: 20px; color: var(--forest); background: var(--lime); font-size: 10px; }
.admin-page.score-entry-page { overflow-x: clip; }
.admin-page.score-entry-page { padding-top: 16px; }
.admin-page.score-entry-page .back-button { padding: 4px 0; }
.admin-page.score-entry-page .admin-heading { margin: 4px auto 10px; align-items: start; }
.admin-page.score-entry-page .admin-heading .eyebrow { margin: 0 0 3px; }
.admin-page.score-entry-page .admin-heading h1 { margin-top: 0; font-size: clamp(34px, 4vw, 48px); line-height: .9; }
.admin-page.score-entry-page .admin-heading > div > p:last-child { margin: 4px 0 0; font-size: 12px; }
.admin-page.score-entry-page .admin-heading > div { max-width: 720px; }
.admin-page.score-entry-page #admin-score-entry-panel > .management-heading { display: none; }
.admin-page.score-entry-page .schedule-manager-top { margin-bottom: 8px; padding: 8px 10px; grid-template-columns: minmax(260px, .9fr) minmax(480px, 1.4fr); gap: 10px; align-items: end; }
.admin-page.score-entry-page .schedule-template-status { padding: 7px 10px; }
.admin-page.score-entry-page .weekly-schedule-controls { width: 100%; gap: 7px; }
.admin-page.score-entry-page .weekly-schedule-controls label { gap: 3px; font-size: 10px; }
.admin-page.score-entry-page .weekly-schedule-controls select { min-height: 40px; padding: 5px 8px; }
.admin-page.score-entry-page #admin-score-entry-panel > .schedule-review-card { margin-bottom: 8px; padding: 8px 10px; }
.admin-page.score-entry-page .schedule-review-heading { min-height: 34px; margin-bottom: 5px; align-items: center; }
.admin-page.score-entry-page .schedule-review-heading h3 { font-size: 16px; }
.admin-page.score-entry-page .schedule-review-heading p { margin: 2px 0 0; font-size: 10px; line-height: 1.25; }
.admin-page.score-entry-page .schedule-lock-status { padding: 6px 8px; }
.admin-panel { max-width: 1100px; margin: 0 auto; }
.management-heading { margin-bottom: 18px; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.management-heading h2, .admin-team-card h2 { font-size: 26px; }
.management-heading p, .admin-team-card p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.management-heading input { width: min(310px, 100%); padding: 12px 14px; border: 1px solid #cfd3cd; background: white; }
.admin-player-list { display: grid; gap: 10px; }
.admin-player-row { padding: 16px 18px; display: grid; grid-template-columns: 1.2fr .8fr .7fr auto; gap: 18px; align-items: center; border: 1px solid #d5d8d0; background: white; }
.admin-player-row h3 { font-size: 15px; }
.admin-player-row p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.admin-status { padding: 6px 9px; display: inline-block; text-transform: capitalize; font-size: 10px; font-weight: 700; background: #eef0e9; }
.admin-status.approved { color: #245c4c; background: #e1f1e8; }
.admin-status.pending { color: #7b6416; background: #fff4c7; }
.admin-status.rejected { color: #943b34; background: #f7e8e5; }
.admin-rank-summary { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; }
.admin-team-card { padding: 30px; border: 1px solid #d5d8d0; background: white; }
.admin-team-card form { margin-top: 24px; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end; }
.admin-team-card label { display: flex; flex-direction: column; gap: 8px; font-size: 12px; font-weight: 700; }
.admin-team-card input { padding: 13px 14px; border: 1px solid #cfd3cd; }
.league-setup-card { padding: 22px; border: 1px solid #d5d8d0; background: white; }
.league-setup-workspace { margin-bottom: 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.league-setup-card > label, .league-setup-form-grid label { display: grid; gap: 7px; color: var(--forest); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.league-setup-card select, .league-setup-card input { width: 100%; min-height: 42px; padding: 10px 12px; border: 1px solid #cfd3cd; background: #fbfaf5; color: var(--ink); }
.league-setup-form-grid { margin-top: 14px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-items: end; }
.league-setup-form-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.league-setup-message { grid-column: 1 / -1; min-height: 20px; margin: 0; color: var(--muted); font-size: 13px; font-weight: 800; text-transform: none; letter-spacing: normal; line-height: 1.45; }
.league-setup-message.is-error { color: #943b34; }
.league-setup-placeholder-option { grid-column: 1 / -1; display: flex !important; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 8px !important; padding: 10px 12px; border: 1px dashed #cfd3cd; background: #fbfaf5; color: var(--muted) !important; }
.league-setup-placeholder-option input { width: auto !important; min-height: auto !important; }
.league-setup-placeholder-option span { font-size: 11px; color: var(--muted); }
.session-dashboard { grid-column: 1 / -1; margin-top: 18px; border: 1px solid #e1e4dc; background: #fbfaf5; }
.session-dashboard-heading { padding: 13px 14px; display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid #e1e4dc; color: var(--forest); }
.session-dashboard-heading div { display: grid; gap: 3px; }
.session-dashboard-heading span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.session-dashboard-summary { padding: 14px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.session-dashboard-summary div, .league-manager-completion-summary div { padding: 12px; display: grid; gap: 5px; border: 1px solid #eceee7; background: white; }
.session-dashboard-summary span, .league-manager-completion-summary span { color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.session-dashboard-summary strong, .league-manager-completion-summary strong { color: var(--forest); font-size: 14px; line-height: 1.25; }
.session-dashboard-table { display: grid; }
.session-dashboard-row { display: grid; grid-template-columns: 84px 140px 120px 130px 90px minmax(170px, 1fr); gap: 10px; align-items: center; padding: 10px 14px; border-bottom: 1px solid #eceee7; font-size: 13px; }
.session-dashboard-row:last-child { border-bottom: 0; }
.session-dashboard-row-head { color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.session-week-status { width: fit-content; padding: 5px 8px; background: #eef3e7; color: var(--forest); font-weight: 900; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.session-week-status.is-no-league { background: #f7e8e5; color: #943b34; }
.mini-action { min-height: 36px; padding: 7px 10px; border: 1px solid #cfd3cd; background: white; color: var(--forest); font-weight: 900; cursor: pointer; }
.mini-action + .mini-action { margin-left: 6px; }
.session-dashboard-empty { padding: 14px; color: var(--muted); font-size: 13px; }
.session-transition-workflow { grid-column: 1 / -1; margin-top: 22px; padding: clamp(18px, 3vw, 28px); border: 2px solid #8d3a32; background: #fffaf7; color: var(--ink); }
.session-transition-kicker { width: fit-content; margin-bottom: 8px; padding: 6px 9px; color: white; background: #8d3a32; font-size: 10px; font-weight: 950; letter-spacing: .12em; }
.session-transition-workflow h3 { margin: 8px 0; color: #642820; font-size: clamp(21px, 3vw, 29px); }
.session-transition-warning { margin: 0 0 18px; color: #6f514c; line-height: 1.5; }
.session-transition-summary-grid, .session-transition-impact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.session-transition-summary-grid article, .session-transition-impact-grid section { min-width: 0; padding: 16px; border: 1px solid #e2cec8; background: white; }
.session-transition-summary-grid article > span { color: var(--muted); font-size: 10px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.session-transition-summary-grid h4, .session-transition-impact-grid h4 { margin: 6px 0; color: var(--forest); font-size: 18px; }
.session-transition-summary-grid article > strong { color: #8d3a32; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.session-transition-summary-grid dl { margin: 14px 0 0; display: grid; gap: 7px; }
.session-transition-summary-grid dl div { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid #eee5e1; }
.session-transition-summary-grid dt { color: var(--muted); font-size: 12px; }
.session-transition-summary-grid dd { margin: 0; text-align: right; font-size: 12px; font-weight: 900; overflow-wrap: anywhere; }
.session-transition-impact-grid { margin-top: 14px; }
.session-transition-impact-grid ul, .session-transition-modal-card ul { margin: 10px 0 0; padding-left: 20px; display: grid; gap: 8px; color: #493a36; font-size: 13px; line-height: 1.4; }
.session-transition-confirmations { margin: 18px 0; padding: 16px; display: grid; gap: 10px; border: 1px solid #d6bbb5; background: white; }
.session-transition-confirmations legend { padding: 0 7px; color: #642820; font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.session-transition-confirmations label { min-height: 44px; padding: 7px 0; display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 10px; align-items: center; color: var(--ink); font-size: 13px; font-weight: 750; line-height: 1.35; text-transform: none; letter-spacing: normal; cursor: pointer; }
.league-setup-card .session-transition-confirmations input { width: 22px; min-height: 22px; padding: 0; accent-color: #8d3a32; }
.session-transition-typed-confirmation { margin: 16px 0; display: grid; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 800; text-transform: none; letter-spacing: normal; }
.session-transition-typed-confirmation strong { color: #8d3a32; }
.session-transition-danger-action { width: 100%; min-height: 50px; border-color: #8d3a32; background: #8d3a32; color: white; }
.session-transition-danger-action:disabled { cursor: not-allowed; opacity: .48; }
.session-transition-failure { margin-bottom: 18px; padding: 16px; border: 1px solid #8d3a32; background: #f9e7e4; }
.session-transition-failure p { margin: 6px 0; }
.session-transition-result-grid { margin: 18px 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.session-transition-result-grid div { padding: 12px; display: grid; gap: 5px; border: 1px solid #e2cec8; background: white; }
.session-transition-result-grid span { color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.session-transition-result-grid strong { color: var(--forest); font-size: 18px; }
.session-transition-actions, .session-transition-modal-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.session-transition-modal-card { width: min(680px, 100%); border-top: 7px solid #8d3a32; }
.session-transition-modal-actions { margin-top: 24px; justify-content: space-between; }
.session-transition-modal-actions .button { min-height: 48px; margin: 0; }
.session-transition-processing { padding: 18px; border-left: 5px solid #8d3a32; background: #fff5f1; }
.session-transition-processing p { margin-bottom: 0; color: var(--muted); }
.team-initialize-panel { margin: 12px 0 16px; padding: 18px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; border: 1px solid #d5d8d0; border-left: 5px solid var(--lime); background: #f7fbec; }
.team-initialize-panel strong { display: block; margin-bottom: 7px; color: var(--forest); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.team-initialize-panel p { margin: 4px 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.team-initialize-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.league-manager-navigation-card { display: grid; gap: 16px; }
.league-manager-completion-summary { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.league-manager-navigation-card .button { width: fit-content; min-width: 220px; }
.league-manager-navigation-card .button:disabled { cursor: not-allowed; opacity: .62; }
.league-setup-lock-note { margin-bottom: 16px; padding: 14px 16px; display: grid; gap: 5px; border-left: 5px solid var(--lime); background: #f7fbec; }
.league-setup-lock-note strong { color: var(--forest); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.league-setup-lock-note span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.league-setup-head, .league-setup-row { display: grid; grid-template-columns: 80px 120px minmax(180px, 1.3fr) minmax(150px, 1fr) minmax(180px, 1fr) 130px 160px; gap: 10px; align-items: center; }
.league-setup-head { margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.league-setup-row { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eceee7; }
.league-setup-row input, .league-setup-row select { width: 100%; min-height: 42px; padding: 9px 10px; border: 1px solid #cfd3cd; background: #fbfaf5; }
.league-setup-row small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .02em; }
.league-setup-row-actions { display: flex; gap: 6px; }
.league-setup-row-actions button { width: 100%; min-height: 42px; border: 1px solid #cfd3cd; background: #fbfaf5; color: var(--forest); cursor: pointer; font-weight: 900; }
.league-setup-row-actions .edit-team-button { background: #f8faf4; }
.league-setup-row-actions .remove-team-button { color: var(--forest); background: #f8faf4; }
.league-setup-actions { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; }
.league-setup-card .button { margin-top: 12px; }
.schedule-import-card, .schedule-review-card, .approved-schedule-summary { margin-bottom: 18px; padding: 22px; border: 1px solid #d5d8d0; background: white; }
.schedule-import-card { display: grid; gap: 14px; justify-items: start; }
.league-manager-weekly-workspace { width: 100%; display: grid; gap: 18px; }
.league-manager-guided-step {
  width: min(100%, 720px);
  padding: 18px 20px;
  display: grid;
  gap: 6px;
  border-left: 6px solid var(--lime);
  background: #f7fbec;
  color: var(--forest);
}
.league-manager-guided-step strong { font-size: 24px; line-height: 1.1; }
.league-manager-guided-step span { font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.league-manager-guided-step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.league-manager-schedule-grid { width: 100%; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 18px; align-items: start; }
.league-manager-schedule-panel { min-width: 0; padding: 18px; display: grid; gap: 14px; border: 1px solid #e1e4dc; background: #fbfaf5; }
.league-manager-schedule-panel-heading { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.league-manager-schedule-panel-heading h4 { margin: 0; color: var(--forest); font-size: 18px; }
.league-manager-schedule-panel-heading span { padding: 6px 9px; color: var(--forest); background: #eef3e7; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.schedule-upload-drop { width: min(100%, 520px); padding: 14px; border: 1px dashed #aeb8ad; background: white; cursor: pointer; }
.schedule-upload-primary {
  width: min(100%, 420px);
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #c9ff25;
  color: #0c2f26;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 14px 26px rgba(12, 47, 38, .14);
}
.schedule-upload-primary:hover { filter: brightness(.97); }
.schedule-upload-primary input { display: none; }
.league-manager-schedule-warning { width: 100%; padding: 13px 15px; border-left: 5px solid #e1a327; background: #fff3cc; color: #5e4310; }
.league-manager-schedule-warning strong { display: block; margin-bottom: 5px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.league-manager-schedule-warning p { margin: 0 0 8px; font-size: 13px; line-height: 1.45; }
.league-manager-schedule-warning label { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 900; color: #5e4310; }
.schedule-manager-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: 18px; align-items: start; }
.schedule-import-card h3, .schedule-review-heading h3 { margin: 0; color: var(--forest); font-size: 22px; }
.schedule-review-heading p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.schedule-template-status { width: min(100%, 620px); padding: 14px 16px; display: grid; gap: 4px; border-left: 5px solid #bdc5bd; color: var(--forest); background: #f3f5f0; }
.schedule-template-status.saved { border-left-color: var(--lime); background: #e8f3e8; }
.schedule-template-status strong { font-size: 13px; }
.schedule-template-status span { color: var(--muted); font-size: 11px; }
.session-table-template-head,
.session-table-template-row { display: grid; grid-template-columns: 70px 110px 80px 90px 90px 90px minmax(150px, 1fr) 120px; gap: 8px; align-items: center; }
.session-table-template-head { margin-top: 14px; padding: 10px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; background: #eef2ed; }
.session-table-template-list { display: grid; gap: 8px; max-height: 520px; overflow: auto; padding-top: 8px; }
.session-table-template-row { padding: 8px; background: #fff; border: 1px solid var(--line); }
.session-table-template-row input,
.session-table-template-row select { width: 100%; min-width: 0; padding: 9px 8px; border: 1px solid var(--line); background: #fff; font: inherit; }
@media (max-width: 900px) {
  .session-table-template-head { display: none; }
  .session-table-template-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .session-table-template-row .schedule-status { grid-column: 1 / -1; }
}
.schedule-csv-preview { width: min(100%, 760px); padding: 14px 16px; border: 1px solid #cfd7ce; background: #fbfff4; color: var(--forest); }
.schedule-csv-preview strong { display: block; margin-bottom: 6px; color: var(--forest); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.schedule-csv-preview p { margin: 4px 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.schedule-csv-preview .csv-preview-warning { padding: 8px 10px; color: #7b3f00; background: #fff1c9; border-left: 4px solid #e1a327; }
.schedule-paste-card {
  width: min(100%, 760px);
  padding: 16px;
  display: grid;
  gap: 10px;
  border: 1px solid #d9e1d6;
  background: #f7faf2;
}
.schedule-paste-card summary {
  cursor: pointer;
  color: var(--forest);
  font-weight: 900;
  letter-spacing: .04em;
}
.schedule-paste-card[open] summary { margin-bottom: 4px; }
.schedule-paste-card h4 { margin: 0; color: var(--forest); font-size: 16px; }
.schedule-paste-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.schedule-paste-card textarea {
  width: 100%;
  min-height: 170px;
  padding: 12px;
  border: 1px solid #cfd3cd;
  background: #fff;
  color: var(--forest);
  font: inherit;
  line-height: 1.45;
  resize: vertical;
}
.schedule-paste-card .button { width: min(100%, 360px); }
.schedule-advanced-recovery[hidden] { display: none !important; }
.schedule-import-summary { margin: 0 0 18px; padding: 16px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; border: 1px solid #cdd8cf; background: #f5f8f3; }
.schedule-import-summary span { display: block; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.schedule-import-summary strong { display: block; margin-top: 3px; color: var(--forest); font-size: 18px; }
.weekly-schedule-next-action { margin: 0 0 22px; padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid #b9d35b; background: #f3f8dc; box-shadow: 0 10px 28px rgba(18, 53, 42, .1); }
.weekly-schedule-next-action[hidden] { display: none; }
.weekly-schedule-next-action .button { flex: 0 0 auto; min-height: 50px; }
.weekly-schedule-next-action p { margin: 0; color: var(--forest); font-weight: 700; line-height: 1.45; }
.schedule-apa-id-preview { width: min(100%, 760px); padding: 16px; border: 1px solid #cfd7ce; background: #fbfff4; color: var(--forest); }
.schedule-apa-id-preview strong { display: block; margin-bottom: 6px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.schedule-apa-id-preview p { margin: 4px 0 12px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.apa-id-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.apa-id-grid span { padding: 8px 10px; color: var(--forest); background: #e8f3e8; border: 1px solid #cfe0cf; font-size: 15px; font-weight: 900; letter-spacing: .05em; }
.apa-match-grid { display: grid; grid-template-columns: 110px 80px minmax(180px, 1fr) 110px minmax(170px, 1fr); gap: 8px; align-items: center; }
.apa-match-grid > span { padding: 9px 10px; min-height: 40px; display: flex; align-items: center; color: var(--forest); background: #f5f7f2; border: 1px solid #dfe6db; font-size: 12px; font-weight: 800; }
.apa-match-grid > span:nth-child(-n+5) { color: var(--muted); background: transparent; border: 0; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.apa-match-status.verified { color: #245c4c; background: #e1f1e8; }
.apa-match-status.needs-review { color: #8a5a13; background: #fff0c2; }
.apa-match-status.error { color: #943b34; background: #f7e8e5; }
.csv-preview-grid { margin-top: 10px; display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 6px 12px; font-size: 12px; }
.csv-preview-grid span:nth-child(odd) { font-weight: 900; color: var(--forest); }
.csv-preview-grid span:nth-child(even) { color: var(--ink); }
.schedule-import-card label { display: grid; gap: 8px; color: var(--forest); font-size: 12px; font-weight: 800; }
.schedule-import-card input { width: min(100%, 520px); padding: 11px; border: 1px solid #cfd3cd; background: #fbfaf5; }
.schedule-image-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.schedule-screenshot-preview { width: min(100%, 620px); max-height: 520px; object-fit: contain; border: 1px solid #d8dbd3; background: #f4f5ef; }
.schedule-review-heading { margin-bottom: 16px; display: flex; justify-content: space-between; align-items: end; gap: 14px; }
.schedule-review-controls { display: flex; flex-wrap: wrap; gap: 10px; align-items: end; justify-content: flex-end; }
.schedule-review-heading label { display: grid; gap: 6px; color: var(--forest); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.schedule-review-heading input { width: 130px; min-height: 44px; padding: 9px 11px; border: 1px solid #cfd3cd; }
.weekly-schedule-controls { width: min(100%, 840px); display: grid; grid-template-columns: repeat(3, minmax(160px, 1fr)); gap: 12px; }
.weekly-schedule-controls select { width: 100%; min-height: 44px; padding: 10px 11px; border: 1px solid #cfd3cd; background: #fbfaf5; }
.schedule-lock-status { padding: 8px 10px; color: #8a5a13; background: #fff0c2; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.schedule-lock-status.locked { color: #245c4c; background: #e1f1e8; }
.schedule-manager-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.schedule-primary-next {
  min-width: min(100%, 320px);
  min-height: 58px;
  font-size: 16px;
  box-shadow: 0 14px 28px rgba(12, 47, 38, .16);
}
.schedule-review-head, .schedule-review-row { display: grid; grid-template-columns: 84px 78px minmax(160px, 1.2fr) minmax(160px, 1.2fr) 118px minmax(180px, 1.3fr) 70px; gap: 8px; align-items: center; }
.schedule-review-head { margin-bottom: 8px; color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.score-entry-head, .score-entry-row { display: grid; grid-template-columns: minmax(180px, 1.3fr) 90px minmax(180px, 1.3fr) 90px minmax(140px, 1fr) 118px 190px; gap: 8px; align-items: center; }
.score-entry-head { margin-bottom: 8px; color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.score-entry-row { margin-bottom: 8px; padding: 10px; border: 1px solid #dfe2dc; background: #fbfaf5; }
.score-entry-row select { width: 100%; min-height: 42px; padding: 8px 10px; border: 1px solid #cfd3cd; background: white; }
.score-entry-row.is-scheduled { border-left: 5px solid var(--lime); }
.score-entry-row.is-readonly-match { opacity: .74; }
.score-entry-row.is-captain-match { box-shadow: 0 0 0 2px rgba(194, 255, 26, .22); }
.score-entry-team-lock { display: grid; gap: 4px; min-height: 42px; padding: 8px 10px; border: 1px solid #dfe2dc; background: #eef4ec; color: var(--forest); }
.score-entry-team-lock span { color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.score-entry-team-lock strong { font-size: 14px; line-height: 1.2; }
.score-entry-result-preview { min-height: 42px; padding: 9px 10px; display: grid; align-items: center; border: 1px solid #e2e5dc; background: white; color: var(--muted); font-size: 12px; font-weight: 900; }
.score-entry-result-preview.ready { border-color: #c8df9a; background: #f3f9e6; color: var(--forest); }
.score-entry-schedule-view { margin-top: 10px; }
.score-entry-schedule-view summary { width: fit-content; cursor: pointer; color: var(--forest); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.score-entry-schedule-view img { display: block; width: min(100%, 720px); max-height: 520px; margin-top: 10px; object-fit: contain; border: 1px solid #d8dbd3; background: #f4f5ef; }
.score-entry-actions, .score-live-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.score-entry-actions .button, .score-live-actions .button { padding: 9px 11px; font-size: 12px; }
.score-status { display: inline-flex; width: fit-content; align-items: center; min-height: 28px; padding: 5px 9px; border-radius: 999px; background: #edf0e9; color: var(--forest); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.score-status-scheduled { background: #e8f3e8; }
.score-status-submitted { background: #fff3c4; }
.score-status-approved { background: #d9f4df; }
.score-status-corrected { background: #d8edf7; }
.score-status-rejected { background: #eee7e0; }
.score-status-needs_correction { background: #ffe0d9; }
.score-corrected-badge { display: inline-flex; width: fit-content; padding: 4px 8px; border-radius: 999px; background: #d8edf7; color: var(--forest); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.score-live-list { display: grid; gap: 10px; }
.score-live-card { display: grid; gap: 8px; padding: 16px; border: 1px solid #dfe2dc; background: #fbfaf5; }
.score-live-card.is-corrected { border-left: 5px solid #589ab8; }
.score-live-card div:first-child { display: flex; flex-wrap: wrap; gap: 8px; align-items: baseline; font-size: 20px; color: var(--forest); }
.score-live-card p { margin: 0; color: var(--muted); font-size: 13px; }

.admin-page.score-entry-page .score-entry-head,
.admin-page.score-entry-page .score-entry-row { grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr) 54px minmax(88px, .65fr) 94px minmax(108px, .7fr); gap: 5px; }
.admin-page.score-entry-page .score-entry-head { margin-bottom: 3px; padding: 0 5px; }
.admin-page.score-entry-page .score-entry-row { min-height: 44px; margin-bottom: 3px; padding: 3px 5px; }
.admin-page.score-entry-page .score-entry-row select { min-height: 40px; padding: 3px 5px; font-size: 14px; }
.admin-page.score-entry-page .score-entry-team-lock { min-width: 0; min-height: 40px; padding: 4px 6px; gap: 1px; }
.admin-page.score-entry-page .score-entry-team-lock strong { display: -webkit-box; overflow: hidden; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 12px; line-height: 1.12; }
.admin-page.score-entry-page .score-entry-team-lock span { font-size: 8px; }
.admin-page.score-entry-page .score-entry-result-preview { min-height: 40px; padding: 4px 6px; font-size: 10px; line-height: 1.15; }
.admin-page.score-entry-page .score-status { min-height: 24px; padding: 3px 6px; font-size: 9px; line-height: 1.1; }
.admin-page.score-entry-page .score-entry-actions { gap: 4px; }
.admin-page.score-entry-page .score-entry-actions .button { min-height: 40px; padding: 5px 8px; font-size: 10px; line-height: 1.1; }
.admin-page.score-entry-page .schedule-approval-bar { margin-top: 6px; padding-top: 6px; }

@media (max-width: 620px) {
  .admin-page.score-entry-page .schedule-manager-top { grid-template-columns: 1fr; }
  .admin-page.score-entry-page .schedule-template-status { width: 100%; }
}

@media (max-width: 620px) {
  .admin-page.score-entry-page .score-entry-head { display: none; }
  .admin-page.score-entry-page .score-entry-row { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 3px 5px; padding: 4px 5px; }
  .admin-page.score-entry-page .score-entry-row > :nth-child(1) { grid-column: 1 / 3; }
  .admin-page.score-entry-page .score-entry-row > :nth-child(2) { grid-column: 3; }
  .admin-page.score-entry-page .score-entry-row > :nth-child(3) { grid-column: 4 / 6; }
  .admin-page.score-entry-page .score-entry-row > :nth-child(4) { grid-column: 6; }
  .admin-page.score-entry-page .score-entry-row > :nth-child(5) { grid-column: 1 / 3; }
  .admin-page.score-entry-page .score-entry-row > :nth-child(6) { grid-column: 3 / 5; }
  .admin-page.score-entry-page .score-entry-row > .score-entry-actions { grid-column: 5 / 7; }
  .admin-page.score-entry-page .score-entry-actions .button { width: 100%; }
}
.standings-engine-summary { display: grid; grid-template-columns: repeat(5, minmax(120px, 1fr)); gap: 10px; margin: 16px 0 20px; }
.standings-engine-summary div { display: grid; gap: 6px; padding: 14px; border: 1px solid #dfe2dc; background: #fbfaf5; }
.standings-engine-summary span { color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.standings-engine-summary strong { color: var(--forest); font-size: 16px; line-height: 1.2; }
.standings-engine-head, .standings-engine-row { display: grid; grid-template-columns: 70px 64px minmax(180px, 1.5fr) 118px 108px 118px 92px 150px; gap: 8px; align-items: center; }
.standings-engine-head { margin-bottom: 8px; color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.standings-engine-list { display: grid; gap: 8px; }
.standings-engine-row { padding: 12px 10px; border: 1px solid #dfe2dc; background: #fbfaf5; }
.standings-engine-row strong { color: var(--forest); font-size: 14px; line-height: 1.3; }
.standings-engine-row strong small { display: inline-flex; margin-left: 8px; color: var(--muted); font-size: 11px; font-weight: 900; }
.standings-engine-row span { min-width: 0; color: var(--ink); font-size: 13px; }
.standings-engine-row em { display: inline-flex; margin-left: 6px; padding: 3px 7px; border-radius: 999px; background: #fff0c2; color: #8a5a13; font-size: 10px; font-style: normal; font-weight: 900; text-transform: uppercase; }
.opening-standings-head, .opening-standings-row { display: grid; grid-template-columns: 56px minmax(180px, 1.5fr) repeat(5, minmax(82px, 1fr)); gap: 8px; align-items: center; }
.opening-standings-head { margin: 14px 0 8px; color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.opening-standings-list { display: grid; gap: 8px; }
.opening-standings-row { padding: 10px; border: 1px solid #dfe2dc; background: #fbfaf5; }
.opening-standings-row strong { color: var(--forest); font-size: 14px; }
.opening-standings-row input { width: 100%; min-height: 40px; padding: 8px; border: 1px solid #cfd3cd; background: white; }
.schedule-review-row { min-height: 62px; padding: 9px 0; border-top: 1px solid #eceee7; }
.schedule-review-row.needs-attention { padding: 10px; border: 1px solid #e1a327; background: #fffaf0; }
.schedule-review-row input, .schedule-review-row select { width: 100%; min-width: 0; min-height: 42px; padding: 8px; border: 1px solid #cfd3cd; background: #fbfaf5; }
.schedule-review-row strong { min-width: 0; color: var(--forest); font-size: 12px; line-height: 1.35; }
.schedule-week-cell { text-transform: uppercase; letter-spacing: .05em; }
.table-assignment-head, .table-assignment-row { display: grid; grid-template-columns: 70px 72px 76px minmax(130px, 1fr) 76px minmax(130px, 1fr) 92px 112px minmax(180px, 1.2fr); gap: 8px; align-items: center; }
.table-assignment-head { margin-bottom: 8px; color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.table-assignment-row { min-height: 62px; padding: 10px 0; border-top: 1px solid #eceee7; }
.table-assignment-row input, .table-assignment-row select { width: 100%; min-width: 0; min-height: 42px; padding: 8px; border: 1px solid #cfd3cd; background: #fbfaf5; }
.table-assignment-row strong { color: var(--forest); font-size: 13px; line-height: 1.35; }
.table-assignment-row > span { color: var(--muted); font-size: 12px; font-weight: 800; }
.table-assignment-notes { display: grid; grid-template-columns: 92px minmax(120px, 1fr); gap: 8px; }
.table-match-found.yes { color: #245c4c; }
.table-match-found.no { color: #943b34; }
.schedule-imported-id { min-height: 42px; padding: 10px 8px; display: flex; align-items: center; justify-content: center; color: var(--forest); background: #f3f5f0; border: 1px solid #dfe3dc; font-size: 11px; font-weight: 900; }
.schedule-review-row.is-shared { color: #557067; background: #f3f6f1; }
.schedule-status { padding: 7px 8px; text-align: center; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.schedule-status.verified { color: #245c4c; background: #e1f1e8; }
.schedule-status.review { color: #8a5a13; background: #fff0c2; }
.schedule-status.error { color: #943b34; background: #f7e8e5; }
.schedule-status.shared { color: #4f5f59; background: #e2e7e2; }
.schedule-row-actions { display: flex; flex-wrap: wrap; gap: 5px; }
.schedule-row-actions button { min-height: 32px; padding: 5px 7px; border: 0; color: var(--forest); background: #e1f1e8; cursor: pointer; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.schedule-row-actions button:last-child { color: #943b34; background: #f7e8e5; }
.schedule-delete-row { min-height: 38px; border: 0; color: #943b34; background: #f7e8e5; cursor: pointer; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.schedule-empty-state { padding: 20px; color: var(--muted); border: 1px dashed #cbd1c7; background: #fbfaf5; text-align: center; }
.schedule-approval-bar { margin-top: 18px; padding-top: 16px; display: flex; justify-content: space-between; align-items: center; gap: 16px; border-top: 1px solid #dfe3dc; }
.schedule-approval-bar p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.weekly-action-sequence {
  margin-top: 16px;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  background: #f4f7ed;
  border: 1px solid #dde6d7;
}
.weekly-action-sequence span {
  min-height: 42px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--forest);
  background: #fff;
  border: 1px solid #d9dfd4;
  font-size: 12px;
  font-weight: 950;
  text-align: center;
}
.weekly-action-sequence span.active {
  background: #c9ff25;
  border-color: #b6ef18;
}
.guided-schedule-saved { width: min(100%, 820px); }
.guided-schedule-summary { margin: 14px 0; display: grid; grid-template-columns: repeat(3, minmax(130px, 1fr)); gap: 10px; }
.guided-schedule-summary p { margin: 0; padding: 13px; display: grid; gap: 5px; background: #fbfaf5; border: 1px solid #dfe2dc; }
.guided-schedule-summary b { color: var(--forest); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.guided-schedule-summary span { color: var(--ink); font-size: 15px; font-weight: 900; }
.approved-schedule-summary { display: grid; grid-template-columns: 220px 1fr; gap: 22px; border-left: 5px solid var(--lime); }
.approved-schedule-summary span { color: #527266; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.approved-schedule-summary h3 { margin: 7px 0 3px; color: var(--forest); font-size: 28px; }
.approved-schedule-summary p { margin: 5px 0; color: var(--ink); font-size: 12px; line-height: 1.45; }
.approved-schedule-actions { display: grid; gap: 10px; margin-top: 16px; }
.approved-schedule-actions .button { width: 100%; justify-content: center; }
.captain-status-list { display: grid; gap: 10px; }
.captain-status-row { padding: 15px 17px; display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 12px; align-items: center; border: 1px solid #d5d8d0; background: white; }
.captain-status-row.submitted b { color: #245c4c; }
.captain-status-row.missing b { color: #943b34; }
.mobile-dot { width: 8px; height: 8px; border-radius: 50%; background: #c94b42; position: absolute; top: 9px; right: 25%; }
.success-page { display: none; place-items: center; }
.success-page.active { display: grid; }
.success-card { max-width: 650px; padding: 55px; text-align: center; background: var(--paper); color: var(--ink); }
.success-check { width: 62px; height: 62px; margin: 0 auto 22px; border-radius: 50%; display: grid; place-items: center; color: var(--forest); background: var(--lime); font-size: 26px; }
.success-card .eyebrow, .success-card .hero-actions { justify-content: center; }
.success-card h1 { font-size: clamp(40px, 6vw, 62px); }
.success-card > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.welcome-page { color: white; background: radial-gradient(circle at 80% 15%, rgba(215,255,67,.13), transparent 30%), linear-gradient(135deg, #071f19, #123e32); }
.welcome-hero { width: min(1220px, 100%); min-height: calc(100vh - 82px); margin: auto; padding: clamp(42px, 7vw, 90px) clamp(22px, 5vw, 60px); display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(34px, 6vw, 78px); align-items: center; }
.welcome-logo { width: 118px; margin-bottom: 24px; border-radius: 8px; box-shadow: 0 18px 44px rgba(0,0,0,.28); }
.welcome-copy h1 { max-width: 720px; margin: 18px 0 24px; font-size: clamp(46px, 6vw, 78px); line-height: .98; letter-spacing: -.06em; }
.welcome-subtext { max-width: 700px; margin: 0 0 32px; color: #d8e4df; font-size: clamp(16px, 2vw, 21px); line-height: 1.7; }
.welcome-subtext b { padding: 0 6px; color: var(--lime); }
.welcome-claim-button { width: min(100%, 430px); min-height: 68px; padding: 0 28px; font-size: 18px; }
.welcome-help { max-width: 560px; margin: 18px 0 0; color: #aebfb8; font-size: 13px; line-height: 1.6; }
.welcome-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.welcome-actions .welcome-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
.welcome-card { min-height: 185px; padding: 24px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; border: 1px solid rgba(215,255,67,.28); background: rgba(6,31,24,.62); color: white; cursor: pointer; transition: transform .2s, border-color .2s, background .2s; }
.welcome-card:hover { transform: translateY(-4px); border-color: var(--lime); background: rgba(17,61,49,.95); }
.welcome-card > span { color: var(--lime); font: 800 11px Manrope; letter-spacing: .13em; }
.welcome-card strong { margin: auto 0 8px; font: 800 23px Manrope; }
.welcome-card small { color: #b9cac3; font-size: 12px; line-height: 1.5; }
.claim-page { max-width: 1100px; margin: auto; }
.claim-heading { max-width: 800px; margin: 46px 0 28px; }
.claim-heading h1 { margin: 12px 0 18px; font-size: clamp(45px, 7vw, 72px); }
.claim-heading > p:last-child { max-width: 700px; color: var(--muted); line-height: 1.7; }
.claim-signin-notice, .claim-lookup-panel, .admin-claim-tools { padding: clamp(22px, 4vw, 38px); border: 1px solid var(--line); background: white; }
.claim-signin-notice p, .claim-notification-card p, .admin-claim-tools > p { color: var(--muted); line-height: 1.6; }
.claim-filters, .admin-claim-tools form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.claim-filters label, .claim-notification-card label, .admin-claim-tools label { display: flex; flex-direction: column; gap: 8px; font-size: 12px; font-weight: 800; }
.claim-filters input, .claim-filters select, .claim-notification-card input, .claim-notification-card select, .admin-claim-tools input, .admin-claim-tools select { min-height: 50px; padding: 0 13px; border: 1px solid var(--line); background: var(--paper); }
.claim-notification-card { margin: 20px 0; padding: 20px; background: #f2f6ef; }
.claim-notification-card h2 { font-size: 20px; }
.claim-player-list { display: grid; gap: 10px; }
.claim-suggestion { margin: 18px 0; padding: 16px 18px; border-left: 4px solid var(--lime); background: #edf4e8; color: var(--forest); line-height: 1.55; }
.claim-suggestion strong { display: block; font-family: Manrope, sans-serif; }
.claim-player-row { padding: 16px; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; border: 1px solid var(--line); }
.claim-player-row div { display: flex; flex-direction: column; gap: 5px; }
.claim-player-row span { color: var(--muted); font-size: 12px; }
.claim-existing-profile { padding: 24px; text-align: center; background: #f1f6ef; }
.non-league-profile-option { margin-top: 24px; padding: 22px; border: 1px solid var(--line); background: #f7f7f2; }
.non-league-profile-option h2 { font-size: 20px; }
.non-league-profile-option p { color: var(--muted); line-height: 1.6; }
.non-league-profile-form { margin-top: 16px; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end; }
.non-league-profile-form label { display: flex; flex-direction: column; gap: 8px; font-size: 12px; font-weight: 800; }
.non-league-profile-form input { min-height: 50px; padding: 0 13px; border: 1px solid var(--line); background: white; }
.claim-success-details { margin: 26px 0; padding: 18px; background: #f2f6ef; text-align: left; }
.claim-success-details dl { margin: 0; display: grid; gap: 9px; }
.claim-success-details div { display: flex; justify-content: space-between; gap: 20px; }
.claim-success-details dt { color: var(--muted); }
.claim-success-details dd { margin: 0; text-align: right; font-weight: 800; }
.admin-claim-tools { margin-top: 24px; }
.admin-claim-tools form { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); grid-template-columns: 1fr 1fr auto; align-items: end; }
.admin-claim-tools form > *, .admin-claim-tools input, .admin-claim-tools select { min-width: 0; max-width: 100%; }
.rosters-page { max-width: 1180px; margin: 0 auto; }
.rosters-heading { max-width: 820px; margin: 46px 0 32px; }
.rosters-heading h1 { margin: 12px 0 18px; }
.rosters-heading > p:last-child { color: var(--muted); line-height: 1.7; }
.roster-directory-title { margin-bottom: 16px; }
.player-profile-page { max-width: 1280px; margin: 0 auto; }
.profile-page-content { margin-top: 32px; }
.profile-identity-card { padding: clamp(22px, 4vw, 42px); display: grid; grid-template-columns: 230px 1fr 170px; gap: 34px; align-items: center; border: 1px solid var(--line); background: white; }
.profile-portrait { height: 270px; overflow: hidden; background: #dce4df; }
.profile-portrait img, .profile-portrait .initial-photo { width: 100%; height: 100%; object-fit: cover; }
.profile-portrait .apa-chip, .profile-portrait .rank-chip, .profile-portrait .skill-rank-chip { display: none; }
.profile-badges { margin-bottom: 12px; display: flex; flex-wrap: wrap; gap: 8px; }
.claim-badge, .verified-badge { padding: 7px 10px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.claim-badge.claimed { color: #164b3c; background: #d9f1e6; }
.claim-badge.unclaimed { color: #755c25; background: #f3ead2; }
.verified-badge { color: var(--forest); background: var(--lime); }
.profile-identity-copy h1 { margin: 10px 0 0; font-size: clamp(42px, 6vw, 72px); }
.profile-nickname { margin: 5px 0; color: #4b7568; font: italic 24px Georgia, serif; }
.profile-bio { max-width: 690px; color: var(--muted); line-height: 1.7; }
.profile-facts { margin: 20px 0; display: grid; grid-template-columns: repeat(4, minmax(100px, 1fr)); gap: 10px; }
.profile-facts span { padding: 12px; background: #f3f5ef; font-size: 12px; }
.profile-facts b { display: block; margin-bottom: 5px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.profile-header-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.profile-completion { display: grid; gap: 8px; text-align: center; }
.profile-completion strong { font: 800 44px Manrope, sans-serif; color: var(--forest); }
.profile-completion span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.profile-completion i { height: 8px; overflow: hidden; background: #e1e5dc; }
.profile-completion i b { height: 100%; display: block; background: var(--lime); }
.profile-detail-grid { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.profile-panel { padding: clamp(20px, 3vw, 32px); border: 1px solid var(--line); background: white; }
.profile-panel h2 { margin: 10px 0; font-size: 28px; }
.profile-panel > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.current-tier { margin: 18px 0 8px; display: flex; align-items: center; gap: 14px; }
.current-tier .rank-dot { width: 28px; height: 28px; }
.current-tier strong { font: 800 clamp(28px, 4vw, 42px) Manrope, sans-serif; }
.profile-tier-percentages { margin: 22px 0; display: grid; gap: 8px; }
.profile-tier-percentages div { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid #e7e8e2; }
.profile-tier-percentages span { display: flex; align-items: center; gap: 8px; }
.profile-history-list, .profile-mentions, .profile-awards { display: grid; gap: 8px; }
.profile-history-list > div { padding: 11px 0; display: grid; grid-template-columns: 1fr auto auto; gap: 15px; border-bottom: 1px solid #e7e8e2; align-items: center; }
.profile-history-list span { display: flex; align-items: center; gap: 8px; }
.profile-history-list small { color: var(--muted); }
.profile-team-heading { margin: 16px 0; display: flex; gap: 16px; align-items: center; }
.profile-team-heading img { width: 68px; height: 68px; object-fit: contain; border: 1px solid var(--line); }
.profile-team-heading p { margin: 4px 0 0; color: var(--muted); }
.profile-roster-list { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.profile-roster-list button, .profile-mentions button { padding: 11px 12px; display: flex; justify-content: space-between; gap: 12px; text-align: left; border: 1px solid var(--line); background: var(--paper); cursor: pointer; }
.profile-roster-list button:hover, .profile-mentions button:hover { border-color: var(--forest); }
.profile-roster-list span, .profile-mentions span { color: var(--muted); font-size: 11px; }
.profile-mentions strong small { margin-top: 4px; display: block; color: #4d7568; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.profile-awards { margin-top: 16px; grid-template-columns: 1fr 1fr; }
.profile-awards span { padding: 12px; background: #eef4e9; }
.profile-awards b { display: block; }
.profile-owner-form { margin-top: 20px; }
.profile-owner-form label { display: flex; flex-direction: column; gap: 8px; margin: 14px 0; font-size: 12px; font-weight: 800; }
.profile-owner-form input, .profile-owner-form select, .profile-owner-form textarea { width: 100%; padding: 13px; border: 1px solid var(--line); background: var(--paper); }
.locked-fields-note { padding: 12px; border-left: 3px solid var(--lime); background: #f1f5ec; }

.simple-player-profile-card { max-width: 980px; margin: 0 auto; grid-template-columns: minmax(240px, 330px) 1fr; align-items: stretch; }
.simple-player-profile-card .profile-portrait { height: 100%; min-height: 390px; }
.simple-player-profile-card .profile-identity-copy { padding: 8px 0; display: flex; flex-direction: column; justify-content: center; }
.simple-player-profile-card .profile-identity-copy h1 { font-size: clamp(38px, 5vw, 62px); }
.simple-player-team { margin: 10px 0 0; color: var(--muted); font-size: 18px; font-weight: 700; }
.simple-player-facts { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.simple-player-facts span { min-height: 86px; padding: 15px; display: flex; flex-direction: column; justify-content: center; background: #f1f4ed; }
.simple-player-facts b { margin-bottom: 7px; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.simple-player-facts strong { display: flex; align-items: center; gap: 9px; color: var(--forest); font: 800 21px Manrope, sans-serif; }
.simple-player-facts .rank-dot { width: 18px; height: 18px; }
.simple-ranking-count { margin: 16px 0 0; color: var(--ink); font-size: 14px; font-weight: 800; }
.simple-profile-links { margin-top: 24px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.simple-profile-links button { min-height: 54px; padding: 9px; border: 0; border-right: 1px solid var(--line); color: var(--forest); background: white; cursor: pointer; font-size: 11px; font-weight: 800; }
.simple-profile-links button:last-child { border-right: 0; }
.simple-profile-links button:hover { background: var(--lime); }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(5,20,16,.72); backdrop-filter: blur(5px); }
.modal-card { width: min(580px, 100%); max-height: 90vh; overflow-y: auto; position: relative; z-index: 1; padding: clamp(25px, 5vw, 45px); background: var(--paper); box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.modal-close { position: absolute; right: 16px; top: 12px; border: 0; background: none; font-size: 29px; cursor: pointer; }
.modal-card h2 { font-size: 34px; letter-spacing: -.04em; }
.modal-card > p { color: var(--muted); line-height: 1.5; }
.modal-card label { display: flex; flex-direction: column; gap: 8px; margin: 20px 0; font-size: 12px; font-weight: 700; }
.modal-card textarea { width: 100%; padding: 13px; border: 1px solid #cfd3cd; resize: vertical; font: inherit; }
.vote-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 24px 0; }
.rank-option { min-height: 50px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); background: white; padding: 0 14px; cursor: pointer; font-weight: 700; }
.rank-option:hover, .rank-option.selected { border-color: var(--forest); background: #edf5ef; }
.modal-note { font-size: 11px; }
.report-reader[hidden] { display: none; }
.report-reader { position: fixed; inset: 0; z-index: 100; overflow: auto; background: #050c0a; color: white; overscroll-behavior: contain; }
.report-reader-header { min-height: 64px; position: sticky; top: 0; z-index: 2; padding: 10px clamp(10px, 2vw, 22px); display: grid; grid-template-columns: auto minmax(120px, 1fr) auto; align-items: center; gap: 12px; border-bottom: 1px solid rgba(210,255,47,.18); background: rgba(5,12,10,.96); backdrop-filter: blur(10px); }
.report-reader-header button { min-height: 40px; padding: 8px 12px; flex: 0 0 auto; border: 1px solid #d2ff2f; color: #071f18; background: #d2ff2f; cursor: pointer; font-size: 12px; font-weight: 900; }
.report-reader-header button:disabled { border-color: #40564f; color: #9eaaa6; background: #20312c; cursor: not-allowed; }
.report-reader-header h2 { margin: 0; overflow: hidden; color: white; font-size: clamp(14px, 2.2vw, 20px); text-overflow: ellipsis; white-space: nowrap; }
.report-reader-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 8px; }
.report-reader-actions span { color: #d7dfdc; font-size: 12px; font-weight: 800; white-space: nowrap; }
.report-reader-canvas { min-height: calc(100vh - 64px); padding: clamp(8px, 2.5vw, 24px); display: grid; justify-items: center; align-items: start; overflow: auto; touch-action: pan-x pan-y pinch-zoom; }
.report-reader-canvas img { width: auto; max-width: min(100%, 1500px); max-height: none; height: auto; display: block; object-fit: contain; background: white; box-shadow: 0 22px 70px rgba(0,0,0,.58); }
.report-reader-pages { width: min(100%, 1100px); display: grid; gap: 22px; }
.report-reader-pages .friday-newspaper-page { width: min(100%, 1050px); }
.edition-page { min-height: min(1180px, calc(100vh - 120px)); padding: clamp(22px, 5vw, 54px); color: #10241e; background: #fbfaf3; box-shadow: 0 20px 60px rgba(0,0,0,.45); }
.edition-page.cover-page { padding: 0; min-height: auto; background: transparent; }
.edition-page.cover-page img { width: 100%; max-width: none; box-shadow: none; }
.edition-page h3 { margin: 0 0 18px; color: #0b3329; font-family: "Playfair Display", Georgia, serif; font-size: clamp(28px, 5vw, 54px); }
.edition-page pre { margin: 0; color: #10241e; font: 600 clamp(15px, 2vw, 20px)/1.65 "DM Sans", sans-serif; white-space: pre-wrap; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 30px; transform: translate(-50%, 20px); padding: 13px 20px; color: white; background: var(--ink); opacity: 0; visibility: hidden; transition: .25s; box-shadow: var(--shadow); font-size: 13px; }
.toast.show { transform: translate(-50%, 0); opacity: 1; visibility: visible; }
.mobile-nav { display: none; }
footer { min-height: 150px; padding: 35px clamp(25px, 6vw, 90px); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #c1d0cb; background: #08251e; }
footer span { color: var(--lime); font: 800 11px Manrope; letter-spacing: .15em; }
footer p { font-family: Georgia, serif; font-style: italic; }
footer button { color: white; border: 0; background: none; cursor: pointer; }

@media (max-width: 900px) {
  .toolbar { grid-template-columns: 1fr 1fr; }
  .desktop-nav { display: none; }
  .hero-shell { grid-template-columns: 1fr; }
  .hero-copy { min-height: 540px; padding: 75px 32px; }
  .hero-art { min-height: 390px; clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%); }
  .player-grid, .tier-player-grid { grid-template-columns: repeat(2, 1fr); }
  .form-layout { grid-template-columns: 1fr; margin-top: 35px; }
  .form-intro { position: static; }
  .league-heading { align-items: start; flex-direction: column; }
  .league-welcome-grid { grid-template-columns: 1fr; }
  .league-focus-banner, .league-start-steps { grid-template-columns: repeat(2, 1fr); }
  .league-focus-banner > div:nth-child(2), .league-start-steps > div:nth-child(2) { border-right: 0; }
  .league-focus-banner > div, .league-start-steps > div { border-bottom: 1px solid rgba(120,130,125,.25); }
  .league-grid, .league-community-layout, .captain-tool-grid, .league-management-grid { grid-template-columns: 1fr; }
  .community-post-form { position: static; }
  .standings-card { grid-row: auto; }
  .awards-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-heading { align-items: start; flex-direction: column; }
  .account-page { padding: 24px; background-position: center center; }
  .account-page::after { background: linear-gradient(180deg, rgba(3,19,15,.78), rgba(3,19,15,.46) 44%, rgba(3,19,15,.86)); }
  .account-layout { min-height: auto; grid-template-columns: 1fr; gap: 22px; }
  .account-intro { max-width: 720px; padding: 0; }
  .account-intro h1 { max-width: 680px; font-size: clamp(50px, 10vw, 78px); line-height: .92; }
  .account-newspaper-tagline { font-size: clamp(17px, 2.6vw, 24px); }
  .auth-card { width: min(100%, 480px); max-width: 480px; padding: 24px; }
  .welcome-hero { grid-template-columns: 1fr; }
  .profile-identity-card { grid-template-columns: 180px 1fr; }
  .profile-completion { grid-column: 1 / -1; }
  .profile-facts { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  body { padding-bottom: 70px; }
  .friday-readiness-heading { flex-direction: column; }
  .friday-readiness-summary { grid-template-columns: 1fr; }
  .friday-readiness-matchup { grid-template-columns: 1fr; }
  .friday-readiness-matchup span { text-align: left; }
  .official-standings-preview { padding: 14px; }
  .official-standings-preview-heading { flex-direction: column; }
  .official-standings-preview-head { display: none; }
  .official-standings-preview-row { grid-template-columns: 44px minmax(0, 1fr) auto; grid-template-areas: "rank team total" "rank weekly total"; gap: 5px 10px; }
  .official-standings-preview-rank { grid-area: rank; }
  .official-standings-preview-team { grid-area: team; }
  .official-standings-preview-weekly { grid-area: weekly; text-align: left !important; color: var(--muted) !important; font-size: 12px !important; }
  .official-standings-preview-weekly::before { content: "Week: "; }
  .official-standings-preview-total { grid-area: total; }
  .official-standings-preview-total::after { content: " pts"; font-size: 11px; }
  .official-headline-preview { padding: 14px; }
  .official-headline-preview-heading,
  .official-headline-actions { align-items: flex-start; flex-direction: column; }
  .official-headline-facts dl { grid-template-columns: 1fr; }
  .official-headline-facts dt { padding-bottom: 3px; border-bottom: 0; }
  .official-headline-facts dd { padding-top: 3px; }
  .official-ten-plus-preview { padding: 14px; }
  .official-ten-plus-heading { align-items: flex-start; flex-direction: column; }
  .official-ten-plus-team { grid-template-columns: 1fr; gap: 5px; }
  .official-ten-plus-team span { text-align: left; }
  .official-ten-plus-facts dl { grid-template-columns: 1fr; }
  .official-ten-plus-facts dt { padding-bottom: 3px; border-bottom: 0; }
  .official-ten-plus-facts dd { padding-top: 3px; }
  body.account-mode { padding-bottom: 0; }
  .site-header { height: 68px; padding: 0 17px; }
  .page-menu-button { width: 46px; height: 46px; min-height: 46px; padding: 2px; }
  .page-menu-panel { position: fixed; top: 62px; right: 12px; max-height: calc(100vh - 145px); }
  .header-cta { display: none; }
  .account-email { display: none; }
  .page { min-height: calc(100vh - 68px); }
  .hero-copy { min-height: 475px; padding: 60px 24px; }
  .hero-copy h1, .inner-page h1 { font-size: 47px; }
  .hero-text { font-size: 15px; margin: 21px 0 27px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .fox-den-start-button { width: 100%; max-width: none; text-align: center; }
  .hero-art { min-height: 300px; }
  .table-lines { inset: 10px -90px -150px 20px; }
  .ball { width: 55px; height: 55px; font-size: 16px; }
  .ball::before { width: 21px; height: 21px; }
  .corner-label { display: none; }
  .directory-shell { padding: 58px 17px 75px; }
  .section-heading { align-items: start; flex-direction: column; gap: 5px; }
  .toolbar { grid-template-columns: 1fr; }
  .player-grid, .tier-player-grid { grid-template-columns: 1fr; }
  .player-photo { height: 280px; }
  .player-card-tools { grid-template-columns: 1fr; }
  .team-roster-heading { grid-template-columns: 42px 1fr; }
  .team-admin-button { grid-column: 1 / -1; width: 100%; }
  .inner-page { padding: 25px 18px 80px; }
  .account-page.inner-page { min-height: 100vh; padding: 20px 16px; }
  .account-layout { gap: 16px; }
  .account-intro { padding: 0 2px; }
  .auth-card { padding: 20px; }
  .account-intro .eyebrow { font-size: 9px; }
  .account-intro h1 { margin-top: 0; margin-bottom: 8px; font-size: clamp(38px, 13vw, 54px); line-height: .94; white-space: normal; text-wrap: balance; }
  .account-newspaper-tagline { margin-bottom: 10px; font-size: 17px; }
  .account-intro strong { font-size: 16px; }
  .account-feature-line { margin-top: 9px; font-size: 13px; letter-spacing: .03em; }
  .auth-card h2 { font-size: 26px; }
  .auth-card p { font-size: 14px; }
  .auth-card input, .auth-card .button { min-height: 48px; }
  .auth-card input { font-size: 16px; }
  .weekly-schedule-next-action { position: sticky; top: 8px; z-index: 20; padding: 14px; align-items: stretch; flex-direction: column; }
  .weekly-schedule-next-action .button { width: 100%; }
  .schedule-import-summary { grid-template-columns: 1fr 1fr; }
  .league-heading, .news-heading { margin-top: 32px; }
  .league-heading-actions { width: 100%; }
  .league-heading-actions .button { flex: 1; }
  .league-focus-banner, .league-start-steps { grid-template-columns: 1fr; }
  .league-focus-banner > div, .league-start-steps > div { border-right: 0; }
  .league-heading h1, .news-heading h1 { font-size: 43px; }
  .league-card, .tool-form, .news-item { padding: 18px; }
  .awards-grid { grid-template-columns: 1fr; }
  .news-item header { flex-direction: column; gap: 8px; }
  .featured-weekly, .captain-status-row, .editor-actions { grid-template-columns: 1fr; flex-direction: column; }
  .latest-news-article, .article-tip-card, .news-archives, .news-admin-manager { padding: 18px; }
  .latest-news-article header, .news-admin-list article { align-items: flex-start; flex-direction: column; }
  .fox-den-masthead { margin: 12px auto 18px; }
  .fox-den-masthead-top { grid-template-columns: 50px minmax(0, 1fr) 50px; gap: 8px; padding: 16px 12px 18px; }
  .fox-den-masthead-logo { width: 50px; }
  .fox-den-masthead h1 { font-size: 32px; }
  .fox-den-masthead strong { letter-spacing: .1em; }
  .fox-den-masthead-hero { aspect-ratio: 16 / 8.5; }
  .fox-times-hero { min-height: 360px; }
  .fox-times-hero-overlay { padding: 24px 18px; }
  .edition-cover-grid { grid-template-columns: 1fr; }
  .edition-cover-image { min-height: 260px; }
  .read-full-report-button { max-width: none; }
  .this-week-reports { padding: 16px; }
  .weekly-report-grid, .weekly-report-grid-single { max-width: 100%; grid-template-columns: 1fr; }
  .weekly-secondary-edition { max-width: 100%; }
  .weekly-report-card.is-compact .weekly-report-details { grid-template-columns: 1fr; }
  .weekly-report-details { padding: 16px; }
  .weekly-report-actions { grid-template-columns: 1fr; }
  .report-reader-header { grid-template-columns: 1fr; align-items: stretch; gap: 8px; }
  .report-reader-header h2 { width: 100%; }
  .report-reader-header button { width: 100%; }
  .report-reader-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .report-reader-actions span { grid-column: 1 / -1; text-align: center; }
  .fox-times-explore-section { padding: 16px; }
  .home-section-heading { align-items: stretch; flex-direction: column; }
  .home-section-heading .button { width: 100%; min-height: 48px; }
  .home-standings-list { grid-template-columns: 1fr; }
  .home-standings-list li:first-child { grid-column: auto; }
  .fox-times-explore, .home-primary-actions, .home-secondary-information .fox-times-explore { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fox-times-explore button, .fox-times-explore a { min-height: 68px; grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .mvp-watch-grid { grid-template-columns: 1fr; }
  .news-archive-list > button { align-items: flex-start; }
  .form-layout { margin-top: 32px; }
  .profile-form { padding: 24px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .approval-note { display: none; }
  .rank-row { grid-template-columns: 55px 1fr; gap: 12px; }
  .rank-row p { grid-column: 2; font-size: 13px; }
  .fair-vote-card { padding: 28px 23px; }
  .admin-card { grid-template-columns: 55px 1fr; }
  .admin-avatar { width: 55px; height: 55px; }
  .admin-actions { grid-column: 1 / -1; }
  .approve, .reject { flex: 1; }
  .admin-tabs { overflow-x: auto; }
  .admin-tab { flex: 0 0 auto; padding: 12px; }
  .report-builder-grid, .standings-editor-head, .standing-row, .page-2-section-editor { grid-template-columns: 1fr; }
  .editors-desk-header { flex-direction: column; }
  .edition-progress { white-space: normal; }
  .editors-desk-grid { grid-template-columns: 1fr; }
  .editors-desk-actions .button { width: 100%; }
  .standings-editor-head { display: none; }
  .standing-row { padding: 12px; border: 1px solid #dde2d8; background: white; }
  .standings-approval-bar { align-items: stretch; flex-direction: column; }
  .standings-approval-bar .button { width: 100%; }
  .wednesday-cover { margin: -18px; padding: 18px; gap: 16px; }
  .wednesday-cover-header { grid-template-columns: 1fr; }
  .wednesday-cover-header > strong { justify-self: start; text-align: left; }
  .preview-banner { grid-template-columns: 1fr; }
  .preview-banner span { justify-self: start; }
  .preview-grid, .mvp-watch-cover > div { grid-template-columns: 1fr; }
  .friday-movement-board { grid-template-columns: 1fr; }
  .friday-review-item { grid-template-columns: 1fr; }
  .friday-review-actions { justify-content: flex-start; }
  .friday-preview-actions .button { width: 100%; }
  .wednesday-page-two-grid { grid-template-columns: 1fr; }
  .wednesday-table-box { grid-row: auto; }
  .wednesday-key-box { grid-column: auto; }
  .wednesday-newspaper-page { min-height: auto; padding: 18px; }
  .assignment-group article { grid-template-columns: 1fr; }
  .assignment-group article strong { justify-self: start; }
  .match-of-week-cover { grid-template-rows: minmax(170px, 220px) 1fr; }
  .cover-buttons { grid-template-columns: 1fr; }
  .management-heading { align-items: stretch; flex-direction: column; }
  .management-heading input { width: 100%; }
  .admin-player-row { grid-template-columns: 1fr auto; }
  .admin-player-row > :nth-child(2), .admin-player-row > :nth-child(3) { grid-column: 1 / -1; }
  .claim-profile-row, .captain-profile-row { grid-template-columns: 1fr; }
  .claim-profile-row .button { width: 100%; }
  .captain-profile-row .admin-status { justify-self: start; }
  .admin-team-card form { grid-template-columns: 1fr; }
  .league-setup-workspace, .league-setup-form-grid { grid-template-columns: 1fr; }
  .session-dashboard-summary, .league-manager-completion-summary { grid-template-columns: 1fr; }
  .session-transition-summary-grid, .session-transition-impact-grid, .session-transition-result-grid { grid-template-columns: 1fr; }
  .session-transition-workflow { padding: 16px; }
  .session-transition-summary-grid dl div { display: grid; gap: 4px; }
  .session-transition-summary-grid dd { text-align: left; }
  .session-transition-modal-actions { flex-direction: column; }
  .session-transition-modal-actions .button { width: 100%; }
  .league-manager-navigation-card .button { width: 100%; min-width: 0; }
  .session-dashboard-row { grid-template-columns: 1fr; gap: 6px; padding: 12px; }
  .session-dashboard-row-head { display: none; }
  .session-dashboard-heading { flex-direction: column; }
  .team-initialize-panel { grid-template-columns: 1fr; }
  .team-initialize-actions { justify-content: stretch; }
  .team-initialize-actions .button { width: 100%; }
  .league-setup-head { display: none; }
  .league-setup-row { grid-template-columns: 1fr; padding: 12px; border: 1px solid #eceee7; }
  .league-setup-row label { display: grid; gap: 5px; font-size: 11px; font-weight: 900; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
  .schedule-import-card, .schedule-review-card, .approved-schedule-summary { padding: 15px; }
  .apa-match-grid { grid-template-columns: 1fr; }
  .apa-match-grid > span:nth-child(-n+5) { display: none; }
  .schedule-manager-grid { grid-template-columns: 1fr; }
  .league-manager-schedule-grid { grid-template-columns: 1fr; }
  .league-manager-guided-step strong { font-size: 20px; }
  .guided-schedule-summary { grid-template-columns: 1fr; }
  .league-manager-schedule-panel-heading { flex-direction: column; }
  .weekly-schedule-controls { grid-template-columns: 1fr; }
  .schedule-review-heading, .schedule-approval-bar { align-items: stretch; flex-direction: column; }
  .schedule-review-heading input, .schedule-approval-bar .button { width: 100%; }
  .weekly-action-sequence { grid-template-columns: 1fr; }
  .schedule-review-head { display: none; }
  .score-entry-head { display: none; }
  .score-entry-row { grid-template-columns: 1fr 88px; }
  .score-entry-row span, .score-entry-actions, .score-entry-team-lock, .score-entry-result-preview { grid-column: 1 / -1; }
  .score-entry-row select[data-score-entry-field$="_score"] { min-height: 48px; font-size: 17px; }
  .score-entry-actions .button, .score-live-actions .button { min-height: 44px; }
  .standings-engine-summary { grid-template-columns: 1fr 1fr; }
  .standings-engine-head { display: none; }
  .standings-engine-row { grid-template-columns: 70px 1fr; gap: 7px 10px; }
  .standings-engine-row strong { grid-column: 1 / -1; }
  .opening-standings-head { display: none; }
  .opening-standings-row { grid-template-columns: 56px 1fr; }
  .opening-standings-row strong { grid-column: 2; }
  .opening-standings-row input { min-height: 44px; }
  .schedule-review-row { grid-template-columns: 78px 1fr; gap: 7px 10px; margin-bottom: 10px; padding: 12px; border: 1px solid #e0e4dc; }
  .schedule-review-row > strong { min-height: 32px; display: flex; align-items: center; }
  .schedule-review-row .schedule-status, .schedule-review-row .schedule-row-actions { grid-column: 1 / -1; }
  .schedule-review-row.is-shared { grid-template-columns: 78px 1fr; }
  .table-assignment-head { display: none; }
  .table-assignment-row { grid-template-columns: 86px 1fr; gap: 8px; margin-bottom: 10px; padding: 12px; border: 1px solid #e0e4dc; }
  .table-assignment-row strong, .table-assignment-row input[placeholder] { grid-column: 1 / -1; }
  .approved-schedule-summary { grid-template-columns: 1fr; }
  .success-card { padding: 40px 22px; }
  .welcome-hero { min-height: auto; padding: 40px 18px 90px; }
  .welcome-copy h1 { font-size: 46px; }
  .welcome-actions { grid-template-columns: 1fr; }
  .welcome-card { min-height: 132px; }
  .welcome-claim-button { width: 100%; }
  .claim-heading { margin-top: 30px; }
  .claim-filters, .admin-claim-tools form { grid-template-columns: 1fr; }
  .claim-player-row { grid-template-columns: 1fr; }
  .claim-player-row .button { width: 100%; }
  .non-league-profile-form { grid-template-columns: 1fr; }
  .profile-identity-card { grid-template-columns: 1fr; }
  .profile-portrait { height: 320px; }
  .simple-player-profile-card { padding: 16px; gap: 18px; }
  .simple-player-profile-card .profile-portrait { height: min(31vh, 240px); min-height: 190px; }
  .simple-player-profile-card .profile-identity-copy { padding: 0; }
  .simple-player-profile-card .profile-identity-copy h1 { margin-top: 7px; font-size: 36px; }
  .simple-player-facts { margin-top: 17px; }
  .simple-player-facts span { min-height: 72px; padding: 11px; }
  .simple-player-facts strong { font-size: 17px; }
  .simple-profile-links { margin-top: 18px; grid-template-columns: repeat(2, 1fr); }
  .simple-profile-links button { min-height: 50px; padding: 7px 5px; font-size: 9px; line-height: 1.25; }
  .simple-profile-links button:nth-child(2) { border-right: 0; }
  .simple-profile-links button:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .profile-detail-grid { grid-template-columns: 1fr; }
  .profile-facts, .profile-roster-list, .profile-awards { grid-template-columns: 1fr; }
  .profile-history-list > div { grid-template-columns: 1fr auto; }
  .profile-history-list small { grid-column: 1 / -1; }
  .vote-options { grid-template-columns: 1fr; }
  footer { display: none; }
  .mobile-nav { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; height: 70px; display: flex; border-top: 1px solid #d9ddd7; background: rgba(251,250,245,.97); backdrop-filter: blur(12px); }
  .mobile-nav button { border: 0; background: none; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #748079; font-size: 11px; cursor: pointer; position: relative; }
  .mobile-nav button { flex: 1; }
  .mobile-nav button span { font-size: 18px; }
  .mobile-nav button.active { color: var(--forest); font-weight: 700; }
  .mobile-nav .mobile-add span { width: 30px; height: 30px; margin-top: -19px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: var(--lime); box-shadow: 0 4px 12px rgba(0,0,0,.15); }
}
