:root{--ink:#142c49;--blue:#214e76;--cream:#f6f3eb;--paper:#fffdf7;--gold:#b7904d;--muted:#65737d;--line:#d9dedb;--green:#2e775a;--red:#b53e45;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--cream);font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button,a{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.5}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #bf944e;outline-offset:4px}a{color:inherit;text-decoration:none}button{color:inherit}h1,h2,h3,p{margin:0}h1{font-size:clamp(34px,4.4vw,66px);line-height:1.04;letter-spacing:-.055em}h2{font-size:clamp(23px,2.4vw,35px);letter-spacing:-.035em}p{line-height:1.65}.app{max-width:1480px;margin:auto;padding:0 32px 36px}.topbar{height:90px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center}.brand img{width:55px;height:55px;object-fit:contain}.brand strong{display:block;font-size:18px;letter-spacing:-.03em}.brand small,.eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.18em;font-weight:800;color:var(--muted)}.top-links{display:flex;gap:16px;align-items:center;font-size:12px;font-weight:700}.top-links a{display:flex;align-items:center;gap:6px}.stat-icon{width:24px;height:24px;flex-shrink:0;vertical-align:middle}.top-links .stat-icon{width:18px;height:18px}.language{border-left:1px solid var(--line);padding-left:16px}.hero{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;min-height:355px;gap:30px;padding:28px 24px}.hero h1{max-width:630px;margin:13px 0 20px}.hero h1 em{font-style:normal;color:var(--blue)}.hero p{max-width:510px;color:var(--muted);font-size:16px}.hero-art{width:100%;height:310px;object-fit:contain;filter:drop-shadow(0 16px 15px #132d4820)}.hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:23px}.pill{font-size:11px;font-weight:750;padding:7px 11px;border:1px solid #d6c8ad;border-radius:6px;background:#eee5d0;white-space:nowrap}.setup{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;margin:0 24px}.panel{background:var(--paper);border:1px solid var(--line);border-radius:15px;padding:25px}.panel h2{font-size:22px;margin-bottom:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:700}.field.wide{grid-column:1/-1}input,select{min-height:43px;border:1px solid #cbd3d5;background:#fff;border-radius:7px;padding:10px 12px;min-width:0;color:var(--ink)}input:focus,select:focus{border-color:var(--blue)}.field small{font-size:11px;color:var(--muted);font-weight:400;line-height:1.4}.primary,.secondary,.text-btn{border:0;border-radius:8px;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:43px;padding:11px 19px;font-size:13px}.primary{background:var(--ink);color:#fff}.primary:hover:not(:disabled){background:#234e77}.secondary{background:#eaece7;border:1px solid #ced5d3}.text-btn{background:transparent;padding:8px}.button-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.join-row{display:flex;gap:9px;margin-top:17px}.join-row input{width:140px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.help{margin:24px;border-top:1px solid var(--line);padding-top:20px;font-size:13px;color:var(--muted)}.help summary{color:var(--ink);font-weight:800;cursor:pointer}.help ol{padding-left:20px;line-height:1.85}.source-note{font-size:11px;color:var(--muted);line-height:1.7;margin-top:15px}.loading{min-height:60vh;display:grid;place-content:center;text-align:center;gap:18px}.loading:before{content:"";width:36px;height:36px;border:3px solid var(--line);border-top-color:var(--blue);border-radius:50%;margin:auto;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.notice{background:#fbebdf;border:1px solid #e4b897;color:#824323;border-radius:8px;padding:11px 15px;font-size:13px;line-height:1.5;margin:15px 0}.notice:empty{display:none}.lobby{max-width:900px;margin:38px auto;display:grid;grid-template-columns:1fr .8fr;gap:25px}.room-code{font-family:Consolas,monospace;font-size:40px;letter-spacing:.15em;margin:12px 0}.lobby-person{display:flex;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.avatar{width:34px;height:34px;border:1px solid #cfb985;background:#eee4ce;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:12px}.lobby-person strong{flex:1}.status-text{font-size:11px;color:var(--green);font-weight:700}.empty-seat{color:var(--muted)}.match-strip{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0}.match-strip h1{font-size:28px;letter-spacing:-.035em}.match-strip p{font-size:12px;color:var(--muted)}.step-track{display:flex;gap:5px;margin-top:8px}.step-track i{width:30px;height:4px;background:#d5d9d4;border-radius:2px}.step-track i.done{background:var(--gold)}.timer{font-variant-numeric:tabular-nums;font-size:30px;font-weight:800;min-width:65px;text-align:right}.timer.urgent{color:var(--red)}.table-top{border-radius:16px;background:#172f4a;color:#fff;padding:20px 25px;display:flex;align-items:center;justify-content:space-between;gap:25px;box-shadow:inset 0 0 0 1px #ffffff12}.question{display:flex;align-items:center;gap:18px}.question-symbol{height:64px;width:64px;display:grid;place-items:center;background:#f2ecdd;color:var(--ink);border-radius:14px;box-shadow:0 3px 0 #b8a06c}.question-symbol .stat-icon{width:38px;height:38px}.question .eyebrow{color:#bbc5cf}.question h2{font-size:27px;margin-top:5px;max-width:650px}.question p{font-size:11px;color:#c3d0d9;margin-top:6px}.opponents{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.seat-status{text-align:center;max-width:80px}.seat-status span{display:block;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:5px;color:#c3d0d9}.card-back{height:48px;width:33px;border:1px solid #a98c55;border-radius:5px;background:#21425f;display:grid;place-items:center;color:#cfb87a;margin:0 auto;box-shadow:3px 1px 0 #102238}.card-back.ready{background:#c9b37b;color:#152d46}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin:23px 0 15px;gap:20px}.section-head h2{font-size:20px}.section-head p{font-size:12px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;max-width:1170px;margin:auto;align-items:start}.football-card{position:relative;border-radius:15px;background:#f8f5ea;border:1px solid #bca36d;box-shadow:0 4px 0 #ddd2b8,0 13px 20px #15294012;overflow:hidden;transition:transform .2s,box-shadow .2s;isolation:isolate}.football-card.selected{transform:translateY(-8px);outline:3px solid #ba934e;box-shadow:0 4px 0 #b3965f,0 15px 25px #15294028}.card-main{display:block;border:0;padding:0;width:100%;text-align:left;background:none;position:relative}.card-main:disabled{opacity:1}.card-head{display:flex;position:relative;background:linear-gradient(115deg,#f8f5ea 0 30%,#173551 30% 100%);height:152px;padding:12px}.card-identity{width:41%;position:relative;z-index:2}.position-code{font-family:Impact,"Arial Narrow",sans-serif;font-size:22px;display:block;letter-spacing:.03em}.flag-image{display:block;width:34px;height:25px;object-fit:cover;border-radius:3px;margin:10px 0 5px;border:1px solid #15294030}.country-code{font-size:9px;font-weight:800;letter-spacing:.08em}.power-mark{display:block;margin-top:10px;font-size:9px;color:#6d664f}.power-mark b{font-size:13px}.card-photo{width:106px;height:121px;position:absolute;right:12px;bottom:12px;object-fit:cover;border-radius:4px 22px 4px 4px;border:2px solid #e8dbc0;box-shadow:0 4px 12px #0002;background:#fff}.card-name{background:#173551;color:#fff;padding:10px 12px 12px;min-height:66px}.card-name small{display:block;font-size:10px;opacity:.65;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-name strong{display:block;font-size:17px;letter-spacing:-.035em;line-height:1.1;overflow-wrap:anywhere}.card-stats{display:grid;grid-template-columns:repeat(3,1fr);padding:12px 5px 6px;gap:8px 0}.card-stat{text-align:center;border-right:1px solid #d8d1bd;min-width:0}.card-stat:nth-child(3n){border-right:0}.card-stat .stat-icon{width:20px;height:20px}.card-stat strong{font-family:"Arial Narrow",Impact,sans-serif;display:block;font-size:20px;line-height:1.15;margin-top:4px;font-variant-numeric:tabular-nums}.card-stat small{display:block;font-size:8px;color:#596777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 2px;margin:4px 0}.metric-focus{margin:10px 9px 5px;background:#e4dfcd;border:1px solid #cdc19b;border-radius:6px;padding:8px;display:flex;gap:8px;align-items:center}.metric-focus b{font-size:25px;line-height:1;margin-left:auto}.metric-focus span{font-size:9px;line-height:1.3}.details-btn{width:100%;border:0;border-top:1px solid #d5ccb9;background:#efeadd;padding:9px;font-size:10px;font-weight:750;display:flex;align-items:center;justify-content:center;gap:6px}.details-btn .stat-icon{height:14px;width:14px}.selected-stamp{position:absolute;right:8px;top:8px;z-index:3;background:var(--gold);color:#fff;width:24px;height:24px;border-radius:50%;display:grid;place-items:center}.selected-stamp .stat-icon{width:15px}.play-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:26px auto 0;max-width:1170px;padding:17px 20px;border:1px solid var(--line);background:#fffdf7;border-radius:12px}.play-bar strong{font-size:14px}.play-bar p{font-size:11px;color:var(--muted)}.hand-preview{display:flex;gap:8px;margin-top:10px;min-height:40px}.hand-chip{display:flex;align-items:center;gap:6px;padding:5px 8px;background:#ebe7db;border-radius:5px;font-size:10px;max-width:155px}.hand-chip img{width:26px;height:26px;border-radius:4px}.hand-chip span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:18px;margin:28px auto;max-width:1200px}.result-tile{min-width:0;animation:reveal .7s both;animation-delay:var(--delay)}.result-tile .football-card{pointer-events:auto}.result-person{font-weight:750;font-size:12px;margin-bottom:12px;display:flex;justify-content:space-between;gap:6px}.result-award{border:1px solid var(--line);border-top:0;border-radius:0 0 10px 10px;padding:15px 10px 12px;text-align:center;background:#fffdf7}.result-award .rank{font-weight:850;color:var(--muted);font-size:12px}.result-award strong{display:block;font-size:28px;margin:5px 0}.result-award p{font-size:10px;color:var(--muted)}.result-tile.winner .result-award{background:#eee4cd;border-color:#cdb47e}.leaderboard{width:100%;border-collapse:collapse;font-size:13px}.leaderboard th{text-align:left;text-transform:uppercase;letter-spacing:.1em;font-size:10px;color:var(--muted);padding:12px}.leaderboard td{padding:14px 12px;border-top:1px solid var(--line)}.leaderboard tr.me{background:#eee8d7}.leaderboard td:last-child{text-align:right;font-weight:800}.score-panel{max-width:800px;margin:28px auto}.finish-title{text-align:center;padding:40px 0 20px}.finish-title .stat-icon{width:54px;height:54px}.finish-title h1{margin:14px 0}.finish-title p{color:var(--muted)}.round-recap{margin:10px 0;font-size:13px}.round-recap summary{padding:12px;background:#edeadf;border-radius:8px;cursor:pointer}.round-recap p{padding:7px 12px}.standings-mini{font-size:11px;color:var(--muted);margin:18px auto;max-width:1170px;display:flex;justify-content:center;gap:17px;flex-wrap:wrap}.standings-mini b{color:var(--ink);margin-left:5px}.footer{font-size:11px;color:var(--muted);text-align:center;padding:27px 0 0;border-top:1px solid var(--line);margin-top:25px}.stats-dialog{border:1px solid var(--gold);border-radius:18px;background:var(--paper);color:var(--ink);width:min(1050px,94vw);max-height:88dvh;padding:0;box-shadow:0 25px 100px #0006}.stats-dialog::backdrop{background:#10283dc2;backdrop-filter:blur(4px)}.dialog-head{position:sticky;top:0;z-index:4;background:var(--paper);padding:18px 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.dialog-head h2{font-size:25px}.dialog-head p{font-size:11px;color:var(--muted)}.dialog-body{padding:22px 24px}.stats-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.detail-stat{padding:13px;background:#eeeadd;border-radius:8px;display:flex;gap:10px;align-items:center}.detail-stat span{font-size:10px;display:block;line-height:1.35;color:var(--muted)}.detail-stat b{display:block;font-size:20px;margin-top:4px}.detail-stat .stat-icon{width:26px;height:26px}.raw-data{margin-top:20px}.raw-data summary{cursor:pointer;padding:13px 0;font-weight:750;border-top:1px solid var(--line)}.table-scroll{overflow:auto;max-height:350px;border:1px solid var(--line);border-radius:8px}.data-table{border-collapse:collapse;font-size:11px;min-width:100%;white-space:nowrap}.data-table th{background:#eeeadd;position:sticky;top:0;text-align:left}.data-table th,.data-table td{padding:9px 11px;border-bottom:1px solid var(--line)}.data-note{font-size:11px;color:var(--muted);line-height:1.8;margin:16px 0}.loading-line{padding:20px;color:var(--muted);font-size:13px}@keyframes reveal{from{opacity:0;transform:translateY(30px) rotateY(80deg)}to{opacity:1;transform:none}}
@media(min-width:1300px){.cards{gap:23px}.card-photo{width:115px;height:125px}.card-head{height:155px}.card-name strong{font-size:19px}}
@media(max-width:950px){.app{padding:0 18px 25px}.hero{padding:25px 5px;min-height:310px}.hero-art{height:260px}.setup{margin:0;gap:15px}.panel{padding:20px}.cards{gap:9px}.card-head{height:126px;padding:9px}.card-photo{width:76px;height:98px;right:7px;bottom:10px}.card-identity{width:40%}.position-code{font-size:18px}.flag-image{width:26px;height:19px}.power-mark{font-size:8px}.card-name{min-height:65px;padding:8px}.card-name strong{font-size:14px}.card-name small{font-size:8px}.card-stat strong{font-size:17px}.card-stat small{font-size:7px}.card-stat .stat-icon{width:17px;height:17px}.card-stats{gap:6px 0}.opponents{gap:8px}.question h2{font-size:23px}.result-grid{grid-template-columns:repeat(3,1fr);max-width:750px}.stats-overview{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.app{padding:0 14px 22px}.topbar{height:72px;gap:7px}.brand img{width:41px;height:41px}.brand strong{font-size:15px}.brand small{font-size:8px}.top-links{gap:10px;font-size:10px}.top-links .menu-label{display:none}.language{padding-left:10px}.hero{grid-template-columns:1fr .6fr;gap:6px;padding:25px 0;min-height:260px}.hero h1{font-size:35px}.hero p{font-size:12px}.hero-art{height:180px}.hero-tags{gap:4px}.pill{font-size:8px;padding:5px 7px}.hero .eyebrow{font-size:8px}.setup{grid-template-columns:1fr;gap:15px}.panel{padding:19px}.help{margin:22px 0;font-size:12px}.lobby{grid-template-columns:1fr;margin:20px 0}.match-strip{padding:15px 0}.match-strip h1{font-size:23px}.match-strip p{font-size:10px}.timer{font-size:25px}.table-top{padding:16px;gap:12px;flex-direction:column;align-items:stretch}.question{gap:12px}.question-symbol{height:46px;width:46px;border-radius:9px;flex-shrink:0}.question-symbol .stat-icon{width:29px;height:29px}.question h2{font-size:22px}.question p{font-size:10px}.question .eyebrow{font-size:8px}.opponents{justify-content:center;gap:16px;border-top:1px solid #ffffff1f;padding-top:12px}.card-back{height:31px;width:22px;font-size:11px;box-shadow:2px 0 0 #102238}.card-back .stat-icon{width:16px}.seat-status{max-width:55px}.seat-status span{font-size:8px}.section-head{margin:20px 0 12px}.section-head h2{font-size:17px}.section-head p{font-size:10px}.cards{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;margin:0 -14px;padding:12px 17px 25px;scroll-padding-left:17px;max-width:none}.cards>.football-card{min-width:183px;width:183px;flex-shrink:0;scroll-snap-align:start}.card-head{height:130px;padding:10px}.card-photo{width:96px;height:109px;right:10px}.card-identity{width:40%}.position-code{font-size:21px}.flag-image{width:30px;height:22px}.card-name{min-height:59px}.card-name strong{font-size:17px}.card-name small{font-size:9px}.card-stat strong{font-size:20px}.card-stat small{font-size:8px}.card-stat .stat-icon{width:20px;height:20px}.play-bar{position:sticky;bottom:10px;z-index:5;margin:5px 0 0;padding:12px;box-shadow:0 5px 20px #15294024;gap:8px}.play-bar .primary{padding:10px 13px;font-size:12px;flex-shrink:0}.play-bar strong{font-size:12px}.play-bar p{font-size:10px}.hand-preview{overflow:auto}.hand-chip{min-width:65px;max-width:110px;flex-shrink:0}.hand-chip span{font-size:9px}.result-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}.result-grid .card-photo{width:82px;height:100px;right:8px}.result-grid .card-head{height:121px}.result-grid .card-name strong{font-size:16px}.result-award strong{font-size:25px}.result-person{font-size:11px}.stats-overview{grid-template-columns:repeat(2,1fr)}.dialog-head,.dialog-body{padding:16px}.detail-stat{padding:10px;gap:7px}.detail-stat .stat-icon{width:22px}.dialog-head h2{font-size:21px}.finish-title{padding:28px 0 10px}.leaderboard td,.leaderboard th{padding:12px 8px}.standings-mini{gap:10px;font-size:10px}.notice{font-size:12px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* v305: shared Atlas navigation and compact, content-safe game surfaces. */
.topbar{display:grid;grid-template-columns:1fr auto 1fr;height:70px}.brand{justify-self:center}.top-links{justify-self:start;font-size:13px}.languages{justify-self:end;display:flex;align-items:center;background:#e8e8e2;border:1px solid var(--line);border-radius:30px;padding:3px;gap:2px}.languages a{display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:24px;font-size:12px;font-weight:750}.languages a.active{background:var(--ink);color:white}.languages img{width:18px;height:13px;object-fit:cover}.app{padding-bottom:12px}.hero{min-height:0;padding:18px 12px;gap:20px}.hero h1{font-size:clamp(32px,3.2vw,48px);margin:8px 0 12px}.hero p{font-size:15px;max-width:650px}.hero-art{height:clamp(150px,23vh,220px)}.hero-tags{margin-top:12px}.setup{margin:0 12px;gap:18px}.panel{padding:18px}.panel h2{margin-bottom:12px}.form-grid{gap:12px}.field{gap:5px;font-size:13px}.field small,.source-note{font-size:12px}.button-row,.join-row{margin-top:12px}.help{margin:14px 12px;padding-top:12px}.footer{margin-top:12px;padding-top:12px;font-size:12px}.match-strip{padding:10px 0}.match-strip h1{font-size:24px}.table-top{padding:12px 18px}.question-symbol{width:44px;height:44px;flex-shrink:0}.question-symbol .stat-icon{width:28px;height:28px}.question h2{font-size:23px}.question p{font-size:12px}.card-back{height:30px;width:23px}.seat-status span{font-size:12px}.section-head{margin:12px 0 10px}.section-head p{font-size:12px}.section-head .field{flex-direction:row;align-items:center}.section-head select{max-width:260px;min-height:36px;padding:6px 10px}.cards{max-width:1100px;gap:14px}.card-head{height:clamp(85px,15vh,130px)}.card-photo{height:calc(100% - 16px);width:47%;right:8px;bottom:8px}.card-identity{width:48%}.position-code{font-size:20px}.flag-image{margin:5px 0 3px;width:26px;height:18px}.power-mark{margin-top:4px;font-size:10px}.country-code{font-size:10px}.card-name{min-height:52px;padding:7px 10px}.card-name strong{font-size:17px}.card-name small{font-size:11px}.card-stats{padding:7px 4px 4px;gap:5px 0}.card-stat{display:grid;grid-template-columns:auto auto;justify-content:center;align-items:center;column-gap:4px}.card-stat .stat-icon{width:16px;height:16px}.card-stat strong{font-family:inherit;font-size:16px;margin:0}.card-stat small{grid-column:1/-1;font-size:10px;margin:3px 0;white-space:normal}.metric-focus{margin:5px 7px;padding:6px;min-height:37px;gap:5px}.metric-focus span{font-size:11px}.metric-focus b{font-size:21px}.metric-focus .stat-icon{width:20px;height:20px}.details-btn{padding:7px;font-size:12px}.play-bar{margin-top:12px;padding:10px 14px}.play-bar p{font-size:12px}.hand-preview{min-height:0;margin-top:8px}.hand-chip{padding:3px 7px;font-size:12px}.hand-chip img{height:22px;width:22px}.standings-mini{margin:10px auto;font-size:12px}.result-grid{margin:12px auto;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.result-award{padding:8px}.result-award strong{font-size:24px;margin:3px}.result-award p{font-size:12px}.result-person{margin-bottom:8px}.score-panel{margin:14px auto}.leaderboard td,.leaderboard th{padding:8px}.phase-reveal .card-stats{display:none}
@media(min-width:1000px) and (max-height:760px){.topbar{height:60px}.hero{padding:12px}.hero-art{height:150px}.hero h1{font-size:36px}.hero p{font-size:14px}.hero-tags{margin-top:8px}.hero .eyebrow{font-size:10px}.panel{padding:14px}.panel h2{font-size:20px}.form-grid{gap:8px}.source-note{margin-top:8px}.phase-draft .question p,.phase-play .question p{display:none}.card-head{height:88px;padding:7px}.position-code{font-size:17px}.flag-image{margin:3px 0}.power-mark{margin-top:2px}.card-name{min-height:46px}.card-name strong{font-size:15px}.match-strip h1{font-size:21px}.section-head{margin:8px 0}.play-bar{margin-top:8px}.phase-draft .footer,.phase-play .footer{padding-top:8px;margin-top:8px}}
@media(max-width:760px){.topbar{height:auto;min-height:100px;grid-template-columns:1fr auto;gap:8px;padding:10px 0}.brand{grid-column:1/-1;grid-row:1}.brand img{height:40px;width:40px}.top-links{grid-column:1;grid-row:2;gap:10px;font-size:12px}.languages{grid-column:2;grid-row:2}.languages a{font-size:11px;padding:7px}.languages img{width:16px}.hero{padding:15px 0;grid-template-columns:1fr .45fr;gap:8px}.hero h1{font-size:32px}.hero p{font-size:14px}.hero-art{height:145px}.setup{margin:0}.table-top{padding:10px;gap:8px}.opponents{padding-top:6px;gap:12px}.question h2{font-size:20px}.section-head .field{flex-direction:column;align-items:stretch}.section-head select{max-width:170px}.cards{padding-top:10px;padding-bottom:14px}.cards>.football-card{min-width:185px;width:185px}.card-head{height:110px}.card-name strong{font-size:16px}.play-bar{bottom:8px}.result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.help{margin:12px 0}.hand-chip span{font-size:11px}}
@media(max-width:380px){.top-links{gap:7px;font-size:11px}.top-links .stat-icon{width:15px}.languages a{padding:6px 5px;font-size:10px}.languages img{width:13px}.hero-art{height:110px}.hero h1{font-size:29px}}
@media(min-width:1000px){
 .app.phase-draft,.app.phase-play{display:grid;grid-template-columns:190px minmax(0,1fr);column-gap:20px;align-items:center}
 .phase-draft>.topbar,.phase-play>.topbar,.phase-draft>.notice,.phase-play>.notice,.phase-draft>.section-head,.phase-play>.section-head,.phase-draft>.cards,.phase-play>.cards,.phase-draft>.play-bar,.phase-play>.play-bar,.phase-draft>.hand-preview,.phase-play>.hand-preview,.phase-draft>.standings-mini,.phase-play>.standings-mini,.phase-draft>.footer,.phase-play>.footer{grid-column:1/-1;width:100%}
 .phase-draft>.match-strip,.phase-play>.match-strip{grid-column:1;padding:14px 0;gap:10px}
 .phase-draft>.table-top,.phase-play>.table-top{grid-column:2;margin:10px 0}
 .phase-draft .match-strip h1,.phase-play .match-strip h1{font-size:21px}
 .phase-draft .timer,.phase-play .timer{font-size:24px;min-width:50px}
 .phase-draft .question h2,.phase-play .question h2{font-size:21px}
 .phase-draft .standings-mini,.phase-play .standings-mini{margin:7px auto}
 .phase-draft .footer,.phase-play .footer{margin-top:7px;padding-top:7px}
}
