:root{--bg:#fff;--fg:#000;--menu-bg:#fff;--content-link:#000000a3;--content-link-hover:#000000eb;--btn-hover-bg:#0000000f;--muted-fg:#4a5568;--link-blue:#2b6cb0;--category-yellow:#ffdb58;--category-green:#50c878;--category-blue:#468fea;--category-purple:#b272e0}html[data-theme=dark]{--bg:#1a1a1a;--fg:#fff;--menu-bg:#1a1a1a;--content-link:#fffc;--content-link-hover:#ffffffeb;--btn-hover-bg:#ffffff0f;--muted-fg:#a0aec0;--link-blue:#63b3ed}@font-face{font-family:agbalumo-regular;src:url(/Agbalumo-Regular.woff2)format("woff2");font-display:swap}body{background:var(--bg);color:var(--fg);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;line-height:1.5}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-gutter:stable}@supports not (scrollbar-gutter:stable){html{overflow-y:scroll}}*{-webkit-tap-highlight-color:transparent;transition:none!important}.create{transition:box-shadow .3s!important}:focus,:focus-visible,[data-focus]{box-shadow:none!important}.create{background:linear-gradient(48deg,#f1bbf2,#f3c4ee,#f5cce9,#f9ddeb,#f9dfe7,#fae4df,#fbe7db,#fbe9d7) 0 0/500% 400%;justify-content:center;align-items:center;transition:box-shadow .3s;animation:5s infinite gradient;display:flex}@keyframes gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (hover:hover) and (pointer:fine){.create:hover{animation-play-state:paused;box-shadow:0 4px 8px #00000026}}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none}[data-theme=dark] .create{background:linear-gradient(48deg,#2d1b3d,#3d2a4d,#4d395d,#5d486d,#6d577d,#7d668d,#8d759d,#9d84ad) 0 0/500% 400%;animation:5s infinite gradient}[data-theme=dark] .create:hover{box-shadow:0 4px 8px #ffffff26}:root{--shell-pad-top:.5rem;--island-mt:0px}.page-shell{min-height:90vh;padding-top:var(--shell-pad-top);flex-direction:column;justify-content:space-between;padding-bottom:.5rem;display:flex}@media (min-width:48em){:root{--shell-pad-top:1.25rem;--island-mt:1.5rem}.page-shell{padding-bottom:1.25rem}}.menu-bar{background:var(--menu-bg);color:var(--fg);z-index:100;width:100%;padding:.5rem 0 1rem;position:sticky;top:0}@media (min-width:48em){.menu-bar{padding:1rem}}.menu-container{text-align:center;flex-direction:row;justify-content:space-between;align-items:center;gap:0;max-width:1280px;margin:0 auto;padding:0 1rem;display:flex}@media (min-width:30em){.menu-container{justify-content:flex-start}}.logo-link{display:block}.logo-mini{margin:0 1rem .25rem 0;display:block}.logo-mini img{width:34px;height:auto;display:block}.logo-full{margin:0 1.5rem 0 0;padding-bottom:.25rem;display:none}.logo-full img{width:170px;height:auto;display:block}@media (min-width:30em){.logo-mini{display:none}.logo-full{display:block}}@media (min-width:48em){.logo-full img{width:200px}}.logo-ponneptions img{width:190px;height:auto;display:block}@media (min-width:48em){.logo-ponneptions img{width:250px}}.logo-dark,html[data-theme=dark] .logo-light{display:none!important}html[data-theme=dark] .logo-dark{display:block!important}.nav-link{color:inherit;margin:0 .25rem;text-decoration:none;position:relative}@media (min-width:48em){.nav-link{margin:.25rem .5rem 0}}.nav-link:after,.game-tab:after{content:"";transform-origin:bottom;background-color:currentColor;border-radius:9999px;height:1.5px;transition:transform .2s ease-out;position:absolute;transform:scaleY(0)}.nav-link:after{bottom:-7px;left:0;right:0}@media (pointer:coarse){.nav-link:after,.game-tab:after{height:2px}}.nav-link.active{font-weight:500}.nav-link.active:after{transform:scaleY(1)}.menu-create{color:inherit;border-radius:9999px;margin-left:.5rem;font-weight:700;text-decoration:none}@media (min-width:48em){.menu-create{margin-top:.25rem}}.menu-create p{margin:.25rem 0;padding:0 1rem}.theme-toggle{cursor:pointer;color:inherit;background:0 0;border:none;align-items:center;margin-left:.5rem;padding:0;display:flex}@media (min-width:48em){.theme-toggle{margin-top:.25rem}}@media (min-width:62em){.theme-toggle{margin-left:1rem}}.icon-sun,html[data-theme=dark] .icon-moon{display:none}html[data-theme=dark] .icon-sun{display:block}.site-footer{text-align:center;margin:auto 1.25rem .5rem}.site-footer a{color:inherit;margin-right:16px;text-decoration:none}.site-footer a:last-of-type{margin-right:0}.footer-coffee-emoji{font-size:1.125rem}.footer-copyright{margin-top:.5rem;font-size:.75rem}.footer-special{font-size:1rem;font-style:italic}.content-center{justify-content:center;width:100%;padding-bottom:1.25rem;display:flex}.content-page{text-align:left;max-width:90%;margin:auto;padding:1.25rem}@media (min-width:48em){.content-page{max-width:700px}}.content-page h1{margin:0 0 1rem;font-size:1.875rem;line-height:1.2}.content-page h2{margin:1.5rem 0 .5rem;font-size:1.25rem;line-height:1.2}.content-page p,.content-page li{line-height:1.5}.content-page p{margin:0 0 .75rem}.content-page>p:last-child{margin-bottom:0}.content-page ul{text-align:left;margin:.5rem 0 1.5rem;padding-left:2rem}.content-page li{margin-bottom:.5rem}.content-link{color:var(--content-link);text-decoration:underline}.content-link:hover{color:var(--content-link-hover)}.content-link-blue{color:var(--link-blue);text-decoration:underline}.color-row{align-items:flex-start;margin-bottom:1rem;display:flex}.color-row:first-of-type{margin-top:1rem}.color-row>div:last-child{margin-left:.75rem}.color-square{border-radius:.375rem;width:30px;min-width:30px;height:30px;margin-top:.25rem}.content-page .color-row p{margin:0}.content-page .bold{margin-top:.75rem;margin-bottom:0;font-weight:700}.privacy-page h2{margin-top:1.25rem}.privacy-page p{margin-bottom:0}.privacy-page ul{margin-bottom:.5rem}.privacy-page li,.content-page ul.list-flush li{margin-bottom:0}.content-page ul.list-snug li{margin-bottom:.25rem}.content-page p.mb-lg{margin-bottom:1.5rem}.nf-wrap{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:50vh;padding:1.25rem;display:flex}@keyframes nf-join{0%{opacity:0;width:150px}to{opacity:1;width:622px}}.nf-bar{pointer-events:none;color:#000;background:#fed7d7;border-radius:.375rem;flex-direction:column;justify-content:center;align-items:center;max-width:90vw;height:7vh;margin-bottom:10px;animation:.6s forwards nf-join;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (min-width:48em){.nf-bar{max-width:600px;height:80px}}@media (prefers-reduced-motion:reduce){.nf-bar{opacity:1;width:622px;animation:none}}.nf-title{margin:0;font-size:.875rem;font-weight:700}.nf-subtitle{margin:.25rem 0 0;font-size:.875rem;font-weight:400}@media (min-width:30em){.nf-title{font-size:1.125rem}.nf-subtitle{font-size:1rem}}@media (min-width:48em){.nf-title{font-size:1.25rem}.nf-subtitle{font-size:1.125rem}}.nf-actions{justify-content:center;gap:.5rem;display:flex}.game-btn{border:1px solid var(--fg);color:var(--fg);cursor:pointer;background:0 0;border-radius:9999px;align-items:center;height:2rem;padding:0 .5rem;font-family:inherit;font-size:.75rem;text-decoration:none;display:inline-flex}@media (min-width:48em){.game-btn{height:2.5rem;padding:0 1rem;font-size:1rem}}@media (hover:hover) and (pointer:fine){.game-btn:hover{background:var(--btn-hover-bg)}}.game-btn:active{transform:scale(.95)}:root{--divider:#00000029;--row-border:#edf2f7;--row-hover:#0000000f;--completed-row:#c6f6d5;--completed-row-hover:#9ae6b4;--dots:#0000005c}html[data-theme=dark]{--divider:#ffffff29;--row-border:#ffffff0f;--row-hover:#ffffff0f;--completed-row:#22543d;--completed-row-hover:#276749;--dots:#ffffff5c}.sr-only-h1{position:absolute;top:0;left:-9999px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.spinner-wrap{justify-content:center;align-items:center;height:80vh;display:flex}.spinner{border:4px solid #80808040;border-top-color:var(--fg);border-radius:50%;width:3rem;height:3rem;animation:.65s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.spinner-wrap--delayed{opacity:0;height:var(--game-nav-hold,80vh);animation:.1s .15s forwards fade-in}.island-fade-in{min-height:var(--game-nav-board,auto);animation:.25s fade-in}.island-fade-out{animation:.2s forwards fade-out}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.spinner-wrap--delayed{opacity:1;animation:none}.island-fade-in,.island-fade-out{animation:none}}.archive-deeplink-spinner{display:none}html[data-archive-deeplink] .archive-deeplink-spinner{display:flex}html[data-archive-deeplink] .archive-body{display:none}.table-page{padding:.75rem .25rem 1.25rem}@media (min-width:48em){.table-page{padding-top:1.25rem}}.archive-body{width:100%}.table-panel{width:95%;margin:0 auto}@media (min-width:30em){.archive-page .table-panel{width:75%}.community-page .table-panel{width:90%}}@media (min-width:48em){.archive-page .table-panel{width:600px}.community-page .table-panel{width:700px}}@media (min-width:62em){.archive-page .table-panel{width:650px}.community-page .table-panel{width:800px}}.table-controls{z-index:10;background:var(--bg);position:sticky;top:0}@media (min-width:48em){.table-controls{padding-bottom:1rem}}.search-form{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.search-input-wrap{flex:1;margin-bottom:.5rem;position:relative}.search-form .search-input-wrap{margin-bottom:0}.search-form .pill-btn{margin-top:0}.search-icon{color:#cbd5e0;pointer-events:none;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.table-search-input{box-sizing:border-box;width:100%;height:2.5rem;color:var(--fg);background:0 0;border:1px solid #80808059;border-radius:.375rem;padding:0 2rem 0 2.5rem;font-family:inherit;font-size:1rem}.table-search-input:focus{border:1.5px solid var(--fg);outline:none}.search-clear{color:var(--muted-fg);cursor:pointer;background:0 0;border:none;padding:0;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.search-hint{color:var(--muted-fg);margin:-.25rem 0 0;font-size:.75rem}@media (min-width:48em){.search-hint{display:none}}.pill-row{gap:.5rem;margin:.5rem 0 .75rem;display:flex}@media (min-width:26em){.pill-row{margin:1rem 0}}@media (min-width:48em){.pill-row{margin:.75rem 0}}.pill-btn{border:1px solid var(--fg);color:var(--fg);cursor:pointer;background:0 0;border-radius:9999px;align-items:center;height:2rem;margin-top:.5rem;padding:0 .5rem;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}@media (min-width:48em){.pill-btn{padding:0 1rem;font-size:1rem}}.pill-btn.selected{background:var(--fg);color:var(--bg)}.pill-btn:active{transform:scale(.95)}.btn-divider{background:var(--divider);width:1px;height:30px;margin-top:.5rem}.table-scroll{height:55vh;overflow-y:auto}@media (min-width:48em){.table-scroll{height:58vh}}@media (min-width:62em){.table-scroll{height:55vh}}.games-table{border-collapse:collapse;background:var(--bg);width:100%}.games-table th{z-index:1;background:var(--bg);text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-fg);padding:0 .25rem .5rem;font-size:.75rem;position:sticky;top:0}@media (min-width:48em){.games-table th{padding:0 1rem 1rem;font-size:.875rem}}.archive-page th.col-name,.archive-page th.col-date{width:50%}@media (min-width:48em){.archive-page th.col-name{width:60%}.archive-page th.col-date{width:40%}}.community-page th.col-name{width:45%}.community-page th.col-author{width:35%}.community-page th.col-plays{width:20%}.games-table td{border-bottom:1px solid var(--row-border);padding:.5rem .25rem;font-size:.875rem}@media (min-width:48em){.games-table td{padding:1rem;font-size:1rem}}.games-table td.col-name{font-weight:700}.games-table a{color:inherit;width:100%;height:100%;text-decoration:none;display:block}.games-table tbody tr{cursor:pointer;background:var(--bg)}.games-table tbody tr.completed{background:var(--completed-row)}@media (hover:hover) and (pointer:fine){.games-table tbody tr:hover{background:var(--row-hover)}.games-table tbody tr.completed:hover{background:var(--completed-row-hover)}}.no-results-cell{text-align:center;border-bottom:none!important;padding-top:50px!important}.no-results-title{margin:0 0 .5rem;font-size:1.25rem}.no-results-sub{color:var(--muted-fg);margin:0 0 1.5rem}.row-check,.row-check-spacer{width:1rem;height:1rem;margin-left:.5rem;display:inline-flex}.row-check{color:#fff;background:#38a169;border-radius:9999px;justify-content:center;align-items:center}.play-dots{justify-content:left;display:flex}@media (min-width:48em){.play-dots{margin-left:2.25rem}}.play-dot{background:var(--dots);border-radius:9999px;width:10px;height:10px;margin:0 2px}@media (min-width:48em){.play-dot{width:.75rem;height:.75rem;margin:0 .25rem}}.table-pagination{justify-content:center;align-items:center;gap:15px;margin-top:1.5rem;display:flex}@media (min-width:48em){.table-pagination{margin-top:2rem}}.page-arrow{color:var(--fg);cursor:pointer;background:0 0;border:none;padding:0;display:inline-flex}.page-arrow:disabled,.page-arrow.disabled{opacity:0;cursor:default;pointer-events:none}.page-arrow .overlap{margin-left:-1.05rem}.page-count{margin:0 0 .25rem;font-size:.875rem}@media (min-width:48em){.page-count{font-size:1rem}}html[data-theme=dark] .island-theme-gate:not([data-island-themed]){visibility:hidden;position:relative}html[data-theme=dark] .island-theme-gate:not([data-island-themed]):before{content:"";visibility:visible;border:4px solid #ffffff40;border-top-color:var(--fg);border-radius:50%;width:40px;height:40px;margin-left:-20px;animation:.8s linear infinite island-gate-spin;position:absolute;top:20vh;left:50%}@keyframes island-gate-spin{to{transform:rotate(360deg)}}html[data-board-gate] .board-gate,html[data-board-gate] #game-tabpanel-hints{visibility:hidden}.board-settling *,.board-settling .game-tab:after{transition:none!important}:root{--board-w:624px;--board-row-h:80px;--board-row-h-mobile:16vw;--board-mobile-w:105%;--board-pad:16px;--game-header-gap:24px;--banner-pad:.5rem;--banner-gap:.25rem;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--banner-title-size:.875rem;--banner-words-size:.875rem}@media (min-width:30em){:root{--banner-title-size:1.125rem;--banner-words-size:1rem}}@media (min-width:48em){:root{--banner-title-size:1.25rem;--banner-words-size:1.125rem}}:root{--hint-cat-0:var(--category-yellow);--hint-cat-1:var(--category-green);--hint-cat-2:var(--category-blue);--hint-cat-3:var(--category-purple);--hint-tint-0:#fff9e3;--hint-tint-1:#edfaf1;--hint-tint-2:#ebf3fe;--hint-tint-3:#f6eefb}html[data-theme=dark]{--hint-cat-0:#ecc125;--hint-cat-1:#276749;--hint-cat-2:#265895;--hint-cat-3:#8b289e;--hint-tint-0:#ecc12524;--hint-tint-1:#50c8781f;--hint-tint-2:#468fea24;--hint-tint-3:#b272e024}:root{--hint-banner-0:var(--category-yellow);--hint-banner-1:var(--category-green);--hint-banner-2:var(--category-blue);--hint-banner-3:var(--category-purple)}.hint-cat-0{--hint-accent:var(--hint-cat-0);--hint-tint:var(--hint-tint-0);--hint-banner:var(--hint-banner-0)}.hint-cat-1{--hint-accent:var(--hint-cat-1);--hint-tint:var(--hint-tint-1);--hint-banner:var(--hint-banner-1)}.hint-cat-2{--hint-accent:var(--hint-cat-2);--hint-tint:var(--hint-tint-2);--hint-banner:var(--hint-banner-2)}.hint-cat-3{--hint-accent:var(--hint-cat-3);--hint-tint:var(--hint-tint-3);--hint-banner:var(--hint-banner-3)}:root{--menu-h:72px;--pin-top:var(--menu-h)}@media (min-width:48em){:root{--menu-h:68px}}.island-board .board-gate,.game-header{top:var(--pin-top);z-index:10;background:var(--bg);position:sticky}@media (min-width:48em) and (min-height:600px){.page-shell:has([data-game-route]){--pin-top:calc(var(--menu-h) + var(--shell-pad-top) + var(--island-mt))}.page-shell:has([data-game-route]) .page-body{flex-direction:column;flex:1 0 auto;display:flex}.page-shell:has([data-game-route]) main{flex-direction:column;flex:1 0 auto;display:flex}.page-shell:has([data-game-route]) .island-theme-gate{flex-direction:column;flex:1 0 auto;display:flex}.page-shell:has([data-game-route]) .island-board{flex:1 0 auto;grid-template-rows:auto 1fr;grid-template-columns:100%;display:grid;position:relative}.page-shell:has([data-game-route]) .board-gate{display:contents}.page-shell:has([data-game-route]) .game-header{grid-area:1/1;margin:0;padding:20px 0 0}.page-shell:has([data-game-route]) #game-tabpanel-game{grid-area:2/1}.page-shell:has([data-game-route]) #game-tabpanel-game[hidden]{visibility:hidden;display:flex!important}html[data-hints-tab] .page-shell:has([data-game-route]) #game-tabpanel-game[role=tabpanel]{visibility:hidden;display:flex!important}.page-shell:has([data-game-route]) #game-tabpanel-hints{--hints-scroll-gap:24px;--hints-footer-gap:24px;inset:0 0 var(--hints-footer-gap);width:min(100%, calc(var(--board-w) + 2 * var(--board-pad) + 2 * var(--hints-scroll-gap)));scrollbar-gutter:stable both-edges;grid-area:2/1;margin-inline:auto;position:absolute;overflow-y:auto}.page-shell:has([data-game-route]) .game-header:before{content:"";height:calc(var(--shell-pad-top) + var(--island-mt));background:var(--bg);position:absolute;bottom:100%;left:0;right:0}}@media (max-width:47.99em){.page-shell:has([data-game-route]){--pin-top:0px;min-height:calc(100vh + var(--menu-h) + var(--shell-pad-top) + var(--island-mt) - var(--pin-top));min-height:calc(100dvh + var(--menu-h) + var(--shell-pad-top) + var(--island-mt) - var(--pin-top))}.page-shell:has([data-game-route]) .menu-bar{position:static}}.game-header{flex-direction:column;align-self:stretch;align-items:center;margin:0 -20px;padding:20px 20px 0;display:flex}.game-tabs-row{width:var(--board-mobile-w);margin-top:calc(6px - var(--game-header-gap));margin-bottom:16px;position:relative}@media (min-width:48em){.game-tabs-row{width:var(--board-w)}}.game-tabs{justify-content:center;gap:4px;display:flex}.game-tab{--game-tab-pad:12px;padding:6px var(--game-tab-pad);color:var(--muted-fg);cursor:pointer;background:0 0;border:none;font-size:.9rem;font-weight:600;position:relative}.game-tab:after{bottom:0;left:var(--game-tab-pad);right:var(--game-tab-pad)}.game-tab[aria-selected=true]{color:var(--fg)}.game-tab[aria-selected=true]:after{transform:scaleY(1)}html[data-hints-tab] #game-tab-game{color:var(--muted-fg)}html[data-hints-tab] #game-tab-game:after{transform:scaleY(0)}html[data-hints-tab] #game-tab-hints{color:var(--fg)}html[data-hints-tab] #game-tab-hints:after{transform:scaleY(1)}html[data-hints-tab] #game-tabpanel-game[role=tabpanel]{display:none}html[data-hints-tab] #game-tabpanel-hints[hidden]{display:block!important}.hints-used-pill,.hints-one-away{letter-spacing:.05em;text-transform:uppercase;background:var(--btn-hover-bg);border-radius:999px}.hints-used-pill{color:var(--muted-fg);white-space:nowrap;padding:3px 10px;font-size:.7rem;font-weight:600;position:absolute;top:50%;right:0;transform:translateY(-50%)}@media (max-width:29.99em){.game-tabs{gap:12px}.game-tab{--game-tab-pad:6px}.hints-used-pill{letter-spacing:.02em;padding:3px 8px;font-size:.65rem}}@media (max-width:21em){.game-tabs{gap:6px}.hints-used-pill{letter-spacing:0;padding:3px 6px}}.hints-panel{max-width:calc(var(--board-w) + 2 * var(--board-pad));padding:0 var(--board-pad) 32px;color:var(--fg);text-align:left;margin:0 auto}.hints-level{margin-bottom:18px}@media (max-width:47.99em){.hints-panel{max-width:none;padding-left:20px;padding-right:20px}.hints-level{width:var(--board-mobile-w);margin-left:calc((100% - var(--board-mobile-w)) / 2)}}.hints-level-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-fg);margin-bottom:7px;font-size:.75rem;font-weight:700}.hints-board{flex-direction:column;gap:8px;display:flex}.hints-board-row{width:100%;height:var(--board-row-h-mobile);box-sizing:border-box;text-align:center;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex;overflow:hidden}@media (min-width:48em){.hints-board-row{height:var(--board-row-h)}}.hints-board-solved{background:var(--hint-banner);color:#000;padding:var(--banner-pad);gap:var(--banner-gap);box-shadow:var(--shadow-md)}@media (min-width:48em){.hints-board-solved{align-self:center;width:calc(100% - 2px)}}.hints-board-solved .hints-board-title,.hints-board-solved .hints-board-words{text-transform:none;letter-spacing:normal;line-height:1.2}.hints-board-solved .hints-board-title{font-size:var(--banner-title-size)}.hints-board-solved .hints-board-words{font-size:var(--banner-words-size)}.hints-board-hintable{background:var(--hint-tint);color:var(--fg);border:1px solid var(--hint-accent);position:relative}.hints-advance{box-sizing:border-box;width:100%;height:100%;font:inherit;color:inherit;cursor:pointer;text-align:center;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:6px 40px;display:flex}.hints-advance:disabled{cursor:default}.hints-board-title,.hints-rung-main{text-transform:uppercase;letter-spacing:.02em;font-size:1.25rem;font-weight:700;line-height:1.2}.hints-board-words{text-transform:uppercase;font-size:1.125rem;line-height:1.2}.hints-board-prompt{color:var(--muted-fg);font-size:.9rem;line-height:1.2}.hints-verb-tap{display:none}@media (hover:none) and (pointer:coarse){.hints-verb-click{display:none}.hints-verb-tap{display:inline}}.hints-rung{max-width:100%;display:none}.hints-rung-main{display:block}.hints-rung-context{color:var(--muted-fg);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;line-height:1.2;display:block;overflow:hidden}.hints-rung-creator.hints-rung-main{text-transform:none;letter-spacing:normal}.hints-word{display:none}.hints-word-active{display:inline}.hints-final{flex-direction:column;align-items:center;gap:2px;width:100%;display:none}.hints-final-active{display:flex}.hints-dots{pointer-events:none;gap:5px;display:flex;position:absolute;top:8px;right:10px}.hints-dot{box-sizing:border-box;border:1.5px solid var(--hint-accent);border-radius:50%;width:8px;height:8px}.hints-dot-filled{background:var(--hint-accent)}.hints-guess{margin-bottom:18px}.hints-guess-label{color:var(--muted-fg);align-items:center;gap:8px;margin-bottom:6px;font-size:.75rem;font-weight:700;display:flex}.hints-one-away{padding:2px 8px;font-size:.65rem}.hints-guess-placeholder{min-height:var(--board-row-h-mobile);box-sizing:border-box;text-align:center;border:1px dotted var(--divider);color:var(--muted-fg);border-radius:6px;justify-content:center;align-items:center;margin:0;padding:12px 16px;font-size:.9rem;line-height:1.4;display:flex}.hints-guess-perfect{color:inherit;border-style:solid}.hints-guess-tiles{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:8px;display:grid}.hints-guess-tile{min-height:var(--board-row-h-mobile);color:#111;text-align:center;background:#e5e4e2;border-radius:6px;justify-content:center;align-items:center;padding:8px;font-weight:700;line-height:1.2;display:flex;overflow:hidden}@media (min-width:48em){.hints-guess-tile,.hints-guess-placeholder{min-height:var(--board-row-h)}}.hints-guess-intruder{box-shadow:0 0 0 2px var(--fg);text-decoration:line-through}.hints-guess-actions{flex-wrap:wrap;align-items:center;gap:12px;min-height:26px;display:flex}.hints-link{height:auto;margin-top:0;padding:3px 10px;font-size:.75rem}.hints-mix{align-items:center;gap:6px;display:inline-flex}.hints-mix-dot{background:var(--hint-accent);border-radius:4px;width:15px;height:15px}.hints-mix-label{font-size:.8rem;font-weight:700}@media (max-width:29.99em){.hints-advance{padding:4px 34px}.hints-board-title,.hints-rung-main{font-size:1rem;line-height:1.15}.hints-board-words{font-size:.9rem;line-height:1.15}.hints-rung-context{font-size:.7rem;line-height:1.15}.hints-board-prompt{font-size:.8rem;line-height:1.15}.hints-guess-placeholder{font-size:.8rem}}@media (prefers-reduced-motion:reduce){html[data-theme=dark] .island-theme-gate:not([data-island-themed]):before{animation:none}}.ad-sidebar{display:none}@media (min-width:90em){.ad-sidebar{z-index:11;display:block;position:fixed;top:50%;transform:translateY(-50%)}.ad-sidebar-left{left:10px}.ad-sidebar-right{right:10px}}@media (max-width:47.9375em){main .game-control-row{width:calc(100% + 24px);margin-inline:-12px}}
