@import url("https://fonts.googleapis.com/css2?family=Secular+One&family=Rubik:wght@400;500;600;700&display=swap");:root{color-scheme:dark;--bg:#08070d;--bg-2:#0c0a14;--panel:rgba(255,255,255,0.045);--panel-solid:#14121f;--panel-raised:rgba(255,255,255,0.07);--ink:#f5f3ff;--muted:#9d97b8;--soft:#6b6584;--line:rgba(255,255,255,0.1);--line-strong:rgba(255,255,255,0.2);--accent1:#7c5cff;--accent2:#ff5c8a;--accent3:#33e0ff;--correct:#35d68a;--correct-bg:rgba(53,214,138,0.1);--correct-line:rgba(53,214,138,0.45);--wrong:#ff5c7a;--wrong-bg:rgba(255,92,122,0.1);--wrong-line:rgba(255,92,122,0.5);--partial:#ffc84d;--partial-bg:rgba(255,200,77,0.1);--partial-line:rgba(255,200,77,0.5);--skip-bg:rgba(255,255,255,0.03);--danger:#ff5c7a;--shadow:rgba(0,0,0,0.5);--radius-card:18px}*{box-sizing:border-box}body,html{background:var(--bg)}body{margin:0;min-height:100vh;color:var(--ink);font-family:Rubik,Segoe UI,system-ui,sans-serif;position:relative;overflow-x:hidden}body:after,body:before{content:"";position:fixed;width:520px;height:520px;border-radius:50%;filter:blur(90px);opacity:.28;z-index:0;pointer-events:none}body:before{background:var(--accent1);top:-220px;left:-160px;animation:drift1 22s ease-in-out infinite}body:after{background:var(--accent2);bottom:-260px;right:-180px;animation:drift2 26s ease-in-out infinite}main{min-height:100vh;position:relative;z-index:1}h1,h2,h3,p{margin:0}h1{font-family:Secular One,sans-serif;font-size:30px;line-height:1;font-weight:400;letter-spacing:0;background:linear-gradient(95deg,var(--ink),var(--accent3) 120%);-webkit-background-clip:text;background-clip:text;color:transparent}.brand-mark{display:block;width:auto;height:30px}h2{font-size:24px;line-height:1.15}h2,h3{font-family:Secular One,sans-serif;font-weight:400}h3{font-size:15px;line-height:1.2}button,input{font:inherit}.page-shell{width:min(100%,420px);min-height:100vh;margin:0 auto;padding:14px 10px;display:grid;align-content:center;gap:14px}.page-shell-loading{place-items:center}.game-shell{min-height:min(844px,calc(100vh - 28px));display:grid;grid-template-rows:auto auto auto auto;gap:14px;padding:18px 0 10px}.game-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:0 4px}.date-copy,.muted-copy{color:var(--muted);font-size:13px;line-height:1.35;font-weight:500}.date-copy{margin-top:7px}.archive-return-link{display:inline-block;margin-top:6px;color:var(--accent3);font-size:12px;font-weight:600;text-decoration:none}.archive-return-link:focus-visible,.archive-return-link:hover{text-decoration:underline}.header-actions{display:flex;align-items:center;gap:8px}.help-button{width:44px;height:44px;flex-shrink:0;border-radius:999px;display:grid;place-items:center;cursor:pointer;transition:color 90ms ease,border-color 90ms ease,background 90ms ease}.help-button:focus-visible{outline:2px solid currentColor;outline-offset:2px}.help-button-archive{color:var(--accent1);background:rgba(124,92,255,.12);border:1px solid rgba(124,92,255,.4)}.help-button-archive:focus-visible,.help-button-archive:hover{background:rgba(124,92,255,.22);border-color:rgba(124,92,255,.65)}.help-button-dice{color:var(--accent2);background:rgba(255,92,138,.12);border:1px solid rgba(255,92,138,.4)}.help-button-dice:focus-visible,.help-button-dice:hover{background:rgba(255,92,138,.22);border-color:rgba(255,92,138,.65)}.help-button-help{color:var(--accent3);background:rgba(51,224,255,.12);border:1px solid rgba(51,224,255,.4)}.help-button-help:focus-visible,.help-button-help:hover{background:rgba(51,224,255,.22);border-color:rgba(51,224,255,.65)}.help-button:disabled{opacity:.45;cursor:default}.help-button svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;fill:none}.help-shell{display:grid;gap:18px;padding:18px 0 10px}.help-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 4px}.help-close{width:34px;height:34px;flex-shrink:0;border-radius:999px;display:grid;place-items:center;color:var(--muted);background:rgba(255,255,255,.06);border:1px solid var(--line);cursor:pointer;transition:color 90ms ease,border-color 90ms ease,background 90ms ease}.help-close:focus-visible,.help-close:hover{color:var(--accent3);border-color:rgba(51,224,255,.4);background:rgba(51,224,255,.08);outline:none}.help-close svg{width:15px;height:15px;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;fill:none}.help-steps{display:grid;gap:10px;align-content:start}.help-step{display:grid;grid-template-columns:30px 1fr;gap:12px;border:1px solid var(--line);border-radius:14px;padding:12px;background:var(--panel);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.help-step-index{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent1),var(--accent3));color:#0b0a14;font-family:Secular One,sans-serif;font-size:14px;line-height:1;font-weight:400}.help-step h3{margin-bottom:4px;color:var(--ink)}.help-step p{font-size:13px}.help-step-social{border-color:rgba(255,92,138,.4);background:linear-gradient(90deg,rgba(255,92,138,.1),transparent)}.help-step-social .help-step-index{background:linear-gradient(135deg,var(--accent2),var(--accent1));color:#fff}.help-step-social h3{color:var(--accent2)}.help-nav-list{display:grid;gap:8px;margin-top:2px}.help-nav-list li{display:flex;align-items:center;gap:10px}.help-nav-icon{width:28px;height:28px;flex-shrink:0;border-radius:999px;display:grid;place-items:center}.help-nav-icon svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.help-nav-icon-archive{color:var(--accent1);background:rgba(124,92,255,.12)}.help-nav-icon-dice{color:var(--accent2);background:rgba(255,92,138,.12)}.help-nav-icon-help{color:var(--accent3);background:rgba(51,224,255,.12)}.help-social-link{margin-top:10px;display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:999px;background:rgba(255,92,138,.14);border:1px solid rgba(255,92,138,.45);color:var(--accent2);font-size:13px;font-weight:700;transition:background 90ms ease,border-color 90ms ease}.help-social-link:focus-visible,.help-social-link:hover{background:rgba(255,92,138,.24);border-color:rgba(255,92,138,.7);outline:none}.help-social-link svg{width:15px;height:15px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}.help-return{width:100%}.archive-list{display:grid;gap:10px}.archive-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:14px;padding:12px 14px;background:var(--panel);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--ink);font-size:14px;cursor:pointer;transition:border-color 90ms ease,background 90ms ease}.archive-item:focus-visible,.archive-item:hover{border-color:rgba(51,224,255,.4);background:rgba(51,224,255,.08);outline:none}.archive-item-status{font-size:12px;color:var(--muted)}.archive-item-played .archive-item-status{color:var(--accent3)}.attempt-board{display:grid;gap:8px}.attempt-row{min-height:58px;display:grid;grid-template-columns:54px 1fr 34px;align-items:center;gap:10px;border:1px solid var(--line);border-radius:14px;padding:9px 12px;background:var(--panel);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.attempt-row.just-resolved{animation:row-pop .42s cubic-bezier(.16,1,.3,1)}.attempt-row.current{border-color:rgba(124,92,255,.5);background:linear-gradient(90deg,rgba(124,92,255,.14),rgba(124,92,255,.02));box-shadow:0 0 0 1px rgba(124,92,255,.15)}.attempt-row.skip{background:var(--skip-bg);opacity:.75}.attempt-row.wrong{border-color:var(--wrong-line);background:linear-gradient(90deg,var(--wrong-bg),transparent)}.attempt-row.correct{border-color:var(--correct-line);background:linear-gradient(90deg,var(--correct-bg),transparent)}.attempt-row.partial{border-color:var(--partial-line);background:linear-gradient(90deg,var(--partial-bg),transparent)}.attempt-row.locked{opacity:.5}.duration-chip{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.75);color:var(--ink);font-family:Secular One,sans-serif;font-size:14px;line-height:1;font-weight:400;position:relative}.duration-chip-crown{position:absolute;top:-7px;left:50%;transform:translateX(-50%);width:16px;height:6px;stroke:currentColor;fill:none;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}.current .duration-chip{background:linear-gradient(135deg,var(--accent1),var(--accent3));color:#0b0a14;border:none}.current .duration-chip-crown{display:none}.locked .duration-chip{color:var(--muted);background:rgba(255,255,255,.035)}.attempt-copy{min-width:0;display:grid;gap:2px}.attempt-title{min-width:0;color:var(--ink);font-size:14.5px;line-height:1.15;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attempt-meta{color:var(--muted);font-size:11px;line-height:1.25;font-weight:500}.wrong .attempt-meta,.wrong .state-icon{color:var(--wrong)}.correct .attempt-meta,.correct .state-icon{color:var(--correct)}.partial .attempt-meta,.partial .state-icon{color:var(--partial)}.current .attempt-meta{color:var(--accent3)}.locked .attempt-title{color:var(--soft)}.state-icon{justify-self:end;width:22px;height:22px;border-radius:999px;display:grid;place-items:center;color:var(--muted);background:rgba(255,255,255,.06)}.state-icon svg{width:13px;height:13px;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;fill:none}.locked .state-icon{opacity:.4}.player-card{direction:ltr;border-radius:var(--radius-card);border:1px solid var(--line);background:linear-gradient(180deg,rgba(124,92,255,.1),rgba(255,92,138,.04));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:18px 14px 14px;position:relative;overflow:hidden}.waveform{position:relative;height:84px;display:flex;align-items:center;gap:3px;padding:0 4px}.bar{flex:1 1;min-width:2px;height:100%;background:rgba(255,255,255,.16);border-radius:3px;transform:scaleY(var(--base,.4));transform-origin:center;transition:transform .12s ease,background var(--bar-transition-ms,.22s) ease}.bar.is-played{background:linear-gradient(180deg,var(--accent3),var(--accent1))}.bar.is-active{animation:bar-bounce var(--bar-bounce-ms,.48s) ease-in-out infinite}.wave-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:62px;height:62px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(20,18,32,.55);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 0 0 1px rgba(255,255,255,.06),0 10px 30px rgba(0,0,0,.5);display:grid;place-items:center;cursor:pointer;color:var(--ink);transition:transform .1s ease}.wave-play:active{transform:translate(-50%,-50%) scale(.93)}.wave-play[disabled]{opacity:.5;cursor:not-allowed}.play-icon{width:0;height:0;margin-left:3px;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:14px solid var(--ink)}.pause-icon{display:flex;gap:5px}.pause-icon span{width:4px;height:16px;border-radius:999px;background:var(--ink)}.player-loading{width:16px;height:16px;border-radius:999px;border:2.5px solid rgba(255,255,255,.2);border-top:2.5px solid var(--accent3);animation:spin .8s linear infinite}.progress-line{margin-top:10px;height:2px;background:rgba(255,255,255,.1)}.progress-fill,.progress-line{position:relative;border-radius:2px}.progress-fill{height:100%;width:0;background:linear-gradient(90deg,var(--accent1),var(--accent3));box-shadow:0 0 10px var(--accent3)}.progress-fill:after{content:"";position:absolute;top:50%;right:-4px;width:8px;height:8px;border-radius:50%;background:var(--ink);box-shadow:0 0 8px var(--accent3),0 0 0 2px rgba(51,224,255,.35);transform:translateY(-50%);opacity:0;transition:opacity .16s ease}.progress-line.active .progress-fill:after{opacity:1}.tier-scrubber{display:flex;gap:3px;margin-top:14px;height:8px}.seg{border-radius:4px;background:rgba(255,255,255,.08);transition:background .26s ease,box-shadow .26s ease}.seg[data-state=current]{background:linear-gradient(90deg,var(--accent1),var(--accent3));box-shadow:0 0 12px rgba(124,92,255,.6)}.seg[data-state=correct]{background:var(--correct)}.seg[data-state=wrong]{background:var(--wrong)}.seg[data-state=partial]{background:var(--partial)}.seg[data-state=skip]{background:rgba(255,255,255,.16)}.compact-audio{display:none}.entry-panel{display:grid;gap:8px}.search-wrap{position:relative}.search-input{width:100%;min-width:0;min-height:54px;border:1px solid var(--line-strong);border-radius:14px;background:rgba(255,255,255,.05);color:var(--ink);padding:0 14px;font-size:16px;font-weight:500;outline:none}.search-input::placeholder{color:var(--soft);text-align:right}.search-input:focus{border-color:transparent;box-shadow:0 0 0 2px var(--accent1),0 0 20px rgba(124,92,255,.35)}.suggestions{position:absolute;z-index:4;bottom:calc(100% + 7px);left:0;right:0;max-height:228px;margin:0;padding:0;list-style:none;border:1px solid var(--line-strong);border-radius:16px;overflow:auto;background:rgba(18,16,28,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 24px 50px rgba(0,0,0,.55)}.suggestion-item{min-height:52px;display:grid;gap:2px;padding:9px 13px;border-bottom:1px solid var(--line);text-align:right;cursor:pointer;opacity:0;transform:translateY(4px);animation:suggestion-in .16s ease forwards;animation-delay:calc(var(--i, 0) * 25ms)}.suggestion-item:last-child{border-bottom:0}.suggestion-item strong{color:var(--ink);font-size:15px;line-height:1.15;font-weight:600}.suggestion-item span{color:var(--muted);font-size:12px;font-weight:500}.suggestion-item:focus-visible,.suggestion-item:hover{background:rgba(124,92,255,.14)}.actions{display:grid;grid-template-columns:1fr 86px;gap:9px}.action-button{min-height:54px;border:0;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;transition:transform 90ms ease,box-shadow 90ms ease}.action-button:active{transform:scale(.97)}.action-button[disabled]{cursor:not-allowed;opacity:.45}.guess-button{background:linear-gradient(95deg,var(--accent1),var(--accent2));color:#fff;box-shadow:0 10px 24px rgba(124,92,255,.35)}.guess-button:not([disabled]){animation:guess-ready 1.8s ease-in-out infinite}.skip-button{border:1px solid var(--line-strong);background:rgba(255,255,255,.055);color:var(--ink)}.feedback-line{min-height:18px;color:var(--muted);font-size:13px;line-height:1.35;font-weight:500}.notice{color:var(--danger);font-size:14px;line-height:1.35;font-weight:600}button:focus-visible,input:focus-visible,li:focus-visible{outline:2px solid var(--accent3);outline-offset:2px}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 4px 0;flex-wrap:wrap}.site-footer-copyright{display:flex;align-items:center;gap:4px;color:var(--soft);font-size:11.5px;line-height:1.3;font-weight:500}.copyright-mark{font-size:13px}.site-footer-links{display:flex;align-items:center;gap:8px}.site-footer-link{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;color:var(--muted);background:rgba(255,255,255,.06);border:1px solid var(--line);transition:color 90ms ease,border-color 90ms ease,background 90ms ease}.site-footer-link:focus-visible,.site-footer-link:hover{color:var(--accent3);border-color:rgba(51,224,255,.4);background:rgba(51,224,255,.08);outline:none}.site-footer-link svg{width:17px;height:17px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}.reveal-youtube-link{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;margin:10px auto 0;color:#ffffff;background:#ff0000;border:1px solid #ff0000;box-shadow:0 0 0 4px rgba(255,0,0,.12);transition:background 90ms ease,box-shadow 90ms ease,transform 90ms ease}.reveal-youtube-link:focus-visible,.reveal-youtube-link:hover{background:#e60000;box-shadow:0 0 0 5px rgba(255,0,0,.2);transform:scale(1.05);outline:none}.reveal-youtube-link svg{width:17px;height:17px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}.post-countdown-panel,.post-distribution-panel,.post-share-panel,.reveal-panel,.status-panel{position:relative;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--panel);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-panel{display:grid;gap:14px;padding:18px;text-align:center}.post-game-stack{display:grid;gap:10px}.post-countdown-panel,.post-distribution-panel,.post-share-panel,.reveal-panel{padding:16px}.reveal-panel.solved{border-color:var(--correct-line)}.reveal-panel.solved:before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:radial-gradient(circle at 50% 20%,rgba(53,214,138,.35),transparent 65%);opacity:0;pointer-events:none;z-index:-1;animation:victory-glow 1.1s ease-out}.reveal-panel.missed{border-color:var(--wrong-line)}.panel-kicker{margin-bottom:6px;font-family:Secular One,sans-serif;font-size:12px;line-height:1.2;font-weight:400;display:inline-block;padding:4px 12px;border-radius:999px;background:rgba(124,92,255,.15);color:var(--accent3)}.reveal-panel.solved .panel-kicker{background:rgba(53,214,138,.15);color:var(--correct)}.reveal-panel.missed .panel-kicker{background:rgba(255,92,122,.15);color:var(--wrong)}.panel-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.post-distribution-list{display:grid;gap:8px;margin-top:12px}.post-distribution-row{display:grid;grid-template-columns:28px 1fr 38px;align-items:center;gap:8px}.post-distribution-label,.post-distribution-value{color:var(--muted);font-size:12px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.post-distribution-track{height:8px;border-radius:999px;background:rgba(255,255,255,.1);overflow:hidden;display:flex}.post-distribution-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent1),var(--accent3));box-shadow:0 0 8px rgba(124,92,255,.5)}.post-distribution-row-current .post-distribution-label,.post-distribution-row-current .post-distribution-value{color:var(--correct)}.post-distribution-row-current .post-distribution-fill{background:linear-gradient(90deg,var(--correct),var(--accent3));box-shadow:0 0 10px rgba(53,214,138,.5)}.post-distribution-row-current.post-distribution-row-failed .post-distribution-label,.post-distribution-row-current.post-distribution-row-failed .post-distribution-value{color:var(--wrong)}.post-distribution-row-current.post-distribution-row-failed .post-distribution-fill{background:linear-gradient(90deg,var(--wrong),var(--wrong-line));box-shadow:0 0 10px rgba(255,92,122,.5)}.post-countdown-panel{text-align:center}.countdown-value{margin:8px 0 2px;font-family:Secular One,sans-serif;font-size:32px;line-height:1;font-weight:400;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;background:linear-gradient(95deg,var(--accent3),var(--accent1));-webkit-background-clip:text;background-clip:text;color:transparent}.post-share-panel .action-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.post-share-panel .action-button svg{width:17px;height:17px;stroke:currentColor;stroke-width:2;stroke-linecap:round}.enter-up{animation:enter-up .22s ease both}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes enter-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes drift1{0%,to{transform:translate(0)}50%{transform:translate(40px,30px)}}@keyframes drift2{0%,to{transform:translate(0)}50%{transform:translate(-30px,-40px)}}@keyframes row-pop{0%{transform:scale(1)}35%{transform:scale(1.025);box-shadow:0 0 0 1px rgba(255,255,255,.16),0 14px 30px rgba(0,0,0,.35)}to{transform:scale(1)}}@keyframes bar-bounce{0%,to{transform:scaleY(calc(var(--base, .4) * .85))}50%{transform:scaleY(calc(var(--base, .4) * 1.35))}}@keyframes suggestion-in{to{opacity:1;transform:translateY(0)}}@keyframes guess-ready{0%,to{box-shadow:0 10px 24px rgba(124,92,255,.35)}50%{box-shadow:0 10px 30px rgba(255,92,138,.45)}}@keyframes victory-glow{0%{opacity:0}35%{opacity:1}to{opacity:0}}.success-confetti{position:fixed;inset:0;z-index:10;width:100%;height:100%;pointer-events:none}.game-shell.is-celebrating .attempt-row,.game-shell.is-celebrating .player-card,.game-shell.is-celebrating .post-countdown-panel,.game-shell.is-celebrating .post-distribution-panel,.game-shell.is-celebrating .post-share-panel,.game-shell.is-celebrating .reveal-panel,.game-shell.is-celebrating .wave-play{-webkit-backdrop-filter:none;backdrop-filter:none}@media (min-width:700px){.page-shell{width:420px}}@media (max-width:390px){.page-shell{padding:10px}.game-shell{gap:14px}.attempt-row{min-height:58px;grid-template-columns:49px 1fr 30px;padding:8px 10px}.duration-chip{width:40px;height:40px;font-size:13px}.duration-chip-crown{top:-6px;width:15px;height:5.5px}.attempt-title{font-size:14px}.waveform{height:72px}.action-button,.search-input{min-height:50px}.help-button,.help-close,.site-footer-link{width:32px;height:32px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:1ms!important;transition-duration:1ms!important}body:after,body:before{display:none}}