:root{--navy:#17245f;--purple:#8e63f2;--blue:#20a6e3;--yellow:#f7c533;--coral:#f95d58;--ink:#17245f;--paper:#f8f7ff;--white:#fff;--shadow:0 16px 40px rgba(31,38,95,.18)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Nunito,system-ui,sans-serif;color:var(--ink)}body{background:#dfe8ff url('../assets/backgrounds/playlio-world.jpg') center/cover fixed no-repeat}.live-wash{position:fixed;inset:0;background:rgba(242,244,255,.52);backdrop-filter:blur(2px);z-index:-1}.live-shell{width:min(980px,calc(100% - 28px));margin:0 auto;padding:24px 0 40px}.live-top{display:flex;align-items:center;justify-content:space-between;gap:16px;background:rgba(255,255,255,.94);border:3px solid var(--navy);border-radius:24px;padding:14px 18px;box-shadow:var(--shadow)}.live-logo{height:58px;max-width:210px;object-fit:contain}.live-pill{border:3px solid var(--navy);border-radius:18px;padding:9px 14px;background:#fff;font-weight:900}.panel{margin-top:18px;background:rgba(255,255,255,.95);border:3px solid var(--navy);border-radius:26px;padding:24px;box-shadow:var(--shadow)}h1,h2,h3,p{margin-top:0}.eyebrow{font-size:.82rem;font-weight:900;letter-spacing:.12em;color:var(--purple);text-transform:uppercase}.hero-title{font-family:Fredoka,sans-serif;font-size:clamp(2rem,6vw,4rem);line-height:.95;margin-bottom:10px}.muted{color:#5f6687}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:7px;font-weight:900}.field input,.field select{width:100%;font:inherit;font-weight:800;border:3px solid var(--navy);border-radius:16px;padding:13px 14px;background:white;color:var(--ink);outline:none}.field input:focus,.field select:focus{box-shadow:0 0 0 4px rgba(142,99,242,.18)}.btn-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.btn{appearance:none;border:3px solid var(--navy);border-radius:16px;padding:12px 18px;font:900 1rem Nunito,sans-serif;cursor:pointer;background:white;color:var(--ink);box-shadow:0 5px 0 var(--navy);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn:active{transform:translateY(3px);box-shadow:0 2px 0 var(--navy)}.btn.primary{background:var(--purple);color:white}.btn.coral{background:var(--coral);color:white}.btn.yellow{background:var(--yellow)}.btn:disabled{opacity:.5;cursor:not-allowed}.code-box{text-align:center;padding:22px;border:3px dashed var(--navy);border-radius:22px;background:#fff7c8}.room-code{font:900 clamp(3rem,12vw,6rem)/1 Fredoka,sans-serif;letter-spacing:.08em}.join-url{font-weight:900;word-break:break-all}.players{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-top:16px}.player-chip{border:3px solid var(--navy);border-radius:16px;padding:12px;background:#eef7ff;font-weight:900;text-align:center}.leaderboard{display:grid;gap:10px}.leader-row{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:10px;border:3px solid var(--navy);border-radius:16px;padding:11px 13px;background:#fff}.leader-rank{font:900 1.3rem Fredoka,sans-serif}.leader-score{font-weight:900}.hidden{display:none!important}.status-banner{padding:12px 14px;border-radius:16px;background:#fff3be;border:2px solid var(--navy);font-weight:900}.status-banner.error{background:#ffd7d5}.question-card{background:white;border:3px solid var(--navy);border-radius:24px;padding:18px}.question-text{font:800 clamp(1.35rem,5vw,2rem)/1.25 Fredoka,sans-serif}.question-image{width:100%;max-height:220px;object-fit:contain;border-radius:16px;margin:10px 0}.answers{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.answer{min-height:92px;border:3px solid var(--navy);border-radius:20px;padding:12px;font:900 1.05rem Nunito,sans-serif;background:#fff;cursor:pointer}.answer:nth-child(1){background:#ffe3e1}.answer:nth-child(2){background:#e4f5ff}.answer:nth-child(3){background:#fff2b7}.answer:nth-child(4){background:#ede1ff}.answer:disabled{opacity:.65}.player-hud{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:12px}.hud-card{background:#fff;border:3px solid var(--navy);border-radius:16px;padding:9px;text-align:center}.hud-card strong{display:block;font:900 1.25rem Fredoka,sans-serif}.duck-zone{position:relative;height:min(58vh,480px);overflow:hidden;border:3px solid var(--navy);border-radius:24px;background:linear-gradient(#7bd6ff 0 62%,#b7ec82 62% 78%,#78bd55 78%);touch-action:manipulation}.duck{position:absolute;font-size:64px;line-height:1;filter:drop-shadow(0 4px 0 rgba(23,36,95,.25));user-select:none;cursor:crosshair;animation:floatDuck .9s ease-in-out infinite alternate}@keyframes floatDuck{from{transform:translateY(0) rotate(-6deg)}to{transform:translateY(-14px) rotate(5deg)}}.final-podium{text-align:center}.big-score{font:900 clamp(3rem,12vw,6rem)/1 Fredoka,sans-serif;color:var(--purple)}.toast{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);background:var(--navy);color:white;padding:10px 16px;border-radius:999px;font-weight:900;z-index:20}.timer-bar{height:12px;background:#dfe3f5;border:2px solid var(--navy);border-radius:999px;overflow:hidden}.timer-fill{height:100%;width:100%;background:var(--yellow);transform-origin:left center}.mobile-only{display:none}
@media(max-width:650px){body{background-attachment:scroll}.live-shell{width:min(100% - 16px,720px);padding:8px 0 20px}.live-top{border-radius:18px;padding:9px 12px}.live-logo{height:42px}.panel{padding:16px;border-radius:20px;margin-top:10px}.form-grid{grid-template-columns:1fr}.answers{grid-template-columns:1fr}.answer{min-height:68px}.player-hud{position:sticky;top:4px;z-index:5}.room-code{font-size:3.2rem}.desktop-only{display:none}.mobile-only{display:block}.btn{width:100%}}


/* v17.2 Live hub + host polish */
.live-game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,320px));gap:18px;margin:22px 0}.live-game-card{text-decoration:none;color:var(--ink);border:3px solid var(--navy);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 7px 0 var(--navy);transition:.15s transform}.live-game-card:hover{transform:translateY(-4px)}.live-game-cover{height:190px;position:relative;overflow:hidden}.live-game-cover img{width:100%;height:100%;object-fit:cover}.live-game-cover span{position:absolute;right:12px;top:12px;background:#f7c533;border:3px solid #17245f;border-radius:12px;padding:6px 10px;font:900 .8rem Fredoka,sans-serif;letter-spacing:.08em}.live-game-copy{padding:14px}.live-game-copy strong{display:block;font:700 1.25rem Fredoka,sans-serif}.live-game-copy small{display:block;margin-top:4px;color:#5f6687;font-weight:800}.player-chip{background:var(--player-color,#eef7ff);box-shadow:inset 0 -4px rgba(0,0,0,.08)}.player-chip small{display:block;font-size:.68rem;opacity:.7}.leader-row{border-left:14px solid var(--player-color,#fff)}.lock-btn{background:#d8ffe0}.lock-btn.locked{background:#ffd5d2}.join-url{display:block;color:#17245f;margin-top:5px}

/* Quack Quest Live mobile — 90s pixel arcade */
.quack-live-player{background:#111!important;color:#111}.quack-live-player .live-wash{display:none}.quack-live-player .live-shell{width:min(760px,100%);padding:0 0 24px}.quack-live-player .live-top{border-radius:0;border-width:0 0 5px;padding:8px 12px;background:#111;color:#fff;box-shadow:none}.quack-live-player .live-logo{height:38px}.quack-live-player .live-pill{border:3px solid #fff;background:#17245f;color:#fff;border-radius:4px;font-family:"Courier New",monospace;box-shadow:4px 4px 0 #000}.quack-live-player .panel{margin:0;border:0;border-radius:0;box-shadow:none;background:#54b6f4;min-height:calc(100vh - 59px);padding:14px}.quack-live-player #connectPanel,.quack-live-player #waitPanel,.quack-live-player #donePanel{padding-top:34px}.quack-live-player .hero-title,.quack-live-player .eyebrow,.quack-live-player h1,.quack-live-player h2{font-family:"Courier New",monospace;font-weight:900;text-transform:uppercase}.pixel-sky-band{margin:-14px -14px 12px;padding:8px 12px;background:#111;color:#f7c533;border-bottom:5px solid #fff;text-align:center;font:900 .85rem "Courier New",monospace;letter-spacing:.1em}.quack-live-player .player-hud{gap:6px}.quack-live-player .hud-card{border:4px solid #111;border-radius:0;background:#fff0a6;box-shadow:4px 4px 0 #111;font-family:"Courier New",monospace;text-transform:uppercase}.quack-live-player .hud-card strong{font-family:"Courier New",monospace}.quack-live-player .question-card{position:relative;border:5px solid #111;border-radius:0;background:#fff7d6;box-shadow:6px 6px 0 #111;padding:18px 14px 16px;margin-top:10px}.quack-live-player .question-text{font:900 clamp(1.1rem,5vw,1.6rem)/1.28 "Courier New",monospace;text-transform:uppercase;padding-right:58px}.quack-live-player .answers{grid-template-columns:1fr;gap:9px}.quack-live-player .answer{min-height:68px;border:4px solid #111;border-radius:0;box-shadow:4px 4px 0 #111;font:900 .95rem/1.2 "Courier New",monospace;text-transform:uppercase;padding:10px}.quack-live-player .answer:active{transform:translate(3px,3px);box-shadow:1px 1px 0 #111}.quack-live-player .answer:nth-child(1){background:#ff8b7e}.quack-live-player .answer:nth-child(2){background:#7bd6ff}.quack-live-player .answer:nth-child(3){background:#ffe36e}.quack-live-player .answer:nth-child(4){background:#b99cff}.quiz-dog{position:absolute;right:10px;top:10px;width:48px;height:52px;image-rendering:pixelated}.quiz-dog i{position:absolute;display:block}.dog-ear{width:12px;height:18px;background:#2c1b16;top:0}.dog-ear.left{left:4px}.dog-ear.right{right:4px}.dog-face{left:5px;top:9px;width:38px;height:30px;background:#b57435;border:3px solid #111}.dog-muzzle{left:14px;top:27px;width:22px;height:13px;background:#d99a58;border:2px solid #111}.dog-nose{left:21px;top:29px;width:9px;height:6px;background:#111}.dog-body{left:9px;top:38px;width:31px;height:12px;background:#9d612e;border:3px solid #111}.quack-live-player #huntView{margin:-14px;background:#111;padding-bottom:10px;min-height:calc(100vh - 59px)}.hunt-title{background:#111;color:#f7c533;padding:10px;text-align:center;font:900 1rem "Courier New",monospace;letter-spacing:.12em}.duck-zone{height:calc(100vh - 175px);min-height:390px;border:5px solid #111;border-radius:0;background:#54b6f4;touch-action:none}.duck-zone canvas{display:block;width:100%;height:100%;image-rendering:pixelated}.pixel-status{margin:8px 10px 0;background:#fff0a6;border:4px solid #111;box-shadow:4px 4px 0 #111;padding:8px;text-align:center;font:900 .85rem "Courier New",monospace}.quack-live-player .final-podium{background:#111;color:#fff}.quack-live-player .final-podium .big-score{color:#f7c533}.quack-live-player .btn{border-radius:0;font-family:"Courier New",monospace;box-shadow:4px 4px 0 #111}@media(min-width:640px){.quack-live-player .answers{grid-template-columns:1fr 1fr}.quack-live-player .question-card{padding:22px}.duck-zone{height:min(68vh,600px)}}
