:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0d0b16;color:#fffdf2;font-synthesis:none}*{box-sizing:border-box}body{margin:0;overflow:hidden}button,input{font:inherit}button{cursor:pointer}.game-shell,.game-stage,.game-canvas{width:100vw;height:100vh;min-width:0;min-height:0}.game-shell{position:relative;background:#0d0b16}.game-stage{position:relative;overflow:hidden}.game-canvas{position:relative;overflow:hidden;background:radial-gradient(circle at center,#2f2635,#120f14 72%)}.game-canvas canvas{display:block}.connection-badge{position:fixed;top:1rem;left:1rem;z-index:10;display:flex;align-items:center;gap:.5rem;padding:.52rem .78rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#0c0a14c2;box-shadow:0 8px 24px #00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#e9e5d7;font-size:.76rem;font-weight:800;letter-spacing:.03em;pointer-events:none}.connection-badge span{width:.55rem;height:.55rem;border-radius:50%;background:#ffbf3f;box-shadow:0 0 0 4px #ffbf3f21}.connection-badge.online span{background:#62dc78;box-shadow:0 0 0 4px #62dc7824}.connection-badge.disconnected span,.connection-badge.full span,.connection-badge.duplicate span{background:#ff6670;box-shadow:0 0 0 4px #ff667024}.scoreboard{position:absolute;right:1.1rem;top:1.1rem;z-index:4;width:min(18rem,calc(100vw - 2rem));margin:0;padding:1.15rem 1.2rem 1.05rem;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:1.15rem;background:radial-gradient(circle at 100% 0,rgba(255,216,77,.2),transparent 42%),linear-gradient(145deg,#1e2b56f5,#121022f2);box-shadow:0 14px 34px #00000061,inset 0 1px #ffffff21;color:#fffdf2;font:750 .84rem/1.55 Inter,ui-sans-serif,system-ui,sans-serif;white-space:pre-wrap;letter-spacing:.01em;text-shadow:0 1px 2px rgba(0,0,0,.5);pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.scoreboard:before{content:"";position:absolute;inset:0 auto 0 0;width:.32rem;background:linear-gradient(#ffdf56,#f6a72a 55%,#446fe8 55%)}.scoreboard:empty{display:none}.online-lobby-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:grid;place-items:center;padding:2rem 2rem 8rem;overflow:hidden;background:#65cce2 url(/assets/sprites/pixel/splash-landscape.png) center / cover no-repeat;image-rendering:pixelated;isolation:isolate}.online-lobby-overlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgba(12,30,58,.2),transparent 30% 70%,rgba(12,30,58,.2))}.online-lobby-copy{position:relative;z-index:4;width:min(36rem,calc(100vw - 2rem));max-height:min(70vh,38rem);margin:0;padding:1.5rem 2rem;overflow:auto;border:1px solid rgba(255,255,255,.2);border-radius:1.4rem;background:linear-gradient(155deg,#191937e6,#0e0d1ef0);box-shadow:0 24px 60px #05041280,0 0 0 4px #ffd84d29;color:#fffdf2;font:850 clamp(.82rem,2.1vw,1.55rem)/1.48 Inter,ui-sans-serif,system-ui,sans-serif;text-align:center;white-space:pre-line;text-shadow:0 4px 16px rgba(0,0,0,.65);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.online-lobby-copy:first-line{color:#ffdc4d}.online-lobby-overlay[hidden]{display:none}.welcome-screen{position:relative;display:grid;place-items:center;width:100vw;min-height:100vh;padding:1.5rem 1.5rem 8rem;overflow:hidden;background:#65cce2 url(/assets/sprites/pixel/splash-landscape.png) center / cover no-repeat;image-rendering:pixelated;isolation:isolate}.welcome-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(90deg,rgba(12,30,58,.22),transparent 30% 70%,rgba(12,30,58,.22));pointer-events:none}.splash-sun-glow{position:absolute;top:4%;right:8%;z-index:1;width:13rem;aspect-ratio:1;border-radius:50%;background:#ffe55a38;box-shadow:0 0 0 2rem #ffee8c14;animation:sun-pulse 2.8s steps(2,end) infinite}.splash-horde{position:absolute;left:0;z-index:2;display:flex;align-items:end;justify-content:space-around;width:100%;padding:0 1vw;pointer-events:none}.splash-horde-back{bottom:5.4rem;padding-inline:4vw;filter:saturate(.85) brightness(.9);opacity:.9}.splash-horde-front{bottom:-2rem}.splash-horde img{width:clamp(3.8rem,7.2vw,7.2rem);height:auto;image-rendering:pixelated;filter:drop-shadow(0 .45rem 0 rgba(21,57,45,.45));animation:minion-bounce .72s steps(2,end) infinite}.splash-horde-back img{width:clamp(3rem,5.5vw,5.5rem);animation-duration:.82s}.splash-horde img:nth-child(2n){animation-direction:reverse}.splash-gru{position:absolute;right:clamp(.5rem,5vw,6rem);bottom:clamp(3.2rem,5vh,5rem);z-index:3;width:clamp(8rem,15vw,13.5rem);height:auto;image-rendering:pixelated;filter:drop-shadow(0 .65rem 0 rgba(21,45,39,.5));animation:gru-groove .72s steps(2,end) infinite;pointer-events:none}@keyframes minion-bounce{50%{transform:translateY(-.7rem) rotate(-2deg)}}@keyframes gru-groove{50%{transform:translateY(-.45rem) rotate(2deg)}}@keyframes sun-pulse{50%{transform:scale(1.08)}}@media(prefers-reduced-motion:reduce){.splash-horde img,.splash-gru,.splash-sun-glow{animation:none}}.name-card{position:relative;z-index:4;width:min(31rem,100%);padding:2.2rem 2.35rem 1.6rem;border:1px solid rgba(255,255,255,.2);border-radius:1.8rem;background:linear-gradient(155deg,#191937e8,#0e0d1ef2);box-shadow:0 28px 70px #0504128c,0 0 0 4px #ffd84d2e,inset 0 1px #ffffff26;text-align:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.logo-badge{display:grid;place-items:center;width:4.4rem;height:4.4rem;margin:-4.35rem auto .8rem;border:.38rem solid #315bc6;border-radius:50%;background:#ffdc4d;box-shadow:0 0 0 .32rem #f5f6ff,0 .65rem 1.2rem #00000059;color:#172052;font-size:1.25rem;font-weight:1000;letter-spacing:-.08em;transform:rotate(-5deg)}.eyebrow{margin:0;color:#ffdc4d;font-size:.75rem;font-weight:900;letter-spacing:.2em;text-transform:uppercase}.name-card h1{margin:.2rem 0 .75rem;color:#fff;font-size:clamp(3.1rem,10vw,5rem);font-weight:1000;line-height:.72;letter-spacing:-.08em;text-transform:uppercase;transform:rotate(-1deg)}.name-card h1 strong{color:#ffdc4d;font-style:normal;text-shadow:0 .06em 0 #c78319}.welcome-copy{margin:1.25rem 0 1.7rem;color:#cbc8dc;font-weight:650}.name-card label{display:block;margin-bottom:.6rem;color:#fff;font-size:.9rem;font-weight:850;text-align:left}.name-card input{width:100%;padding:.95rem 1rem;border:2px solid rgba(255,255,255,.18);border-radius:.85rem;outline:none;background:#0405128c;color:#fff;font-size:1.05rem;font-weight:750;box-shadow:inset 0 2px 8px #00000038}.name-card input::placeholder{color:#77758a}.name-card input:focus{border-color:#ffdc4d;box-shadow:0 0 0 4px #ffdc4d1f}.name-meta{display:flex;justify-content:space-between;margin:.42rem .12rem 1.15rem;color:#858398;font-size:.72rem;font-weight:650}.play-button,.connection-card>.primary-button{width:100%;padding:.92rem 1.2rem;border:0;border-radius:.9rem;background:linear-gradient(#ffe870,#ffc936);box-shadow:0 .42rem #bb741b,0 .75rem 1.4rem #0000004d;color:#192052;font-size:1.05rem;font-weight:950;text-transform:uppercase;transition:transform .15s ease,filter .15s ease}.play-button:hover:not(:disabled),.connection-card>.primary-button:hover{filter:brightness(1.08);transform:translateY(-2px)}.play-button:active:not(:disabled){transform:translateY(3px);box-shadow:0 .16rem #bb741b}.play-button:disabled{cursor:not-allowed;filter:grayscale(.7);opacity:.52}.play-button span{margin-left:.4rem;font-size:.8em}.controls-hint{margin:1.35rem 0 0;color:#858398;font-size:.7rem;font-weight:700}.connection-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:1.5rem;background:#07060fb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.connection-card{width:min(25rem,100%);padding:2rem;border:1px solid rgba(255,255,255,.16);border-radius:1.35rem;background:#17162a;box-shadow:0 24px 60px #00000080;text-align:center}.connection-card h2{margin:.4rem 0 .65rem;font-size:1.7rem}.connection-card p:not(.eyebrow){margin:0 0 1.35rem;color:#aaa7b9;line-height:1.5}.text-button{margin-top:1rem;border:0;background:transparent;color:#aaa7b9;font-size:.82rem;font-weight:750}.text-button:hover{color:#fff}.chat-toggle{position:fixed;right:1rem;bottom:1rem;z-index:12;padding:.72rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:linear-gradient(145deg,#365fd0,#243d91);box-shadow:0 10px 28px #0006;color:#fff;font-size:.82rem;font-weight:900}.room-chat{position:fixed;right:1rem;bottom:1rem;z-index:12;display:grid;grid-template-rows:auto minmax(8rem,1fr) auto;width:min(22rem,calc(100vw - 2rem));height:min(28rem,calc(100vh - 2rem));overflow:hidden;border:1px solid rgba(255,255,255,.17);border-radius:1.15rem;background:#121022f5;box-shadow:0 18px 50px #00000080;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.room-chat header{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffdc4d}.room-chat header button{border:0;background:transparent;color:#aaa7b9;font-size:1.4rem;line-height:1}.chat-messages{overflow-y:auto;padding:.55rem .85rem}.chat-messages p{margin:.45rem 0;overflow-wrap:anywhere;font-size:.8rem;line-height:1.35}.chat-messages p strong{display:block;color:#ffdc4d;font-size:.7rem}.chat-messages p span{color:#f5f2e8}.chat-messages .chat-empty{margin-top:2rem;color:#858398;text-align:center}.room-chat form{display:grid;grid-template-columns:1fr auto;gap:.5rem;padding:.75rem;border-top:1px solid rgba(255,255,255,.1)}.room-chat input{min-width:0;padding:.68rem .75rem;border:1px solid rgba(255,255,255,.16);border-radius:.65rem;outline:none;background:#040512a6;color:#fff}.room-chat input:focus{border-color:#ffdc4d}.room-chat form button{padding:.65rem .75rem;border:0;border-radius:.65rem;background:#ffdc4d;color:#192052;font-size:.75rem;font-weight:900}.room-chat form button:disabled{cursor:not-allowed;opacity:.45}@media(max-width:620px){.scoreboard{top:.75rem;right:.75rem;width:min(15rem,calc(100vw - 1.5rem));padding:.9rem 1rem;font-size:.72rem}.connection-badge{top:auto;bottom:.75rem;left:.75rem}.welcome-screen{align-items:start;padding:4.5rem .8rem 6.5rem;background-position:48% center}.name-card{padding:2rem 1.25rem 1.35rem}.splash-horde-back{display:none}.splash-horde-front{bottom:-1.25rem}.splash-horde-front img{width:clamp(2.8rem,13vw,4.2rem)}.splash-gru{right:.1rem;bottom:3.3rem;width:clamp(6rem,27vw,8.5rem)}.controls-hint{line-height:1.5}.online-lobby-overlay{padding:3rem .8rem 7rem}.online-lobby-copy{width:100%;max-height:65vh;padding:1.2rem .85rem}}
