:root{--night: #04060f;--deep: #0a1226;--gold: #ffd98a;--gold-hot: #ffb347;--ink: #dfe6ff;--dim: #6b7699}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{height:100%;overflow:hidden;background:var(--night)}body{font-family:Jost,Avenir Next,Futura,Segoe UI,system-ui,sans-serif;color:var(--ink);user-select:none;-webkit-user-select:none;touch-action:none}#stage,#stage canvas{display:block;position:fixed;inset:0;width:100%;height:100%}.screen{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;background:radial-gradient(ellipse at 50% 60%,#141e408c,#04060ff7 70%);z-index:10;transition:opacity .8s ease;overflow-y:auto;padding:24px 0;touch-action:pan-y;overscroll-behavior:contain}.screen:before,.screen:after{content:"";margin:auto}.screen.hidden{opacity:0;pointer-events:none}.eyebrow{font-size:11px;letter-spacing:.55em;text-transform:uppercase;color:var(--dim);margin-bottom:22px;padding:0 20px 0 calc(20px + .55em);max-width:100%}h1{font-weight:200;font-size:clamp(52px,12vw,132px);letter-spacing:.32em;padding-left:.32em;color:#fff;text-shadow:0 0 18px rgb(255 217 138 / .55),0 0 60px rgb(255 179 71 / .35),0 0 140px rgb(255 179 71 / .25);animation:breathe 4s ease-in-out infinite}@keyframes breathe{0%,to{text-shadow:0 0 18px rgb(255 217 138 / .45),0 0 60px rgb(255 179 71 / .28),0 0 140px rgb(255 179 71 / .18)}50%{text-shadow:0 0 26px rgb(255 217 138 / .8),0 0 90px rgb(255 179 71 / .5),0 0 190px rgb(255 179 71 / .35)}}.tagline{margin-top:26px;font-size:15px;font-weight:300;letter-spacing:.18em;color:var(--ink);opacity:.85;line-height:2;max-width:520px;padding:0 24px}.tagline b{color:var(--gold);font-weight:500}.rules-intro{margin-top:30px;font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--dim);opacity:.75;padding:0 24px 0 calc(24px + .3em);max-width:100%}.rules{margin-top:18px;display:flex;gap:30px;flex-wrap:wrap;justify-content:center;padding:0 20px}.rule{width:148px;font-size:12px;letter-spacing:.08em;color:var(--dim);line-height:1.7}.rule .glyph{width:52px;height:52px;margin:0 auto 12px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:19px;border:1px solid rgb(255 217 138 / .25);box-shadow:0 0 18px #ffb3472e inset,0 0 14px #ffb34726}.rule .glyph img{width:30px;height:30px;object-fit:contain}.rule strong{display:block;color:var(--ink);font-weight:500;letter-spacing:.2em;text-transform:uppercase;font-size:11px;margin-bottom:4px}#join-form{display:flex;flex-direction:column;align-items:center;gap:4px}.champ-nom{position:relative;display:inline-block;margin-top:40px}.pastille{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:26px;height:26px;padding:0;cursor:pointer;border-radius:50%;border:1px solid rgb(255 255 255 / .3);background:var(--teinte, hsl(42 95% 62%));box-shadow:0 0 14px var(--teinte-halo, hsl(42 95% 62% / .55));transition:transform .2s,box-shadow .25s,border-color .25s}.pastille:hover,.pastille:focus-visible{transform:translateY(-50%) scale(1.12);border-color:#fffc;box-shadow:0 0 24px var(--teinte-halo, hsl(42 95% 62% / .75));outline:none}.palette{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);z-index:5;display:grid;grid-template-columns:repeat(6,34px);gap:10px;padding:14px 16px;background:#04060feb;border:1px solid rgb(255 217 138 / .18);border-radius:18px;box-shadow:0 18px 40px #0000008c}.palette[hidden]{display:none}.palette button{width:34px;height:34px;padding:0;cursor:pointer;border-radius:50%;border:1px solid rgb(255 255 255 / .2);transition:transform .15s,border-color .2s,box-shadow .2s}.palette button:hover,.palette button:focus-visible{transform:scale(1.14);border-color:#ffffffd9;outline:none}.palette button[aria-selected=true]{border-color:#fff;box-shadow:0 0 0 2px #04060fe6,0 0 0 3px #fff}#name{width:260px;padding:12px 40px;text-align:center;font-family:inherit;font-size:12px;letter-spacing:.4em;text-transform:uppercase;color:var(--gold);background:#ffffff08;border:1px solid rgb(255 217 138 / .2);border-radius:60px;transition:border-color .3s,box-shadow .3s}#name::placeholder{color:var(--dim);letter-spacing:.4em}#name:focus{outline:none;border-color:#ffd98a99;box-shadow:0 0 30px #ffb34733}button.cta{margin-top:22px;cursor:pointer;font-family:inherit;font-size:13px;letter-spacing:.45em;text-transform:uppercase;padding:18px 46px 18px 52px;color:var(--night);background:linear-gradient(135deg,var(--gold),var(--gold-hot));border:none;border-radius:60px;font-weight:600;box-shadow:0 0 30px #ffb34780,0 0 90px #ffb34740;transition:transform .25s ease,box-shadow .25s ease}button.cta:hover,button.cta:focus-visible{transform:scale(1.05);box-shadow:0 0 45px #ffb347cc,0 0 130px #ffb34766;outline:none}button.cta:focus-visible{outline:2px solid #fff;outline-offset:4px}button.cta[disabled]{opacity:.45;cursor:progress;transform:none}.status{margin-top:18px;font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--dim);min-height:1em}.status.erreur{color:#ff6b7f}#death h1{font-size:clamp(34px,7vw,64px);letter-spacing:.2em;animation:none;text-shadow:0 0 30px rgb(140 160 255 / .4)}.score-line{margin-top:18px;font-size:14px;letter-spacing:.25em;text-transform:uppercase;color:var(--dim)}.score-line span{color:var(--gold);font-size:30px;letter-spacing:.1em;display:block;margin-top:8px;font-weight:300}.eaten-by{margin-top:10px;font-size:13px;color:var(--dim);letter-spacing:.1em;font-style:italic}#hud{position:fixed;inset:0;pointer-events:none;z-index:5;opacity:0;transition:opacity 1s ease}#hud.on{opacity:1}.hud-logo{position:absolute;top:22px;left:26px;font-size:14px;letter-spacing:.5em;font-weight:300;color:#ffd98ae6;text-shadow:0 0 12px rgb(255 179 71 / .5)}#lumens{position:absolute;bottom:26px;left:50%;transform:translate(-50%);font-size:12px;letter-spacing:.35em;text-transform:uppercase;color:var(--dim);text-align:center}#lumens b{display:block;font-size:26px;font-weight:300;color:var(--gold);letter-spacing:.08em;text-shadow:0 0 16px rgb(255 179 71 / .6);margin-bottom:2px}#board{position:absolute;top:22px;right:26px;text-align:right;font-size:11px;letter-spacing:.14em;line-height:2.1;color:var(--dim);max-height:68vh;overflow:hidden}#board .me{font-weight:600}#board .me .nom{text-shadow:0 0 12px currentcolor}#board .title{text-transform:uppercase;letter-spacing:.4em;font-size:9px;opacity:.7;margin-bottom:4px}#board.dense{font-size:10px;line-height:1.7}#board.dense .title{margin-bottom:2px}#board .ellipse{opacity:.45;line-height:.9;text-align:left}#hint{position:absolute;bottom:26px;left:26px;max-width:230px;font-size:10.5px;letter-spacing:.12em;color:var(--dim);line-height:1.8;opacity:.85}#danger{position:fixed;inset:0;pointer-events:none;z-index:4;opacity:0;box-shadow:inset 0 0 180px #ff3c5a80;transition:opacity .4s ease}@media(max-width:640px){.screen{padding:16px 0}.eyebrow{font-size:10px;letter-spacing:.32em;margin-bottom:12px}h1{font-size:clamp(36px,11.5vw,132px);letter-spacing:.2em;padding-left:.2em}.tagline{margin-top:14px;font-size:14px;letter-spacing:.1em;line-height:1.7}.rules-intro{margin-top:16px;font-size:10px;letter-spacing:.18em}.rules{margin-top:12px;display:grid;gap:12px 14px;grid-template-columns:repeat(2,minmax(0,1fr));max-width:400px;width:100%}.rule{width:auto;line-height:1.5}.rule .glyph{width:44px;height:44px;margin-bottom:6px}.rule .glyph img{width:25px;height:25px}.champ-nom{margin-top:18px}button.cta{margin-top:12px;font-size:12px;letter-spacing:.28em;padding:15px 26px 15px 30px}.status{margin-top:8px}#hint{display:none}#board{font-size:10px}}@media(max-height:640px){.screen{padding:10px 0}.eyebrow{margin-bottom:8px}h1{font-size:clamp(30px,6vh,132px)}.tagline{margin-top:10px;font-size:13px;line-height:1.55}.rules-intro{margin-top:10px}.rules{margin-top:8px;gap:8px 14px}.rule{font-size:11.5px;line-height:1.45}.rule strong{margin-bottom:2px}.rule .glyph{width:40px;height:40px;margin-bottom:4px}.rule .glyph img{width:23px;height:23px}.champ-nom{margin-top:12px}#name{padding:10px 40px}button.cta{margin-top:10px;padding:13px 26px 13px 30px}.status{margin-top:6px}}@media(max-height:430px){.eyebrow{margin-bottom:6px}h1{font-size:clamp(26px,9vh,132px);letter-spacing:.18em;padding-left:.18em}.tagline{margin-top:6px;font-size:12.5px}.rules-intro{margin-top:8px;font-size:9.5px}.rules{margin-top:6px}.rule{font-size:11px}.rule .glyph{width:38px;height:38px;margin-bottom:3px}.rule .glyph img{width:22px;height:22px}.champ-nom{margin-top:12px}button.cta{margin-top:10px;padding:12px 24px 12px 28px}}@media(prefers-reduced-motion:reduce){h1{animation:none}button.cta,.screen{transition:none}}
