:root{--ink:#183052;--muted:#62718a;--paper:#f2f5fc;--line:#d5dfed;--blue:#254ddd;--purple:var(--blue);--yellow:#ffdc62;--coral:#ff987f;--mint:#a8e4ca;--white:#fff;--display:"Bricolage Grotesque", sans-serif;--body:"DM Sans", sans-serif}*{box-sizing:border-box}html{scrollbar-gutter:stable}@supports not (scrollbar-gutter:stable){html{overflow-y:scroll}}body{background:var(--paper);color:var(--ink);font:16px var(--body);-webkit-font-smoothing:antialiased;margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{touch-action:manipulation}button{cursor:pointer;border:1.5px solid var(--ink);color:var(--ink);background:#fff;border-radius:10px;padding:12px 18px;font-weight:700;transition:transform .12s,box-shadow .12s,background .12s}button:hover:not(:disabled){background:#edf2ff}button:active:not(:disabled){transform:translateY(2px)}button:disabled{opacity:.5;cursor:not-allowed}a{color:inherit}h1,h2,h3,.brand{font-family:var(--display);font-weight:800}h1{letter-spacing:-.045em;font-size:clamp(36px,4.5vw,68px);line-height:1.03}h2{letter-spacing:-.035em;font-size:28px}h3{letter-spacing:-.025em;font-size:22px}p{line-height:1.6}input,textarea,select{min-width:0}::selection{background:var(--yellow);color:var(--ink)}:focus-visible{outline-offset:4px;outline:3px solid #ea652e}.shell{max-width:1500px;margin:auto;padding:0 40px 35px}header{justify-content:space-between;align-items:center;gap:20px;height:98px;display:flex}.brand{letter-spacing:-1.4px;align-items:center;gap:12px;font-size:29px;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{border:9px solid var(--blue);border-right-color:var(--coral);border-bottom-color:var(--yellow);border-radius:50%;width:31px;height:31px;display:block;transform:rotate(-25deg)}.row{align-items:center;gap:12px;display:flex}.primary,.button.primary{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 4px #1935a0}.primary:hover:not(:disabled){background:#1d42cf}.primary:active:not(:disabled){transform:translateY(3px);box-shadow:0 1px #1935a0}.button{border:1.5px solid var(--ink);border-radius:10px;padding:13px 20px;font-weight:700;text-decoration:none;display:inline-block}.quiet-link{text-underline-offset:5px;font-weight:700;text-decoration:underline;text-decoration-thickness:2px}.text-button{box-shadow:none;background:0 0;border:0;padding:8px 0;font-size:14px}.text-button:hover:not(:disabled){color:var(--blue);background:0 0}.muted{color:var(--muted);font-size:14px;line-height:1.5}.pill{border:1px solid var(--line);color:var(--ink);background:#f3f6fc;border-radius:7px;align-items:center;padding:7px 11px;font-size:13px;font-weight:650;display:inline-flex}.field{flex-direction:column;gap:10px;margin:22px 0;font-size:14px;font-weight:700;display:flex}.field input,.field textarea,.field select{border:1.5px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:9px;padding:14px;font-weight:400}.field input:hover,.field textarea:hover,.field select:hover{border-color:#9aacca}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--blue)}.field textarea{resize:vertical;line-height:1.45}.section-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.notice{z-index:3;color:#913f2b;overflow-wrap:anywhere;background:#fff0e9;border:1px solid #f1baa7;border-radius:10px;margin:8px 0 18px;padding:14px 18px;position:relative}.toast{z-index:20;background:var(--ink);color:#fff;border-radius:10px;padding:14px 24px;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 5px #0e1c34}.connection{background:var(--yellow);border-radius:8px;padding:12px 18px;font-weight:600}.home-hero{background:var(--blue);color:#fff;border-radius:28px;grid-template-columns:1fr 350px;align-items:center;gap:60px;min-height:425px;margin:15px 0 45px;padding:62px 60px;display:grid;position:relative;overflow:hidden}.home-hero>div:not(.game-pieces),.home-hero>form{z-index:1;position:relative}.home-hero h1{letter-spacing:-.065em;max-width:520px;margin:0 0 40px;font-size:clamp(76px,9vw,132px);line-height:.9}.home-hero .row{flex-wrap:wrap;gap:16px}.home-hero .primary{background:var(--yellow);color:var(--ink);border-color:var(--yellow);box-shadow:0 4px #c59924}.home-hero .primary:hover{background:#ffe68c}.home-hero .row>button:not(.primary){color:#fff;background:0 0;border-color:#ffffff80}.home-hero .row>button:not(.primary):hover{background:#ffffff15}.game-pieces{pointer-events:none;position:absolute;inset:0;overflow:hidden}.piece{display:block;position:absolute}.piece-ring{border:28px solid #819bff;border-radius:50%;width:125px;height:125px;top:-37px;left:43%}.piece-star{background:var(--coral);clip-path:polygon(50% 0,61% 30%,85% 15%,70% 40%,100% 50%,70% 60%,85% 85%,60% 70%,50% 100%,40% 70%,15% 85%,30% 60%,0 50%,30% 40%,15% 15%,40% 30%);width:80px;height:80px;bottom:34px;left:45%;transform:rotate(15deg)}.piece-square{background:var(--mint);border-radius:10px;width:45px;height:45px;bottom:-16px;left:33%;transform:rotate(-20deg)}.join-card{color:var(--ink);background:#fff;border-radius:17px;padding:28px;position:relative;transform:rotate(1.5deg);box-shadow:6px 7px #112d9b}.join-card:before,.join-card:after{content:"";background:var(--blue);border-radius:50%;width:18px;height:18px;position:absolute;top:74px}.join-card:before{left:-9px}.join-card:after{right:-9px}.join-card h2{border-bottom:2px dashed var(--line);margin:0 0 32px;padding-bottom:25px;font-size:28px}.join-card .field{margin:0 0 18px}.field .code-input{font-family:var(--display);letter-spacing:6px;text-align:center;background:var(--paper);border-color:#0000;padding:12px;font-size:36px;font-weight:700}.code-input::placeholder{color:#9aabc1}.join-card .primary{background:var(--ink);color:#fff;border-color:var(--ink);width:100%;box-shadow:0 3px #08182e}.join-card .primary:hover{background:#29446b}.join-card .muted{text-align:center;margin:20px 0 0;font-size:12px}.decks-section,.rooms-section{padding:0 4px 30px}.deck-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;display:grid}.deck-card{border:1.5px solid var(--ink);text-align:left;box-shadow:0 4px 0 var(--ink);background:#fff;border-radius:15px;padding:0;overflow:hidden}.deck-card:hover:not(:disabled){box-shadow:0 7px 0 var(--ink);transform:translateY(-3px)}.deck-cover{flex-direction:column;justify-content:space-between;height:195px;padding:25px;display:flex;position:relative}.deck-cover strong{font-family:var(--display);letter-spacing:-.03em;font-size:29px;font-weight:800;position:relative}.deck-art{grid-template-columns:repeat(2,20px);gap:5px;display:grid;transform:rotate(-8deg)}.deck-art i{opacity:.5;background:currentColor;border-radius:4px;width:20px;height:20px}.deck-art i:first-child{border-radius:50%}.deck-art i:nth-child(2){clip-path:polygon(50% 0,100% 100%,0 100%)}.deck-info{justify-content:space-between;gap:12px;padding:19px 22px;font-size:13px;font-weight:500;display:flex}.empty-decks{border-top:1.5px solid var(--line);padding:14px 0}.empty-decks h3{margin-bottom:0}.empty-decks p{color:var(--muted);font-size:14px}.room-row{border-bottom:1px solid var(--line);align-items:center;gap:24px;padding:18px 0;text-decoration:none;display:flex}.room-row strong{flex:1}.room-row>span:last-child{font-size:14px;font-weight:650}.editor-heading{align-items:center;gap:18px;padding:8px 0 25px;display:flex}.deck-title{font-family:var(--display);letter-spacing:-.03em;min-width:0;color:var(--ink);background:0 0;border:0;flex:1;padding:8px;font-size:30px;font-weight:700}.save-state{color:var(--muted);margin-right:8px;font-size:13px}.workspace{grid-template-columns:240px minmax(0,1fr);gap:30px;display:grid}.slide-list{scrollbar-gutter:stable;padding:12px 0}.aside-title{color:var(--muted);justify-content:space-between;padding:0 8px 18px;font-size:12px;display:flex}.slide{text-align:left;background:0 0;border:1.5px solid #0000;border-radius:10px;align-items:center;gap:12px;width:100%;min-height:78px;margin:8px 0;padding:14px 10px;display:flex}.slide.active{border-color:var(--blue);background:#fff;box-shadow:3px 3px #bac9fd}.slide:hover:not(:disabled){background:#fff}.slide small{color:var(--muted);margin-bottom:4px;font-size:11px;font-weight:500;display:block}.slide strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;line-height:1.3;display:-webkit-box;overflow:hidden}.slide-number{background:var(--blue);color:#fff;width:32px;height:39px;font-family:var(--display);border-radius:5px;flex-shrink:0;place-items:center;font-weight:800;display:grid}.slide-number.content-number{background:var(--yellow);color:var(--ink)}.add-buttons{gap:8px;padding:15px 0;display:flex}.add-buttons button{padding:10px 12px;font-size:12px}.edit-panel{border:1px solid var(--line);background:#fff;border-radius:17px;margin-bottom:40px;padding:28px 36px}.stage-top{color:var(--muted);justify-content:space-between;align-items:center;gap:20px;font-size:14px;display:flex}.stage-top .row{gap:7px}.stage-top button{border-color:var(--line);padding:9px 12px;font-size:12px}.icon-button{background:0 0;padding:8px 11px;line-height:1}.danger-text{color:#b34738}.field .prompt-input{font-family:var(--display);letter-spacing:-.025em;padding:18px;font-size:31px;font-weight:600;line-height:1.15}.settings{gap:20px}.settings .field{width:50%;margin-top:0}.image-editor{margin:15px 0 25px}.upload-button{min-height:105px;color:var(--blue);background:#f6f8fd;border:1.5px dashed #b9c7df;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:18px;font-size:15px;font-weight:650;display:flex;position:relative;overflow:hidden}.upload-button input{opacity:0;cursor:pointer;width:100%;position:absolute;inset:0}.upload-button:focus-within{outline-offset:3px;outline:3px solid #ea652e}.upload-button small{color:var(--muted);font-size:12px;font-weight:400}.question-image{object-fit:contain;border-radius:10px;width:auto;max-width:100%;max-height:330px;margin:24px auto;display:block}.image-editor .question-image{max-height:180px}.answer-editor{gap:12px;display:grid}.choice-edit{border:1px solid #18305218;border-radius:10px;align-items:center;gap:12px;padding:12px 15px;display:flex}.choice-edit>input{width:100%;min-width:0;color:inherit;background:0 0;border:0;padding:12px 0}.correct-radio{white-space:nowrap;align-items:center;gap:4px;font-size:12px;display:flex}.correct-radio input{accent-color:var(--blue);width:18px;height:18px}.a0{--choice-color:#ffdc62;background:var(--choice-color);color:#493711}.a1{--choice-color:#a8e4ca;background:var(--choice-color);color:#174832}.a2{--choice-color:#a5c9fa;background:var(--choice-color);color:#1d416e}.a3{--choice-color:#ffa58d;background:var(--choice-color);color:#673226}.a4{--choice-color:#d9baf7;background:var(--choice-color);color:#513377}.a5{--choice-color:#f5bcd9;background:var(--choice-color);color:#672449}.letter{background:var(--ink);color:#fff;width:32px;height:32px;font-family:var(--display);border-radius:50%;flex-shrink:0;place-items:center;font-size:16px;font-weight:800;display:grid;position:relative}.a1 .letter{border-radius:6px}.a2 .letter{border-radius:8px 8px 50% 50%}.a3 .letter{border-radius:50% 50% 6px 6px}.stage{border:1.5px solid var(--ink);background:#fff;border-radius:20px;min-height:510px;padding:38px 44px;position:relative}.stage h1{overflow-wrap:anywhere;margin:30px 0}.answers{grid-template-columns:1fr 1fr;gap:18px;margin:32px 0;display:grid}.answer{border:1.5px solid var(--ink);min-height:105px;box-shadow:0 5px 0 var(--ink);text-align:left;font-family:var(--display);overflow-wrap:anywhere;border-radius:12px;align-items:center;gap:16px;padding:25px;font-size:24px;font-weight:700;line-height:1.15;display:flex;position:relative}.answer:hover:not(:disabled){background:var(--choice-color);filter:brightness(1.035);box-shadow:0 7px 0 var(--ink);transform:translateY(-2px)}.answer:active:not(:disabled){box-shadow:0 1px 0 var(--ink);transform:translateY(4px)}.answer:disabled{opacity:1;cursor:default}.answer.selected{outline:3px solid var(--blue);outline-offset:5px;box-shadow:0 1px 0 var(--ink);transform:translateY(4px)}.correct-badge{font-family:var(--body);white-space:nowrap;background:#ffffffb5;border-radius:5px;margin-left:auto;padding:7px 9px;font-size:11px;font-weight:700;line-height:1.2}.content-body{white-space:pre-wrap;max-width:58ch;margin:30px 0;font-size:clamp(21px,2.3vw,30px);line-height:1.65}.live-shell{background:var(--blue);color:#fff;max-width:1440px;min-height:100vh;padding:0 40px 36px}.live-shell header{height:88px}.live-shell .brand-mark{border-color:#fff;border-right-color:var(--coral);border-bottom-color:var(--yellow)}.live-shell header button{color:#fff;background:0 0;border-color:#ffffff60;padding:10px 13px;font-size:12px}.live-shell header button:hover{background:#ffffff18}.live-shell header .pill{color:#fff;background:0 0;border-color:#fff5}.live-heading{color:#e3eaff;justify-content:space-between;align-items:center;gap:20px;padding:12px 0 22px;font-size:14px;display:flex}.live-heading>span:first-child{font-weight:600}.live-shell .stage{color:var(--ink);border:0;box-shadow:0 7px #1536aa}.live-stage{animation:.22s ease-out slide-in}.live-stage h1{max-width:1080px;font-size:clamp(35px,4.5vw,66px)}.hosting .live-stage h1{font-size:clamp(40px,5vw,74px)}.timer{background:var(--yellow);width:76px;height:76px;color:var(--ink);font-family:var(--display);border:2px solid var(--ink);box-shadow:3px 3px 0 var(--ink);font-variant-numeric:tabular-nums;border-radius:50%;flex-shrink:0;justify-content:center;align-items:baseline;gap:3px;padding-top:18px;font-size:37px;font-weight:800;line-height:1;display:flex}.timer small{font:11px var(--body);font-weight:700}.timer.urgent{background:var(--coral)}.timer-track{background:#e8edf6;border-radius:10px;height:7px;margin:22px 0 28px;overflow:hidden}.timer-track>div{background:var(--blue);height:100%;transition:width .2s linear}.question-footer{color:var(--muted);justify-content:space-between;align-items:center;gap:20px;min-height:38px;margin-top:25px;font-size:14px;display:flex}.question-footer button{font-size:13px}.participation-track{background:#eaf2ed;border-radius:5px;height:5px;margin-top:38px;overflow:hidden}.participation-track>div{background:#247952;height:100%;transition:width .25s}.lobby-stage{color:var(--ink);background:#fff;border-radius:20px;grid-template-columns:1fr .8fr;min-height:560px;display:grid;overflow:hidden;box-shadow:0 7px #1536aa}.lobby-invite{background:var(--yellow);padding:40px;position:relative}.lobby-invite .pill{background:0 0;border:0;padding:0;font-size:14px}.lobby-invite h1{margin:20px 0;font-size:clamp(34px,3.5vw,50px)}.room-code{font-family:var(--display);letter-spacing:-.035em;font-variant-numeric:tabular-nums;white-space:nowrap;margin:36px 0;font-size:clamp(64px,7vw,105px);font-weight:800;line-height:1}.join-links{align-items:center;gap:25px;display:flex}.join-links img{background:#fff;border:10px solid #fff;border-radius:12px;width:155px;height:155px;box-shadow:3px 3px #c2a035}.join-address{overflow-wrap:anywhere;max-width:220px;font-size:13px;font-weight:500}.join-links button{background:0 0;font-size:13px}.lobby-people{flex-direction:column;padding:34px;display:flex}.lobby-people h2{font-size:30px}.player-cloud{flex-wrap:wrap;align-content:flex-start;gap:12px;padding:15px 0 35px;display:flex}.player-chip{border-radius:12px;align-items:center;gap:10px;padding:8px 14px 8px 8px;font-size:14px;font-weight:600;animation:.25s cubic-bezier(.2,.9,.3,1.3) player-in;display:flex}.player-chip>span{width:31px;height:31px;font-family:var(--display);background:#ffffff90;border:1px solid;border-radius:50%;place-items:center;font-weight:800;display:grid}.start-button{width:100%;font-family:var(--display);margin-top:auto;padding:18px;font-size:24px}.room-footer{justify-content:space-between;align-items:center;gap:20px;padding:24px 0 0;display:flex}.room-footer .text-button{color:#edf1ff}.room-footer .text-button:hover{color:#fff;text-decoration:underline}.center-card{max-width:540px;color:var(--ink);background:#fff;border-radius:20px;margin:60px auto;padding:38px;box-shadow:0 7px #1536aa}.center-card h1{font-size:48px}.center-card .primary{width:100%;margin-top:12px}.live-shell .center-card .pill{background:var(--yellow);border:0}.waiting{text-align:center;color:var(--muted);margin:32px 0 0}.advance-row{border-top:1px solid var(--line);justify-content:flex-end;margin-top:30px;padding-top:25px;display:flex}.advance-row .primary{min-width:170px;font-size:16px}.phase-content{background:#fff7dd!important}.phase-content h1{max-width:15ch}.phase-content .pill{background:var(--yellow);border:0}.result-options{gap:14px;margin:32px 0;display:grid}.result-option{border:1.5px solid #0000;border-radius:11px;align-items:center;gap:16px;min-height:75px;padding:17px 20px;display:flex;position:relative;overflow:hidden}.result-option>:not(.result-fill){z-index:1;position:relative}.result-option strong{font-family:var(--display);overflow-wrap:anywhere;flex:1;font-size:23px;font-weight:700;line-height:1.2}.result-option.is-correct{border-color:var(--ink);box-shadow:0 3px 0 var(--ink)}.result-fill{opacity:.15;transform-origin:0;background:currentColor;animation:.65s cubic-bezier(.2,.8,.2,1) both bar-in;position:absolute;inset:0 auto 0 0}.result-count{min-width:85px;font-family:var(--display);justify-content:flex-end;align-items:baseline;gap:12px;font-size:27px;font-weight:800;display:flex}.result-count small{font-family:var(--body);font-size:13px;font-weight:500}.answer-verdict{background:var(--paper);border-radius:12px;align-items:center;gap:16px;margin:24px 0 30px;padding:22px;display:flex;position:relative}.verdict-correct{background:var(--mint)}.verdict-symbol{font-size:32px;line-height:1}.answer-verdict strong{font-family:var(--display);letter-spacing:-.03em;font-size:32px;position:relative}.answer-verdict>span:last-child{font-family:var(--display);margin-left:auto;font-size:36px;font-weight:800;position:relative}.leaderboard{text-align:left;max-width:720px;margin:35px auto}.leaderboard.compact{border-top:1px solid var(--line);max-width:none;padding-top:12px}.leaderboard h2{font-size:25px}.leader-row{border-bottom:1px solid var(--line);align-items:center;gap:16px;padding:16px 12px;display:flex}.leader-row strong{overflow-wrap:anywhere;flex:1}.leader-row small{color:var(--muted);font-size:12px}.rank{background:var(--paper);width:28px;height:28px;font-family:var(--display);border-radius:7px;place-items:center;font-weight:800;display:grid}.your-score{background:#edf2ff;border-radius:8px}.final-stage{text-align:center;overflow:hidden}.final-stage>h1{margin-top:20px;font-size:clamp(50px,6vw,82px)}.final-stage>.button{margin:15px;position:relative}.finish-medal{background:var(--yellow);color:var(--ink);border:2px solid var(--ink);width:80px;height:80px;box-shadow:3px 3px 0 var(--ink);border-radius:50%;place-items:center;margin-top:12px;font-size:44px;display:inline-grid;transform:rotate(-9deg)}.podium{justify-content:center;align-items:flex-end;gap:12px;max-width:620px;margin:40px auto 0;display:flex}.podium-place{flex-direction:column;align-items:center;gap:9px;width:31%;min-width:0;max-width:180px;display:flex}.podium-avatar{background:var(--yellow);width:52px;height:52px;font:800 26px var(--display);border:1.5px solid var(--ink);box-shadow:2px 2px 0 var(--ink);border-radius:50%;place-items:center;display:grid}.podium-place>strong{font-family:var(--display);overflow-wrap:anywhere;max-width:100%;font-size:24px}.podium-place>span:not(.podium-avatar){color:var(--muted);font-size:13px}.podium-block{width:100%;height:85px;font:800 45px var(--display);border:1.5px solid var(--ink);background:#aac6ff;border-bottom:0;border-radius:12px 12px 0 0;place-items:center;margin-top:9px;display:grid}.place-1{order:2}.place-2{order:1}.place-3{order:3}.place-1 .podium-block{background:var(--yellow);height:135px}.place-2 .podium-block{background:var(--mint);height:100px}.place-3 .podium-block{background:var(--coral)}.confetti{pointer-events:none;border-radius:inherit;position:absolute;inset:0;overflow:hidden}.confetti i{width:8px;height:15px;left:var(--x);background:var(--blue);animation:1.3s cubic-bezier(.1,.5,.5,1) both confetti-drop;animation-delay:calc(var(--i) * 28ms);position:absolute;top:-20px}.confetti i:nth-child(3n){background:var(--coral)}.confetti i:nth-child(3n+1){background:var(--yellow);border-radius:50%;height:8px}.confetti i:nth-child(3n+2){background:#309a70}@keyframes confetti-drop{0%{opacity:0;transform:translateY(0)rotate(0)}15%{opacity:1}to{transform:translateY(400px) rotate(var(--turn));opacity:0}}@keyframes player-in{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes slide-in{0%{opacity:.5;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes bar-in{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (min-width:1440px){body:has(.live-shell){background:var(--blue)}}@media (max-width:1100px){.shell{padding-left:26px;padding-right:26px}.home-hero{grid-template-columns:1fr 310px;gap:28px;padding:45px 35px}.home-hero h1{font-size:95px}.piece-ring{left:38%}.piece-star{width:60px;height:60px;bottom:30px;left:40%}.workspace{grid-template-columns:205px minmax(0,1fr);gap:20px}.edit-panel{padding:24px}.deck-cover strong{font-size:25px}.lobby-invite,.lobby-people{padding:28px}.stage{padding:30px}.answer{padding:22px;font-size:21px}.room-code{font-size:75px}.join-links{gap:18px}.join-links img{width:130px;height:130px}}@media (max-width:760px){.shell{padding:0 16px 25px}header{gap:12px;height:80px}.brand{gap:8px;font-size:24px}.brand-mark{border-width:7px;width:25px;height:25px}header .row{gap:8px}header .row button{padding:10px;font-size:12px}.home-hero{border-radius:20px;grid-template-columns:1fr;gap:45px;margin:12px 0 35px;padding:38px 26px 32px}.home-hero h1{margin-bottom:28px;font-size:87px}.home-hero .row{gap:12px}.home-hero .row button{padding:12px;font-size:13px}.join-card{width:100%;max-width:450px;padding:25px;transform:none}.piece-ring{border-width:22px;width:100px;height:100px;top:-25px;left:auto;right:-30px}.piece-star{width:47px;height:47px;inset:155px 20px auto auto}.piece-square{display:none}.deck-grid{grid-template-columns:1fr;gap:25px}.deck-cover{height:180px}.deck-cover strong{font-size:28px}.decks-section,.rooms-section{padding:0 0 25px}.section-heading h2{font-size:25px}.room-row{flex-wrap:wrap;gap:10px}.room-row>span:last-child{font-size:12px}.workspace{grid-template-columns:1fr;gap:15px}.slide-list{max-height:225px;padding:0 0 8px;overflow:auto}.slide{min-height:56px;margin:3px 0;padding:10px}.slide-list .aside-title{padding-bottom:10px}.slide-list .add-buttons{background:var(--paper);padding:10px 0 0;position:sticky;bottom:0}.slide strong{-webkit-line-clamp:1}.slide-number{width:28px;height:33px}.editor-heading{flex-wrap:wrap;gap:8px;padding:8px 0 18px}.editor-heading .deck-title{flex-basis:100%;order:3;font-size:27px}.editor-heading>button:last-child{margin-left:auto}.save-state{display:none}.edit-panel{border-radius:13px;padding:20px 18px}.stage-top{gap:10px}.stage-top .row{gap:4px}.stage-top button{padding:8px;font-size:11px}.field .prompt-input{font-size:26px}.settings{gap:12px}.settings .field{font-size:12px}.settings select{padding:12px 8px}.choice-edit{gap:8px;padding:10px}.correct-radio span{display:none}.choice-edit>.letter{width:25px;height:25px;font-size:13px}.stage{min-height:0;padding:24px 20px}.stage h1{font-size:34px}.answers{grid-template-columns:1fr;gap:15px;margin:28px 0}.answer{gap:13px;min-height:80px;padding:19px 18px;font-size:22px}.answer .letter{width:29px;height:29px;font-size:15px}.correct-badge{padding:6px;font-size:10px}.content-body{font-size:21px}.live-shell{max-width:none;padding:0 16px 25px}.live-shell header{flex-wrap:wrap;row-gap:5px;height:auto;min-height:80px;padding:15px 0}.live-shell header .brand{font-size:22px}.live-shell header .row{gap:6px}.live-shell header button{padding:8px;font-size:11px}.live-shell header .pill{padding:6px;font-size:11px}.live-heading{padding:16px 0;font-size:12px}.live-stage h1,.hosting .live-stage h1{font-size:35px}.timer{width:62px;height:62px;box-shadow:2px 2px 0 var(--ink);padding-top:14px;font-size:31px}.timer-track{margin:20px 0 25px}.lobby-stage{grid-template-columns:1fr;min-height:0}.lobby-invite,.lobby-people{padding:26px}.lobby-invite h1{font-size:34px}.room-code{letter-spacing:-.06em;margin:28px 0;font-size:76px}.join-links{gap:18px}.join-links img{width:125px;height:125px}.join-address{font-size:11px}.join-links button{padding:10px;font-size:12px}.lobby-people{min-height:245px}.lobby-people h2{font-size:27px}.start-button{font-size:22px}.player-cloud{gap:9px;padding-top:8px}.player-chip{font-size:13px}.center-card{margin:35px auto;padding:28px}.center-card h1{font-size:41px}.result-option{gap:10px;min-height:70px;padding:15px 12px}.result-option strong{font-size:20px}.result-count{flex-direction:column;align-items:flex-end;gap:3px;min-width:43px;font-size:24px}.result-count small{font-size:11px}.result-option .letter{width:25px;height:25px;font-size:13px}.result-option .correct-badge{padding:5px;font-size:9px}.answer-verdict{gap:10px;padding:18px 15px}.answer-verdict strong{font-size:28px}.answer-verdict>span:last-child{font-size:29px}.verdict-symbol{font-size:27px}.question-footer{flex-wrap:wrap;gap:10px;font-size:13px}.question-image{max-height:260px}.advance-row .primary{width:100%}.leader-row{gap:12px;padding:14px 7px}.leader-row strong{font-size:14px}.final-stage>h1{font-size:54px}.podium{gap:8px}.podium-place>strong{font-size:19px}.podium-place>span:not(.podium-avatar){font-size:11px}.podium-avatar{width:42px;height:42px;font-size:21px}.podium-block{font-size:35px}.place-1 .podium-block{height:110px}.place-2 .podium-block{height:85px}.place-3 .podium-block{height:65px}}@media (max-width:390px){.home-hero h1{font-size:74px}.home-hero .row{flex-direction:column;align-items:stretch}.live-shell header .brand{font-size:20px}.live-shell header .brand-mark{border-width:6px;width:22px;height:22px}.live-shell header .row{gap:4px}.live-shell header button{padding:7px;font-size:10px}.room-code{font-size:64px}.answer-verdict strong{font-size:24px}.answer-verdict>span:last-child{font-size:26px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.confetti{display:none}}
