@font-face{font-family:TekkitDisplay;src:url('./assets/fonts/bricolage-800.woff') format('woff');font-style:normal;font-weight:800;font-display:swap}
:root{color-scheme:light;--bg:#e5edf6;--panel:#fffdfa;--panel2:#d7e2ef;--ink:#1c293a;--muted:#526075;--line:#bccadb;--accent:#294f9d;--secondary:#ffc397;--danger:#ffc097;--safe:#bfdfe9;--primary:#1c293a;--body:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--display:TekkitDisplay,var(--body)}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html,body{margin:0;width:100%;height:100%;overscroll-behavior:none}
body{background:var(--bg);color:var(--ink);font-family:var(--body);font-size:1rem;line-height:1.45;overflow:hidden}
button,input{font:inherit}
button{border:0;cursor:pointer;touch-action:manipulation;color:inherit}
button:disabled{cursor:not-allowed;opacity:.4}
button,button *{-webkit-user-select:none;user-select:none}
input{user-select:text}
button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #ad4d23;outline-offset:3px}
svg{width:24px;height:24px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:none}
button svg{width:22px;height:22px}
.app-shell{width:100%;max-width:490px;height:100dvh;max-height:1000px;margin:auto;position:relative;display:flex;flex-direction:column;padding:0 22px max(16px,env(safe-area-inset-bottom));background:var(--bg);isolation:isolate;overflow:hidden}
.topbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;flex:none;margin:0 -22px;padding:max(10px,env(safe-area-inset-top)) 22px 9px;background:transparent;color:var(--ink)}
.topbar-start{display:flex;align-items:center;gap:6px;min-width:0}
.game-name{font-family:var(--display);font-size:1.65rem;font-weight:800;letter-spacing:-.055em;line-height:1;transform:rotate(-3deg)}
.studio-credit{display:block;width:96px;max-width:100%;height:auto;flex:none}
.studio-logo-link{display:inline-flex;align-items:center;min-height:44px;border-radius:6px;flex:none}
.studio-logo-link:hover{opacity:.8}
.toolbar{display:flex;align-items:center;gap:6px;flex:none}
.icon-button{width:42px;height:42px;flex:none;display:inline-flex;align-items:center;justify-content:center;background:var(--panel);border:1px solid var(--line);border-radius:50%;transition:background .15s,transform .15s}
.icon-button:hover{background:var(--panel2)}
.icon-button:active{transform:scale(.94)}
.topbar .icon-button{width:40px;height:40px;border-color:var(--line);background:transparent;color:var(--ink)}
.topbar .icon-button:hover{background:var(--panel2)}
.topbar .icon-button:focus-visible{outline-color:#ad4d23}
.view{display:flex;flex-direction:column;flex:1;min-height:0;padding-top:18px;animation:enter .2s ease-out;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--line) transparent}
.view:focus{outline:none}
.eyebrow{font-size:.875rem;font-weight:750;letter-spacing:.045em;color:var(--muted);margin:0 0 10px}
.button{min-height:58px;border-radius:19px 19px 19px 7px;background:var(--primary);color:#fffdfa;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:13px 16px;font-family:var(--display);font-weight:800;font-size:1.25rem;line-height:1.2;border:2px solid var(--ink);position:relative;transition:transform .12s,background .12s}
.button:hover{background:#314258}
.button:active{transform:translateY(2px)}
.button .end-icon{position:absolute;right:20px}
.button.secondary{background:var(--panel);color:var(--ink)}
.button.secondary:hover{background:#f1f5fa}
.button.accuse{background:var(--secondary);color:var(--ink);border-color:var(--secondary);border-radius:19px 7px 19px 19px}
.button.accuse:hover{background:#ffd0af;border-color:#ffd0af}
.button.compact{min-height:48px;font-size:1.0625rem;padding:12px}
.text-button{background:none;color:var(--ink);padding:14px 9px 8px;font-size:1rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:7px;text-decoration:underline;text-underline-offset:4px;text-decoration-color:#8796aa}
.text-button:hover{text-decoration-color:var(--ink)}
.text-button svg{width:18px;height:18px}
.studio-link{display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;width:100%;margin-top:12px;padding:11px 6px 4px;border-top:1px solid var(--line);color:var(--accent);font-size:1rem;font-weight:700;line-height:1.25;text-align:center;text-decoration:none}
.studio-link:hover{color:var(--ink);background:#fffdfa55}
.studio-link>span{min-width:0;overflow-wrap:anywhere}
.studio-link strong{display:block;margin-top:3px;font-size:.875rem;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.studio-link svg{width:18px;height:18px}
.footer-note{font-size:.875rem;color:var(--muted);margin-top:10px;flex:none;text-align:center}
.heading{font-family:var(--display);font-weight:800;font-size:clamp(2rem,8vw,2.625rem);line-height:1.02;letter-spacing:-.045em;margin:0}
.heading em{font-style:normal;color:var(--accent)}
.subtext{font-size:1.0625rem;color:var(--muted);margin:10px 0 0;line-height:1.4}
.section-top{flex:none;margin-bottom:17px}
.home{padding-top:0;text-align:center}
.home-intro{flex:1 0 auto;min-height:285px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:26px 3px 25px}
.home .eyebrow{margin:0 0 25px;font-size:.875rem;letter-spacing:.015em}
.home-title{font-family:var(--display);font-size:clamp(4.8rem,22vw,6.6rem);font-weight:800;letter-spacing:-.065em;line-height:1.05;margin:0;max-width:100%;position:relative;transform:rotate(-4deg);overflow-wrap:anywhere}
.title-accent{color:#a44a22;padding-left:3px}
.home-tagline{font-family:var(--display);font-size:clamp(1.4rem,6.5vw,1.8rem);font-weight:800;line-height:1.2;max-width:100%;background:var(--ink);color:var(--panel);border-radius:14px 18px 16px 5px;padding:7px 15px 9px;margin:19px 0 0;transform:rotate(2deg)}
.home-aside{font-family:var(--display);font-size:1rem;line-height:1.2;background:var(--secondary);color:var(--ink);padding:9px 12px;border-radius:7px 12px 7px 12px;align-self:flex-end;margin:17px 4px 0;transform:rotate(3deg)}
.home-copy{font-size:1.1875rem;line-height:1.45;color:var(--muted);margin:26px 6px 0}
.home-copy strong{color:var(--ink);font-weight:750}
.home-bottom{flex:none;text-align:center;padding-top:6px}
.home .button{background:var(--secondary);border-color:var(--secondary);color:var(--ink);font-size:1.375rem;box-shadow:0 4px 0 #d5a684}
.home .button:hover{background:#ffd0af;border-color:#ffd0af}
.facts{display:flex;align-items:center;justify-content:center;gap:18px;color:var(--muted);font-size:.9375rem;margin:0 0 16px}
.facts span{display:inline-flex;gap:6px;align-items:center;white-space:nowrap}
.facts svg{width:17px;height:17px}
.players-counter{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:14px;margin-bottom:10px}
.players-counter strong{font-size:1rem;font-weight:750}
.counter-controls{display:flex;align-items:center;gap:15px}
.counter-controls .icon-button{width:38px;height:38px}
.counter-number{font-family:var(--display);font-size:1.5rem;font-weight:800;font-variant-numeric:tabular-nums;min-width:22px;text-align:center;color:var(--accent)}
.player-list{display:flex;flex-direction:column;gap:9px;overflow-y:auto;min-height:65px;flex:1;padding:4px 4px 12px 0;scrollbar-width:thin;scrollbar-color:var(--line) transparent}
.player-input-row{display:flex;gap:12px;align-items:center;background:var(--panel);border:1px solid var(--line);border-radius:15px 15px 15px 5px;padding:9px 12px;min-height:60px;flex:none}
.avatar{display:inline-flex;align-items:center;justify-content:center;flex:none;width:38px;height:38px;border-radius:13px 13px 13px 5px;color:var(--ink);background:var(--av,var(--secondary));font-family:var(--display);font-weight:800;font-size:1.125rem;line-height:1}
.avatar.small{width:31px;height:31px;border-radius:10px 10px 10px 4px;font-size:.9375rem}
.avatar.large{width:78px;height:78px;border-radius:25px 25px 25px 8px;font-size:2.25rem}
.player-input-row input{background:transparent;border:0;border-radius:4px;color:var(--ink);width:100%;min-width:0;font-size:1.125rem;font-weight:700;padding:7px 3px;outline-offset:2px}
.player-input-row input::placeholder{color:var(--muted);font-weight:400}
.player-order{font-size:.8125rem;color:var(--muted);font-variant-numeric:tabular-nums}
.setup-bottom{padding-top:12px;flex:none}
.inline-error{color:#a33322;font-size:.9375rem;margin:0 0 12px}
.inline-error:empty{display:none}
.progress-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px;flex:none;margin-bottom:12px;font-size:.875rem;color:var(--muted)}
.progress-row strong{color:var(--ink)}
.live-count{display:flex;align-items:center;gap:5px;background:none;padding:4px 0;font-size:.9375rem;color:var(--muted);border-radius:5px}
.live-count:hover{color:var(--ink)}
.live-count svg{width:17px;height:17px}
.round-pill{color:var(--ink);background:#ffffff88;padding:4px 8px;border-radius:7px;font-size:.8125rem;font-weight:800;letter-spacing:.025em;white-space:nowrap}
.game-view{text-align:center;gap:0}
.matchup{display:grid;grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr);gap:9px;align-items:center;margin:0 0 16px;flex:none;text-align:left}
.matchup-player{align-self:stretch;min-width:0;border-bottom:3px solid #7595cd;padding:3px 2px 10px;display:flex;flex-direction:column;justify-content:center;gap:4px}
.matchup-player.receiver{border-color:#d3855b}
.matchup-role{font-size:.875rem;font-weight:700;color:var(--muted);line-height:1.2}
.matchup-name{font-family:var(--display);font-size:clamp(1.625rem,6.8vw,2rem);font-weight:800;letter-spacing:-.035em;line-height:1.1;overflow-wrap:anywhere;color:var(--accent)}
.receiver .matchup-name{color:#984821}
.matchup-arrow{display:flex;justify-content:center;color:var(--muted)}
.matchup-arrow svg{width:20px;height:20px}
.game-card{flex:1 0 auto;min-height:130px;border-radius:26px 26px 26px 9px;border:1px solid #c6d0db;background:var(--panel);padding:26px 23px;display:flex;flex-direction:column;align-items:center;justify-content:center;justify-content:safe center;position:relative;isolation:isolate;overflow:hidden;overflow:clip;scrollbar-width:none;box-shadow:0 4px 0 #cbd6e3}
.game-view,.winner-view{overflow-x:hidden;scrollbar-width:none}
.game-card::-webkit-scrollbar,.game-view::-webkit-scrollbar,.winner-main::-webkit-scrollbar,.winner-view::-webkit-scrollbar{display:none;width:0;height:0}
.corner-mark{position:absolute;left:17px;top:11px;font-family:var(--display);font-size:.8125rem;font-weight:800;color:var(--muted)}
.corner-mark.bottom{left:auto;top:auto;right:16px;bottom:3px;font-size:3rem;line-height:1;color:#1c293a0e;transform:rotate(12deg);z-index:-1}
.card-icon{margin:0 0 15px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;color:var(--ink);background:var(--secondary);border-radius:20px 20px 20px 6px;transform:rotate(-6deg);flex:none}
.card-icon svg{width:34px;height:34px;stroke-width:1.8}
.card-title{font-family:var(--display);font-size:clamp(2.125rem,9vw,2.9rem);font-weight:800;line-height:1.02;letter-spacing:-.045em;margin:0 0 14px;max-width:100%;overflow-wrap:anywhere;position:relative;z-index:1}
.card-copy{font-size:1.125rem;line-height:1.4;color:var(--muted);max-width:min(300px,100%);overflow-wrap:anywhere;margin:0;position:relative;z-index:1}
.card-copy strong{color:var(--ink);font-weight:750}
.ready-card{align-items:flex-start;text-align:left;padding-left:25px}
.ready-card .card-title{transform:rotate(-2deg);transform-origin:left center}
.game-actions{flex:none;display:flex;flex-direction:column;gap:11px;padding-top:19px}
.whisper{margin:0;font-size:.9375rem;line-height:1.35;color:var(--muted);text-align:center;overflow-wrap:anywhere}
.whisper svg{width:14px;height:14px;vertical-align:-2px;margin-right:3px}
.roster-strip{display:flex;justify-content:center;gap:5px;padding-top:15px;flex:none}
.roster-dot{height:24px;min-width:0;flex:0 1 25px;font-size:.8125rem;display:flex;align-items:center;justify-content:center;border:1px solid #adbbce;border-radius:50%;padding:1px;color:var(--muted);background:#fffdfa99}
.roster-dot.current{border-color:var(--accent);background:var(--accent);color:#fff;font-weight:750}
.roster-dot.out{color:#718097;background:transparent;border-style:dashed;text-decoration:line-through}
.secret-card{color:var(--ink);border-color:#92b5c4;background:var(--safe);box-shadow:0 4px 0 #99bac6}
.secret-card.trapped{background:var(--danger);border-color:#dda47e;box-shadow:0 4px 0 #d9a27e}
.secret-card .card-icon{background:#ffffff70;color:var(--ink);width:60px;height:60px}
.secret-card .card-icon svg{width:36px;height:36px;stroke-width:2}
.secret-card .card-copy,.secret-card .card-copy strong{color:var(--ink)}
.secret-label{font-size:.875rem;font-weight:700;margin:0 0 8px}
.secret-card .card-title{font-size:clamp(2.4rem,10.6vw,3.4rem)}
.offer-card{border-color:var(--ink);background:var(--ink);color:#fffdfa;box-shadow:0 4px 0 #9aaac1}
.offer-card::after{content:'?';font-family:var(--display);font-size:17rem;line-height:1;color:#ffffff05;position:absolute;right:-9px;bottom:-38px;z-index:-1;transform:rotate(15deg);pointer-events:none}
.offer-card .corner-mark{color:#becce0}
.offer-card .corner-mark.bottom{display:none}
.offer-title{font-family:var(--display);font-size:clamp(2.55rem,10.4vw,3.25rem);line-height:1.04;letter-spacing:-.05em;margin:0 0 20px;max-width:100%;overflow-wrap:anywhere;transform:rotate(-3deg);font-weight:800}
.offer-title span{color:var(--secondary)}
.offer-card .card-copy{color:#e0e8f4;font-size:1.0625rem}
.offer-holder{font-size:1rem;line-height:1.3;font-weight:700;color:var(--secondary);margin-top:12px;max-width:100%;overflow-wrap:anywhere}
.verdict-card{background:var(--secondary);color:var(--ink);border-color:#dba580;box-shadow:0 4px 0 #d7a785}
.verdict-card.wrong{background:#f3d28e;border-color:#d9b972;box-shadow:0 4px 0 #d3b879}
.verdict-card .card-icon{background:#ffffff60;color:var(--ink);width:48px;height:48px;margin-bottom:10px;border-radius:15px 15px 15px 5px}
.verdict-card .card-title{font-size:clamp(2rem,8.5vw,2.75rem);transform:rotate(-3deg);margin-bottom:15px}
.verdict-person{padding:7px 15px;margin:0 0 8px;background:var(--ink);color:#fffdfa;border-radius:12px 12px 12px 4px;font-family:var(--display);font-size:clamp(1.7rem,7vw,2.1rem);font-weight:800;max-width:100%;overflow-wrap:anywhere;line-height:1.12;letter-spacing:-.025em}
.verdict-out{font-size:.875rem;font-weight:750;margin:0 0 17px}
.proof{font-size:1rem;border-top:1px dashed #8f614b88;padding-top:13px;line-height:1.4;width:100%;max-width:305px;margin:0}
.winner-view{text-align:center;padding-top:22px}
.winner-heading{font-family:var(--display);font-size:clamp(2.125rem,8.8vw,2.75rem);font-weight:800;line-height:1.05;letter-spacing:-.055em;color:var(--ink);margin:0 0 19px;transform:rotate(-3deg)}
.winner-heading span{color:#a44a22}
.winner-main{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 0 auto;min-height:190px;padding:25px 15px;overflow:hidden;overflow:clip;scrollbar-width:none;border-radius:28px 28px 28px 9px;background:var(--ink);color:#fffdfa}
.winner-main .avatar{width:85px;height:85px;font-size:2.75rem;border-radius:24px 24px 24px 8px;background:var(--secondary);margin:0 0 14px;position:relative;z-index:1;transform:rotate(7deg)}
.winner-label{font-size:.9375rem;color:#c6d3e5;margin:0 0 4px;position:relative;z-index:1}
.winner-name{font-size:clamp(2rem,8.4vw,2.7rem);font-family:var(--display);font-weight:800;line-height:1.12;letter-spacing:-.035em;color:var(--secondary);margin:0 0 10px;overflow-wrap:anywhere;max-width:100%;position:relative;z-index:1}
.winner-subtitle{font-size:1rem;color:#c6d3e5;margin:0;position:relative;z-index:1}
.winner-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;flex:none;margin:17px 0}
.stat-box{border-bottom:1px solid var(--line);padding:0 5px 11px}
.stat-box strong{font-family:var(--display);font-size:1.7rem;line-height:1.1;display:block;color:var(--accent);font-weight:800}
.stat-box span{font-size:.875rem;color:var(--muted)}
.confetti{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.confetti i{position:absolute;width:8px;height:15px;background:#bdd6f7;left:var(--left);top:-22px;animation:fall var(--duration) var(--delay) linear infinite;border-radius:2px}
.confetti i:nth-child(3n){background:var(--secondary);height:9px;width:9px;border-radius:50%}
.confetti i:nth-child(3n + 1){background:#fffdfa}
dialog{background:var(--panel);color:var(--ink);border:1px solid var(--line);border-radius:26px 26px 26px 9px;width:calc(100% - 28px);max-width:440px;max-height:calc(100dvh - 32px);padding:23px;overflow-y:auto;box-shadow:0 18px 80px #13203940;animation:enter .18s ease-out;scrollbar-width:thin;scrollbar-color:var(--line) transparent}
dialog::backdrop{background:#192739ba;backdrop-filter:blur(6px)}
.modal-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:22px}
.modal-head h2{font-size:1.75rem;line-height:1.06;font-family:var(--display);font-weight:800;letter-spacing:-.04em;margin:0}
.modal-head .icon-button{flex:none;width:38px;height:38px}
.rules-steps{display:flex;flex-direction:column;gap:19px;margin:0 0 20px}
.rule-step{display:flex;gap:12px;align-items:flex-start}
.rule-number{flex:none;width:29px;height:29px;border-radius:9px 9px 9px 3px;display:flex;align-items:center;justify-content:center;background:var(--secondary);color:var(--ink);font-family:var(--display);font-weight:800;font-size:1rem;transform:rotate(-5deg)}
.rule-step h3{font-family:var(--display);font-size:1.1875rem;line-height:1.2;margin:2px 0 5px;font-weight:800}
.rule-step p{font-size:1rem;color:var(--muted);line-height:1.45;margin:0}
.rule-step strong{color:var(--ink)}
.rules-table{width:100%;table-layout:fixed;border-spacing:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;font-size:.9375rem;line-height:1.4;margin:16px 0}
.rules-table th,.rules-table td{padding:12px 7px;text-align:left;vertical-align:middle}
.rules-table thead{background:var(--panel2)}
.rules-table tbody th,.rules-table tbody td{border-top:1px solid var(--line)}
.rules-table .trap-label{color:#963d1e}
.rules-table .safe-label{color:var(--accent)}
.rule-note{font-size:.9375rem;color:var(--muted);margin:16px 0 23px;line-height:1.5}
.modal-actions{display:flex;flex-direction:column;gap:12px;margin-top:23px}
.modal-copy{font-size:1.0625rem;color:var(--muted);line-height:1.5;margin:0}
.modal-copy strong{color:var(--ink)}
.accusation-names{display:flex;align-items:center;justify-content:center;gap:24px;margin:16px 0 23px}
.accusation-person{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:44%;font-family:var(--display);font-size:1.5rem;font-weight:800;overflow-wrap:anywhere;text-align:center;line-height:1.15}
.accusation-person.holder{color:var(--accent)}
.accusation-person.receiver{color:#984821}
.standing-heading{font-size:.875rem;font-weight:750;display:flex;justify-content:space-between;align-items:center;color:var(--muted);margin:24px 0 12px}
.standing-heading span{color:var(--accent);font-size:1.125rem;font-weight:800}
.standings{display:flex;flex-direction:column;gap:9px}
.standing-row{display:flex;align-items:center;gap:10px;padding:9px 11px;border-radius:12px 12px 12px 4px;background:#e5edf680;border:1px solid var(--line)}
.standing-name{font-size:1.125rem;font-weight:800;color:var(--ink);overflow-wrap:anywhere;flex:1;min-width:0}
.standing-status{font-size:.875rem;color:var(--accent);flex:none}
.standing-row.out .standing-name{color:var(--muted);text-decoration:line-through}
.standing-row.out .avatar{filter:saturate(.4);opacity:.7}
.standing-row.out .standing-status{color:var(--muted)}
.toast{position:fixed;bottom:max(20px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);width:max-content;max-width:calc(100% - 40px);border:1px solid #65738b;border-radius:13px;background:var(--ink);color:#fffdfa;padding:11px 18px;font-size:.9375rem;text-align:center;z-index:10;box-shadow:0 8px 30px #17223833}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@keyframes enter{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
@keyframes fall{from{transform:translateY(-20px) rotate(0deg);opacity:0}10%{opacity:.75}to{transform:translateY(360px) rotate(320deg);opacity:0}}
@media(min-width:700px){
 body{display:flex;align-items:center;justify-content:center;background:#d0ddea}
 .app-shell{height:calc(100dvh - 40px);max-height:900px;max-width:480px;border-radius:30px;border:1px solid #adbed2;box-shadow:0 25px 70px #34486724}
}
@media(max-height:760px){
 .app-shell{padding-bottom:max(12px,env(safe-area-inset-bottom))}
 .view{padding-top:14px}.home{padding-top:0}.home-intro{padding-top:18px;padding-bottom:20px;min-height:245px}
 .home .eyebrow{margin-bottom:19px}.home-title{font-size:clamp(4.6rem,22vw,6rem)}.home-copy{margin-top:22px}
 .button{min-height:55px}.section-top{margin-bottom:14px}.game-card{padding:24px 20px}
 .card-icon{width:50px;height:50px;margin-bottom:12px}.card-icon svg{width:29px;height:29px}
 .secret-card .card-icon{width:48px;height:48px}.secret-card .card-icon svg{width:29px;height:29px}
 .game-actions{padding-top:16px;gap:10px}.matchup{margin-bottom:13px}.roster-strip{padding-top:12px}
 .winner-main .avatar{width:70px;height:70px;font-size:2.3rem}.winner-stats{margin:14px 0}
}
@media(max-height:660px){
 .app-shell{padding-bottom:max(9px,env(safe-area-inset-bottom))}.topbar{padding-top:max(6px,env(safe-area-inset-top));padding-bottom:6px}
 .game-name{font-size:1.5rem}.view{padding-top:10px}.home{padding-top:0}
 .home-intro{padding:13px 2px 15px;min-height:225px}.home .eyebrow{margin-bottom:10px;font-size:.8125rem}
 .home-title{font-size:clamp(4.5rem,21vw,5.6rem)}.home-tagline{margin-top:14px}.home-aside{display:none}.home-copy{font-size:1.0625rem;margin-top:15px}
 .facts{margin-bottom:12px;font-size:.875rem}.home .text-button{padding-top:12px}.home .button{font-size:1.25rem}
 .heading{font-size:2rem}.subtext{font-size:1rem;margin-top:7px}.section-top{margin-bottom:11px}
 .players-counter{padding-top:10px;margin-bottom:8px}.player-input-row{min-height:53px;padding:6px 10px}.player-list{gap:7px}.setup-bottom{padding-top:10px}
 .progress-row{margin-bottom:8px}.live-count{font-size:.875rem}.matchup{margin-bottom:11px;gap:7px}.matchup-player{padding-bottom:7px;gap:3px}.matchup-name{font-size:clamp(1.5rem,6.4vw,1.75rem)}
 .game-card{min-height:110px;padding:22px 17px}.card-icon{display:none}.secret-card .card-icon{display:none}
 .card-title{font-size:2.05rem;margin-bottom:10px}.card-copy{font-size:1rem}.secret-label{margin-bottom:6px}.secret-card .card-title{font-size:2.5rem}
 .game-actions{padding-top:13px;gap:9px}.button{min-height:52px;font-size:1.125rem;padding:12px 13px}.whisper{font-size:.875rem}
 .roster-strip{padding-top:10px;gap:4px}.roster-dot{height:21px;flex-basis:22px;font-size:.75rem}
 .offer-title{font-size:2.2rem;margin-bottom:7px}.offer-card .card-copy{font-size:1rem}.offer-holder{font-size:.9375rem;margin-top:6px}
 .verdict-card .card-title{font-size:2rem;margin-bottom:10px}.verdict-person{font-size:1.6rem;padding:6px 12px}.verdict-out{margin-bottom:10px}.proof{padding-top:10px;font-size:.9375rem}
 .winner-heading{font-size:2.1rem;margin-bottom:13px}.winner-main{min-height:150px;padding:15px 10px}.winner-main .avatar{width:55px;height:55px;font-size:1.8rem;margin-bottom:9px;border-radius:16px 16px 16px 5px}
 .winner-name{font-size:1.85rem;margin-bottom:7px}.winner-subtitle{font-size:1rem}.winner-stats{margin:12px 0}.stat-box{padding-bottom:8px}.stat-box strong{font-size:1.5rem}
}
@media(max-width:359px){
 .app-shell{padding-left:16px;padding-right:16px}.topbar{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}
 .facts{gap:10px}.home-title{font-size:4.5rem}.home-tagline{padding-left:12px;padding-right:12px}.home-aside{margin-right:2px}
 .matchup{grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr);gap:6px}.matchup-name{font-size:1.5rem}.game-card{padding-left:15px;padding-right:15px}
 .round-pill{padding-left:6px;padding-right:6px;letter-spacing:0}.winner-heading{font-size:2rem}
}
@media(max-height:510px){
 .app-shell{max-height:none}.topbar{padding-top:5px;padding-bottom:5px}.game-name{font-size:1.3rem}.studio-credit{width:88px}
 .home-intro{min-height:145px;padding:14px 2px}.home .eyebrow,.home-aside{display:none}.home-title{font-size:3.6rem}.home-tagline{font-size:1.375rem;margin-top:12px;padding:5px 12px 7px}.home-copy{font-size:1rem;margin:14px 0 0}.home-copy br{display:none}.home-copy strong{margin-left:5px}
 .home-bottom{margin-top:auto}.roster-strip{display:none}.game-card{flex:none;min-height:160px}.matchup-player{padding-bottom:6px}.matchup-name{font-size:1.4375rem}.game-actions{padding-bottom:8px}
 .winner-main{flex:none;min-height:135px}.winner-main .avatar{display:none}.winner-stats{margin:10px 0}
}
:fullscreen .app-shell{max-height:none;border:0;border-radius:0;padding-right:max(22px,env(safe-area-inset-right));padding-left:max(22px,env(safe-area-inset-left))}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.confetti{display:none}}
