@import "https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,400&family=Itim&display=swap";*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}:root{--bg:#cfdaea;--bg-top:#c7d2e2;--blue:#3d6bde;--blue-faded:#3d6bde47;--accent:#366aee;--text:#1c2333;--text-muted:#7a8594;--white:#fff;--font:"Itim", cursive;--font-display:"Averia Serif Libre", serif}html,body,#root{height:100%}body{font-family:var(--font);background:linear-gradient(180deg, var(--bg) 0%, var(--bg-top) 100%) fixed;color:var(--text);-webkit-font-smoothing:antialiased}button{font-family:var(--font);cursor:pointer}.game-title,.current-word,.win-word{font-family:var(--font-display)}.start-screen{flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;max-width:480px;min-height:100dvh;margin:0 auto;padding:2rem;display:flex}.start-header{text-align:center}.game-title{letter-spacing:-.02em;font-size:2.2rem;font-weight:700;line-height:1.15}.game-subtitle{color:var(--text-muted);margin-top:.4rem;font-size:1rem;font-weight:300}.start-form{flex-direction:column;gap:.75rem;width:100%;max-width:280px;margin:0 auto;display:flex}.input-group{flex-direction:column;gap:.3rem;display:flex}.input-group label{letter-spacing:.06em;color:var(--text-muted);font-size:.75rem}.input-wrapper{position:relative}.input-group input{font-family:var(--font);background:var(--white);color:var(--text);border:none;border-radius:10px;outline:none;width:100%;padding:.65rem 2.4rem .65rem .9rem;font-size:1.1rem;transition:box-shadow .15s}.input-group input:focus{box-shadow:0 0 0 2px var(--text)}.input--valid:not(:focus){box-shadow:0 0 0 2px #4caf50}.input--invalid:not(:focus){box-shadow:0 0 0 2px #e05252}.word-check-badge{pointer-events:none;align-items:center;line-height:1;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.mp-locked-in{align-items:center;gap:.3rem;display:inline-flex}.word-check-badge--checking{color:var(--text-muted)}.word-check-badge--valid{color:#4caf50}.word-check-badge--invalid{color:#e05252}.btn-start{background:var(--text);color:var(--white);border:none;border-radius:10px;padding:.75rem;font-size:1rem;transition:opacity .15s,transform .12s}.btn-start:not(:disabled):hover{transform:translateY(-1px)}.btn-start:not(:disabled):active{transform:translateY(0)scale(.97)}.btn-start:disabled{opacity:.35;cursor:not-allowed}.btn-start--accent{background:var(--blue)}.btn-start--ghost{color:var(--text);background:0 0;border:1.5px solid #1c23334d}.btn-start--ghost:not(:disabled):hover{background:#1c23330f}.error-boundary{text-align:center;flex-direction:column;gap:.8rem;max-width:480px;margin:0 auto;padding:2rem 1.5rem;display:flex}.error-boundary__details{text-align:left;color:var(--text-muted);margin-top:.5rem;font-size:.75rem}.error-boundary__details pre{white-space:pre-wrap;word-break:break-word;overflow-x:auto}.btn-back{color:var(--text-muted);background:0 0;border:none;padding:.5rem;font-size:.85rem;transition:color .15s,transform .12s}.btn-back:hover{color:var(--text);transform:translate(-2px)}.btn-back:active{transform:scale(.97)}.home-divider{text-align:center;letter-spacing:.04em;color:var(--text-muted);font-size:.78rem;position:relative}.home-divider:before,.home-divider:after{content:"";background:var(--blue-faded);width:28%;height:1px;position:absolute;top:50%}.home-divider:before{left:0}.home-divider:after{right:0}.home-divider--minor{color:var(--text-muted);opacity:.7;font-size:.72rem}.home-hero-rabbit{width:72px;height:72px;color:var(--text);margin-bottom:.5rem}.home-bottom-row{justify-content:center;gap:.5rem;margin-top:.8rem;display:flex}.home-saved-graphs{width:auto;color:var(--text-muted);white-space:nowrap;background:0 0;border:1.5px solid #1c233333;border-radius:20px;margin-top:0;padding:.45rem 1.1rem;font-size:.85rem}.home-saved-graphs:not(:disabled):hover{color:var(--text);background:#1c23330f;border-color:#1c233359}.home-join-row{gap:.5rem;width:100%;display:flex}.home-code-input{min-width:0;font-family:var(--font);background:var(--white);color:var(--text);letter-spacing:.1em;text-transform:uppercase;border:1.5px solid #1c233333;border-radius:10px;outline:none;flex:1;padding:.65rem .75rem;font-size:1.1rem;transition:border-color .15s}.home-code-input:focus{border-color:var(--text)}.home-join-btn{flex-shrink:0;margin-top:0;padding:.65rem 1.1rem}.error-msg{color:#c0392b;text-align:center;font-size:.85rem}.home-footer{text-align:center;flex-direction:column;gap:.15rem;padding-bottom:.5rem;display:flex}.home-footer a{color:inherit;text-underline-offset:2px;text-decoration:underline}.htp-overlay{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#141a2880;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.htp-card{background:var(--bg);border-radius:18px;flex-direction:column;gap:1rem;width:100%;max-width:640px;padding:1.25rem 1.25rem 1.5rem;display:flex}.htp-header{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.htp-heading{font-family:var(--font-display);color:var(--text);font-size:1.5rem;font-weight:700}.htp-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:.25rem;transition:color .12s,background .12s;display:flex}.htp-close:hover{color:var(--text);background:#1c23330f}.htp-steps{flex-direction:row;gap:.5rem;display:flex}.htp-step{border:1.5px solid #1c23332e;border-radius:14px;flex-direction:column;flex:1;gap:.35rem;min-width:0;min-height:0;padding:.6rem .6rem .75rem;display:flex}.htp-illus{flex:1;align-items:center;min-height:0;display:flex}.htp-illus svg{width:100%;height:auto;display:block}.htp-step-header{flex-wrap:wrap;flex-shrink:0;align-items:baseline;gap:.3rem;display:flex}.htp-step-n{font-family:var(--font-display);color:var(--text);flex-shrink:0;font-size:1.1rem;font-weight:700;line-height:1}.htp-step-title{font-family:var(--font-display);color:var(--text);font-size:1.1rem;font-weight:700;line-height:1.2}.htp-step-desc{color:var(--text-muted);flex-shrink:0;font-size:.82rem;line-height:1.45}@media (width<=500px){.htp-overlay{align-items:center;padding:.6rem 3rem}.htp-card{flex-direction:column;gap:.6rem;max-width:none;max-height:88dvh;padding:.9rem;display:flex;overflow:hidden}.htp-steps{flex-direction:column;flex:1;gap:.5rem;min-height:0}.htp-step{flex:1}}.game-screen{flex-direction:column;height:100dvh;display:flex;overflow:hidden}.game-header{flex-shrink:0;justify-content:center;align-items:center;width:100%;max-width:480px;margin:0 auto;padding:1.1rem 1.4rem .6rem;display:flex}.target-chip{font-family:var(--font-display);color:var(--text-muted);align-items:center;gap:.4rem;font-size:1.55rem;font-weight:400;display:inline-flex}.target-chip__arrow{color:var(--text-muted);flex-shrink:0}.target-chip__start,.target-chip__end{color:var(--text);font-weight:700}.target-chip__end{color:var(--blue)}.graph-area{flex:1;justify-content:center;align-items:center;padding:.5rem;display:flex;overflow:auto}.graph-container svg{overflow:visible}.definition-panel{background:var(--white);border-radius:20px 20px 0 0;flex-direction:column;width:100%;display:flex;position:relative;overflow:hidden}.definition-panel--urgent{animation:1s ease-in-out infinite panel-urgent-pulse}@keyframes panel-urgent-pulse{0%,to{box-shadow:inset 0 0 0 2px #c0392b59}50%{box-shadow:inset 0 0 0 3px #c0392bf2}}@media (prefers-reduced-motion:reduce){.definition-panel--urgent{animation:none;box-shadow:inset 0 0 0 3px #c0392bd9}}.panel-resize-handle{cursor:ns-resize;touch-action:none;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem 0 .25rem;display:flex}.panel-resize-grip{background:var(--text-muted);opacity:.4;border-radius:2px;width:40px;height:4px;transition:opacity .15s}.panel-resize-handle:active .panel-resize-grip{opacity:.7}.mp-timer-panel{pointer-events:none;justify-content:space-between;align-items:center;padding:.75rem 1.4rem 0;display:flex}.mp-timer-panel__round,.mp-timer-panel__time{font-size:1.3rem;font-weight:700;font-family:var(--font-display);color:var(--text)}.mp-timer-panel__time--urgent{color:#c0392b}.definition-panel__header{flex-shrink:0;padding:1.4rem 1.4rem 0}.definition-panel__scroll{flex:1;min-height:0;padding:.75rem 1.4rem 2rem;overflow:hidden auto}.hop-count-row{align-items:center;gap:.4rem;margin-bottom:.15rem;display:flex}.hop-count{font-family:var(--font-display);color:var(--blue);font-size:1.7rem;font-weight:700}.current-word{align-items:baseline;gap:.4rem;margin-bottom:.9rem;font-size:1.7rem;font-weight:700;display:flex}.word-tooltip-anchor{cursor:help}@keyframes tooltip-in{0%{opacity:0;transform:translate(-50%)translateY(-6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes tooltip-out{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(-6px)}}.word-tooltip{z-index:9999;background:var(--white);border:1.5px solid var(--text);pointer-events:none;border-radius:12px;max-width:260px;padding:.6rem .85rem;animation:.18s ease-out forwards tooltip-in;position:fixed;transform:translate(-50%);box-shadow:0 4px 16px #00000026}.word-tooltip--out{animation:.14s ease-out forwards tooltip-out}.word-tooltip__def{color:var(--text-muted);font-size:.82rem;font-weight:300;line-height:1.55;font-family:var(--font)}.word-tooltip__def+.word-tooltip__def{border-top:1px solid #00000012;margin-top:.4rem;padding-top:.4rem}.word-tooltip__empty{color:var(--text-muted);font-size:.8rem;font-style:italic;font-family:var(--font)}.related-sections{flex-direction:column;gap:.65rem;display:flex}.related-group{flex-direction:column;gap:.3rem;display:flex}.related-group__label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.7rem;font-weight:400}.related-group__pills{flex-wrap:wrap;gap:.35rem;display:flex}.word-pill{color:var(--text);cursor:pointer;background:#e8ecf5;border:none;border-radius:100px;padding:.25rem .65rem;font-size:.88rem;font-weight:400;transition:background .12s,color .12s;display:inline-block}.word-pill:hover:not(:disabled){background:var(--blue);color:var(--white)}.word-pill:disabled{cursor:not-allowed;opacity:.5}.word-pill--failed{color:#b08888;cursor:not-allowed;background:#b43c3c12;-webkit-text-decoration:line-through #b43c3c66;text-decoration:line-through #b43c3c66}.word-pill--visited{color:var(--text-muted);border:1.5px solid var(--blue-faded);background:0 0;padding:0 .38rem}.word-pill--visited:hover:not(:disabled){background:var(--blue-faded);color:var(--text);border-color:var(--blue)}.word-pill--target{background:var(--blue);color:var(--white);font-weight:700}.word-pill--target:hover:not(:disabled){background:#2a56c6}.win-panel{background:var(--white);text-align:center;border-radius:20px 20px 0 0;flex-shrink:0;width:100%;max-width:480px;margin:0 auto;padding:2.5rem 1.4rem 3rem}.win-label{color:var(--text-muted);margin-bottom:.3rem;font-size:.85rem}.win-word{color:var(--blue);margin-bottom:.5rem;font-size:2.2rem;font-weight:700}.win-hops{color:var(--text-muted);margin-bottom:1.8rem;font-size:1rem}.btn-play-again{background:var(--text);color:var(--white);border:none;border-radius:100px;padding:.65rem 1.8rem;font-size:1rem;transition:opacity .15s,transform .12s}.btn-play-again:hover{transform:translateY(-1px)}.btn-play-again:active{transform:translateY(0)scale(.97)}.mp-screen{flex-direction:column;align-items:center;gap:1.8rem;max-width:480px;min-height:100dvh;margin:0 auto;padding:2rem 1.4rem;display:flex}.mp-section-label{letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;margin-bottom:.5rem;font-size:.72rem}.mp-btn-primary{background:var(--text);width:100%;color:var(--white);border:none;border-radius:10px;padding:.75rem;font-size:1rem;transition:opacity .15s,transform .12s}.mp-btn-primary:not(:disabled):hover{transform:translateY(-1px)}.mp-btn-primary:not(:disabled):active{transform:translateY(0)scale(.97)}.mp-btn-primary:disabled{opacity:.35;cursor:not-allowed}.mp-btn-ghost{width:100%;color:var(--text-muted);border:1.5px solid var(--blue-faded);background:0 0;border-radius:10px;padding:.6rem;font-size:.9rem;transition:background .15s,border-color .15s,transform .12s}.mp-btn-ghost:hover{border-color:var(--text-muted);background:#0000000a;transform:translateY(-1px)}.mp-btn-ghost:active{transform:translateY(0)scale(.97)}.mp-waiting-msg{color:var(--text-muted);text-align:center;font-size:.9rem}.mp-waiting-sub{color:var(--text-muted);text-align:center;margin-top:.3rem;font-size:.8rem}.mp-btn-secondary{width:100%;color:var(--text-muted);background:0 0;border:1.5px solid #00000026;border-radius:10px;padding:.55rem;font-size:.85rem;transition:background .15s,border-color .15s,transform .12s}.mp-btn-secondary:hover{border-color:var(--text-muted);background:#0000000d;transform:translateY(-1px)}.mp-btn-secondary:active{transform:translateY(0)scale(.97)}.mp-btn-danger{color:#c0392b;background:0 0;border:1.5px solid #c0392b4d;border-radius:10px;width:100%;padding:.55rem;font-size:.85rem;transition:background .15s,border-color .15s,transform .12s}.mp-btn-danger:hover{background:#c0392b12;border-color:#c0392b;transform:translateY(-1px)}.mp-btn-danger:active{transform:translateY(0)scale(.97)}.mp-lobby__exit{width:100%;margin-top:auto}.mp-divider{text-align:center;color:var(--text-muted);font-size:.85rem;position:relative}.loading-screen{justify-content:center;align-items:center;height:100dvh;display:flex}.loading-text{font-family:var(--font-display);color:var(--blue);font-size:1.8rem;animation:.65s ease-in-out infinite alternate loading-pulse}@keyframes loading-pulse{0%{opacity:.4}to{opacity:1}}.mp-lobby__header{text-align:center}.mp-room-code-label{letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;font-size:.72rem}.mp-room-code{font-family:var(--font-display);letter-spacing:.12em;color:var(--white);background:var(--text);border-radius:12px;padding:.15rem .8rem .25rem;font-size:2.4rem;font-weight:700}.mp-copy-btn{background:var(--text);color:var(--white);border:none;border-radius:100px;margin:.5rem auto 0;padding:.3rem .7rem;font-size:.75rem;transition:opacity .15s,transform .12s;display:block}.mp-copy-btn:hover{opacity:.8;transform:translateY(-1px)}.mp-copy-btn:active{transform:scale(.96)}.mp-lobby-hint{color:var(--text-muted);margin-top:.2rem;font-size:.8rem}.mp-lobby__players,.mp-lobby__settings{width:100%}.setting-row--slider{flex-direction:column;gap:.4rem;display:flex}.setting-row--toggle{justify-content:space-between;align-items:center;margin-top:.75rem;display:flex}.mp-toggle{font-family:var(--font);border:1.5px solid var(--text-muted);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:100px;padding:.25rem .75rem;font-size:.8rem;transition:background .15s,color .15s,border-color .15s}.mp-toggle--on{background:var(--blue);color:var(--white);border-color:var(--blue)}.setting-row__top{justify-content:space-between;align-items:baseline;display:flex}.setting-label{color:var(--text);font-size:.9rem}.setting-val{color:var(--text);font-size:.85rem;font-weight:700}.app-slider{accent-color:var(--text);cursor:pointer;height:8px}.time-slider{width:100%}.mp-player-list{flex-direction:column;gap:.5rem;width:100%;list-style:none;display:flex}.mp-lobby-action-btn{background:var(--white);cursor:pointer;border:none;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;padding:.35rem;transition:opacity .12s,transform .1s;display:flex}.mp-lobby-action-btn:hover{opacity:.75}.mp-lobby-action-btn:active{transform:scale(.92)}.mp-lobby-color{flex-shrink:0;align-items:center;display:flex;position:relative}.mp-color-palette{background:var(--white);z-index:20;transform-origin:100% 0;border-radius:12px;grid-template-columns:repeat(5,1fr);gap:.4rem;padding:.55rem;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #0000002e}.mp-color-swatch{cursor:pointer;border:none;border-radius:100px;width:24px;height:24px;padding:0;transition:transform .12s;position:relative;overflow:hidden}.mp-color-swatch:hover:not(:disabled){transform:scale(1.15)}.mp-color-swatch--current{box-shadow:0 0 0 2px var(--text)}.mp-color-swatch--taken{cursor:not-allowed}.mp-color-swatch--taken:after{content:"";background:linear-gradient(to bottom right,#0000 calc(50% - 1px),#000 calc(50% - 1px) calc(50% + 1px),#0000 calc(50% + 1px));position:absolute;inset:0}.mp-submit-badge{color:var(--text);background:#00000014;border-radius:100px;padding:.15rem .5rem;font-size:.75rem}.mp-submit-badge--done,.mp-submit-badge--skipped{color:var(--text);background:#00000014}.mp-pregame{flex-direction:column;align-items:center;width:100%;max-width:480px;height:100dvh;margin:0 auto;padding:2rem 1.5rem 1.5rem;display:flex}.mp-pregame__bottom{flex-direction:column;gap:.75rem;width:100%;display:flex}.mp-pregame__header{text-align:center;width:100%}.mp-pregame-title{font-family:var(--font-display);margin:0;font-size:1.75rem;font-weight:700}.mp-pregame-remaining{color:var(--text-muted)}.mp-bin-nodes{flex:1;width:100%;max-width:480px;min-height:0;overflow:visible}.mp-pregame__form{width:100%}.mp-pregame__waiting{text-align:center}.mp-game-layout{flex-direction:column;height:100dvh;display:flex;position:relative;overflow:hidden}.mp-canvas-pills{pointer-events:none;justify-content:center;width:100%;display:flex}.mp-canvas-pills .mp-player-cards{pointer-events:auto}.mp-player-cards{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.mp-player-pill{border-radius:100px;align-items:center;gap:.45rem;height:36px;padding:.28rem .28rem .28rem .75rem;display:flex}.mp-player-pill__name{white-space:nowrap;flex:1;font-size:.83rem;font-weight:500}.mp-player-pill__name--compact{font-size:1.05rem;font-family:var(--font-display);flex:unset;font-weight:700}.mp-you-badge{opacity:.75;font-weight:400}.mp-player-pill__stat{font-size:1.05rem;font-family:var(--font-display);flex-shrink:0;align-items:center;gap:.25rem;font-weight:700;display:flex}.mp-player-pill__stat--badge{background:var(--white);border-radius:100px;height:100%;padding:0 .65rem;position:relative}.mp-pill-win-ring{aspect-ratio:1;pointer-events:none;border:2.5px solid;border-radius:50%;width:150%;margin-top:-75%;margin-left:-75%;position:absolute;top:50%;left:50%}.mp-skip-pill{cursor:pointer;border:none;border-radius:100px;flex-shrink:0;align-items:center;height:36px;margin-left:.6rem;padding:0 .75rem;transition:opacity .12s;display:flex}.mp-skip-pill:hover{opacity:.75}.mp-skip-pill:active{opacity:.55;transform:scale(.96)}.mp-skip-pill__label{font-size:1rem;font-family:var(--font-display);white-space:nowrap;align-items:center;gap:.35rem;font-weight:700;display:flex}.mp-word-pair-row{pointer-events:none;justify-content:center;align-items:center;display:flex}.daily-badge{text-align:center;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);pointer-events:none;flex:1;font-size:.72rem}.mp-settings-btn{z-index:30;cursor:pointer;width:34px;height:34px;color:var(--text-muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:color .15s;display:flex;position:absolute;top:.5rem;right:.6rem}.mp-settings-btn:hover{color:var(--text)}.graph-back-btn{background:var(--white);cursor:pointer;width:34px;height:34px;color:var(--text);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .12s,color .15s;display:flex;box-shadow:0 2px 10px #0000001f}.graph-back-btn:hover{color:var(--accent);transform:translateY(-1px)}.graph-back-btn:active{transform:translateY(0)scale(.94)}.graph-back-btn__icon{transform:rotate(180deg)}.mp-settings-backdrop{z-index:25;position:fixed;inset:0}.mp-settings-popover{z-index:30;background:var(--white);border-radius:12px;flex-direction:column;gap:.4rem;min-width:140px;padding:.6rem;display:flex;position:absolute;top:3.2rem;right:.9rem;box-shadow:0 4px 20px #00000026}.volume-widget{z-index:50;flex-direction:column;align-items:center;display:flex;position:fixed;top:.6rem;right:3.2rem}.volume-widget__btn{cursor:pointer;width:30px;height:30px;color:var(--text-muted);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s;display:flex}.volume-widget__btn:hover{color:var(--text)}.volume-widget__dropdown{opacity:0;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;padding-top:.3rem;transition:opacity .15s;display:flex}.volume-widget:hover .volume-widget__dropdown,.volume-widget:focus-within .volume-widget__dropdown{opacity:1;pointer-events:auto}.volume-widget__slider{writing-mode:vertical-lr;direction:rtl;width:24px;height:88px}.audio-bar{z-index:50;font-family:var(--font);pointer-events:none;align-items:center;gap:.4rem;display:flex;position:fixed;bottom:.8rem;right:.8rem}.radio-pill,.audio-icon-wrap{pointer-events:auto}.audio-icon-wrap{align-items:center;display:flex}.radio-pill{background:var(--white);border-radius:100px;align-items:center;gap:.3rem;padding:.3rem .6rem .3rem .45rem;display:flex}.radio-zone{align-items:center;gap:.3rem;display:flex;position:relative}.radio-zone__icon{cursor:pointer;color:var(--text-muted);background:0 0;border:none;align-items:center;padding:.15rem;transition:color .15s;display:flex}.radio-zone__icon:hover{color:var(--text)}.radio-zone--stations{cursor:default;padding-right:.15rem}.radio-now{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:130px;font-size:.82rem;transition:color .15s;overflow:hidden}.radio-zone--stations:hover .radio-now{color:var(--text)}.radio-pop{opacity:0;pointer-events:none;transition:opacity .15s;position:absolute;bottom:100%}.radio-zone:hover .radio-pop{opacity:1;pointer-events:auto}.radio-pop--vol{flex-direction:column;align-items:center;gap:.3rem;padding-bottom:.45rem;display:flex;left:50%;transform:translate(-50%)}.audio-slider-label{font-family:var(--font);color:var(--text);white-space:nowrap;font-size:.68rem}.radio-slider{writing-mode:vertical-lr;direction:rtl;width:24px;height:88px}.radio-pop--list{padding-bottom:.75rem;right:-.6rem}.radio-eq{align-items:flex-end;gap:2px;height:11px;display:inline-flex}.radio-eq i{background:var(--accent);border-radius:1px;width:2.5px;animation:.9s ease-in-out infinite radio-eq}.radio-eq i:first-child{height:40%;animation-delay:-.2s}.radio-eq i:nth-child(2){height:90%;animation-delay:-.5s}.radio-eq i:nth-child(3){height:60%;animation-delay:-.05s}@keyframes radio-eq{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.volume-widget--inline{position:relative;top:auto;right:auto}.volume-widget--up .volume-widget__dropdown{padding:0 0 .45rem;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.radio-panel{background:var(--white);border-radius:14px;flex-direction:column;gap:2px;width:210px;max-height:340px;padding:.4rem;display:flex;overflow-y:auto}.radio-panel__head{text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);padding:.3rem .5rem .2rem;font-size:.68rem}.radio-station{cursor:pointer;text-align:left;font-family:var(--font);color:var(--text);background:0 0;border:none;border-radius:9px;flex-direction:column;align-items:flex-start;gap:1px;padding:.4rem .55rem;transition:background .12s,color .12s;display:flex}.radio-station:hover{background:var(--bg)}.radio-station--active{background:var(--accent);color:var(--white)}.radio-station__name{font-size:.86rem;line-height:1.1}.radio-station__tag{color:var(--text-muted);font-size:.68rem}.radio-station--active .radio-station__tag{color:#ffffffd1}.radio-backdrop{z-index:49;position:fixed;inset:0}.mp-game-body{flex-direction:column-reverse;flex:1;gap:.55rem;min-height:0;padding:0 .65rem;display:flex}.mp-game-canvas{border-radius:18px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.mp-canvas-header{flex-shrink:0;align-items:center;gap:.5rem;padding:.5rem .6rem .35rem;display:flex}.mp-canvas-header__left{flex-shrink:0;align-items:center;width:34px;display:flex}.mp-canvas-header__center{flex-direction:column;flex:1;align-items:center;gap:.15rem;min-width:0;display:flex}.mp-canvas-header__right{flex-shrink:0;justify-content:flex-end;align-items:center;width:34px;display:flex}.mp-canvas-graph{flex:1;min-height:0;position:relative;overflow:hidden}.mp-game-sidebar{flex-direction:column;flex-shrink:0;width:100%;max-height:38vh;display:flex;overflow:hidden}.mp-game-sidebar .definition-panel{border-radius:18px 18px 0 0;flex:1;max-width:none;min-height:0}.mp-bottom-panel{display:none}@media (width>=768px){.mp-game-body{flex-direction:row;gap:.65rem;padding:0 .75rem .75rem}.mp-game-sidebar{flex-direction:column;flex-shrink:0;gap:.75rem;width:30vw;max-height:none;padding-top:.6rem;display:flex;overflow:hidden}.mp-game-sidebar .definition-panel{border-radius:18px;flex:1;min-height:0}.mp-game-canvas{min-height:unset;border-radius:18px;flex:1;overflow:hidden}.mp-settings-btn{top:.5rem;right:.6rem}}.mp-leaderboard{background:var(--white);border-radius:14px;flex-direction:column;gap:.5rem;padding:.85rem .9rem;display:flex;box-shadow:0 4px 20px #0000001f}.mp-lb-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.mp-lb-card{background:#00000008;border:1.5px solid #0000;border-radius:9px;padding:.45rem .6rem;transition:border-color .25s,background .25s}.mp-lb-card--won{background:#0000000a}.mp-lb-card__top{justify-content:space-between;align-items:center;gap:.3rem;margin-bottom:.25rem;display:flex}.mp-lb-card__won-icon{flex-shrink:0}.mp-lb-name{word-break:break-all;font-size:.82rem;font-weight:600}.mp-lb-card__stats{align-items:center;gap:.6rem;display:flex}.mp-lb-stat{color:var(--text-muted);align-items:center;gap:.25rem;font-size:.72rem;display:flex}.mp-lb-dnf{color:var(--text-muted);font-size:.7rem}.mp-summary{position:fixed;inset:0;overflow:hidden}.mp-summary__canvas{z-index:0;background:var(--bg);position:absolute;inset:0}.mp-summary__overlay{z-index:1;pointer-events:none;flex-direction:column;max-width:480px;margin:0 auto;padding:1.4rem;display:flex;position:absolute;inset:0}.mp-summary__top,.mp-summary__scores,.mp-summary__actions{pointer-events:auto}.mp-summary__top{text-align:center}.mp-pair-display{font-family:var(--font-display);justify-content:center;align-items:center;gap:.4rem;font-size:1.5rem;font-weight:700;display:flex}.mp-pair-arrow{color:var(--text-muted);flex-shrink:0}.mp-summary__hint{color:var(--text-muted);margin-top:.3rem;font-size:.72rem}.mp-summary__scores{flex-direction:column;gap:.4rem;width:100%;margin-top:.9rem;display:flex}.mp-summary-row{font-family:var(--font);cursor:pointer;background:#ffffff8c;border:1.5px solid #0000;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem .8rem;transition:border-color .2s,opacity .15s,transform .15s,background .15s,box-shadow .15s;display:flex}.mp-summary-row:hover{background:#ffffffeb;transform:translateY(-2px);box-shadow:0 4px 14px #0000001a}.mp-summary-row:active{transform:scale(.98)}.mp-summary-row--won{background:#ffffffbf}.mp-summary-row--active{background:#ffffffeb;box-shadow:0 4px 14px #0000001a}.mp-summary-row--dim{opacity:.4}.mp-summary-name{text-align:left;flex:1;font-size:.92rem}.mp-summary-stats{color:var(--text-muted);font-size:.8rem}.mp-summary-points{color:var(--text);text-align:right;min-width:3rem;font-size:.92rem;font-weight:700}.mp-summary__actions{flex-direction:column;gap:.6rem;width:100%;margin-top:auto;display:flex}.mp-combined-graph{width:100%;height:100%}.mp-combined-empty{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:.85rem;display:flex}.mp-round-layout{background:var(--bg);flex-direction:column-reverse;height:100dvh;display:flex;overflow:hidden}.mp-round-left{background:var(--bg);flex-direction:column;flex-shrink:0;gap:1rem;max-height:52vh;padding:1.6rem 1.2rem 1.6rem 2.2rem;display:flex;overflow-y:auto}.mp-round-right{flex-direction:column;flex:1;min-height:0;display:flex}.mp-round-header{flex-direction:column;align-items:center;gap:.5rem;display:flex}.mp-round-title{font-family:var(--font-display);color:var(--text);text-align:center;font-size:1.35rem;font-weight:700}.mp-round-dots{align-items:center;gap:.55rem;display:flex}.mp-round-dot{border:2.5px solid var(--text);background:0 0;border-radius:50%;width:12px;height:12px}.mp-round-dot--filled{background:var(--text)}.mp-round-dot-hit{cursor:pointer;margin:-5px;padding:5px}.stat-card{background:var(--white);border-radius:16px;align-items:center;gap:.6rem;padding:.5rem 1.2rem;display:flex}.stat-card--center{align-self:center}.stat-card__num{font-family:var(--font-display);color:var(--text);white-space:nowrap;font-size:2.2rem;font-weight:700;line-height:1}.stat-card__label{font-family:var(--font);color:var(--text);font-size:1rem;line-height:1.05}.mp-lobby__stats{gap:.6rem;margin-bottom:.9rem;display:flex}.mp-lobby__stats .stat-card{flex:none;justify-content:flex-start;padding-left:.6rem;padding-right:.9rem}.mp-lobby__stats .stat-card__num{font-size:1.7rem}.stat-stepper{flex-direction:column;gap:1px;margin-right:.1rem;display:flex}.stat-stepper__btn{cursor:pointer;width:22px;height:17px;color:var(--text-muted);background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;padding:0;transition:color .12s,background .12s;display:flex}.stat-stepper__btn:hover:not(:disabled){color:var(--text);background:var(--bg)}.stat-stepper__btn:disabled{opacity:.3;cursor:default}.stat-stepper__icon{display:flex}.stat-stepper__icon--up{transform:rotate(-90deg)}.stat-stepper__icon--down{transform:rotate(90deg)}.mp-round-rows{flex-direction:column;gap:.7rem;display:flex}.mp-round-rows>*{width:100%}.mp-round-row{cursor:pointer;width:100%;min-height:2.75rem;font-family:var(--font);box-shadow:0 0 0 2.5px var(--white);text-align:left;border:none;border-radius:100px;align-items:center;gap:.55rem;padding:.3rem .45rem;transition:opacity .15s,box-shadow .15s,transform .15s;display:flex}.mp-round-row:hover{box-shadow:0 0 0 2.5px var(--white), 0 4px 14px #0000002e;transform:translateY(-1px)}.mp-round-row--active{box-shadow:0 0 0 3.5px var(--white), 0 4px 16px #0003}.mp-round-row--dim{opacity:.4}.mp-round-row__badge{background:var(--white);font-size:.9rem;font-family:var(--font-display);white-space:nowrap;border-radius:100px;flex-shrink:0;align-items:center;gap:.25rem;padding:.35rem .8rem;font-weight:700;display:flex}.mp-round-row__name{color:var(--white);flex:1;font-size:.9rem;font-weight:500}.mp-round-row__name:first-child{padding-left:.6rem}.mp-round-row__score{color:var(--white);font-size:1rem;font-weight:700;font-family:var(--font-display);text-align:right;min-width:2.5rem}.mp-round-divider{background:#0000001a;border-radius:100px;height:1.5px;margin:.15rem 0}.mp-round-pair{font-family:var(--font-display);flex-shrink:0;justify-content:center;align-items:center;gap:.4rem;font-size:1.3rem;font-weight:700;display:flex}.mp-round-pair__start{color:var(--text-muted)}.mp-round-pair__end{color:var(--text)}.mp-round-graph{flex:1;min-height:0;position:relative}.mp-round-graph,.mp-round-right{height:100%}.mp-round-graph .mp-combined-graph{position:absolute;inset:0}.mp-round-actions{flex-direction:column;align-items:center;gap:.55rem;display:flex}.mp-round-actions .mp-btn-primary{width:100%}.mp-round-actions .mp-waiting-msg{text-align:center}@media (width>=768px){.mp-round-layout{flex-direction:row;justify-content:center;align-items:center;gap:3rem}.mp-round-left{flex:0 0 300px;max-height:none;padding:2rem 1.5rem 2rem 2rem;overflow-y:auto}.mp-round-right{aspect-ratio:1;flex:none;width:min(100dvh,100vw - 348px);min-width:0;height:auto}}.mp-final-pill-wrap{flex-direction:column;gap:.3rem;display:flex}.mp-final-pill-wrap .mp-round-row{width:100%}.mp-final-pill__words{color:#ffffffb3;flex-shrink:0;font-size:.75rem}.mp-final-pill-rounds{color:var(--text);background:#0000000f;border-radius:10px;flex-wrap:wrap;justify-content:center;gap:.1rem;padding:.4rem .7rem;font-size:.78rem;display:flex}.mp-final-round-score{align-items:center;gap:.15rem;display:inline-flex}.mp-final-round-score--dnf{color:var(--text-muted)}.mp-final-round-hops{color:var(--text-muted);align-items:center;gap:.1rem;font-size:.72rem;display:inline-flex}.mp-final-round-sep{color:var(--text-muted);margin:0 .1rem}.mp-final-results__actions{flex-direction:column;gap:.6rem;padding-bottom:.4rem;display:flex}.mp-round-intro{z-index:100;background:var(--bg);cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:fixed;inset:0}.mp-round-intro__title{font-family:var(--font-display);color:var(--text);font-size:3rem;font-weight:700;line-height:1}.mp-round-intro__dots{align-items:center;gap:.75rem;display:flex}.mp-round-intro__pair{font-family:var(--font-display);color:var(--text);align-items:center;gap:.75rem;font-size:2.2rem;font-weight:700;display:flex}.mp-round-intro__word--target{color:var(--blue)}.mp-round-intro__arrow{color:var(--text-muted);flex-shrink:0}.mp-path-found-banner{z-index:10;pointer-events:auto;white-space:nowrap;background:var(--text);color:var(--white);border-radius:100px;align-items:center;gap:.4rem;padding:.3rem .5rem .3rem .85rem;font-size:.78rem;display:inline-flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.mp-path-found-banner span{flex:1}.mp-path-found-banner__dismiss{color:#ffffffa6;background:0 0;border:none;border-radius:50%;flex-shrink:0;align-items:center;padding:.1rem;transition:color .12s,background .12s;display:flex}.mp-path-found-banner__dismiss:hover{color:var(--white);background:#ffffff26}.mp-loading{color:var(--text-muted);justify-content:center}.mp-name-setup,.mp-join{justify-content:center;gap:2.5rem}@media (width<=767px){.definition-panel__header{flex-wrap:wrap;align-items:center;column-gap:.45rem;padding-top:.5rem;display:flex}.hop-count-row{order:1;margin-bottom:0}.hop-count-row:after{content:"·";color:var(--text-muted);font-weight:700}.current-word{order:2;margin-bottom:0}.definition-panel__scroll{padding-top:.3rem;padding-bottom:2.5rem}.mp-player-cards{gap:.38rem}.mp-player-pill{gap:.3rem;height:28px;padding:.2rem .2rem .2rem .55rem}.mp-player-pill__name{font-size:.72rem}.mp-player-pill__name--compact{font-size:.85rem}.mp-player-pill__stat{gap:.2rem;font-size:.85rem}.mp-player-pill__stat--badge{padding:0 .45rem}.mp-skip-pill{height:28px;margin-left:.4rem;padding:0 .55rem}.mp-skip-pill__label{gap:.25rem;font-size:.8rem}}.daily-graph-screen{flex-direction:column;gap:.5rem;height:100dvh;padding:.8rem;display:flex}.daily-graph-header{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.daily-graph-back{background:var(--white);cursor:pointer;width:34px;height:34px;color:var(--text);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.daily-graph-back__icon{transform:rotate(180deg)}.daily-graph-title{font-family:var(--font-display);color:var(--text);font-size:1.2rem;font-weight:700}.daily-graph-count{color:var(--text-muted);margin-left:auto;font-size:.85rem}.daily-graph-canvas{flex:1;min-height:0;position:relative}.daily-graph-empty{color:var(--text-muted);text-align:center;flex:1;justify-content:center;align-items:center;font-size:.95rem;display:flex}.btn-start--icon{justify-content:center;align-items:center;gap:.45rem;display:flex}.saved-graphs-screen{flex-direction:column;gap:.7rem;height:100dvh;padding:.8rem;display:flex}.saved-graphs-list{flex-direction:column;flex:1;gap:.5rem;min-height:0;display:flex;overflow-y:auto}.saved-graph-card{text-align:left;background:var(--white);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.7rem;width:100%;padding:.75rem .9rem;transition:transform .12s,box-shadow .15s;display:flex}.saved-graph-card:hover{transform:translateY(-1px);box-shadow:0 4px 14px #00000014}.saved-graph-card:active{transform:translateY(0)scale(.99)}.saved-graph-card--daily{background:var(--white);border:2px solid var(--accent)}.saved-graph-card__icon{color:var(--blue);flex-shrink:0;justify-content:center;align-items:center;display:flex}.saved-graph-card__main{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}.saved-graph-card__title{font-family:var(--font-display);color:var(--text);font-size:1rem;font-weight:700}.saved-graph-card__sub{color:var(--text-muted);font-size:.8rem}.saved-graph-card__players{flex-wrap:wrap;gap:.3rem;display:flex}.saved-graph-card__chip{color:var(--white);white-space:nowrap;border-radius:999px;padding:.1rem .45rem;font-size:.72rem;font-weight:600}.saved-graph-card__count{color:var(--text-muted);flex-shrink:0;font-size:.85rem}.saved-graph-card__del{width:26px;height:26px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.saved-graph-card__del:hover{color:var(--text);background:#00000012}.saved-graphs-empty{text-align:center;max-width:18rem;color:var(--text-muted);margin:auto;font-size:.95rem}.saved-graph-delete{background:var(--white);cursor:pointer;width:34px;height:34px;color:var(--text-muted);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s;display:flex}.saved-graph-delete:hover{color:var(--text)}.mp-btn-save{background:var(--white);width:100%;color:var(--text);font-family:var(--font-display);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;margin-bottom:.5rem;padding:.6rem 1rem;font-size:.95rem;font-weight:700;transition:transform .12s,color .15s,background .15s;display:flex}.mp-btn-save:hover{color:var(--blue);transform:translateY(-1px)}.mp-btn-save:active{transform:translateY(0)scale(.98)}.mp-btn-save--saving{color:var(--text-muted);cursor:default;animation:.7s ease-in-out infinite alternate loading-pulse}.mp-btn-save--saving:hover{color:var(--text-muted);transform:none}.mp-btn-save--done{color:var(--text-muted);cursor:default}.mp-btn-save--done:hover{color:var(--text-muted);transform:none}
