:root{--ink:#111713;--paper:#e9e4d8;--red:#e3422f;--lime:#c7ee54;--muted:#77786f;--line:rgba(17,23,19,.18)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Noto Sans SC",sans-serif}.grain{position:fixed;inset:0;pointer-events:none;z-index:20;opacity:.14;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E")}
.hero{min-height:680px;padding:26px 6vw 0;position:relative;overflow:hidden;background:#f2f0eb;color:#1b1b1d;border-bottom:6px solid #9b2c35}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.74),transparent 48%);pointer-events:none}.hero:after{content:none}
nav{position:relative;z-index:4;display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #cbc7c0}.brand{display:flex;align-items:center;gap:12px;font-family:"Barlow Condensed","Noto Sans SC";font-weight:700;letter-spacing:.13em}.brand-mark{display:grid;place-items:center;width:38px;height:38px;background:#9b2c35;color:#faf9f6;transform:rotate(-5deg);font:700 15px "Barlow Condensed"}.live{font-size:12px;color:#686568}.live i{display:inline-block;width:7px;height:7px;margin-right:8px;background:#9b2c35;border-radius:50%;box-shadow:0 0 0 5px rgba(155,44,53,.1);animation:pulse 1.6s infinite}
.hero-copy{position:relative;z-index:3;margin-top:102px;max-width:52%}.eyebrow,.section-heading p{font:600 13px "Barlow Condensed";letter-spacing:.24em}.eyebrow{color:#9b2c35}h1{font:800 clamp(62px,7.8vw,112px)/.88 "Barlow Condensed","Noto Sans SC";margin:20px 0 24px;letter-spacing:-.04em}h1 em{font-style:normal;color:#9b2c35}.intro{width:360px;line-height:1.8;color:#686568}.primary-btn{display:inline-flex;gap:45px;align-items:center;margin-top:24px;padding:17px 21px;background:#9b2c35;color:#faf9f6;text-decoration:none;font-weight:700}.primary-btn span{font-size:20px}.hero-art{position:absolute;z-index:2;right:0;top:79px;width:50%;height:601px;overflow:hidden;background:linear-gradient(145deg,#c7c3bc 0%,#8f969c 48%,#35373b 100%)}.hero-art:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;right:-80px;top:-90px;background:#a8323c}.hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(22,22,24,.62),transparent 48%)}.hero-art>img{position:absolute;z-index:1;width:82%;height:96%;right:3%;bottom:-2%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 28px 32px rgba(20,20,22,.32))}.hero-name{position:absolute;z-index:3;left:30px;bottom:28px;color:#faf9f6;font-family:"Barlow Condensed","Noto Sans SC";letter-spacing:.14em}.hero-name small{display:block;color:#faf9f6}.hero-name strong{display:block;font:700 44px "Barlow Condensed";letter-spacing:.04em}.hero-name span{font-size:12px}.hero-stat{position:absolute;z-index:4;right:28px;bottom:28px;text-align:right;color:#faf9f6}.hero-stat span{display:block;font:800 70px/.85 "Barlow Condensed"}.hero-stat small{display:block;margin-top:10px;color:#faf9f6;letter-spacing:.12em}
main section{padding:90px 7vw}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:55px;border-bottom:1px solid var(--line);padding-bottom:22px}.section-heading>div{display:flex;align-items:center;gap:14px}.section-heading .num{font:700 34px "Barlow Condensed";color:var(--red)}.section-heading p{margin:0;color:var(--muted)}h2{margin:0;font:800 clamp(36px,5vw,64px) "Barlow Condensed","Noto Sans SC"}.signup-section{max-width:1240px;margin:auto}.signup-form{display:grid;grid-template-columns:1fr 1fr;gap:34px 50px}.signup-form>label>span,legend{display:block;margin-bottom:11px;font-size:13px;font-weight:700;letter-spacing:.08em}small{font-weight:400;color:var(--muted)}input,select{width:100%;border:0;border-bottom:1px solid #999;background:transparent;padding:13px 2px;font:500 16px "Noto Sans SC";color:var(--ink);outline:none;border-radius:0}input:focus,select:focus{border-color:var(--red)}fieldset{grid-column:span 2;border:0;padding:0;margin:4px 0}.positions,.voice-options{display:flex;flex-wrap:wrap;gap:10px}.positions label,.voice-options label{cursor:pointer}.positions input,.voice-options input{position:absolute;opacity:0}.positions span,.voice-options span{display:block;padding:11px 17px;border:1px solid #aaa;font-size:13px;transition:.2s}.positions input:checked+span,.voice-options input:checked+span{background:var(--ink);border-color:var(--ink);color:white;transform:translateY(-2px)}.submit-btn{grid-column:span 2;border:0;background:var(--red);color:white;padding:20px 24px;display:flex;justify-content:space-between;cursor:pointer;font-family:inherit;font-size:15px;transition:.2s}.submit-btn:hover{background:#bd2d1d;transform:translateY(-2px)}.submit-btn b{font:700 15px "Barlow Condensed";letter-spacing:.2em}.form-note{text-align:right;color:var(--muted);font-size:12px}
.matches-section{background:var(--ink);color:#f2eee4;min-height:500px}.section-heading.light{border-color:rgba(255,255,255,.16)}.matches{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:22px}.empty{grid-column:1/-1;border:1px dashed #545b55;padding:55px;text-align:center;color:#898f89}.empty b{display:block;color:var(--lime);font:700 30px "Barlow Condensed";margin-bottom:8px}.lobby{background:#1c241f;border-top:4px solid var(--lime);padding:24px;animation:rise .45s both}.lobby.full{border-top-color:var(--red)}.lobby-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:20px}.lobby-head h3{margin:0;font:700 29px "Barlow Condensed","Noto Sans SC"}.badge{font-size:11px;padding:5px 8px;background:#303a33;color:var(--lime)}.full .badge{background:var(--red);color:white}.progress{height:3px;background:#3b443e;margin:16px 0}.progress i{display:block;height:100%;background:var(--lime)}.teams{display:grid;grid-template-columns:1fr 1fr;gap:12px}.team-title{font:700 12px "Barlow Condensed";letter-spacing:.16em;color:#929891;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center}.team-title b{padding:4px 7px;background:#ffc443;color:#211b0b;font:700 10px "Noto Sans SC";letter-spacing:0}.team:first-child .team-title{color:var(--red)}.team:last-child .team-title{color:#6fa8ff}.player{padding:9px 0;border-bottom:1px solid #343d37;font-size:12px}.player strong{display:block;font-size:13px;color:#f4f0e6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player strong i{margin-left:7px;padding:2px 5px;background:#ffc443;color:#211b0b;font-style:normal;font-size:9px}.player.position-conflict{border-left:2px solid #ffc443;padding-left:8px;background:linear-gradient(90deg,rgba(255,196,67,.08),transparent)}.player span{color:#8d958f}.waiting-list .player{display:flex;justify-content:space-between}.score-diff{margin-top:16px;text-align:center;color:#8d958f;font-size:11px}.voice{color:var(--lime)!important}.toast{position:fixed;z-index:50;bottom:30px;left:50%;transform:translate(-50%,30px);padding:13px 20px;background:var(--lime);color:var(--ink);font-weight:700;opacity:0;pointer-events:none;transition:.3s}.toast.show{opacity:1;transform:translate(-50%,0)}footer{background:#090d0a;color:#777;padding:26px 7vw;display:flex;justify-content:space-between;align-items:center;font:600 11px "Barlow Condensed";letter-spacing:.16em}footer span{color:#ddd}footer p{margin:0}footer button{border:0;background:none;color:#616861;cursor:pointer;font:inherit}
.matches-section{background:linear-gradient(110deg,#ece9e3 0%,#f7f5f1 58%,#ece9e3 100%);color:#1b1b1d;min-height:560px;border-top:6px solid #9b2c35}.matches-section .section-heading.light{border-color:#cbc7c0;align-items:end}.match-heading{display:flex;align-items:end;gap:52px}.match-summary{display:flex;align-items:end;gap:16px;text-align:right}.match-summary strong{font:700 72px/.78 "Barlow Condensed";color:#9b2c35}.match-summary span{font-size:12px;line-height:1.65;color:#747174}.match-summary b{color:#1b1b1d}.matches-section .empty{border-color:#bbb5ac;color:#77726d;background:rgba(255,255,255,.42)}.matches-section .empty b{color:#9b2c35}.matches-section .lobby{padding:0;background:#faf9f6;border:1px solid #bdb7af;border-top:0;box-shadow:0 18px 45px rgba(45,39,35,.09);color:#1b1b1d}.matches-section .lobby-head{align-items:center;margin:0;padding:23px 26px;background:#9b2c35;color:#faf9f6}.matches-section .lobby-head h3{font:700 25px "Barlow Condensed","Noto Sans SC"}.matches-section .badge,.matches-section .full .badge{background:rgba(255,255,255,.12);color:#fff;padding:7px 10px}.matches-section .progress{height:4px;background:#d9d5cf;margin:0}.matches-section .progress i{background:#9b2c35}.matches-section .waiting-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.matches-section .waiting-list .player{display:block;min-height:142px;padding:22px 18px;border-right:1px solid #d2cec7;border-bottom:0;background:linear-gradient(180deg,#fff,rgba(242,240,235,.45))}.matches-section .player strong{font-size:16px;color:#1b1b1d}.matches-section .player span{color:#777277}.matches-section .player .voice{color:#9b2c35!important}.matches-section .steam-id{color:#96908a}.matches-section .teams{gap:0;padding:24px}.matches-section .team{padding:0 18px}.matches-section .team:first-child{border-right:1px solid #cbc7c0}.matches-section .team-title{color:#9b2c35;border-bottom:2px solid #9b2c35;padding-bottom:10px}.matches-section .team:last-child .team-title{color:#344b63;border-color:#344b63}.matches-section .team .player{padding:12px 8px;border-bottom:1px solid #dedad4}.matches-section .score-diff{margin:0;padding:0 24px 22px;color:#777277}
.steam-id{margin-left:7px;color:#7f8982;font:500 10px "Barlow Condensed","Noto Sans SC";letter-spacing:.04em}.address-field{grid-column:span 2}.travel-field{grid-column:span 2!important}
.offline-schedule{margin:24px 0;padding:22px;border:1px solid var(--line);background:rgba(255,255,255,.35)}.schedule-tabs{display:flex;margin-bottom:18px}.schedule-tabs button{flex:1;padding:12px;border:1px solid #9b2c35;background:transparent;color:#9b2c35;font-weight:700}.schedule-tabs button.active{background:#9b2c35;color:white}#manualSchedule{display:grid;grid-template-columns:1fr 2fr auto;gap:16px;align-items:end}#manualSchedule[hidden]{display:none}#manualSchedule label span{display:block;font-weight:700;font-size:13px;margin-bottom:8px}#manualSchedule input{width:100%;padding:13px;border:0;border-bottom:1px solid var(--ink);background:transparent}.schedule-actions{display:flex;gap:8px}.schedule-actions button{padding:14px 20px;border:0;font-weight:700;white-space:nowrap}#saveSchedule{background:var(--red);color:white}#cancelSchedule{background:#ded9d1;color:#7f2028}.schedule-card-actions{display:flex;gap:8px;margin-top:14px}.schedule-card-actions button{padding:8px 11px;border:1px solid #9b2c35;background:transparent;color:#9b2c35;font-weight:700;cursor:pointer}.schedule-card-actions .cancel-schedule-card{border-color:#aaa39b;color:#716b66}.offline-schedule p{font-size:11px;color:var(--muted);margin:14px 0 0}
@media(max-width:760px){#manualSchedule{grid-template-columns:1fr}#saveSchedule{width:100%}}
.station-choice-intro{margin:42px 0 24px}.station-choice-intro b{font-size:28px}
.stations-section{max-width:1240px;margin:auto}.station-intro{display:flex;justify-content:space-between;gap:40px;margin:-25px 0 42px}.station-intro p{max-width:720px;margin:0;font-size:20px;line-height:1.7}.station-intro span{align-self:end;color:var(--muted);font-size:12px}.station-plans{display:grid;gap:22px}.station-empty{padding:46px;border:1px dashed #a6a296;color:var(--muted);text-align:center}.station-plan{border:1px solid var(--ink);display:grid;grid-template-columns:190px 1fr}.station-game{padding:25px;background:var(--ink);color:white}.station-game small{display:block;color:var(--lime);font:600 11px "Barlow Condensed";letter-spacing:.16em}.station-game strong{display:block;margin-top:8px;font:700 34px "Barlow Condensed","Noto Sans SC"}.station-card{padding:25px;border-left:1px solid var(--ink);position:relative}.station-card .mode{font-size:12px;color:var(--red);font-weight:700}.station-card h3{font:800 30px "Barlow Condensed","Noto Sans SC";margin:8px 0 5px}.station-card p{margin:0 0 18px;color:var(--muted);font-size:12px}.address-ready{position:absolute;right:25px;top:25px;text-align:right}.address-ready b{font:700 21px "Barlow Condensed"}.address-ready span{display:block;color:var(--muted);font-size:9px}.station-meta{display:flex;gap:28px;margin-bottom:20px}.station-meta b{font:700 22px "Barlow Condensed"}.station-meta span{display:block;font-size:10px;color:var(--muted)}.map-link{display:inline-block;padding:9px 12px;background:var(--lime);color:var(--ink);font-size:12px;font-weight:700;text-decoration:none}.location-note{margin-top:15px;font-size:10px;color:var(--muted)}.station-gate{padding:25px;border-left:1px solid var(--ink);display:grid;grid-template-columns:90px 1fr;gap:25px;align-items:center}.gate-count b{font:800 54px "Barlow Condensed"}.gate-count span{font:700 20px "Barlow Condensed";color:var(--muted)}.station-gate h3{font:700 24px "Barlow Condensed","Noto Sans SC";margin:0}.station-gate p{margin:4px 0 12px;color:var(--muted);font-size:12px}.gate-progress{height:8px;background:#d9d6cc;max-width:520px;overflow:hidden}.gate-progress i{display:block;height:100%;background:var(--red);transition:width .35s ease}.station-gate small{display:block;margin-top:6px;color:var(--muted)}
@keyframes pulse{50%{opacity:.35}}@keyframes rise{from{opacity:0;transform:translateY(18px)}}
@media(max-width:760px){.hero{min-height:870px;padding:20px 22px 0}.live{display:none}.hero-copy{margin-top:55px;max-width:100%}.hero-copy h1{font-size:58px}.intro{width:auto}.primary-btn{margin-top:18px}.hero-art{top:470px;width:100%;height:400px}.hero-art>img{width:92%;right:-4%}.hero-art:before{width:280px;height:280px}.hero-name{left:20px;bottom:18px}.hero-name strong{font-size:34px}.hero-stat{right:18px;bottom:18px;top:auto;width:auto;height:auto;border:0;border-radius:0;background:none;backdrop-filter:none}.hero-stat span{font-size:48px}.hero-stat small{font-size:9px}main section{padding:65px 22px}.section-heading{align-items:start}.section-heading>div p{display:none}.signup-form{grid-template-columns:1fr;gap:26px}.signup-form>*{grid-column:1!important}.matches{grid-template-columns:1fr}.teams{gap:8px}.station-intro{display:block}.station-intro span{display:block;margin-top:14px}.station-plan{grid-template-columns:1fr}.station-card,.station-gate{border-left:0;border-top:1px solid var(--ink)}.address-ready{position:static;text-align:left;margin:-8px 0 16px}.station-meta{gap:18px;flex-wrap:wrap}.station-gate{grid-template-columns:70px 1fr;gap:16px}.gate-count b{font-size:44px}footer p{display:none}}
@media(max-width:760px){.matches-section .section-heading.light{display:block}.match-heading{margin-top:24px;justify-content:space-between;gap:12px}.match-summary strong{font-size:56px}.match-summary span{font-size:10px}.matches-section .waiting-list{grid-template-columns:1fr 1fr}.matches-section .waiting-list .player{min-height:125px;border-bottom:1px solid #d2cec7}.matches-section .teams{grid-template-columns:1fr;padding:18px}.matches-section .team{padding:0}.matches-section .team:first-child{border-right:0;margin-bottom:26px}}
/* 2026-08-25 lobby controls and Juggernaut talent panel */
.hero-name{width:min(430px,62%);letter-spacing:0}
.hero-name small{margin-bottom:7px;color:#f1d7d9;letter-spacing:.18em}
.hero-name strong{font:700 28px/1.2 "Noto Sans SC";letter-spacing:.04em}
.hero-name span{display:block;margin-top:9px;max-width:390px;font:400 11px/1.65 "Noto Sans SC";color:rgba(250,249,246,.78);letter-spacing:.03em}
.match-title{display:flex;align-items:center;gap:18px}
.match-title h2{margin:0}
.add-lobby-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #9b2c35;background:transparent;color:#9b2c35;font:700 12px "Noto Sans SC";cursor:pointer;transition:.2s}
.add-lobby-btn span{font:500 20px/1 "Barlow Condensed"}
.add-lobby-btn:hover{background:#9b2c35;color:#fff;transform:translateY(-1px)}
.add-lobby-btn:disabled{border-color:#bcb6ae;color:#aaa49d;cursor:not-allowed;transform:none;background:transparent}
.matches-section .lobby-empty{border-style:solid;background:rgba(255,255,255,.5)}
.matches-section .lobby-empty .lobby-head{background:#47433f}
.empty-lobby{min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#918b84}
.empty-lobby b{font:700 20px "Barlow Condensed";letter-spacing:.18em;color:#9b2c35}
.empty-lobby span{margin-top:6px;font-size:11px}
@media(max-width:760px){
  .hero-name{width:62%}
  .hero-name strong{font-size:20px}
  .hero-name span{font-size:9px;line-height:1.55}
  .match-title{display:block}
  .add-lobby-btn{margin-top:12px;padding:8px 11px}
}
.leave-match-btn{border:1px solid rgba(255,255,255,.8);background:#faf8f3;color:#9b2c35;padding:8px 12px;font:700 11px "Noto Sans SC";cursor:pointer}.leave-match-btn:hover{background:#74212a;color:#fff}.reforming .lobby-head{background:#344b63!important}.leave-dialog-backdrop{position:fixed;inset:0;z-index:80;display:none;place-items:center;padding:20px;background:rgba(21,19,17,.68)}.leave-dialog-backdrop.open{display:grid}.leave-dialog{width:min(500px,100%);padding:30px;background:#f8f5ef;border-top:7px solid var(--red);box-shadow:0 30px 90px rgba(0,0,0,.45);color:var(--ink)}.leave-dialog>span{font:700 12px "Barlow Condensed";letter-spacing:.18em;color:var(--red)}.leave-dialog h2{margin:10px 0;font-size:30px}.leave-dialog p{color:var(--muted);line-height:1.7}.leave-dialog-note{margin:18px 0;padding:16px 18px;background:#e8e3da;line-height:1.6}.leave-dialog-note b{display:block;margin-bottom:6px}.leave-dialog-actions{display:grid;grid-template-columns:1fr 1.45fr;gap:10px}.leave-dialog-actions button{padding:14px;border:1px solid var(--red);font-weight:700;cursor:pointer}.leave-dialog-actions button:first-child{background:transparent;color:var(--red)}.leave-dialog-actions button:last-child{background:var(--red);color:#fff}.leave-dialog>small{display:block;margin-top:13px;text-align:center}.leave-dialog-actions button:disabled{opacity:.5;cursor:wait}@media(max-width:760px){.leave-match-btn{padding:7px 9px;font-size:10px}.leave-dialog{padding:24px 20px}.leave-dialog h2{font-size:27px}.leave-dialog-actions{grid-template-columns:1fr}.leave-dialog-actions button:last-child{grid-row:1}}
.matches-section .teams{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.matches-section .team{min-width:0}.matches-section .team-title{height:64px;gap:8px;min-width:0;align-items:center}.matches-section .team-title b{max-width:86px;white-space:normal;text-align:center;line-height:1.3}.matches-section .team .player{height:108px;min-width:0;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.matches-section .team .player strong{display:flex;align-items:center;min-width:0;gap:6px}.matches-section .player-name{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.matches-section .team .player strong i{flex:0 0 auto;margin-left:0}.matches-section .player-meta{display:-webkit-box;min-height:38px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:19px}.matches-section .player-place{display:block;height:19px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
@media(max-width:760px){.matches-section .team-title{height:auto;min-height:54px}.matches-section .team .player{height:auto;min-height:90px}.matches-section .player-meta{min-height:0}}
.lobby-actions{display:flex;align-items:center;gap:10px}
.join-lobby-btn{border:1px solid rgba(255,255,255,.72);background:#faf8f3;color:#9b2c35;padding:8px 14px;font:700 11px "Noto Sans SC";cursor:pointer;transition:.2s ease}
.join-lobby-btn:hover{background:#74212a;color:#fff;border-color:#fff;transform:translateY(-1px)}
.join-lobby-btn.joined,.join-lobby-btn:disabled{background:rgba(255,255,255,.12);color:rgba(255,255,255,.72);border-color:rgba(255,255,255,.25);cursor:default;transform:none}
@media(max-width:760px){.lobby-actions{gap:6px}.join-lobby-btn{padding:7px 9px;font-size:10px}}

/* Mobile portrait — compact editorial match card */
@media(max-width:760px){
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  .grain{opacity:.07}
  .hero{width:100%;min-height:760px;padding:18px 18px 0;border-bottom-width:4px}
  nav{padding-bottom:14px}.brand{gap:9px;font-size:12px}.brand-mark{width:32px;height:32px;font-size:13px}
  .hero-copy{margin-top:38px;max-width:100%}.eyebrow{font-size:10px;letter-spacing:.2em}
  .hero-copy h1{max-width:340px;margin:12px 0 14px;font-size:48px;line-height:.9;letter-spacing:-.055em}
  .intro{max-width:280px;font-size:12px;line-height:1.6}.primary-btn{width:100%;max-width:210px;justify-content:space-between;margin-top:16px;padding:14px 16px;font-size:13px}
  .hero-art{left:18px;right:18px;top:382px;width:auto;height:378px;border-radius:2px 2px 0 0}
  .hero-art:before{width:250px;height:250px;right:-64px;top:-60px}.hero-art>img{width:102%;height:92%;right:-10%;bottom:-1%;object-position:center bottom}
  .hero-name{left:16px;bottom:15px;width:64%;padding-right:4px}.hero-name small{margin-bottom:4px;font-size:8px}.hero-name strong{font-size:17px;line-height:1.15}.hero-name span{margin-top:5px;font-size:8px;line-height:1.45}
  .hero-stat{right:14px;bottom:15px}.hero-stat span{font-size:42px}.hero-stat small{margin-top:6px;font-size:8px}
  main section{width:100%;padding:54px 18px}.section-heading{display:block;margin-bottom:32px;padding-bottom:16px}.section-heading>div{gap:10px}.section-heading .num{font-size:27px}.section-heading h2{margin-top:18px;font-size:38px;line-height:1}
  .signup-form{display:block}.signup-form>label,.signup-form>fieldset{display:block;margin:0 0 26px}.signup-form>label>span,legend{margin-bottom:7px;font-size:12px}input,select{min-height:45px;font-size:15px}
  .positions,.voice-options{gap:7px}.positions span,.voice-options span{padding:10px 12px;font-size:12px}.submit-btn{width:100%;margin-top:8px;padding:17px 18px}.form-note{margin-top:10px;text-align:left;line-height:1.5}
  .matches-section{padding-top:52px}.matches-section .section-heading.light{display:block}.match-heading{display:block;margin-top:18px}.match-title{display:flex;align-items:center;justify-content:space-between}.match-title h2{margin:0;font-size:40px}.add-lobby-btn{margin:0;padding:8px 10px;font-size:10px}
  .match-summary{justify-content:flex-start;margin-top:16px;text-align:left}.match-summary strong{font-size:50px}.match-summary span{font-size:10px}
  .matches{display:block}.matches-section .lobby{margin-bottom:16px;box-shadow:0 10px 28px rgba(45,39,35,.08)}.matches-section .lobby-head{padding:17px 15px}.matches-section .lobby-head h3{font-size:21px}.lobby-actions{gap:5px}.join-lobby-btn{padding:7px 9px}.matches-section .badge{padding:6px 7px;font-size:9px}
  .matches-section .waiting-list{grid-template-columns:1fr}.matches-section .waiting-list .player{min-height:auto;padding:14px 15px;border-right:0}.matches-section .waiting-list .player strong{font-size:14px}.empty-lobby{min-height:92px}
  .stations-section .section-heading h2{font-size:36px}.station-intro p{font-size:15px}.station-plan{margin-bottom:14px}.station-game{padding:18px}.station-game strong{font-size:28px}.station-card,.station-gate{padding:18px}.station-meta{gap:15px}.station-meta b{font-size:19px}
  footer{padding:20px 18px}
}
.offline-profile{display:grid;grid-template-columns:1.4fr 1fr;gap:28px 44px;margin-top:48px;padding:34px;border:1px solid var(--ink);background:rgba(255,255,255,.38)}
.offline-profile-head{grid-column:1/-1;display:grid;grid-template-columns:180px 1fr 1fr;align-items:end;gap:20px;padding-bottom:22px;border-bottom:1px solid var(--line)}
.offline-profile-head>span{font:700 12px "Barlow Condensed";letter-spacing:.2em;color:var(--red)}.offline-profile-head h3{margin:0;font:800 30px "Barlow Condensed","Noto Sans SC"}.offline-profile-head p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
.offline-profile .address-field,.offline-profile .travel-field{grid-column:auto!important}.offline-profile fieldset{margin:0}.offline-save-btn{grid-column:1/-1;border:0;background:#344b63;color:#fff;padding:17px 20px;display:flex;justify-content:space-between;font:700 14px "Noto Sans SC";cursor:pointer}.offline-save-btn b{font:700 13px "Barlow Condensed";letter-spacing:.16em}
@media(max-width:760px){.offline-profile{display:block;margin-top:30px;padding:20px 16px}.offline-profile-head{display:block;padding-bottom:17px}.offline-profile-head h3{margin:7px 0;font-size:25px}.offline-profile .address-field,.offline-profile .travel-field{display:block;margin:22px 0}.offline-save-btn{width:100%}}
.stations-section .station-choice-intro{margin:52px 0 28px;clear:both}.stations-section .station-choice-intro p{margin:0}.stations-section .station-choice-intro b{display:inline-block;margin-bottom:8px;font-size:28px}

/* Keep native choice controls accessible without inheriting full-width fields.
   Oversized invisible inputs otherwise scroll the mobile viewport on focus. */
.positions label,.voice-options label{position:relative;min-width:0}
.positions input,.voice-options input{position:absolute;left:0;top:0;width:1px;height:1px;min-width:0;min-height:0;margin:0;padding:0;border:0;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;opacity:0}
.positions input:focus-visible+span,.voice-options input:focus-visible+span{outline:2px solid var(--ink);outline-offset:3px}
fieldset,.signup-form>*,.offline-profile>*{min-width:0}
@media(max-width:760px){
  input,select,textarea{font-size:16px}
  .hero{min-height:0}
  .hero-art{position:relative;left:auto;right:auto;top:auto;width:100%;height:378px;margin-top:32px}
  .submit-btn,.offline-save-btn{flex-wrap:wrap;gap:10px;text-align:left}
  .lobby-head,.lobby-actions{flex-wrap:wrap;gap:10px}
  .station-choice-intro>*{min-width:0;overflow-wrap:anywhere}
}
