@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --ink: #102019;
  --paper: #f3f0e8;
  --cream: #e9e5db;
  --green: #14392f;
  --green-2: #1d4d40;
  --acid: #d9e66a;
  --gold: #c6a359;
  --muted: #6d746f;
  --line: rgba(16, 32, 25, .15);
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--paper); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.brand { display: flex; align-items: center; gap: 12px; color: white; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: "Instrument Serif"; font-size: 17px; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: "Instrument Serif"; font-size: 22px; font-weight: 400; line-height: 1; }
.brand small { margin-top: 3px; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; opacity: .65; }
.brand--dark { color: var(--ink); }
.beta-label { padding: 4px 7px 3px; border: 1px solid currentColor; color: #7b642f; font-size: 8px; font-weight: 700; letter-spacing: .14em; line-height: 1; text-transform: uppercase; }
.beta-label--dark { color: var(--acid); }
.landing { min-height: 100vh; display: flex; flex-direction: column; overflow: hidden; }
.landing-nav { height: 88px; padding: 0 clamp(24px, 6vw, 92px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.landing-links { display: flex; align-items: center; gap: 22px; }
.language-toggle { display: inline-flex; align-items: center; gap: 4px; font: 700 11px/1 var(--mono); letter-spacing: .08em; color: #718078; }
.language-toggle button { appearance: none; border: 0; padding: 6px 3px; color: inherit; background: transparent; cursor: pointer; font: inherit; }
.language-toggle button:hover, .language-toggle button.active { color: #173d2d; }
.language-toggle button.active { text-decoration: underline; text-underline-offset: 4px; }
.setup-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.setup-toolbar .back-button { margin: 0; }
.game-header .language-toggle { color: #92a198; }
.game-header .language-toggle button:hover, .game-header .language-toggle button.active { color: #fff; }
.landing-links > a { color: #7b642f; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-button, .top-actions button { background: none; border: 0; color: inherit; }
.text-button { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.text-button span { margin-left: 8px; }
.hero { flex: 1; display: grid; grid-template-columns: 51% 49%; min-height: 650px; }
.hero-copy { padding: clamp(68px, 9vh, 110px) 6vw 70px; position: relative; z-index: 2; }
.kicker, .eyebrow { color: #8e7136; font-size: 11px; letter-spacing: .2em; font-weight: 700; }
.hero h1, .setup-panel h1 { margin: 22px 0 25px; max-width: 720px; font-family: "Instrument Serif"; font-size: clamp(55px, 6.3vw, 96px); line-height: .91; letter-spacing: -.035em; font-weight: 400; }
.hero h1 em { color: #517363; font-weight: 400; }
.hero-lead { max-width: 610px; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.65; color: #49534e; }
.hero-actions { display: flex; gap: 12px; margin-top: 40px; flex-wrap: wrap; }
.primary-button, .secondary-button { min-height: 54px; border: 0; padding: 0 22px; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.primary-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; background: var(--green); color: white; }
.primary-button:hover { background: var(--green-2); }
.secondary-button { border: 1px solid var(--line); background: transparent; color: var(--ink); }
.game-network { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 18px; }
.game-network a { color: #536059; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-decoration: none; }
.game-network a:hover { color: var(--green); text-decoration: underline; text-underline-offset: 4px; }
.primary-button--wide { width: 100%; margin-top: 20px; }
.hero-note { margin-top: 65px; display: flex; align-items: center; gap: 14px; color: #536059; }
.hero-note > span { font-size: 26px; color: var(--gold); }
.hero-note p { margin: 0; font-family: "Instrument Serif"; font-size: 18px; line-height: 1.25; }
.hero-visual { min-height: 100%; position: relative; display: grid; place-items: center; background: var(--green); overflow: hidden; }
.stadium-lines { position: absolute; width: 130%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; transform: translate(12%, 15%); }
.stadium-lines::before, .stadium-lines::after { content: ""; position: absolute; inset: 12%; border: inherit; border-radius: inherit; }
.stadium-lines::after { inset: 25%; }
.president-card { z-index: 2; width: min(68%, 440px); min-height: 540px; padding: 28px 34px; color: var(--ink); background: #e5dfd2; transform: rotate(-2.5deg); box-shadow: 0 30px 80px rgba(0,0,0,.35); position: relative; }
.card-top { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 8px; letter-spacing: .14em; font-weight: 700; }
.club-seal { width: 112px; height: 112px; margin: 62px auto 42px; border: 2px solid var(--ink); border-radius: 50%; display: grid; place-content: center; text-align: center; font-family: "Instrument Serif"; font-size: 35px; line-height: .75; }
.club-seal small { font-family: "DM Sans"; font-size: 8px; letter-spacing: .2em; }
.club-seal--real { border: 0; border-radius: 0; }
.club-seal--real img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 5px 7px rgba(0,0,0,.12)); }
.president-card > p { text-align: center; font-size: 9px; letter-spacing: .2em; font-weight: 700; color: #886c37; }
.president-card h2 { text-align: center; font-family: "Instrument Serif"; font-weight: 400; font-size: 41px; line-height: 1; margin: 18px 0; }
.signature { position: absolute; left: 34px; right: 34px; bottom: 30px; padding-top: 16px; border-top: 1px solid var(--line); font-family: "Instrument Serif"; font-style: italic; text-align: center; color: #68716c; }
.floating-stat { position: absolute; z-index: 3; min-width: 130px; padding: 13px 16px; color: white; background: rgba(10,31,25,.92); border: 1px solid rgba(255,255,255,.15); box-shadow: 0 14px 30px rgba(0,0,0,.25); }
.floating-stat span { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; opacity: .65; }
.floating-stat strong { font-family: "Instrument Serif"; font-size: 27px; font-weight: 400; }
.floating-stat i { float: right; color: var(--acid); font-style: normal; }
.floating-stat--one { left: 5%; top: 25%; }
.floating-stat--two { right: 4%; bottom: 22%; }
.landing-footer { min-height: 58px; padding: 0 6vw; display: flex; align-items: center; gap: 6vw; background: #d9d5ca; font-size: 9px; letter-spacing: .2em; font-weight: 700; color: #6a706b; }
.landing-footer a { color: inherit; text-decoration: none; }
.landing-legal { margin-left: auto; display: flex; gap: 18px; }

.setup-page { min-height: 100vh; display: grid; align-items: start; justify-items: center; background: var(--green); color: white; padding: 70px 20px; position: relative; }
.back-button { position: absolute; left: 30px; top: 26px; border: 0; background: none; color: rgba(255,255,255,.7); }
.setup-panel { width: min(720px, 100%); }
.setup-panel h1 { font-size: clamp(48px, 7vw, 78px); margin: 15px 0; }
.setup-lead { color: rgba(255,255,255,.65); margin-bottom: 18px; }
.club-catalog-meta { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 32px; padding: 13px 15px; border-left: 2px solid var(--acid); background: rgba(255,255,255,.055); }
.club-catalog-meta strong { color: var(--acid); font-family: "Instrument Serif"; font-size: 22px; font-weight: 400; }
.club-catalog-meta span { color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; text-align: right; }
.field-label, fieldset legend { display: block; margin-bottom: 10px; font-size: 10px; letter-spacing: .16em; font-weight: 700; text-transform: uppercase; color: rgba(255,255,255,.62); }
#president { width: 100%; padding: 16px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); outline: 0; color: white; background: transparent; font-family: "Instrument Serif"; font-size: 31px; }
.president-name-row { display: flex; align-items: stretch; gap: 9px; }
.president-name-row button { flex: 0 0 52px; border: 1px solid rgba(217,230,106,.45); color: var(--acid); background: rgba(217,230,106,.06); font-size: 20px; }
.name-help { display: block; margin-top: 7px; color: rgba(255,255,255,.42); font-size: 9px; }
.identity-fields { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(190px, .8fr); gap: 28px; }
.identity-fields select, #football-country { width: 100%; height: 55px; padding: 0 38px 0 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 0; color: white; background: #14392f; appearance: auto; }
.country-select-label { display: block; margin: 2px 0 9px; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5); }
#football-country { margin-bottom: 12px; border-color: rgba(217,230,106,.45); color: var(--acid); font-weight: 700; }
.club-filter-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin: 0 0 12px; padding: 0 12px; border: 1px solid rgba(255,255,255,.16); background: rgba(0,0,0,.08); }
.club-filter-row label { color: rgba(255,255,255,.5); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
#club-search { min-width: 0; height: 45px; border: 0; outline: 0; color: white; background: transparent; }
#club-search::placeholder { color: rgba(255,255,255,.32); }
#club-visible-count { color: var(--acid); font-size: 10px; font-weight: 700; white-space: nowrap; }
fieldset { border: 0; padding: 0; margin: 38px 0 10px; }
.club-options { display: grid; gap: 9px; max-height: 430px; overflow: auto; contain: layout paint; padding-right: 6px; scrollbar-color: rgba(217,230,106,.45) rgba(255,255,255,.08); }
.country-clubs { display: grid; gap: 9px; }
.country-clubs[hidden] { display: none; }
.club-group { display: grid; gap: 9px; }
.club-group[hidden], .club-option[hidden] { display: none; }
.club-group-label { display: flex; justify-content: space-between; padding: 15px 2px 5px; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; color: var(--acid); }
.club-group-label b { color: rgba(255,255,255,.4); font-size: 9px; }
.club-group-label:first-child { padding-top: 0; }
.club-option input { position: absolute; width: 1px; height: 1px; margin: 0; overflow: hidden; opacity: 0; clip-path: inset(50%); }
.club-option-inner { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 16px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.13); transition: .2s ease; }
.club-option input:checked + .club-option-inner { border-color: var(--acid); background: rgba(217,230,106,.08); }
.club-option input:focus-visible + .club-option-inner { outline: 2px solid var(--acid); outline-offset: 2px; }
.mini-seal { width: 45px; height: 45px; display: grid; place-items: center; position: relative; color: var(--acid); font-family: "Instrument Serif"; }
.mini-seal img { position: absolute; inset: 2px; width: calc(100% - 4px); height: calc(100% - 4px); object-fit: contain; filter: drop-shadow(0 2px 3px rgba(0,0,0,.3)); }
.club-option strong, .club-option small { display: block; }
.club-option small { margin-top: 4px; font-size: 10px; color: rgba(255,255,255,.5); }
.club-option b { font-size: 11px; color: rgba(255,255,255,.7); font-weight: 500; }
.setup-panel .primary-button { background: var(--acid); color: var(--ink); }

.game-shell { min-height: 100vh; display: grid; grid-template: 74px 1fr / 280px 1fr; }
.game-header { grid-column: 1 / -1; padding: 0 24px; display: grid; grid-template-columns: 280px 1fr auto; align-items: center; color: white; background: #0d211b; border-bottom: 1px solid rgba(255,255,255,.1); position: sticky; top: 0; z-index: 10; }
.season-chip { justify-self: start; display: flex; align-items: baseline; gap: 8px; color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.season-chip strong { font-family: "Instrument Serif"; color: white; font-size: 22px; font-weight: 400; }
.top-actions { display: flex; gap: 6px; align-items: center; }
.top-actions .support-link { padding: 10px 13px; color: var(--acid); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.top-actions button { padding: 10px 13px; color: rgba(255,255,255,.65); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.top-actions .profile { width: 35px; height: 35px; padding: 0; border-radius: 50%; background: var(--acid); color: var(--ink); font-weight: 700; }
.sidebar { grid-row: 2; padding: 25px 22px; color: white; background: var(--green); position: sticky; top: 74px; align-self: start; height: calc(100vh - 74px); overflow: auto; }
.club-identity { display: flex; align-items: center; gap: 13px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.club-crest { width: 51px; height: 56px; display: grid; place-items: center; position: relative; color: var(--club-primary); font-family: "Instrument Serif"; font-size: 16px; }
.club-crest::before { content: ""; position: absolute; inset: 0; clip-path: polygon(50% 0, 93% 14%, 86% 75%, 50% 100%, 14% 75%, 7% 14%); background: var(--club-secondary); }
.club-crest span { position: relative; }
.club-crest img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 3px 4px rgba(0,0,0,.35)); }
.club-identity strong, .club-identity span { display: block; }
.club-identity strong { font-family: "Instrument Serif"; font-size: 18px; font-weight: 400; }
.club-identity span { margin-top: 3px; font-size: 9px; color: rgba(255,255,255,.5); }
.objective { margin: 20px 0 26px; padding: 13px; border-left: 2px solid var(--acid); background: rgba(255,255,255,.05); }
.objective span, .manager-mini span, .legacy-mini span, .wear-mini > span { display: block; margin-bottom: 5px; font-size: 8px; letter-spacing: .13em; color: rgba(255,255,255,.45); }
.objective strong { display: block; font-size: 11px; font-weight: 600; }
.objective strong + strong { margin-top: 6px; color: rgba(255,255,255,.62); font-size: 9px; }
.club-context { margin: -14px 0 24px; padding: 0 12px; }
.club-context span { font-size: 8px; text-transform: uppercase; letter-spacing: .12em; color: var(--acid); }
.club-context p { margin: 6px 0 0; color: rgba(255,255,255,.5); font-family: "Instrument Serif"; font-size: 13px; line-height: 1.25; }
.competition-mini { width: 100%; margin: -10px 0 22px; padding: 12px; text-align: left; color: white; border: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.08); }
.competition-mini span, .competition-mini strong, .competition-mini small { display: block; }
.competition-mini span { color: var(--acid); font-size: 8px; letter-spacing: .1em; }
.competition-mini strong { margin-top: 5px; font-family: "Instrument Serif"; font-size: 21px; font-weight: 400; }
.competition-mini small { margin-top: 3px; color: rgba(255,255,255,.48); font-size: 8px; }
.squad-overview { margin: 0 0 24px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.squad-overview > span { display: block; margin-bottom: 10px; color: rgba(255,255,255,.42); font-size: 8px; letter-spacing: .14em; }
.squad-overview > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 14px; }
.squad-overview b { display: flex; align-items: baseline; justify-content: space-between; }
.squad-overview small { color: rgba(255,255,255,.62); font-size: 8px; font-weight: 500; }
.squad-overview strong { color: var(--acid); font-family: "Instrument Serif"; font-size: 19px; font-weight: 400; }
.metrics { display: grid; gap: 17px; }
.metric-row > div:first-child { display: grid; grid-template-columns: 20px 1fr auto; align-items: center; font-size: 10px; }
.metric-icon { color: var(--acid); font-size: 11px; }
.metric-row strong { font-family: "Instrument Serif"; font-size: 17px; font-weight: 400; }
.metric-bar { height: 2px; margin-top: 7px; background: rgba(255,255,255,.12); }
.metric-bar i { display: block; height: 100%; background: #aaa576; }
.metric-bar i.good { background: var(--acid); }
.metric-bar i.danger { background: #d36c5e; }
.balance { display: grid; grid-template-columns: 1fr 1fr; margin: 25px 0; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.balance div + div { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.12); }
.balance span { display: block; font-size: 8px; letter-spacing: .14em; color: rgba(255,255,255,.4); }
.balance strong { display: block; margin-top: 5px; font-family: "Instrument Serif"; font-size: 20px; font-weight: 400; }
.manager-mini, .legacy-mini { margin-top: 21px; }
.manager-mini strong, .manager-mini small, .legacy-mini strong, .legacy-mini small { display: block; }
.manager-mini strong { font-size: 12px; }
.manager-mini small, .legacy-mini small { margin-top: 4px; font-size: 9px; color: rgba(255,255,255,.45); }
.legacy-mini strong { font-family: "Instrument Serif"; font-size: 28px; font-weight: 400; color: var(--acid); }
.wear-mini { margin-top: 20px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12); }
.wear-mini strong { display: block; font-family: "Instrument Serif"; font-size: 25px; font-weight: 400; color: white; }
.wear-mini strong small { display: inline; font: inherit; font-size: 12px; color: rgba(255,255,255,.4); }
.wear-mini > i, .profile-wear > i { display: block; height: 4px; margin: 8px 0; background: rgba(255,255,255,.12); }
.wear-mini > i b, .profile-wear > i b { display: block; height: 100%; background: linear-gradient(90deg, var(--acid), #d36c5e); }
.wear-mini > small { display: block; color: rgba(255,255,255,.42); font-size: 8px; line-height: 1.45; }
.decision-area { min-width: 0; display: flex; flex-direction: column; }
.phase-progress { min-height: 96px; padding: 18px clamp(25px, 5vw, 75px); display: grid; grid-template-columns: repeat(var(--phase-count, 8), 1fr); border-bottom: 1px solid var(--line); }
.phase-progress div { position: relative; display: flex; flex-direction: column; align-items: center; gap: 7px; color: #9ba09d; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.phase-progress div::after { content: ""; position: absolute; top: 14px; left: 62%; width: 76%; height: 1px; background: var(--line); }
.phase-progress div:last-child::after { display: none; }
.phase-progress i { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #c9ccc7; border-radius: 50%; font-style: normal; font-size: 8px; background: var(--paper); z-index: 1; }
.phase-progress .done i { color: var(--green); border-color: #869b92; }
.phase-progress .active { color: var(--ink); font-weight: 700; }
.phase-progress .active i { color: white; background: var(--green); border-color: var(--green); box-shadow: 0 0 0 5px rgba(20,57,47,.1); }
.decision-card { width: min(1120px, calc(100% - 70px)); margin: clamp(35px, 6vh, 68px) auto 25px; display: grid; grid-template-columns: minmax(0, 1fr) 280px; background: #f9f7f1; border: 1px solid var(--line); box-shadow: 0 16px 44px rgba(16,32,25,.06); }
.decision-main { padding: clamp(35px, 5vw, 64px); }
.decision-main h1 { max-width: 680px; margin: 13px 0 18px; font-family: "Instrument Serif"; font-size: clamp(44px, 5vw, 68px); line-height: .98; font-weight: 400; letter-spacing: -.025em; }
.decision-body { max-width: 720px; margin: 0 0 32px; color: #5e6661; line-height: 1.65; font-size: 14px; }
.context-panel { padding: 46px 28px; color: white; background: var(--green); }
.quote-mark { font-family: "Instrument Serif"; font-size: 60px; line-height: .6; color: var(--acid); }
.context-panel blockquote { margin: 22px 0 18px; font-family: "Instrument Serif"; font-size: 25px; line-height: 1.25; }
.context-panel > p { font-size: 9px; line-height: 1.4; color: rgba(255,255,255,.5); }
.context-rule { margin: 36px 0 25px; height: 1px; background: rgba(255,255,255,.15); }
.context-label { font-size: 8px; letter-spacing: .15em; color: var(--acid); }
.context-panel ul { padding-left: 17px; font-size: 10px; line-height: 2; color: rgba(255,255,255,.6); }
.choices { display: grid; gap: 9px; }
.choice { min-height: 74px; display: grid; grid-template-columns: 36px 1fr auto 25px; align-items: center; gap: 10px; padding: 11px 15px; text-align: left; border: 1px solid var(--line); color: var(--ink); background: transparent; transition: .18s ease; }
.choice:hover { border-color: #748a80; background: white; transform: translateX(4px); box-shadow: 0 8px 22px rgba(16,32,25,.06); }
.choice-number { font-family: "Instrument Serif"; color: #9b8661; font-size: 17px; }
.choice-copy strong, .choice-copy small { display: block; }
.choice-copy strong { font-size: 13px; }
.choice-copy small { margin-top: 4px; color: #747b77; font-size: 10px; }
.choice-tag { padding: 5px 8px; color: #5c695f; background: #e9eadf; font-size: 8px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.choice-arrow { color: #8c978f; }
.outcome { margin-bottom: 25px; padding: 12px 15px; display: flex; gap: 12px; font-size: 10px; border-left: 2px solid; background: rgba(255,255,255,.65); }
.outcome--good { border-color: #6d9279; }
.outcome--bad { border-color: #bd6559; }
.outcome span { color: #6d746f; }
.decision-footer { width: min(1120px, calc(100% - 70px)); margin: auto auto 28px; display: flex; align-items: center; gap: 18px; color: #8c918e; font-size: 9px; }
.decision-footer span { padding: 5px 8px; border: 1px solid var(--line); font-weight: 700; letter-spacing: .09em; }
.review-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 35px 0; border: 1px solid var(--line); }
.review-grid div { padding: 18px; border-right: 1px solid var(--line); }
.review-grid div:last-child { border: 0; }
.review-grid span, .review-grid strong { display: block; }
.review-grid span { font-size: 8px; letter-spacing: .13em; color: var(--muted); }
.review-grid strong { margin-top: 8px; font-family: "Instrument Serif"; font-size: 31px; font-weight: 400; }
.wear-review { margin: -20px 0 26px; padding: 13px 15px; display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 3px 15px; border-left: 2px solid #b59a62; background: #ece9dc; }
.wear-review span { font-size: 8px; letter-spacing: .12em; color: var(--muted); }
.wear-review strong { font-family: "Instrument Serif"; font-size: 23px; font-weight: 400; }
.wear-review small { grid-column: 1 / -1; color: #6d746f; font-size: 9px; }
.profile-wear { margin: 22px 0; padding: 18px; color: white; background: var(--green); }
.profile-wear span, .profile-wear strong { display: block; }
.profile-wear span { font-size: 8px; letter-spacing: .13em; color: var(--acid); }
.profile-wear strong { margin-top: 5px; font-family: "Instrument Serif"; font-size: 30px; font-weight: 400; }
.profile-wear p { margin: 8px 0 0; color: rgba(255,255,255,.62); font-size: 10px; }
.promise-result { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.promise-result span { padding: 6px 9px; background: #e8e9df; font-size: 9px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 20px; background: rgba(5,16,12,.72); backdrop-filter: blur(5px); }
.modal { width: min(560px, 100%); max-height: 85vh; overflow: auto; padding: 42px; position: relative; background: var(--paper); box-shadow: 0 25px 80px rgba(0,0,0,.35); }
.modal--wide { width: min(820px, 100%); }
.modal h2 { margin: 12px 0 15px; font-family: "Instrument Serif"; font-size: 43px; line-height: 1; font-weight: 400; }
.modal p { color: #66706a; line-height: 1.6; }
.modal-close { position: absolute; right: 16px; top: 13px; border: 0; background: none; font-size: 25px; color: #7b817d; }
.modal textarea { width: 100%; min-height: 125px; margin: 10px 0 14px; padding: 12px; resize: vertical; border: 1px solid var(--line); background: white; font-family: monospace; font-size: 10px; }
.form-error { color: #a74237 !important; font-size: 11px; }
.history-list { display: grid; margin-top: 25px; }
.history-list > div { display: grid; grid-template-columns: 1fr 2fr auto; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.history-list b { color: #637a6c; }
.modal-section-label { margin: 30px 0 8px !important; color: #8e7136 !important; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.ranking-categories { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin: 25px 0 14px; }
.ranking-categories button { min-height: 64px; padding: 8px 4px; border: 1px solid var(--line); background: transparent; color: var(--muted); }
.ranking-categories button span, .ranking-categories button strong { display: block; }
.ranking-categories button span { margin-bottom: 5px; font-size: 17px; }
.ranking-categories button strong { font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.ranking-categories button.active { border-color: #8e7136; color: #6f5522; background: #f3e7c8; }
.ranking-toolbar { display: grid; grid-template-columns: 190px 1fr; gap: 18px; align-items: end; margin-bottom: 12px; padding: 13px; background: #e9e6dc; }
.ranking-toolbar label { display: block; margin-bottom: 5px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.ranking-toolbar select { width: 100%; height: 35px; padding: 0 8px; border: 1px solid #c8c4b9; background: var(--paper); }
.ranking-toolbar p { margin: 0; }
.ranking-toolbar p strong, .ranking-toolbar p span { display: block; }
.ranking-toolbar p strong { color: var(--ink); font-family: "Instrument Serif"; font-size: 21px; font-weight: 400; }
.ranking-toolbar p span { margin-top: 2px; color: var(--muted); font-size: 10px; }
.president-ranking { display: grid; border-top: 1px solid var(--line); }
.president-ranking > div { display: grid; grid-template-columns: 30px 28px minmax(0,1fr) auto 92px; align-items: center; gap: 9px; min-height: 64px; padding: 8px 10px; border-bottom: 1px solid var(--line); }
.president-ranking > div.is-current { background: rgba(217,230,106,.2); }
.president-ranking > div > b { color: #8e7136; font-family: "Instrument Serif"; font-size: 22px; font-weight: 400; }
.ranking-medal { font-size: 17px; }
.president-ranking span strong, .president-ranking span small { display: block; }
.president-ranking span strong { color: var(--ink); font-size: 12px; }
.president-ranking span small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.president-ranking em { color: #6f5522; font-family: "Instrument Serif"; font-size: 19px; font-style: normal; white-space: nowrap; }
.ranking-history-link { display: flex; align-items: center; justify-content: space-between; min-height: 32px; padding: 0 9px; border: 1px solid #b9b4a8; color: #435b4c; font-size: 9px; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.ranking-history-link:hover { border-color: #6f806f; background: #edf0e8; }
.ranking-history-link span { font-size: 14px; }
.ranking-empty { padding: 25px 12px; text-align: center; }
.ranking-disclaimer { margin-top: 15px; font-size: 9px; }
.ranking-history-head { display: flex; justify-content: space-between; align-items: center; margin: -15px 34px 26px 0; }
.ranking-back { color: #52675b; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.ranking-copy-link { padding: 8px 12px; border: 1px solid #bbb5a7; background: transparent; color: #6f5522; font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.ranking-history-rank { margin-top: -5px; color: #8e7136 !important; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ranking-history-metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 20px; border: 1px solid var(--line); }
.ranking-history-metrics div { padding: 15px; border-right: 1px solid var(--line); }
.ranking-history-metrics div:last-child { border-right: 0; }
.ranking-history-metrics span, .ranking-history-metrics strong { display: block; }
.ranking-history-metrics span { color: var(--muted); font-size: 8px; letter-spacing: .12em; }
.ranking-history-metrics strong { margin-top: 8px; font-family: "Instrument Serif"; font-size: 25px; font-weight: 400; }
.ranking-career-path { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ranking-career-path div { padding: 15px; background: #e9e6dc; }
.ranking-career-path span, .ranking-career-path strong, .ranking-career-path small { display: block; }
.ranking-career-path span { color: #8e7136; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.ranking-career-path strong { margin: 8px 0 5px; font-family: "Instrument Serif"; font-size: 20px; font-weight: 400; }
.ranking-career-path small { color: var(--muted); font-size: 9px; line-height: 1.4; }
.ranking-ending { margin-top: 12px; padding: 14px 16px; border-left: 3px solid #a04e43; background: #eee3df; }
.ranking-ending span { color: #864036; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.ranking-ending p { margin: 5px 0 0; font-size: 11px; }
.ranking-honours-summary { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 8px; }
.ranking-honours-summary span { padding: 7px 10px; background: #f0e6ca; color: #6f5522; font-size: 9px; font-weight: 700; }
.ranking-season-history { display: grid; gap: 8px; }
.ranking-season-history article { padding: 14px 16px; border: 1px solid var(--line); background: rgba(255,255,255,.35); }
.ranking-season-history header { display: grid; grid-template-columns: 110px 1fr auto; gap: 10px; align-items: center; }
.ranking-season-history header strong { color: #6f5522; font-family: "Instrument Serif"; font-size: 18px; font-weight: 400; }
.ranking-season-history header span { color: var(--muted); font-size: 10px; }
.ranking-season-history header b { font-family: "Instrument Serif"; font-size: 20px; font-weight: 400; }
.ranking-season-history article p { margin: 8px 0; font-size: 10px; }
.ranking-season-history footer { display: flex; justify-content: space-between; gap: 12px; color: #6d776f; font-size: 8px; }
.match-list { display: grid; gap: 8px; }
.match-list > div { display: grid; grid-template-columns: 75px 1fr; gap: 4px 10px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.match-list span { grid-row: 1 / 3; font-size: 8px; font-weight: 700; color: #6b806f; }
.match-list strong { font-size: 11px; }
.match-list small { color: var(--muted); font-size: 9px; }
.trophy-list { display: grid; gap: 7px; }
.trophy-list > div { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 8px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.trophy-list strong { font-family: "Instrument Serif"; font-size: 18px; font-weight: 400; }
.trophy-list small { color: var(--muted); font-size: 8px; }
.season-trophies { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: -15px 0 22px; padding: 14px; color: #6d562c; background: #efe5c5; }
.season-trophies span { font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.season-trophies strong { font-family: "Instrument Serif"; font-size: 20px; font-weight: 400; }
.competition-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 18px; border: 1px solid var(--line); }
.competition-summary > div { padding: 12px; border-right: 1px solid var(--line); }
.competition-summary > div:last-child { border: 0; }
.competition-summary span, .competition-summary strong { display: block; }
.competition-summary span { color: var(--muted); font-size: 7px; letter-spacing: .11em; }
.competition-summary strong { margin-top: 5px; font-size: 11px; }
.objective-results { display: grid; gap: 6px; margin: 15px 0; }
.objective-results span { padding: 9px 11px; border-left: 2px solid #a7a59d; background: rgba(255,255,255,.48); font-size: 9px; }
.objective-results .fulfilled { border-color: #6f9578; }
.objective-results .broken { border-color: #b96055; }
.club-offers { display: grid; gap: 8px; margin: 10px 0 18px; }
.club-offers button { display: grid; grid-template-columns: 1fr auto; gap: 3px 10px; padding: 13px; text-align: left; color: var(--ink); border: 1px solid var(--line); background: white; }
.club-offers button:hover { border-color: var(--green); }
.club-offers strong { font-family: "Instrument Serif"; font-size: 20px; font-weight: 400; }
.club-offers span { color: #6d7b73; font-size: 9px; }
.club-offers small { grid-column: 1/-1; color: var(--muted); font-size: 8px; }
.retire-button { width: 100%; margin-top: 10px; padding: 10px; color: #7b5b55; border: 0; background: transparent; font-size: 9px; text-decoration: underline; }
.resign-button { width: 100%; margin-top: 12px; padding: 11px; border: 1px solid #b9b4a8; background: transparent; color: #59675f; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.career-no-return { margin: 18px 0 8px; padding: 15px; border-left: 3px solid #8b594f; background: #eee5e0; }
.career-no-return strong { font-family: "Instrument Serif"; font-size: 20px; font-weight: 400; }
.career-no-return p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.career-finale { padding: 20px; text-align: center; background: var(--green); color: white; }
.career-finale strong, .career-finale span { display: block; }
.career-finale strong { font-family: "Instrument Serif"; color: var(--acid); font-size: 28px; font-weight: 400; }
.career-finale span { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 9px; }
.career-finale p { max-width: 650px; margin: 14px auto; color: rgba(255,255,255,.76); font-size: 11px; line-height: 1.6; }
.career-finale button { padding: 9px 13px; color: var(--green); border: 0; background: var(--acid); font-size: 9px; font-weight: 800; }
.competition-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 22px 0; }
.competition-cards > div { padding: 13px; border: 1px solid var(--line); background: rgba(255,255,255,.5); }
.competition-cards span, .competition-cards strong, .competition-cards small { display: block; }
.competition-cards span { color: var(--muted); font-size: 7px; letter-spacing: .1em; }
.competition-cards strong { margin: 6px 0 3px; font-family: "Instrument Serif"; font-size: 22px; font-weight: 400; }
.competition-cards small { color: var(--muted); font-size: 8px; }
.league-table { display: grid; }
.league-table > div { display: grid; grid-template-columns: 25px 1fr 40px 30px; gap: 8px; padding: 9px; border-bottom: 1px solid var(--line); font-size: 9px; }
.league-table .is-own { color: white; background: var(--green); }
.league-table small { color: var(--muted); }
.league-table .is-own small { color: rgba(255,255,255,.55); }
.institution-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 20px 0; border: 1px solid var(--line); }
.institution-grid > div { padding: 13px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.institution-grid span, .institution-grid strong { display: block; }
.institution-grid span { color: var(--muted); font-size: 7px; letter-spacing: .1em; }
.institution-grid strong { margin-top: 5px; font-size: 11px; }
.facility-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.facility-grid > div { padding: 13px; border: 1px solid var(--line); background: rgba(255,255,255,.48); }
.facility-grid span, .facility-grid strong, .facility-grid small { display: block; }
.facility-grid span { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.facility-grid strong { margin: 8px 0 4px; color: #788f3c; letter-spacing: .08em; }
.facility-grid small { color: var(--muted); font-size: 8px; }
.career-biography { margin: 20px 0 25px; padding: 20px; color: white; background: var(--green); }
.career-biography p { margin: 0 0 14px; color: rgba(255,255,255,.76); }
.career-biography div { display: flex; flex-wrap: wrap; gap: 7px; }
.career-biography span { padding: 6px 8px; color: var(--green); background: var(--acid); font-size: 8px; font-weight: 800; }
.honours-cloud { display: flex; flex-wrap: wrap; gap: 7px; }
.honours-cloud span { padding: 7px 9px; color: #745e2f; background: #efe6c9; font-size: 9px; }
.career-clubs, .manager-history { display: grid; gap: 5px; }
.career-clubs > div, .manager-history > div { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 9px; }
.career-clubs span, .manager-history span { color: var(--muted); }
.squad-line-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 22px 0; }
.squad-line-grid > div { padding: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.48); }
.squad-line-grid span, .squad-line-grid strong { display: block; }
.squad-line-grid span { color: var(--muted); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.squad-line-grid strong { margin: 5px 0 8px; font-family: "Instrument Serif"; font-size: 34px; font-weight: 400; }
.squad-line-grid i { display: block; height: 3px; background: #d9d9cf; }
.squad-line-grid i b { display: block; height: 100%; background: var(--green); }
.manager-report { margin: 14px 0 24px; padding: 16px; color: white; background: var(--green); }
.manager-report span, .manager-report strong, .manager-report small { display: block; }
.manager-report span { color: var(--acid); font-size: 8px; letter-spacing: .13em; }
.manager-report strong { margin-top: 6px; font-family: "Instrument Serif"; font-size: 24px; font-weight: 400; }
.manager-report small { margin-top: 5px; color: rgba(255,255,255,.6); font-size: 9px; line-height: 1.5; }
.squad-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-bottom: 12px; }
.squad-facts span { padding: 9px; color: var(--muted); border: 1px solid var(--line); font-size: 7px; }
.squad-facts b { display: block; margin-top: 3px; color: var(--ink); font-size: 11px; }
.injury-list { display: grid; gap: 5px; margin-bottom: 16px; }
.injury-list span { padding: 8px; color: #8b4137; background: #f4dfdb; font-size: 9px; }
.squad-list { display: grid; gap: 8px; margin-top: 22px; }
.player-card { display: grid; grid-template-columns: 38px minmax(120px, 1fr) auto 84px; align-items: center; gap: 11px; padding: 12px; border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.player-card--favorite { border-color: #a2874e; background: #f2edda; }
.player-card--inactive { opacity: .48; }
.player-position { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--green); font-size: 9px; font-weight: 700; }
.player-card strong, .player-card small { display: block; }
.player-card strong { font-size: 11px; }
.player-card small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.player-ratings { display: flex; gap: 8px; }
.player-ratings span { font-size: 7px; color: var(--muted); }
.player-ratings b { display: block; margin-top: 2px; color: var(--ink); font-family: "Instrument Serif"; font-size: 17px; font-weight: 400; }
.player-card button { min-height: 31px; border: 1px solid var(--line); color: var(--ink); background: transparent; font-size: 8px; font-weight: 700; }
.player-card--favorite button { color: #856a31; border-color: #b89a5e; }
.profile-rank { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-rank strong { font-family: "Instrument Serif"; font-size: 50px; font-weight: 400; }
.profile-rank span { color: var(--muted); font-size: 11px; }
.profile-rank b { margin-left: auto; color: #8e7136; font-size: 11px; }
.profile-nationality { margin-top: -8px; color: #8e7136 !important; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 650px; }
  .game-shell { grid-template: 70px auto 1fr / 1fr; }
  .game-header { grid-template-columns: 1fr auto; }
  .game-header .season-chip { display: none; }
  .sidebar { grid-row: 2; display: grid; grid-template-columns: 1.5fr 1fr 2fr; gap: 16px; padding: 15px 20px; position: static; height: auto; overflow: visible; }
  .club-identity { padding: 0; border: 0; }
  .objective { margin: 0; }
  .club-context { display: none; }
  .competition-mini { margin: 0; }
  .squad-overview { grid-column: 1/-1; margin: 0; padding: 10px 0; }
  .squad-overview > div { grid-template-columns: repeat(4, 1fr); }
  .metrics { grid-column: 1/-1; grid-template-columns: repeat(6, 1fr); }
  .balance, .manager-mini, .legacy-mini, .wear-mini { display: none; }
  .decision-area { grid-row: 3; }
}

@media (max-width: 700px) {
  .landing-nav { height: 74px; padding: 0 20px; }
  .landing-nav .text-button { display: none; }
  .hero-copy { padding: 60px 22px; }
  .hero h1 { font-size: 56px; }
  .hero-note { margin-top: 40px; }
  .hero-visual { min-height: 540px; }
  .president-card { width: 75%; min-height: 430px; }
  .club-seal { margin: 40px auto 30px; }
  .floating-stat--one { left: 2%; }
  .floating-stat--two { right: 2%; }
  .landing-footer { justify-content: space-between; gap: 0; }
  .landing-footer span:nth-child(even) { display: none; }
  .landing-legal { gap: 10px; }
  .club-catalog-meta { align-items: flex-start; flex-direction: column; gap: 4px; }
  .club-catalog-meta span { text-align: left; }
  .club-filter-row { grid-template-columns: 1fr auto; }
  .club-filter-row label { display: none; }
  .ranking-categories { grid-template-columns: repeat(3, 1fr); }
  .ranking-toolbar { grid-template-columns: 1fr; }
  .president-ranking > div { grid-template-columns: 25px 24px minmax(0,1fr); }
  .president-ranking em { grid-column: 3; font-size: 17px; }
  .ranking-history-link { grid-column: 3; width: max-content; }
  .ranking-history-metrics { grid-template-columns: 1fr 1fr; }
  .ranking-history-metrics div:nth-child(2) { border-right: 0; }
  .ranking-history-metrics div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .ranking-career-path { grid-template-columns: 1fr; }
  .ranking-season-history header { grid-template-columns: 1fr auto; }
  .ranking-season-history header span { grid-column: 1 / -1; grid-row: 2; }
  .ranking-season-history footer { flex-direction: column; gap: 4px; }
  .club-option-inner { grid-template-columns: 44px 1fr; }
  .identity-fields { grid-template-columns: 1fr; gap: 22px; }
  .club-option b { display: none; }
  .game-shell { width: 100%; max-width: 100%; grid-template: auto auto 1fr / minmax(0, 1fr); overflow-x: clip; }
  .game-header { width: 100%; min-width: 0; padding: 10px 14px 8px; grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .game-header .brand { min-width: 0; }
  .game-header .brand small { max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .top-actions { width: 100%; min-width: 0; justify-content: space-between; gap: 2px; }
  .top-actions button, .top-actions .support-link { min-width: 0; padding: 8px 7px; font-size: 9px; letter-spacing: .03em; white-space: nowrap; }
  .top-actions .language-toggle { flex: 0 0 auto; gap: 1px; font-size: 9px; }
  .top-actions .language-toggle button { padding: 7px 2px; }
  .top-actions .profile { flex: 0 0 32px; width: 32px; height: 32px; padding: 0; }
  .top-actions button[data-action="history"],
  .top-actions button[data-action="institution"],
  .top-actions button[data-action="save-code"] { display: none; }
  .sidebar { min-width: 0; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .club-identity, .objective, .competition-mini, .squad-overview, .metrics { min-width: 0; }
  .club-identity strong, .club-identity span, .objective strong { overflow-wrap: anywhere; }
  .club-identity .club-crest { display: none; }
  .squad-overview { grid-column: 1/-1; }
  .squad-overview > div { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .squad-overview b { display: block; }
  .squad-overview strong { display: block; }
  .metrics { grid-template-columns: repeat(3, 1fr); gap: 11px; }
  .metric-bar { display: none; }
  .phase-progress { min-height: 68px; padding: 12px 15px; }
  .phase-progress div span { display: none; }
  .phase-progress div::after { width: 65%; left: 69%; }
  .decision-card { width: calc(100% - 28px); margin-top: 25px; grid-template-columns: 1fr; }
  .decision-main { padding: 30px 22px; }
  .decision-main h1 { font-size: 46px; }
  .decision-body, .outcome { min-width: 0; overflow-wrap: anywhere; }
  .outcome { flex-direction: column; gap: 6px; }
  .context-panel { padding: 30px 24px; }
  .context-panel blockquote { font-size: 22px; }
  .choice { grid-template-columns: 26px 1fr 20px; }
  .choice-tag { display: none; }
  .decision-footer { width: calc(100% - 28px); align-items: flex-start; }
  .decision-footer p { margin: 0; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .competition-summary, .competition-cards { grid-template-columns: 1fr; }
  .competition-summary > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .squad-facts { grid-template-columns: 1fr 1fr; }
  .facility-grid { grid-template-columns: 1fr 1fr; }
  .review-grid div:nth-child(2) { border-right: 0; }
  .review-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .modal { padding: 35px 25px; }
  .player-card { grid-template-columns: 34px 1fr 72px; }
  .player-ratings { grid-column: 2 / -1; grid-row: 2; }
  .player-card button { grid-column: 3; grid-row: 1; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > *, .president-card { animation: rise .7s both; }
  .hero-copy > *:nth-child(2) { animation-delay: .07s; }
  .hero-copy > *:nth-child(3) { animation-delay: .14s; }
  .hero-copy > *:nth-child(4) { animation-delay: .21s; }
  @keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
  .president-card { animation-name: card-in; }
  @keyframes card-in { from { opacity: 0; transform: rotate(-2.5deg) translateY(20px); } to { opacity: 1; transform: rotate(-2.5deg) translateY(0); } }
}
