*{box-sizing:border-box;margin:0;padding:0}:root{--tile-size:min(52px, max(28px, calc((100dvh - 30rem) / 6.5)));--tile-gap:5px;--tile-font:clamp(.75rem, calc(var(--tile-size) * .38), 1.5rem);--tile-border-width:2px;--keyboard-gap:3px;--keyboard-row-gap:6px;--key-height:50px;--key-font:.7rem;--key-radius:4px;--keyboard-max-width:100%;--horizontal-spacing-1:4px;--keyboard-height:calc(3 * var(--key-height) + 2 * var(--keyboard-row-gap))}@media (min-width:480px){:root{--tile-size:min(52px, max(28px, calc((100dvh - 30rem) / 6.5)));--tile-gap:5px;--keyboard-gap:4px;--keyboard-row-gap:7px;--key-height:56px;--key-font:.8rem}}@media (min-width:768px){:root{--tile-size:min(58px, max(30px, calc((100dvh - 31rem) / 6.5)));--keyboard-gap:4px;--key-height:60px;--key-font:.85rem;--keyboard-max-width:500px}}@media (min-width:1024px){:root{--tile-size:min(62px, max(32px, calc((100dvh - 32rem) / 6.5)));--keyboard-gap:5px;--keyboard-row-gap:8px;--key-height:64px;--key-font:.875rem;--key-radius:6px;--keyboard-max-width:500px}}@media (max-width:480px){:root{--tile-size:clamp(38px, min(calc((100vw - 24px) / 5.1), calc((100dvh - 24rem) / 6.2)), 62px);--tile-gap:clamp(4px, .8vw, 6px);--tile-font:clamp(.875rem, calc(1.125rem * var(--tile-size) / 44px), 1.25rem);--keyboard-gap:clamp(3px, .9vw, 4px);--keyboard-row-gap:clamp(5px, 1.2vw, 9px);--key-height:clamp(44px, 7.5vh, 70px);--key-font:clamp(.62rem, calc(.7rem * var(--tile-size) / 44px), .85rem);--key-radius:clamp(4px, calc(var(--tile-size) * .11), 6px);--horizontal-spacing-1:0px}.game-grid{margin-bottom:0}}html{overflow-x:hidden}body{color:#000;padding-top:max(12px, env(safe-area-inset-top,0px));padding-right:max(12px, env(safe-area-inset-right,0px));padding-bottom:max(12px, env(safe-area-inset-bottom,0px));padding-left:max(12px, env(safe-area-inset-left,0px));background-color:#fff;overflow-x:hidden;padding:0!important}@media (max-width:767px){body{padding-top:max(4px, env(safe-area-inset-top,0px))!important;padding-bottom:max(0px, env(safe-area-inset-bottom,0px))!important;padding-left:max(4px, env(safe-area-inset-left,0px))!important;padding-right:max(4px, env(safe-area-inset-right,0px))!important}}main{flex-direction:column;min-width:0;max-width:100%;min-height:100dvh;display:flex;overflow-x:hidden}.game-page{flex-direction:column;min-width:0;max-width:100%;height:100dvh;min-height:0;display:flex;overflow-x:hidden}.game-page__content{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.game-page__keyboard{flex-shrink:0;width:100%;min-width:0}@media (max-width:767px){html{min-height:100dvh}body{flex-direction:column;min-height:100svh;display:flex}main{flex-direction:column;flex:auto;min-width:0;max-width:100%;min-height:0;display:flex;overflow-x:hidden}.game-shell{flex-direction:column;flex:auto;width:100%;min-width:0;max-width:100%;min-height:0;display:flex}.game-shell__top{flex-direction:column;flex-shrink:0;align-items:center;width:100%;padding-top:0;display:flex}.game-grid-wrap{flex:1;justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;min-height:0;display:flex;overflow:hidden}.game-hint-slot{flex-shrink:0}.game-keyboard{flex-shrink:0;margin-top:0;padding-top:8px;padding-bottom:0}.game-shortname-notice{flex-shrink:0}}@media (max-width:767px) and (min-width:426px) and (max-width:434px) and (min-height:900px){main,.game-shell{flex:1;min-height:0}}.tile{-webkit-user-select:none;user-select:none}@keyframes tileFlip{0%{color:#000;background-color:#fff;border-color:#888;transform:scaleY(1)}49%{color:#000;background-color:#fff;border-color:#888;transform:scaleY(0)}50%{background-color:var(--tile-bg);color:#fff;border-color:var(--tile-border);transform:scaleY(0)}to{background-color:var(--tile-bg);color:#fff;border-color:var(--tile-border);transform:scaleY(1)}}.tile.flipping{animation:.38s forwards tileFlip}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.tile.pop{animation:.1s pop}@keyframes tileWinBounce{0%{transform:translate(0,0)scale(1)}40%{transform:translate(0,0)scale(1.14)}65%{transform:translate(0,0)scale(.96)}85%{transform:translate(0,0)scale(1.03)}to{transform:translate(0,0)scale(1)}}.game-tile.game-tile--win-bounce{animation:.45s cubic-bezier(.34,1.45,.55,1) both tileWinBounce;animation-delay:calc(var(--win-bounce-index,0) * .1s);will-change:transform;transform:translate(0,0)}@media (prefers-reduced-motion:reduce){.game-tile.game-tile--win-bounce{will-change:auto;animation:none}}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}.shake{animation:.5s shake}button:not(.game-key):not(.game-key-wide):active,.game-key-wide:active,.game-key:active{transform:scale(.95)}.page-header{--bleed-l:max(12px, env(safe-area-inset-left,0px));--bleed-r:max(12px, env(safe-area-inset-right,0px));--header-bar-pad-y:.28rem;--header-logo-max-h:clamp(32px, 9.5vw, 52px);--header-icon-btn:clamp(40px, 10vw, 46px);--header-icon-glyph:clamp(20px, 5vw, 24px);margin-left:calc(-1 * var(--bleed-l));margin-right:calc(-1 * var(--bleed-r));width:calc(100% + var(--bleed-l) + var(--bleed-r));background:linear-gradient(#fff 0%,#f8faf9 100%);flex-shrink:0;max-width:none;position:relative;box-shadow:inset 0 1px #ffffffe6,0 1px 3px #0000000a,0 4px 12px #00000005}@media (max-width:767px){.page-header{--header-bar-pad-y:.15rem;--header-logo-max-h:clamp(26px, 8vw, 40px);--header-icon-btn:clamp(34px, 9vw, 42px);--header-icon-glyph:clamp(18px, 4.5vw, 22px)}}.page-header-bar{padding:var(--header-bar-pad-y) max(1rem, env(safe-area-inset-right,0px)) calc(var(--header-bar-pad-y) * .85) max(.35rem, env(safe-area-inset-left,0px));grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;column-gap:.2rem;display:grid}.page-header-bar__side{min-width:0}.page-header-bar__side--start{justify-content:flex-start;align-items:center;min-width:0;display:flex}.page-header-bar__side--end{justify-content:flex-end;align-items:center;min-width:0;display:flex;overflow:hidden}.page-header-toolbar{max-width:100%;min-height:var(--header-icon-btn);overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:0;display:flex;overflow:auto hidden}.page-header-toolbar::-webkit-scrollbar{display:none}.page-title-logo-wrap{border:none;grid-column:2;justify-content:center;align-items:center;max-width:min(100%,17rem);margin:0;padding:0;display:flex}.page-header-icon-btn{appearance:none;width:var(--header-icon-btn);height:var(--header-icon-btn);min-width:var(--header-icon-btn);min-height:var(--header-icon-btn);color:#111;cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;text-decoration:none;transition:background .15s,color .15s;display:flex}a.page-header-icon-btn{cursor:pointer}.page-header-icon-btn:hover{color:#065f46;background:#05966914}.page-header-icon-btn:focus-visible{outline-offset:1px;outline:2px solid #14532d}.page-header-icon-btn__glyph{width:var(--header-icon-glyph);height:var(--header-icon-glyph);flex-shrink:0;display:block}.page-header-menu-btn{width:clamp(42px,10.5vw,48px);min-width:clamp(42px,10.5vw,48px);height:clamp(42px,10.5vw,48px);min-height:clamp(42px,10.5vw,48px);margin-left:.5rem}.page-header-menu-btn .page-header-icon-btn__glyph,.page-header-howtoplay-btn .page-header-icon-btn__glyph{width:clamp(24px,6vw,28px);height:clamp(24px,6vw,28px)}@media (min-width:640px){.page-header-menu-btn{width:48px;min-width:48px;height:48px;min-height:48px}.page-header-menu-btn .page-header-icon-btn__glyph{width:28px;height:28px}}.page-title-logo{width:100%;height:auto;max-height:var(--header-logo-max-h);object-fit:contain}.page-title-accent{background:linear-gradient(90deg,#065f46 0%,#059669 30%,#34d399 60%,#6ee7b7 85%,#a7f3d0 100%) 0 0/200% 100%;width:100%;height:3px;margin:0;animation:6s ease-in-out infinite alternate accentShimmer}@keyframes accentShimmer{0%{background-position:0 0}to{background-position:100% 0}}@media (min-width:480px){.page-header{--header-bar-pad-y:.35rem;--header-logo-max-h:clamp(36px, 8vw, 56px)}.page-title-logo-wrap{max-width:min(100%,18.5rem)}}@media (min-width:640px){.page-header{--header-icon-btn:46px;--header-icon-glyph:24px}}.page-header-hint-btn{width:calc(var(--header-icon-btn) * .85);height:calc(var(--header-icon-btn) * .85);min-width:calc(var(--header-icon-btn) * .85);min-height:calc(var(--header-icon-btn) * .85);color:#fff;background:linear-gradient(135deg,#2d6a4f 0%,#14532d 100%);position:relative;box-shadow:0 1px 4px #134e3a40}.page-header-hint-btn:hover{background:linear-gradient(135deg,#3d8b6a 0%,#1a6b3a 100%)}.page-header-hint-badge{color:#fff;text-align:center;pointer-events:none;background:#c9b458;border-radius:8px;min-width:16px;height:16px;padding:0 4px;font-size:.6rem;font-weight:700;line-height:16px;position:absolute;top:0;right:0}.page-header-timer{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;align-items:center;gap:5px;margin-left:6px;padding:4px 10px;display:flex}.page-header-timer__icon{color:#555;flex-shrink:0}.page-header-timer__time{font-variant-numeric:tabular-nums;color:#222;letter-spacing:.08em;white-space:nowrap;font-family:ui-monospace,Cascadia Code,SF Mono,Menlo,monospace;font-size:.82rem;font-weight:700}@media (max-width:480px){.page-header-timer{gap:3px;padding:3px 7px}.page-header-timer__icon{width:14px;height:14px}.page-header-timer__time{font-size:.72rem}}.game-shell{min-width:0;min-height:0;padding-top:10px;padding-bottom:max(8px, env(safe-area-inset-bottom,0px));flex-direction:column;flex:auto;justify-content:space-between;align-items:center;width:100%;max-width:100%;display:flex;overflow-x:hidden}@media (max-width:767px){.game-shell{padding-top:2px;padding-bottom:max(2px, env(safe-area-inset-bottom,0px))}}.game-grid-wrap{flex:1;justify-content:center;align-items:center;min-height:0;display:flex}@media (max-width:767px){.game-shell.game-shell--xs{padding-top:1px;padding-inline:clamp(0px,1vw,4px)}.game-shell.game-shell--sm{padding-top:2px;padding-inline:clamp(0px,1.5vw,6px)}.game-shell.game-shell--md{padding-top:2px;padding-inline:clamp(0px,2vw,8px)}}.game-subtitle{text-align:center;color:#333;margin:0 0 10px;font-size:.95rem}@media (max-width:767px){.game-subtitle{margin:0 0 2px;font-size:.92rem}}@media (max-width:480px){.game-subtitle{margin:0 0 1px;font-size:.88rem}}.game-prizes-notice{text-align:center;color:#2d6a4f;max-width:22rem;margin:0 auto 14px;padding:0 12px;font-size:.85rem;font-weight:600;line-height:1.45}@media (max-width:767px){.game-prizes-notice{margin:0 0 4px;padding:0 8px;font-size:.72rem;line-height:1.25}}@media (max-width:480px){.game-prizes-notice{margin:0 0 2px;font-size:.68rem;line-height:1.2}}.game-shortname-notice{text-align:center;justify-content:center;align-items:center;gap:5px;margin:6px auto 0;padding:4px 0;animation:.5s cubic-bezier(.34,1.56,.64,1) both shortname-pop;display:flex}.game-shortname-notice__icon{flex-shrink:0;font-size:.8rem;line-height:1}.game-shortname-notice__text{color:#9ca3af;margin:0;font-size:.72rem;font-weight:400;line-height:1.3}.game-shortname-notice__text strong{color:#6b7280;font-weight:600}@keyframes shortname-pop{0%{opacity:0;transform:scale(.9)}60%{opacity:1;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}@media (max-width:767px){.game-shortname-notice{gap:4px;margin-top:4px}.game-shortname-notice__icon{font-size:.7rem}.game-shortname-notice__text{font-size:.65rem}}.game-share-fallback{color:#fff;cursor:pointer;background:#538d4e;border:none;border-radius:32px;margin:20px auto 0;padding:12px 32px;font-family:inherit;font-size:1rem;font-weight:700;line-height:1.25;display:block}.game-share-fallback:hover{opacity:.92}.game-share-fallback:focus-visible{outline-offset:2px;outline:2px solid #14532d}.game-hint-slot{width:calc(5 * var(--tile-size) + 4 * var(--tile-gap));box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:stretch;max-width:min(100%,92vw);min-height:0;margin-inline:auto;transition:min-height .22s;display:flex}.game-hint-slot--active{min-height:4.75rem;margin-top:8px}@media (max-width:767px){.game-hint-slot--active{min-height:3.8rem;margin-top:6px}.game-page__keyboard{padding-bottom:max(4px, env(safe-area-inset-bottom,4px))}}@media (max-width:480px){.game-hint-slot--active{min-height:3.4rem;margin-top:4px}}.game-page:has(.game-hint-slot--active) .game-page__keyboard .game-keyboard{padding-top:3px}.game-hint-card{text-align:center;background:linear-gradient(#f4faf6 0%,#eef5f0 100%);border:1px solid #c8e0d0;border-radius:10px;width:100%;margin:0 0 2px;padding:10px 12px 12px;overflow:hidden;box-shadow:0 1px 2px #134e3a0d,0 3px 10px #134e3a14}@media (max-width:767px){.game-hint-card{border-radius:8px;padding:5px 8px 6px}}@keyframes game-hint-content-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.game-hint-card__content{flex-direction:column;justify-content:center;align-items:center;display:flex}.game-hint-card__content--enter{animation:.4s cubic-bezier(.22,1,.36,1) both game-hint-content-enter}@media (prefers-reduced-motion:reduce){.game-hint-card__content--enter{animation:none}}.game-hint-card__label{text-transform:uppercase;letter-spacing:.12em;color:#2d6a4f;margin:0 0 3px;font-size:.65rem;font-weight:700}@media (max-width:767px){.game-hint-card__label{margin:0 0 1px;font-size:.55rem}}.game-hint-card__text{color:#14532d;margin:0;font-size:.78rem;font-weight:600;line-height:1.3}@media (max-width:767px){.game-hint-card__text{font-size:.75rem;line-height:1.2}}.game-hint-card--reveal{background:linear-gradient(#f8f9f8 0%,#eef0ee 100%);border-color:#c5cbc7}.game-hint-card--reveal .game-hint-card__label{color:#6b7280}.game-hint-card--reveal .game-hint-card__text{color:#111827;font-size:1rem;font-weight:700}.game-hint-footnote{display:none}@media (max-width:767px){.game-hint-footnote{text-align:center;color:#6b7280;margin:0;padding:8px 8px 0;font-size:.65rem;font-weight:300;line-height:1.35;display:block}.game-hint-slot--active .game-hint-footnote{margin-top:4px;padding-top:0}}.next-puzzle-timer-card{text-align:center;background:linear-gradient(#fafafa 0%,#f3f4f3 100%);border:1px solid #e4e6e4;border-radius:12px;width:min(100%,16rem);margin:16px auto 12px;padding:10px 14px 12px;box-shadow:0 1px 2px #0000000a,0 4px 16px #134e3a14}.next-puzzle-timer-card__label{text-transform:uppercase;letter-spacing:1.2px;color:#6b7280;margin:0 0 4px;font-size:.7rem;font-weight:600}.next-puzzle-timer-card__time{letter-spacing:.16em;color:#111;font-variant-numeric:tabular-nums;font-family:ui-monospace,Cascadia Code,SF Mono,Menlo,monospace;font-size:clamp(1.2rem,4.2vw,1.65rem);font-weight:800}.game-validation-layer{z-index:4;pointer-events:none;width:100%;height:0;position:relative;overflow:visible}.game-validation-toast{pointer-events:auto;color:#fff;text-align:center;white-space:normal;background:#111;border-radius:4px;max-width:min(92vw,22rem);margin-top:4px;padding:3px 13px;font-size:.88rem;font-weight:700;line-height:1.25;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #00000026}.game-validation-toast--celebration{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#4ab787 0%,#0c7241 100%);font-size:1rem;font-weight:800;box-shadow:0 4px 14px #2d6a4f59}.game-grid-wrap{width:fit-content;max-width:100%;margin-inline:auto;position:relative}@keyframes gameWinToastIn{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}@keyframes gameWinToastOut{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-8px)}}.game-win-toast{pointer-events:none;z-index:5;color:#fff;letter-spacing:.04em;white-space:nowrap;text-align:center;opacity:0;background:linear-gradient(135deg,#4ab787 0%,#0c7241 100%);border-radius:8px;max-width:min(92vw,20rem);margin-bottom:clamp(6px,1.8vw,12px);padding:6px 18px;font-size:clamp(1rem,.95rem + .35vw,1.2rem);font-weight:800;animation:.42s forwards gameWinToastIn;position:absolute;bottom:100%;left:50%;transform:translate(-50%,10px);box-shadow:0 6px 20px #2d6a4f59}.game-win-toast--exit{animation:.32s forwards gameWinToastOut}@media (prefers-reduced-motion:reduce){.game-win-toast{opacity:1;animation:none;transform:translate(-50%)}.game-win-toast--exit{opacity:0;animation:none}}.game-grid{gap:var(--tile-gap);margin-bottom:0;display:grid}.game-grid-row{gap:var(--tile-gap);display:flex}.game-tile{width:var(--tile-size);min-width:0;height:var(--tile-size);font-size:var(--tile-font);text-transform:uppercase;border:var(--tile-border-width) solid;box-sizing:border-box;justify-content:center;align-items:center;font-weight:700;display:flex}.game-keyboard{text-align:center;margin-top:0;width:100%;max-width:100%;padding-top:6px;padding-inline:max(0px, var(--horizontal-spacing-1));min-width:0;min-height:var(--keyboard-height);box-sizing:border-box;-webkit-user-select:none;user-select:none;align-self:stretch;margin-inline:0;overflow-x:hidden}@media (max-width:767px){.game-keyboard{padding-inline:env(safe-area-inset-left,0px) env(safe-area-inset-right,0px);padding-top:8px}}@media (min-width:768px){.game-keyboard{max-width:min(var(--keyboard-max-width), 100%);padding-inline:max(var(--horizontal-spacing-1), 8px);margin-inline:auto}.game-page__keyboard{padding-bottom:24px}}.game-keyboard-row{width:100%;min-width:0;max-width:100%;margin-bottom:var(--keyboard-row-gap);box-sizing:border-box}.game-keyboard-row--top{gap:var(--keyboard-gap);grid-template-columns:repeat(10,minmax(0,1fr));display:grid}.game-keyboard-row--middle{align-items:stretch;gap:var(--keyboard-gap);flex-wrap:nowrap;display:flex}.game-keyboard-spacer{pointer-events:none;flex:.5 0 0;min-width:0}.game-keyboard-row--middle .game-key{flex:1 1 0;width:auto;min-width:0;max-width:none}.game-keyboard-row--bottom{gap:var(--keyboard-gap);grid-template-columns:1.5fr repeat(7,minmax(0,1fr)) 1.5fr;margin-bottom:0;display:grid}.game-key,.game-key-wide{appearance:none;height:var(--key-height);border-radius:var(--key-radius);cursor:pointer;text-transform:uppercase;background:#d3d6da;border:none;justify-content:center;align-items:center;min-height:0;font-weight:700;transition:background .2s,color .2s;display:inline-flex}.game-key{box-sizing:border-box;width:100%;min-width:0;max-width:100%;font-size:var(--key-font);padding:0 1px}.game-key-wide{box-sizing:border-box;white-space:nowrap;width:100%;min-width:0;max-width:100%;font-size:clamp(.5rem, 2.6vw, var(--key-font));letter-spacing:.02em;padding:0 2px;overflow:hidden}.share-modal-backdrop{z-index:100;padding:max(12px, env(safe-area-inset-top,0px)) max(12px, env(safe-area-inset-right,0px)) max(12px, env(safe-area-inset-bottom,0px)) max(12px, env(safe-area-inset-left,0px));box-sizing:border-box;-webkit-backdrop-filter:blur(8px);background:#00000080;justify-content:center;align-items:center;animation:.3s shareBackdropIn;display:flex;position:fixed;inset:0}@keyframes shareBackdropIn{0%{opacity:0}to{opacity:1}}.share-modal-card{z-index:101;width:min(390px,92vw);max-width:100%;max-height:min(92dvh, calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 24px));-webkit-overflow-scrolling:touch;text-align:center;background:#fff;border-radius:20px;padding:32px 26px 28px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:.45s cubic-bezier(.16,1,.3,1) shareCardIn;position:relative;overflow:hidden auto;box-shadow:0 0 0 1px #00000008,0 24px 80px #0000002e,0 4px 16px #0000000f}@media (max-width:400px){.share-modal-card{border-radius:16px;padding:26px 20px 22px}}@keyframes shareCardIn{0%{opacity:0;transform:translateY(28px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.share-modal-close{color:#bbb;cursor:pointer;z-index:2;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .15s,color .15s;display:flex;position:absolute;top:14px;right:14px}.share-modal-close:hover{color:#666;background:#f3f3f3}.share-modal-header{text-align:center;padding-bottom:2px;animation:.5s both shareSectionUp}.share-star-icon{background:#538d4e;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 14px;animation:2s ease-in-out .6s infinite shareStarPulse;display:flex;box-shadow:0 4px 16px #538d4e4d}@keyframes shareStarPulse{0%,to{box-shadow:0 4px 16px #538d4e4d}50%{box-shadow:0 4px 24px #538d4e73}}.share-modal-title{letter-spacing:-.4px;color:#111;margin:0;font-size:1.5rem;font-weight:800;line-height:1.2}.share-modal-subtitle{color:#888;margin:3px 0 0;font-size:.88rem;font-weight:400}.share-hero{padding:18px 0 14px;animation:.5s 80ms both shareSectionUp}.share-hero__badge{background:linear-gradient(135deg,#f0faf0 0%,#e8f5e8 100%);border:1px solid #d4ead4;border-radius:40px;align-items:baseline;gap:6px;padding:10px 24px;display:inline-flex}.share-hero__pct{color:#2d6a4f;letter-spacing:-.5px;font-size:1.75rem;font-weight:900;line-height:1}.share-hero__today{color:#6b9b7a;letter-spacing:0;font-size:.88rem;font-weight:500}.share-hero__score{color:#666;margin:10px 0 0;font-size:.95rem;font-weight:400}.share-hero__score strong{color:#333;font-weight:700}.share-hero__time{color:#888;justify-content:center;align-items:center;gap:4px;margin:6px 0 0;font-size:.9rem;font-weight:500;display:flex}.share-hero__time-icon{font-size:.85rem}.share-loss-icon{background:#787c7e;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 14px;display:flex;box-shadow:0 4px 16px #787c7e40}.share-loss-hero{padding:18px 0 14px;animation:.5s 80ms both shareSectionUp}.share-loss-hero__badge{background:linear-gradient(135deg,#fef3e6 0%,#fdebd3 100%);border:1px solid #f5dbb8;border-radius:40px;align-items:baseline;gap:8px;padding:10px 24px;display:inline-flex}.share-loss-hero__count{color:#b8860b;letter-spacing:-.5px;font-size:1.75rem;font-weight:900;line-height:1}.share-loss-hero__label{color:#c9a050;letter-spacing:0;font-size:.88rem;font-weight:500}.share-loss-hero__msg{color:#666;margin:10px 0 0;font-size:.95rem;font-weight:400}.share-loss-hero__time{color:#888;justify-content:center;align-items:center;gap:4px;margin:6px 0 0;font-size:.9rem;font-weight:500;display:flex}.share-loss-hero__time-icon{font-size:.85rem}.share-loss-timer{margin:0 0 20px;animation:.5s .22s both shareSectionUp}.share-loss-timer__label{letter-spacing:.08em;text-transform:uppercase;color:#aaa;text-align:center;margin:0 0 6px;font-size:.72rem;font-weight:700}.share-loss-timer .next-puzzle-timer-card{width:min(100%,12.5rem);box-shadow:none;background:#fafafa;border:1px solid #f0f0f0;margin:0 auto;padding:8px 12px 10px}.share-loss-timer .next-puzzle-timer-card__time{font-size:clamp(1rem,3.5vw,1.35rem)}.share-loss-timer .next-puzzle-timer-card__label{display:none}.share-loss-timer .next-puzzle-timer-card:before{content:"Next player in";text-transform:uppercase;letter-spacing:1.2px;color:#6b7280;margin-bottom:4px;font-size:.7rem;font-weight:600;display:block}.share-social{text-align:left;background:#fafafa;border:1px solid #f0f0f0;border-radius:14px;flex-direction:column;gap:10px;margin:0 0 20px;padding:14px 18px;animation:.5s .14s both shareSectionUp;display:flex}.share-social__row{color:#555;align-items:center;gap:12px;font-size:.88rem;line-height:1.3;display:flex}.share-social__icon{text-align:center;flex-shrink:0;width:20px;font-size:.9rem}.share-social__row strong{color:#222;font-weight:700}.share-dist{text-align:left;margin:0 0 20px;animation:.5s .2s both shareSectionUp}.share-dist__title{letter-spacing:.08em;text-transform:uppercase;color:#aaa;margin:0 0 10px;font-size:.72rem;font-weight:700}.share-dist__row{height:24px;animation:.35s both shareSectionUp;animation-delay:var(--row-delay,0s);align-items:center;gap:8px;margin-bottom:4px;display:flex}.share-dist__num{color:#bbb;text-align:right;font-variant-numeric:tabular-nums;flex-shrink:0;width:12px;font-size:.8rem;font-weight:700}.share-dist__track{background:#f5f5f5;border-radius:4px;flex:1;height:20px;overflow:hidden}.share-dist__bar{width:0;min-width:16px;height:100%;animation:.6s cubic-bezier(.22,1,.36,1) both shareBarGrow;animation-delay:var(--bar-delay,.3s);background:#c4c6c8;border-radius:4px}@keyframes shareBarGrow{0%{width:0}to{width:var(--bar-w,0)}}.share-dist__bar--hl{background:#538d4e}.share-dist__pct{color:#bbb;text-align:right;font-variant-numeric:tabular-nums;flex-shrink:0;min-width:30px;font-size:.72rem;font-weight:600}.share-dist__row--hl .share-dist__num,.share-dist__row--hl .share-dist__pct{color:#2d6a4f;font-weight:800}.share-grid{flex-direction:column;align-items:center;gap:4px;margin:0 0 14px;animation:.5s .24s both shareSectionUp;display:flex}.share-grid__row{gap:4px;display:flex}.share-grid__tile{border-radius:4px;width:32px;height:32px}@media (max-width:380px){.share-grid__tile{border-radius:3px;width:28px;height:28px}.share-grid,.share-grid__row{gap:3px}}.share-preview-card{background:#f5f5f5;border:1px solid #efefef;border-radius:14px;flex-direction:column;align-items:center;gap:10px;margin:0 0 20px;padding:20px 24px 16px;animation:.5s .28s both shareSectionUp;display:flex}.share-preview-card__grid{flex-direction:column;align-items:center;gap:4px;display:flex}.share-preview-card__row{gap:4px;display:flex}.share-preview-card__tile{border-radius:4px;width:28px;height:28px;display:inline-block}.share-preview-card__summary{color:#555;text-align:center;letter-spacing:.2px;margin:4px 0 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem}.share-preview-card__url{color:#777;text-align:center;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.85rem}.share-preview-card--stumpd{background:linear-gradient(#ecfdf5 0%,#f0fdf4 60%,#f5f5f5 100%);border-color:#a7f3d0}.share-preview-card__stumpd-header{flex-direction:column;align-items:center;gap:4px;margin-bottom:10px;display:flex}.share-preview-card__stumpd-title{color:#065f46;letter-spacing:-.02em;font-size:1.05rem;font-weight:800}.share-preview-card__stumpd-hints{color:#059669;letter-spacing:.03em;background:#0596691a;border-radius:10px;align-items:center;gap:4px;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.share-modal-share-btn{color:#fff;cursor:pointer;letter-spacing:.02em;background:#538d4e;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:15px 24px;font-size:1.05rem;font-weight:700;transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s,background .2s;animation:.5s .34s both shareSectionUp;display:flex;box-shadow:0 4px 18px #538d4e47}.share-modal-share-btn:hover{background:#4a7c44;transform:translateY(-2px);box-shadow:0 8px 28px #538d4e59}.share-modal-share-btn:active{transform:translateY(0)scale(.97);box-shadow:0 2px 8px #538d4e33}.share-modal-share-btn--copied{background:#6aaa64;box-shadow:0 4px 18px #6aaa644d}.share-modal-share-sub{color:#aaa;text-align:center;margin:8px 0 0;font-size:.75rem;font-weight:400;animation:.5s .38s both shareSectionUp}.share-prize-hook{color:#bbb;text-align:center;border-top:1px solid #f0f0f0;margin:18px 0 0;padding-top:16px;font-size:.75rem;line-height:1.4;animation:.5s .42s both shareSectionUp}@keyframes shareSectionUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.share-modal-card,.share-modal-header,.share-hero,.share-social,.share-dist,.share-dist__row,.share-dist__bar,.share-preview-card,.share-modal-share-btn,.share-modal-share-sub,.share-prize-hook,.share-star-icon{animation:none!important}.share-dist__bar{width:var(--bar-w,0)!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.legal-page{width:100%;padding:1rem max(16px, env(safe-area-inset-left)) 2.5rem max(16px, env(safe-area-inset-right));background:linear-gradient(#f9faf9 0%,#fff 28%)}.legal-page__inner{background:#fff;border:1px solid #e8ebe8;border-radius:12px;max-width:40rem;margin:0 auto;padding:1.25rem 1.35rem 1.75rem;box-shadow:0 1px 3px #0000000a}.legal-page__back{margin:0 0 1.25rem;font-size:.875rem}.legal-page__back a{color:#3d6b4f;font-weight:600;text-decoration:none}.legal-page__back a:hover{text-underline-offset:3px;text-decoration:underline}.legal-page__header{border-bottom:2px solid #e5efe8;margin-bottom:1.5rem;padding-bottom:1.15rem}.legal-page__title{letter-spacing:.02em;color:#0d0d0d;margin:0 0 .4rem;font-size:clamp(1.45rem,4.2vw,1.85rem);font-weight:800;line-height:1.2}.legal-page__updated{color:#666;margin:0;font-size:.875rem}.legal-page__intro{color:#2a2a2a;margin:0 0 1.65rem;font-size:1rem;line-height:1.65}.legal-page__intro-block{margin:0 0 1.65rem}.legal-page__intro-block p{color:#2a2a2a;margin:0;font-size:1rem;line-height:1.65}.legal-page__intro-block p+p{margin-top:.65rem}.legal-page__intro-block+.legal-page__section{border-top:1px solid #e5efe8;padding-top:1.25rem}.legal-page__section~.legal-page__section{border-top:1px solid #eef2ef;padding-top:1.25rem}.legal-page__section{margin-bottom:1.35rem}.legal-page__section:last-of-type{margin-bottom:0}.legal-page__section h2{color:#14532d;margin:0 0 .5rem;font-size:1rem;font-weight:700;line-height:1.35}.legal-page__section p{color:#3d3d3d;margin:0;font-size:.9375rem;line-height:1.65}.legal-page__section ul{color:#3d3d3d;margin:.45rem 0 0;padding-left:1.2rem;font-size:.9375rem;line-height:1.55}.legal-page__section li+li{margin-top:.35rem}.legal-page__contact a{color:#14532d;word-break:break-all;font-weight:600;text-decoration:none}.legal-page__contact a:hover{text-underline-offset:3px;text-decoration:underline}.legal-page__contact-hero{background:linear-gradient(#f4faf6 0%,#f0f7f2 100%);border:1px solid #e0ebe4;border-radius:10px;padding:1.2rem 1.15rem 1.35rem}.legal-page__contact-hero h2{margin-bottom:.45rem}.legal-page__contact-email{margin:0;font-size:clamp(1.05rem,2.8vw,1.2rem);font-weight:600;line-height:1.4}.legal-page__contact-email a{word-break:break-all}.legal-page__contact-hero+.legal-page__intro-block{border-top:1px solid #e5efe8;padding-top:1.25rem}.legal-page__purposes{background:linear-gradient(#f4faf6 0%,#f0f7f2 100%);border:1px solid #e0ebe4;border-radius:10px;margin:0 0 1.35rem;padding:1.15rem 1.2rem 1.3rem}.legal-page__purposes h2{color:#14532d;margin:0 0 .85rem;font-size:1rem;font-weight:700;line-height:1.35}.legal-page__purposes ul{margin:0;padding:0;list-style:none}.legal-page__purposes li{color:#3d3d3d;padding-left:1.35rem;font-size:.9375rem;line-height:1.55;position:relative}.legal-page__purposes li+li{margin-top:.5rem}.legal-page__purposes li:before{content:"";background:#3d6b4f;border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.legal-page__cookie-note{background:#fafcfb;border-left:3px solid #3d6b4f;border-radius:0 8px 8px 0;margin:0 0 1.35rem;padding:1rem 1.1rem 1.15rem}.legal-page__cookie-note h2{color:#14532d;margin:0 0 .45rem;font-size:.9375rem;font-weight:700;line-height:1.35}.legal-page__cookie-note p{color:#3d3d3d;margin:0;font-size:.9375rem;line-height:1.65}.legal-page__intro-block+.legal-page__purposes,.legal-page__purposes+.legal-page__cookie-note{margin-top:0}.legal-page__cookie-note+.legal-page__section{border-top:1px solid #eef2ef;padding-top:1.25rem}.cookie-banner{z-index:9999;padding:1rem max(16px, env(safe-area-inset-left)) max(1rem, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-right));will-change:transform;background:#fafafa;border-top:1px solid #e0e0e0;transition:transform .38s cubic-bezier(.22,1,.36,1);position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -4px 24px #0000000f}.cookie-banner--visible{transform:translateY(0)}.cookie-banner--leaving{transform:translateY(100%)}.cookie-banner__inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.25rem 1.5rem;max-width:56rem;margin:0 auto;display:flex}.cookie-banner__text{flex:16rem;min-width:0}.cookie-banner__title{color:#111;margin:0 0 .5rem;font-size:1rem;font-weight:700;line-height:1.3}.cookie-banner__lead{color:#2a2a2a;margin:0 0 .65rem;font-size:.875rem;line-height:1.45}.cookie-banner__body{color:#333;font-size:.875rem;line-height:1.5}.cookie-banner__subhead{color:#111;margin:0 0 .35rem;font-size:.875rem;font-weight:700}.cookie-banner__list{margin:0 0 .5rem;padding-left:1.15rem}.cookie-banner__list li+li{margin-top:.2rem}.cookie-banner__footnote{color:#444;margin:0;font-size:.8125rem}.cookie-banner__footnote a{color:#14532d;font-weight:600;text-decoration:none}.cookie-banner__footnote a:hover{text-underline-offset:2px;text-decoration:underline}.cookie-banner__actions{flex-direction:column;flex:none;align-self:center;gap:.5rem;min-width:10.5rem;display:flex}.cookie-banner__btn{cursor:pointer;border:none;border-radius:4px;margin:0;padding:.55rem 1.15rem;font-family:inherit;font-size:.875rem;font-weight:700;line-height:1.25;transition:opacity .15s,transform .1s}.cookie-banner__btn:active{transform:scale(.98)}.cookie-banner__btn--primary{color:#fff;background:#111}.cookie-banner__btn--primary:hover{opacity:.92}.cookie-banner__btn--primary:focus-visible{outline-offset:2px;outline:2px solid #14532d}@media (max-width:640px){.cookie-banner__inner{flex-direction:column}.cookie-banner__actions{width:100%;min-width:unset;align-self:stretch}.cookie-banner__btn{width:100%}}.how-to-play-page.legal-page{padding-top:.65rem;padding-bottom:1rem}main.how-to-play-page.legal-page article.legal-page__inner{padding-top:.65rem;padding-bottom:.85rem;padding-inline:clamp(1.65rem,6.5vw,2.35rem)}.how-to-play-page .legal-page__back{margin-bottom:.5rem}.how-to-play-page .legal-page__header{margin-bottom:.6rem;padding-bottom:.55rem}.how-to-play-page .legal-page__title{margin-bottom:.2rem;font-size:clamp(1.25rem,3.8vw,1.55rem)}.how-to-play-page__header{margin-bottom:0}.how-to-play-page__title{letter-spacing:.01em;font-family:Georgia,Times New Roman,serif;font-weight:700}.how-to-play-page__lede{color:#3d3d3d;margin:.2rem 0 0;font-size:.9rem;line-height:1.35}.how-to-play-page .legal-page__intro-block.how-to-play-page__rules-wrap{margin-bottom:.65rem}.how-to-play-rules{color:#2a2a2a;margin:0;padding-left:1.05rem;font-size:.875rem;line-height:1.4}.how-to-play-rules li+li{margin-top:.28rem}.how-to-play-hint-panel{text-align:left;box-sizing:border-box;background-color:#f0f2f5;border:1px solid #dfe3e8;border-radius:12px;width:100%;max-width:100%;margin:0;padding:14px 16px}.how-to-play-hint-panel>p.how-to-play-hint-panel__label{text-transform:uppercase;letter-spacing:.12em;color:#6b7280;margin:0 0 8px;font-size:.75rem;font-weight:600;line-height:1.25}.how-to-play-hint-panel>p.how-to-play-hint-panel__line{color:#1f2937;flex-wrap:wrap;align-items:center;gap:.2rem .45rem;margin:0 0 8px;font-size:1rem;font-weight:500;line-height:1.5;display:flex}.how-to-play-hint-panel__item{white-space:nowrap}.how-to-play-hint-panel__dot{color:#9ca3af;-webkit-user-select:none;user-select:none;margin:0 .15em;font-weight:500;display:inline}.how-to-play-hint-panel>p.how-to-play-hint-panel__sub{color:#6a6c6f;margin:0;font-size:.8125rem;font-weight:400;line-height:1.45}.stumpd-hints-panel{background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 50%,#f0f9ff 100%);border:1px solid #14532d14;border-radius:12px;width:100%;margin:0;padding:16px}.stumpd-hints-panel__header{margin-bottom:12px}.stumpd-hints-panel__title{text-transform:uppercase;letter-spacing:.12em;color:#166534;margin:0 0 4px;font-size:.75rem;font-weight:700}.stumpd-hints-panel__subtitle{color:#475569;margin:0;font-size:.8125rem;line-height:1.45}.stumpd-hints-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.stumpd-hint-chip{background:#fff;border:1px solid #0000000f;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;display:flex;box-shadow:0 1px 2px #0000000a}.stumpd-hint-chip__icon{flex-shrink:0;font-size:1.1rem;line-height:1}.stumpd-hint-chip__text{color:#1e293b;font-size:.85rem;font-weight:600;line-height:1.2}.how-to-play-page .legal-page__section.how-to-play-page__footnote-section{margin-bottom:0;padding-top:.55rem}.how-to-play-page__footnote{color:#5a5a5a;margin:0;font-size:.8125rem;line-height:1.45}.how-to-play-page__footnote a{color:#14532d;text-underline-offset:2px;font-weight:600;text-decoration:underline}.how-to-play-page__footnote a:hover{color:#0f3d21}.how-to-play-page__examples .how-to-play-tile-row{align-items:stretch;gap:var(--tile-gap);--tile-size:40px;--tile-gap:5px;--tile-font:1.05rem;--tile-border-width:2px;flex-wrap:nowrap;margin:.3rem 0 .45rem;display:flex}@media (min-width:480px){.how-to-play-page__examples .how-to-play-tile-row{--tile-size:44px;--tile-gap:6px;--tile-font:1.15rem}}@media (min-width:768px){.how-to-play-page__examples .how-to-play-tile-row{--tile-size:48px;--tile-font:1.25rem}}.how-to-play-example-tile{border-radius:2px}@media (prefers-reduced-motion:reduce){.how-to-play-page__examples .how-to-play-example-tile.flipping{background-color:var(--tile-bg)!important;border-color:var(--tile-border)!important;color:#fff!important;animation:none!important}}.how-to-play-page .legal-page__section>h2{margin:0 0 .35rem;font-size:.8125rem}.how-to-play-example+.how-to-play-example{border-top:1px solid #eef2ef;margin-top:.55rem;padding-top:.55rem}.how-to-play-example__caption{color:#2a2a2a;margin:0;font-size:.8125rem;line-height:1.45}.how-to-play-example__caption strong{font-weight:800}.how-to-play-page__hints-section{margin-bottom:.45rem}.how-to-play-page .legal-page__section{margin-bottom:.55rem}.how-to-play-page .legal-page__intro-block+.legal-page__section,.how-to-play-page .legal-page__section~.legal-page__section{padding-top:.55rem}.left-sidebar-root{z-index:10040;pointer-events:none;position:fixed;inset:0}.left-sidebar-backdrop{-webkit-backdrop-filter:blur(3px);pointer-events:auto;opacity:1;background:#00000080;animation:.25s ease-out fadeIn;position:absolute;inset:0}.left-sidebar-root--exiting .left-sidebar-backdrop{animation:.24s ease-out forwards leftSidebarBackdropFadeOut}.left-sidebar-panel{z-index:1;pointer-events:auto;width:min(20rem,100vw - 2.5rem);max-width:100%;padding-top:max(.75rem, env(safe-area-inset-top,0px));padding-bottom:max(1rem, env(safe-area-inset-bottom,0px));padding-left:max(1rem, env(safe-area-inset-left,0px));box-sizing:border-box;background:linear-gradient(#fafffe 0%,#f5f7f6 100%);flex-direction:column;padding-right:1rem;animation:.28s cubic-bezier(.22,1,.36,1) leftSidebarSlideIn;display:flex;position:absolute;top:0;bottom:0;left:0;box-shadow:6px 0 32px #00000029,1px 0 #0000000f}.left-sidebar-root--exiting .left-sidebar-panel{animation:.32s cubic-bezier(.34,1,.36,1) 60ms forwards leftSidebarSlideOut}.left-sidebar-header{border-bottom:1px solid #14532d1a;flex-shrink:0;align-items:center;gap:.6rem;margin-bottom:.5rem;padding-bottom:1rem;display:flex}.left-sidebar-brand{flex:auto;align-items:center;gap:.6rem;min-width:0;display:flex}.left-sidebar-brand-logo{object-fit:contain;flex-shrink:0;width:auto;max-width:3.75rem;height:clamp(30px,7.5vw,38px)}.left-sidebar-brand-logo--kylog{max-width:clamp(2.5rem,18vw,3.25rem);height:clamp(34px,8vw,42px)}.left-sidebar-nav-games-label{letter-spacing:.14em;text-transform:uppercase;color:#94a3b8;margin-bottom:.2rem;padding:0 .25rem;font-size:.68rem;font-weight:700;line-height:1.3}.left-sidebar-nav-logo-wrap{background:#fff;border-radius:10px;flex:none;justify-content:center;align-items:center;width:clamp(36px,9vw,44px);height:clamp(36px,9vw,44px);line-height:0;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 0 0 1px #0000000a}.left-sidebar-nav-icon{object-fit:contain;object-position:center;width:auto;max-width:80%;height:auto;max-height:80%;display:block}.left-sidebar-nav-label{color:#1e293b;flex:auto;min-width:0;font-weight:600;line-height:1.25}.left-sidebar-close{appearance:none;color:#64748b;cursor:pointer;background:#0000000a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin:0;padding:0;transition:background .2s,color .2s,transform .15s;display:flex}.left-sidebar-close:hover{color:#1e293b;background:#00000014;transform:scale(1.05)}.left-sidebar-close:active{transform:scale(.95)}.left-sidebar-close:focus-visible{outline-offset:2px;outline:2px solid #14532d}.left-sidebar-title{letter-spacing:.02em;font-feature-settings:"kern" 1, "liga" 1;text-wrap:balance;background:linear-gradient(135deg,#134e3a 0%,#166534 50%,#15803d 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(1.12rem,3.9vw,1.32rem);font-weight:700;line-height:1.15}@supports not ((-webkit-background-clip:text) or (background-clip:text)){.left-sidebar-title{color:#14532d;-webkit-text-fill-color:unset;background:0 0}}.left-sidebar-nav{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;flex-direction:column;flex:auto;gap:.35rem;min-height:0;padding-top:.25rem;padding-right:.15rem;display:flex;overflow:hidden auto}.left-sidebar-section{border-top:1px solid #14532d14;flex-direction:column;gap:.1rem;margin-top:auto;padding-top:1rem;display:flex}.left-sidebar-section-title{letter-spacing:.14em;text-transform:uppercase;color:#94a3b8;margin:0 0 .25rem;padding:0 .6rem;font-size:.68rem;font-weight:700;line-height:1.3}.left-sidebar-link{color:#475569;border-radius:10px;padding:.6rem .65rem;font-size:.92rem;text-decoration:none;transition:background .2s,color .2s,transform .12s;display:block}.left-sidebar-link.left-sidebar-link--with-icon{background:#fff9;border:1px solid #0000000a;flex-flow:row;align-items:center;gap:.75rem;min-width:0;padding:.6rem .65rem;display:flex}.left-sidebar-link--active.left-sidebar-link--with-icon{color:#064e3b;background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border-color:#34d399;box-shadow:0 0 0 1px #34d39933,0 2px 8px #14532d1a}.left-sidebar-link--active .left-sidebar-nav-label{font-weight:700}.left-sidebar-link:hover{color:#1e293b;background:#14532d0f}.left-sidebar-link.left-sidebar-link--with-icon:hover{background:#fff;border-color:#14532d1f;transform:translateY(-1px);box-shadow:0 2px 8px #14532d14}.left-sidebar-link--active.left-sidebar-link--with-icon:hover{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border-color:#34d399;transform:translateY(-1px);box-shadow:0 0 0 1px #34d39940,0 3px 10px #14532d1f}.left-sidebar-link.left-sidebar-link--with-icon:active{box-shadow:none;transform:translateY(0)}.left-sidebar-link:focus-visible{outline-offset:0;outline:2px solid #14532d}@keyframes leftSidebarSlideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes leftSidebarSlideOut{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes leftSidebarBackdropFadeOut{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.left-sidebar-panel{animation:none}.left-sidebar-root--exiting .left-sidebar-panel{animation:.001ms linear forwards leftSidebarSlideOut}.left-sidebar-root--exiting .left-sidebar-backdrop{animation:.001ms linear forwards leftSidebarBackdropFadeOut}}.how-to-play-modal-root{z-index:10050;padding:max(12px, env(safe-area-inset-top,0px)) max(12px, env(safe-area-inset-right,0px)) max(12px, env(safe-area-inset-bottom,0px)) max(12px, env(safe-area-inset-left,0px));box-sizing:border-box;pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.how-to-play-modal-backdrop{pointer-events:auto;background:#0000006b;animation:.3s ease-out fadeIn;position:absolute;inset:0}.how-to-play-modal-card{z-index:1;pointer-events:auto;width:min(40rem,100%);max-width:100%;max-height:min(90vh, 90dvh, calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 24px));background:#fff;border:1px solid #e8ebe8;border-radius:16px;flex-direction:column;min-height:0;animation:.55s ease-out howToPlayModalIn;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 40px #0000002e}@media (max-width:767px){.how-to-play-modal-root{padding:max(16px, env(safe-area-inset-top,0px)) max(16px, env(safe-area-inset-right,0px)) max(24px, calc(env(safe-area-inset-bottom,0px) + 16px)) max(16px, env(safe-area-inset-left,0px));justify-content:center;align-items:center;overflow:hidden}.how-to-play-modal-card{width:min(100%,100vw - 32px);max-width:none;max-height:min(90vh, 90dvh, calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 48px));border-radius:14px;margin-inline:auto;animation:.45s ease-out howToPlayModalIn;box-shadow:0 4px 6px -1px #00000014,0 16px 48px #00000038}.how-to-play-modal-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;flex:1 1 0;min-height:0;padding:46px clamp(16px,4.5vw,20px) clamp(16px,4vw,20px);overflow:hidden auto}}@media (max-width:479px){.how-to-play-modal-root{padding:max(14px, env(safe-area-inset-top,0px)) max(12px, env(safe-area-inset-right,0px)) max(28px, calc(env(safe-area-inset-bottom,0px) + 20px)) max(12px, env(safe-area-inset-left,0px))}.how-to-play-modal-card{border-radius:12px;width:min(100%,100vw - 24px)}}.how-to-play-modal-close{top:max(10px, env(safe-area-inset-top,0px));right:max(12px, env(safe-area-inset-right,0px));z-index:2;color:#888;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin:0;padding:0;font-size:1.25rem;line-height:1;display:flex;position:absolute}.how-to-play-modal-close:hover{color:#111;background:#0000000f}.how-to-play-modal-scroll{-webkit-overflow-scrolling:touch;min-height:0;padding-top:44px;padding-bottom:max(18px, env(safe-area-inset-bottom,0px));padding-left:max(1.65rem, env(safe-area-inset-left,0px));padding-right:max(1.65rem, env(safe-area-inset-right,0px));flex:auto;overflow:hidden auto}.how-to-play-modal--embedded{padding-bottom:.25rem}@media (prefers-reduced-motion:reduce){.how-to-play-modal-card{animation:none}}@keyframes howToPlayModalIn{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.hint-history-modal-root{z-index:10050;padding:max(12px, env(safe-area-inset-top,0px)) max(12px, env(safe-area-inset-right,0px)) max(12px, env(safe-area-inset-bottom,0px)) max(12px, env(safe-area-inset-left,0px));box-sizing:border-box;pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.hint-history-modal-backdrop{pointer-events:auto;background:#00000061;animation:.2s ease-out fadeIn;position:absolute;inset:0}.hint-history-modal-card{z-index:1;pointer-events:auto;-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e8ebe8;border-radius:14px;width:min(22rem,100vw - 48px);max-width:100%;max-height:min(70vh,70dvh);padding:20px 20px 24px;animation:.3s ease-out slideUp;position:relative;overflow:hidden auto;box-shadow:0 8px 32px #00000029}@media (max-width:400px){.hint-history-modal-card{border-radius:12px;width:min(100%,100vw - 32px);padding:16px 16px 20px}}.hint-history-modal-close{z-index:2;color:#888;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;margin:0;padding:0;font-size:1.1rem;line-height:1;display:flex;position:absolute;top:10px;right:12px}.hint-history-modal-close:hover{color:#111;background:#0000000f}.hint-history-modal-title{letter-spacing:-.01em;color:#14532d;text-align:center;margin:0 0 14px;font-size:1.15rem;font-weight:800}.hint-history-modal-empty{color:#6b7280;text-align:center;margin:12px 0 0;font-size:.88rem;line-height:1.5}.hint-history-modal-hints{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.hint-history-modal-hint-row{background:linear-gradient(#f4faf6 0%,#eef5f0 100%);border:1px solid #d4e8dc;border-radius:8px;align-items:baseline;gap:8px;padding:8px 12px;display:flex}.hint-history-modal-hint-label{text-transform:uppercase;letter-spacing:.1em;color:#2d6a4f;flex-shrink:0;min-width:4.5rem;font-size:.65rem;font-weight:700}.hint-history-modal-hint-text{color:#14532d;font-size:.88rem;font-weight:600;line-height:1.3}.hint-history-modal-hint-text--answer{color:#111827;font-size:1rem;font-weight:700}.hint-history-modal-answer{background:linear-gradient(#f8f9f8 0%,#eef0ee 100%);border:1px solid #c5cbc7;border-radius:8px;align-items:baseline;gap:8px;margin-bottom:16px;padding:8px 12px;display:flex}.hint-history-modal-answer .hint-history-modal-hint-label{color:#6b7280}@media (prefers-reduced-motion:reduce){.hint-history-modal-card,.hint-history-modal-backdrop{animation:none}}.game-page__see-results{flex-direction:column;align-items:center;gap:12px;width:100%;max-width:484px;margin:0 auto;padding:16px 8px 24px;display:flex}.game-result-notice{text-align:center;border-radius:12px;width:100%;max-width:320px;padding:12px 20px;animation:.4s ease-out result-notice-enter}.game-result-notice--won{background:linear-gradient(135deg,#f0fdf4,#e8f5e9);border:1px solid #6aaa64}.game-result-notice--lost{background:linear-gradient(135deg,#fef9f0,#fdf0e0);border:1px solid #c9b458}.game-result-notice__name{color:#1a1a1a;margin:0 0 4px;font-size:1.05rem}.game-result-notice__alias{color:#555;margin:0;font-size:.85rem}@keyframes result-notice-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.see-results-btn{color:#fff;letter-spacing:.02em;cursor:pointer;background:#538d4e;border:none;border-radius:32px;width:100%;max-width:320px;padding:16px 32px;font-size:1.1rem;font-weight:700;transition:background .2s,transform .15s;box-shadow:0 2px 8px #0000001f}.see-results-btn:hover{background:#6aaa64}.see-results-btn:active{transform:scale(.97)}
