:root{font-family:PingFang SC,Microsoft YaHei,Noto Sans CJK SC,sans-serif;color:#15395d;background:#78c8f1;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{min-width:320px;background:#78c8f1}body{min-width:320px;min-height:100dvh;margin:0}button,a{-webkit-tap-highlight-color:transparent}.playground{position:relative;height:100dvh;min-height:0;overflow:hidden;padding:5px 20px;background:radial-gradient(circle at 14% 12%,rgb(255 255 255 / .78) 0 3%,transparent 3.2%),radial-gradient(circle at 84% 17%,rgb(255 255 255 / .55) 0 5%,transparent 5.2%),linear-gradient(180deg,#7bcaf2,#c9edfa 54%,#dff5d3)}.playground:after{position:absolute;right:-6%;bottom:-110px;left:-6%;height:200px;border-radius:50% 50% 0 0;background:#8fd35e;content:""}.sky-decor{position:absolute;z-index:0;border-radius:999px;background:#ffffffd1;filter:blur(1px)}.sky-decor:before,.sky-decor:after{position:absolute;border-radius:inherit;background:inherit;content:""}.sky-decor-one{top:115px;left:-24px;width:138px;height:42px}.sky-decor-one:before{top:-27px;left:25px;width:68px;height:68px}.sky-decor-one:after{top:-13px;left:77px;width:57px;height:57px}.sky-decor-two{top:245px;right:-22px;width:150px;height:38px;opacity:.7}.sky-decor-two:before{top:-30px;left:38px;width:75px;height:75px}.sky-decor-two:after{top:-15px;left:91px;width:55px;height:55px}.app-shell{position:relative;z-index:1;width:min(1180px,100%);margin:0 auto}.brand-stage{position:relative;display:grid;grid-template-columns:1fr 340px 1fr;align-items:center;min-height:200px;padding:6px 34px 4px}.brand-copy{align-self:center;width:100%}h1{margin:0;color:#fffaf0;font-size:clamp(42px,5vw,66px);font-weight:950;letter-spacing:-.075em;line-height:.95;text-shadow:0 4px 0 #e95727,0 8px 18px rgb(26 86 128 / .18)}.brand-logo-title{width:min(360px,100%);line-height:0;letter-spacing:normal;text-shadow:none}.brand-logo{display:block;width:100%;height:auto;filter:drop-shadow(0 10px 12px rgb(25 91 132 / .13))}.mascot-stage{position:relative;align-self:end;height:200px}.mascot-halo{position:absolute;top:24px;left:50%;width:250px;height:190px;transform:translate(-50%);border-radius:50%;background:#ffef7c94;filter:blur(3px)}.mascot{position:absolute;z-index:1;top:0;left:50%;width:275px;height:292px;transform:translate(-50%);object-fit:contain;object-position:center 19%;filter:drop-shadow(0 18px 15px rgb(32 93 116 / .25));animation:mascot-float 4s ease-in-out infinite}.teacher-note{justify-self:end;width:min(280px,100%);padding:14px 17px;border:2px solid rgb(255 255 255 / .8);border-radius:18px;background:#ffffffd1;box-shadow:0 8px 20px #1c5b811f}.teacher-note span{display:block;margin-bottom:3px;color:#16864b;font-size:14px;font-weight:900}.teacher-note p{margin:0;color:#375c73;font-size:14px;font-weight:650;line-height:1.55}.chat-card{position:relative;height:clamp(500px,calc(100dvh - 220px),650px);min-height:500px;overflow:hidden;border:6px solid rgb(255 255 255 / .8);border-radius:30px;background:#f7f9fc;box-shadow:0 24px 55px #145a8333,inset 0 1px #fff}.field-line{position:absolute;z-index:3;top:-4px;left:50%;width:100px;height:42px;transform:translate(-50%);border:4px solid rgb(255 255 255 / .76);border-top:0;border-radius:0 0 50px 50px;pointer-events:none}.field-line i{position:absolute;bottom:-2px;left:50%;width:34px;height:18px;transform:translate(-50%);border:3px solid rgb(255 255 255 / .7);border-bottom:0;border-radius:30px 30px 0 0}.chat-frame{width:100%;height:100%;border:0;opacity:0;transition:opacity .38s ease}.chat-frame.is-ready{opacity:1}.chat-loading{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#f7f9fc;color:#235578}.chat-loading strong{font-size:19px}.chat-loading span{color:#657b8b;font-size:14px}.loading-ball{width:46px;height:46px;border:6px solid #fff;border-radius:50%;background:radial-gradient(circle at 50% 20%,#1f2d3a 0 17%,transparent 18%),radial-gradient(circle at 20% 68%,#1f2d3a 0 15%,transparent 16%),radial-gradient(circle at 80% 68%,#1f2d3a 0 15%,transparent 16%),#fff;box-shadow:0 7px 12px #23557829;animation:ball-bounce 1.1s ease-in-out infinite}footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 7px 0;color:#315b70;font-size:13px;font-weight:650}footer p{margin:0}footer a{flex:0 0 auto;color:#176fb4;font-weight:800;text-underline-offset:3px}footer a:focus-visible{border-radius:4px;outline:3px solid #ffbd2e;outline-offset:4px}@keyframes mascot-float{0%,to{transform:translate(-50%) translateY(0) rotate(-1deg)}50%{transform:translate(-50%) translateY(-6px) rotate(1deg)}}@keyframes ball-bounce{0%,to{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-9px) rotate(8deg)}}@media (max-width: 800px){.playground{height:auto;min-height:100dvh;padding:12px 10px 22px}.brand-stage{grid-template-columns:1fr 215px;min-height:210px;padding:2px 14px 0}.brand-copy{position:relative;z-index:2}h1{font-size:clamp(37px,11vw,52px)}.mascot-stage{height:210px}.mascot-halo{top:27px;width:188px;height:150px}.mascot{top:0;width:215px;height:242px}.teacher-note{display:none}.chat-card{height:560px;min-height:560px;border-width:4px;border-radius:23px}footer{display:block;padding:12px 4px 0;line-height:1.5;text-align:center}footer a{display:inline-block;margin-top:7px}}@media (max-width: 420px){.brand-stage{grid-template-columns:1fr 198px;min-height:200px;padding-right:4px;padding-left:8px}h1{font-size:39px}.mascot-stage{height:200px}.mascot{width:198px;height:228px}}@media (max-height: 800px) and (min-width: 801px){footer{display:none}}@media (prefers-reduced-motion: reduce){.mascot,.loading-ball{animation:none}.chat-frame{transition:none}}[hidden]{display:none!important}button,select,input{font:inherit}button{border:0}.match-nav{position:absolute;z-index:5;top:9px;right:14px;left:14px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.match-nav>*{pointer-events:auto}.team-picker-wrap{display:flex;align-items:stretch;gap:8px;filter:drop-shadow(0 8px 12px rgb(28 91 129 / .14))}.team-picker{position:relative;display:grid;grid-template-columns:25px auto;grid-template-rows:17px 23px;column-gap:8px;align-items:center;min-width:205px;padding:7px 32px 7px 12px;border:2px solid rgb(255 255 255 / .9);border-radius:18px;background:#ffffffe6;box-shadow:inset 0 1px #fff}.team-picker:after{position:absolute;right:12px;bottom:13px;width:8px;height:8px;transform:rotate(45deg);border-right:2px solid #2b688e;border-bottom:2px solid #2b688e;content:"";pointer-events:none}.team-picker svg{grid-row:1 / 3;width:24px;color:#1d8c56;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.picker-label{color:#668095;font-size:11px;font-weight:750}.team-picker select{width:100%;padding:0;border:0;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:#184d70;font-size:15px;font-weight:900;cursor:pointer}.team-picker:focus-within{outline:4px solid rgb(255 189 46 / .7);outline-offset:3px}.current-score{display:flex;align-items:baseline;justify-content:center;min-width:63px;padding:7px 10px;border:2px solid rgb(255 255 255 / .9);border-radius:18px 18px 9px;background:#ffd95c;color:#6a4800}.current-score strong{font-size:25px;font-variant-numeric:tabular-nums;line-height:1;animation:score-pop .24s ease-out}.current-score span{margin-left:2px;font-size:11px;font-weight:900}.icon-button{position:relative;display:grid;width:58px;height:58px;place-items:center;border:3px solid rgb(255 255 255 / .9);border-radius:50%;color:#fff;box-shadow:0 8px #1f526f24,0 12px 22px #1f526f29;cursor:pointer;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}.icon-button svg,.modal-close svg{width:27px;height:27px;stroke:currentColor;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}.icon-button:hover:not(:disabled){transform:translateY(-3px) rotate(-3deg);filter:brightness(1.04) saturate(1.05);box-shadow:0 11px #1f526f1f,0 16px 26px #1f526f33}.icon-button:active:not(:disabled){transform:translateY(3px) scale(.97);box-shadow:0 3px #1f526f24,0 7px 14px #1f526f29}.icon-button:focus-visible,.modal-close:focus-visible,.text-button:focus-visible,.team-form input:focus-visible{outline:4px solid #ffbd2e;outline-offset:4px}.icon-button:disabled{opacity:.43;cursor:not-allowed;filter:grayscale(.25)}.icon-button:after{position:absolute;top:50%;left:calc(100% + 10px);padding:5px 8px;transform:translateY(-50%) translate(-4px);border-radius:8px;background:#173e59;color:#fff;content:attr(data-label);font-size:12px;font-weight:750;line-height:1;opacity:0;pointer-events:none;white-space:nowrap;transition:opacity .16s ease,transform .16s ease}.icon-button:hover:after,.icon-button:focus-visible:after{transform:translateY(-50%) translate(0);opacity:1}.tone-yellow{background:#f6bd2f;color:#6c4800}.tone-blue{background:#318ed7}.tone-green{background:#35a867}.tone-orange{background:#ed8b3f}.tone-red{background:#dc655e}.tool-rail{position:fixed;z-index:6;top:57%;display:flex;flex-direction:column;gap:16px;transform:translateY(-50%)}.tool-rail-left{left:max(14px,calc(50% - 680px))}.tool-rail-right{right:max(14px,calc(50% - 680px))}.tool-rail-right .icon-button:after{right:calc(100% + 10px);left:auto}.modal-backdrop{position:fixed;z-index:20;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;background:#12384e6b;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:fade-in .18s ease-out}.modal-card{position:relative;width:min(410px,100%);padding:30px 28px 27px;border:4px solid #fff;border-radius:28px 28px 16px;background:#fffaf0;box-shadow:0 28px 70px #10415e47,inset 0 0 0 2px #ffe59a;animation:modal-in .26s cubic-bezier(.2,.9,.25,1.2)}.modal-card h2{margin:0 42px 22px 0;color:#174b70;font-size:25px;letter-spacing:-.03em}.modal-close{position:absolute;top:18px;right:18px;display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#e8f4f9;color:#37677e;cursor:pointer}.modal-close svg{width:20px;height:20px}.team-form{display:grid}.team-form label{margin-bottom:7px;color:#41687c;font-size:13px;font-weight:850}.team-form input{width:100%;padding:13px 15px;border:2px solid #bcd8e5;border-radius:13px;background:#fff;color:#173e59;font-size:16px;font-weight:700}.form-error{margin:8px 0 0;color:#c24843;font-size:13px;font-weight:750}.modal-copy{margin:15px 0 0;color:#537184;font-size:14px;line-height:1.6}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:23px}.text-button{padding:11px 17px;border-radius:12px;font-size:14px;font-weight:850;cursor:pointer;transition:transform .16s ease,filter .16s ease}.text-button:hover{transform:translateY(-2px);filter:brightness(1.03)}.text-button:active{transform:translateY(1px)}.text-button.secondary{background:#e7f0f4;color:#426476}.text-button.primary{background:#26975a;color:#fff}.text-button.danger{background:#d95f58;color:#fff}.reset-team-badge{display:flex;align-items:center;justify-content:space-between;padding:14px 17px;border-radius:15px;background:#fff0ba;color:#735500}.reset-team-badge span{font-weight:850}.reset-team-badge strong{font-size:20px;font-variant-numeric:tabular-nums}.reward-celebration{position:fixed;z-index:30;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;overflow:hidden;padding:clamp(18px,4vw,44px);background:radial-gradient(circle at center,rgb(255 248 179 / .28),transparent 44%),#0b2a41b8;-webkit-backdrop-filter:blur(9px) saturate(1.12);backdrop-filter:blur(9px) saturate(1.12);pointer-events:none;animation:reward-overlay 2.4s ease-in-out both}.reward-glow{position:absolute;width:min(94vw,760px);aspect-ratio:1;border-radius:50%;background:repeating-conic-gradient(from 0deg,rgb(255 236 99 / .36) 0deg 8deg,transparent 8deg 18deg);filter:blur(1px);animation:reward-rays 5s linear infinite,reward-glow-in 2.4s ease-out both}.reward-glow:after{position:absolute;top:19%;right:19%;bottom:19%;left:19%;border-radius:50%;background:#ffee834d;box-shadow:0 0 90px 42px #ffda493d;content:""}.reward-card{position:relative;z-index:2;display:block;width:min(72vw,410px);max-height:min(76dvh,650px);clip-path:inset(1.8% 10% 1.5% 10% round 12%);object-fit:contain;animation:reward-card-reveal 2.4s cubic-bezier(.2,.88,.25,1) both}.reward-sparkles{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0}.reward-sparkles i{position:absolute;top:50%;left:50%;width:13px;height:13px;border:3px solid #fff6a8;transform:translate(-50%,-50%) rotate(45deg);opacity:0;animation:reward-spark 1.35s calc(var(--delay) * 1ms) ease-out both}.reward-sparkles i:nth-child(1){--x: -250px;--y: -245px;--delay: 160}.reward-sparkles i:nth-child(2){--x: -155px;--y: -300px;--delay: 260}.reward-sparkles i:nth-child(3){--x: -55px;--y: -330px;--delay: 100}.reward-sparkles i:nth-child(4){--x: 75px;--y: -315px;--delay: 340}.reward-sparkles i:nth-child(5){--x: 180px;--y: -265px;--delay: 210}.reward-sparkles i:nth-child(6){--x: 250px;--y: -150px;--delay: 390}.reward-sparkles i:nth-child(7){--x: 265px;--y: 80px;--delay: 130}.reward-sparkles i:nth-child(8){--x: 190px;--y: 245px;--delay: 300}.reward-sparkles i:nth-child(9){--x: 65px;--y: 320px;--delay: 180}.reward-sparkles i:nth-child(10){--x: -80px;--y: 310px;--delay: 370}.reward-sparkles i:nth-child(11){--x: -210px;--y: 220px;--delay: 230}.reward-sparkles i:nth-child(12){--x: -265px;--y: 30px;--delay: 320}.confetti,.whistle-wave{position:fixed;z-index:12;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.confetti i{position:absolute;top:-25px;left:50%;width:13px;height:22px;border-radius:3px;opacity:0}.confetti.is-active i{animation:confetti-fall 2.4s ease-out forwards}.confetti i:nth-child(4n+1){background:#ffd43b}.confetti i:nth-child(4n+2){background:#ef6a62}.confetti i:nth-child(4n+3){background:#38a96b}.confetti i:nth-child(4n){background:#328fd4}.confetti i:nth-child(1){--x: -43vw;--r: 160deg;animation-delay:.02s}.confetti i:nth-child(2){--x: -35vw;--r: -210deg;animation-delay:.1s}.confetti i:nth-child(3){--x: -28vw;--r: 250deg;animation-delay:.04s}.confetti i:nth-child(4){--x: -21vw;--r: -130deg;animation-delay:.16s}.confetti i:nth-child(5){--x: -14vw;--r: 310deg;animation-delay:.08s}.confetti i:nth-child(6){--x: -7vw;--r: -250deg;animation-delay:.18s}.confetti i:nth-child(7){--x: -2vw;--r: 190deg;animation-delay:.01s}.confetti i:nth-child(8){--x: 5vw;--r: -320deg;animation-delay:.13s}.confetti i:nth-child(9){--x: 12vw;--r: 220deg;animation-delay:.06s}.confetti i:nth-child(10){--x: 18vw;--r: -180deg;animation-delay:.2s}.confetti i:nth-child(11){--x: 24vw;--r: 290deg;animation-delay:.11s}.confetti i:nth-child(12){--x: 30vw;--r: -240deg;animation-delay:.03s}.confetti i:nth-child(13){--x: 36vw;--r: 140deg;animation-delay:.14s}.confetti i:nth-child(14){--x: 42vw;--r: -280deg;animation-delay:.07s}.confetti i:nth-child(15){--x: -47vw;--r: 340deg;animation-delay:.19s}.confetti i:nth-child(16){--x: 47vw;--r: -170deg;animation-delay:.12s}.whistle-wave:before,.whistle-wave:after{position:absolute;top:50%;left:50%;width:80px;height:80px;transform:translate(-50%,-50%) scale(.4);border:8px solid rgb(255 255 255 / .85);border-radius:50%;content:"";opacity:0}.whistle-wave.is-active:before{animation:wave-out .65s ease-out}.whistle-wave.is-active:after{animation:wave-out .65s .12s ease-out}.leaderboard-page{position:relative;min-height:100dvh;overflow:hidden;padding:28px clamp(18px,5vw,70px) 34px;background:radial-gradient(circle at 8% 12%,rgb(255 255 255 / .68) 0 4%,transparent 4.2%),radial-gradient(circle at 90% 8%,rgb(255 233 129 / .72) 0 7%,transparent 7.2%),linear-gradient(160deg,#77c9f2 0,#77c9f2 42%,#bfe9e1 67%,#88d15f);color:#153f61}.leaderboard-page:after{position:absolute;right:-5%;bottom:-145px;left:-5%;height:250px;border-radius:50% 50% 0 0;background:#55b95e;content:""}.leaderboard-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.18;background-image:radial-gradient(circle,#fff 0 3px,transparent 3.5px);background-size:46px 46px;pointer-events:none}.leaderboard-header{position:relative;z-index:2;display:grid;grid-template-columns:70px 1fr 140px;align-items:center;width:min(1040px,100%);margin:0 auto 18px}.leaderboard-header>div{text-align:center}.leaderboard-header p{margin:0 0 2px;color:#1b7651;font-size:15px;font-weight:900;letter-spacing:.12em}.leaderboard-header h1{margin:0;color:#fff8e8;font-size:clamp(42px,6vw,72px);letter-spacing:-.065em;line-height:1;text-shadow:0 5px 0 #287fb0,0 13px 22px rgb(27 84 112 / .2)}.leaderboard-header img{justify-self:end;width:130px;height:150px;object-fit:contain;object-position:center 22%;filter:drop-shadow(0 12px 12px rgb(30 93 115 / .22))}.scoreboard{position:relative;z-index:2;display:grid;grid-template-columns:minmax(280px,.8fr) minmax(400px,1.2fr);gap:clamp(20px,4vw,55px);align-items:center;width:min(980px,100%);margin:0 auto}.champion-card{position:relative;display:flex;min-height:390px;overflow:hidden;flex-direction:column;align-items:center;justify-content:center;padding:62px 25px 28px;border:6px solid #fff4bd;border-radius:44px 44px 24px;background:radial-gradient(circle at 50% 20%,#fffce3 0,#fffce3 10%,#ffd85e 48%,#f3ad26);box-shadow:0 22px #a967092e,0 34px 50px #1d596b38,inset 0 2px #fff;color:#714700;transform:rotate(-1.5deg)}.champion-rays{position:absolute;top:-40%;right:-40%;bottom:-40%;left:-40%;background:repeating-conic-gradient(rgb(255 255 255 / .36) 0 8deg,transparent 8deg 18deg);animation:rays-turn 22s linear infinite}.crown{position:relative;z-index:1;width:115px;overflow:visible;fill:#fff15e;stroke:#b86b08;stroke-width:5;stroke-linejoin:round;filter:drop-shadow(0 7px 0 rgb(174 99 0 / .18));animation:crown-bob 2.5s ease-in-out infinite}.rank-label{position:relative;z-index:1;margin-top:4px;padding:6px 13px;border-radius:9px;background:#a96508;color:#fff7d4;font-size:13px;font-weight:900}.champion-card h2{position:relative;z-index:1;margin:15px 0 2px;font-size:clamp(30px,4vw,43px);letter-spacing:-.05em}.champion-card strong{position:relative;z-index:1;font-size:70px;font-variant-numeric:tabular-nums;line-height:1}.champion-card small,.rank-card small{margin-left:4px;font-size:16px}.champion-stars{position:relative;z-index:1;margin-top:16px;color:#fff9d9;font-size:20px;text-shadow:0 2px 0 #d28b0f}.ranking-list{display:grid;gap:13px;margin:0;padding:0;list-style:none}.rank-card{position:relative;display:grid;grid-template-columns:54px 38px 1fr auto;align-items:center;min-height:78px;padding:9px 18px 9px 11px;border:4px solid rgb(255 255 255 / .82);border-radius:22px 22px 12px;background:#ffffffe0;box-shadow:0 10px #215c6d1c,0 16px 28px #215c6d1f;animation:rank-enter .52s backwards}.rank-card:nth-child(2){animation-delay:80ms}.rank-card:nth-child(3){animation-delay:.16s}.rank-card:nth-child(4){animation-delay:.24s}.rank-number{display:grid;width:47px;height:47px;place-items:center;border-radius:50%;background:#63a9d5;color:#fff;font-size:22px;font-weight:950;box-shadow:inset 0 -4px #18537929}.rank-2 .rank-number{background:#a8b9c8}.rank-3 .rank-number{background:#d99154}.team-flag{width:25px;height:31px;transform:skewY(-7deg);border-radius:4px 7px 7px 3px;background:linear-gradient(90deg,#40a66b 0,#40a66b 50%,#ffd75d 50%);box-shadow:-4px 0 #2d6a52}.rank-card:nth-child(2) .team-flag{background:linear-gradient(90deg,#eb746b 0,#eb746b 50%,#ffe37a 50%)}.rank-card:nth-child(3) .team-flag{background:linear-gradient(90deg,#4e91d1 0,#4e91d1 50%,#a8e3f2 50%)}.rank-card:nth-child(4) .team-flag{background:linear-gradient(90deg,#9d7ac2 0,#9d7ac2 50%,#f1b2cc 50%)}.rank-card h2{margin:0 8px;color:#234f69;font-size:clamp(18px,2.2vw,25px);letter-spacing:-.025em}.rank-card strong{color:#195f84;font-size:34px;font-variant-numeric:tabular-nums}.leaderboard-note{position:relative;z-index:2;margin:25px auto 0;color:#17593d;font-size:15px;font-weight:850;text-align:center}@keyframes score-pop{50%{transform:scale(1.28) rotate(-4deg)}}@keyframes fade-in{0%{opacity:0}}@keyframes modal-in{0%{transform:translateY(18px) scale(.94);opacity:0}}@keyframes reward-overlay{0%{opacity:0}10%,82%{opacity:1}to{opacity:0}}@keyframes reward-card-reveal{0%{transform:translateY(42px) scale(.35) rotate(-12deg);opacity:0}18%{transform:translateY(-10px) scale(1.08) rotate(3deg);opacity:1}29%{transform:translateY(0) scale(.98) rotate(-1deg);opacity:1}39%,78%{transform:translateY(0) scale(1) rotate(0);opacity:1}to{transform:translateY(-20px) scale(.88) rotate(2deg);opacity:0}}@keyframes reward-rays{to{transform:rotate(360deg)}}@keyframes reward-glow-in{0%{transform:scale(.4);opacity:0}22%,78%{transform:scale(1);opacity:1}to{transform:scale(1.18);opacity:0}}@keyframes reward-spark{0%{transform:translate(-50%,-50%) scale(0) rotate(45deg);opacity:0}22%{opacity:1}68%{opacity:1}to{transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y))) scale(1.15) rotate(225deg);opacity:0}}@keyframes confetti-fall{0%{transform:translate3d(0,-20px,0) rotate(0);opacity:1}68%{transform:translate3d(var(--x),86vh,0) rotate(var(--r));opacity:1}to{transform:translate3d(var(--x),95vh,0) rotate(var(--r));opacity:0}}@keyframes wave-out{0%{transform:translate(-50%,-50%) scale(.4);opacity:.8}to{transform:translate(-50%,-50%) scale(12);opacity:0}}@keyframes rays-turn{to{transform:rotate(360deg)}}@keyframes crown-bob{50%{transform:translateY(-7px) rotate(3deg)}}@keyframes rank-enter{0%{transform:translate(35px);opacity:0}}@media (min-width: 1101px) and (max-width: 1390px){.app-shell{width:calc(100% - 150px)}}@media (min-width: 1101px){.brand-stage{min-height:220px}.team-picker-wrap{transform:translate(clamp(-150px,calc((1180px - 100vw)/2),-44px))}.brand-copy{transform:translateY(32px)}.teacher-note{transform:translate(clamp(24px,calc((100vw - 1180px)/4),96px))}.chat-card{height:clamp(500px,calc(100dvh - 250px),650px)}}@media (min-width: 1101px) and (max-height: 760px){.brand-stage{min-height:205px}h1{font-size:52px}.chat-card{height:clamp(500px,calc(100dvh - 220px),650px)}}@media (max-width: 1100px){.tool-rail{top:auto;bottom:18px;flex-direction:row;transform:none}.tool-rail-left{left:18px}.tool-rail-right{right:18px}.tool-rail .icon-button:after{display:none}.playground{padding-bottom:83px}}@media (max-width: 800px){.match-nav{position:relative;top:auto;right:auto;left:auto;padding:0 5px 8px}.match-nav .icon-button{width:52px;height:52px}.team-picker{min-width:178px;padding-left:9px}.current-score{min-width:54px}.current-score strong{font-size:22px}.tool-rail{bottom:10px;gap:8px}.tool-rail-left{left:10px}.tool-rail-right{right:10px}.tool-rail .icon-button{width:50px;height:50px;border-width:2px}.tool-rail .icon-button svg{width:23px;height:23px}.leaderboard-page{padding:18px 12px 32px;overflow:auto}.leaderboard-header{grid-template-columns:54px 1fr 76px;margin-bottom:16px}.leaderboard-header .icon-button{width:50px;height:50px}.leaderboard-header h1{font-size:clamp(34px,9vw,48px)}.leaderboard-header p{font-size:11px}.leaderboard-header img{width:75px;height:92px}.scoreboard{grid-template-columns:1fr;gap:25px;width:min(540px,100%)}.champion-card{min-height:315px;padding-top:42px}.crown{width:92px}.champion-card strong{font-size:58px}}@media (max-width: 520px){.team-picker-wrap{gap:5px}.team-picker{grid-template-columns:21px auto;min-width:148px;padding-right:25px;column-gap:5px}.team-picker svg{width:20px}.team-picker:after{right:9px}.picker-label{font-size:10px}.team-picker select{font-size:13px}.current-score{min-width:48px;padding-right:7px;padding-left:7px}.tool-rail .icon-button{width:46px;height:46px}.rank-card{grid-template-columns:48px 28px 1fr auto;min-height:70px;padding-right:12px}.rank-number{width:42px;height:42px;font-size:19px}.team-flag{width:20px;height:27px}.rank-card h2{font-size:17px}.rank-card strong{font-size:28px}}@media (prefers-reduced-motion: reduce){.current-score strong,.modal-backdrop,.modal-card,.confetti.is-active i,.whistle-wave.is-active:before,.whistle-wave.is-active:after,.reward-celebration,.reward-glow,.reward-card,.reward-sparkles i,.champion-rays,.crown,.rank-card{animation:none}.reward-celebration{opacity:1}}
