:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--success:#1a7f37;--success-bg:#1a7f371a;--error:#cf222e;--error-bg:#cf222e1a;--warning:#92400e;--warning-bg:#d977062e;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--success:#3fb950;--success-bg:#3fb95026;--error:#f85149;--error-bg:#f8514926;--warning:#fbbf24;--warning-bg:#fbbf2438}}#root{flex-direction:column;min-height:100svh;display:flex}body{overflow-wrap:break-word;margin:0}.page{box-sizing:border-box;width:100%;max-width:640px;margin:0 auto;padding:32px 24px 0}@media (width<=600px){.page{padding:24px 16px 0}}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}p{margin:0}code{font-family:var(--mono);color:var(--text-h);background:var(--code-bg);border-radius:4px;padding:4px 8px;font-size:15px;line-height:135%;display:inline-flex}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.toolbar{border-bottom:1px solid var(--border)}.toolbar__inner{box-sizing:border-box;grid-template-columns:1fr auto 1fr;align-items:center;column-gap:12px;max-width:640px;margin:0 auto;padding:12px 24px;display:grid}@media (width<=600px){.toolbar__inner{padding:12px 16px}}.toolbar__start{justify-self:start}.toolbar__logo{width:auto;height:40px;display:block}@media (width<=600px){.toolbar__logo{height:32px}}.toolbar__center{text-align:center;justify-self:center}.toolbar__title{color:var(--text-h);margin:0;font-size:20px;font-weight:600;line-height:1.2}@media (width<=600px){.toolbar__title{font-size:17px}}.toolbar__tagline{color:var(--text);margin:0;font-size:12px;line-height:1.3}.toolbar__end{justify-self:end;position:relative}.toolbar__menu-button{border:1px solid var(--border);background:var(--bg);width:36px;height:36px;color:var(--text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0;font-size:18px;line-height:1;display:flex}.toolbar__menu-button:hover{color:var(--text-h);border-color:var(--accent-border)}.toolbar__menu-button[aria-expanded=true]{color:var(--accent);background:var(--accent-bg);border-color:var(--accent-border)}.toolbar__menu{z-index:10;border:1px solid var(--border);background:var(--bg);border-radius:8px;flex-direction:column;min-width:140px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 4px 16px #00000029}.toolbar__link{color:var(--text);border-radius:6px;padding:8px 10px;font-size:15px;font-weight:500;text-decoration:none}.toolbar__link:hover{color:var(--text-h);background:var(--code-bg)}.feature-section{border-radius:8px;padding:16px}@media (width<=600px){.feature-section{padding:12px}}.feature-section+.feature-section{margin-top:24px}.feature-section:nth-of-type(2n){background:var(--code-bg)}.section-heading{margin:0 0 12px;font-size:20px}.word-lookup{flex-direction:column;gap:16px;display:flex}.word-lookup__form{flex-direction:column;gap:12px;display:flex}.word-lookup__row{gap:8px;display:flex}@media (width<=600px){.word-lookup__row{flex-direction:column;align-items:stretch}}.word-lookup__input{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:8px;flex:1;padding:10px 14px}@media (width<=600px){.word-lookup__input{flex:initial}}.word-lookup__input:focus-visible{outline:2px solid var(--accent-border);outline-offset:1px}.word-lookup__mode{border:none;gap:20px;margin:0;padding:0;display:flex}.word-lookup__radio{color:var(--text);cursor:pointer;align-items:center;gap:6px;font-size:15px;display:flex}.word-lookup__mode:disabled .word-lookup__radio{cursor:not-allowed;opacity:.5}.word-lookup__radio:has(input:disabled){cursor:not-allowed;opacity:.5}.word-lookup__submit{font:inherit;border:1px solid var(--accent-border);background:var(--accent-bg);color:var(--accent);cursor:pointer;border-radius:8px;padding:10px 20px;font-weight:500}.word-lookup__submit:disabled{cursor:not-allowed;opacity:.5}.word-lookup__status{text-align:left;border-radius:8px;padding:12px 16px}.word-lookup__status--found{background:var(--success-bg);color:var(--success)}.word-lookup__status--not-found,.word-lookup__status--error{background:var(--error-bg);color:var(--error)}.word-lookup__status--loading{background:var(--code-bg);color:var(--text)}.word-lookup__status--warning{background:var(--warning-bg);color:var(--warning);font-weight:600}.word-lookup__status--warning:before{content:"⚠ "}.word-lookup__matches{columns:2;margin:8px 0 0;padding-left:20px}@media (width<=480px){.word-lookup__matches{columns:1}}.word-lookup__count{color:var(--text);font-size:15px}.hidden-words{flex-direction:column;gap:16px;display:flex}.hidden-words__row{gap:8px;display:flex}@media (width<=600px){.hidden-words__row{flex-wrap:wrap}}.hidden-words__input{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:8px;flex:1;padding:10px 14px}@media (width<=600px){.hidden-words__input{flex:100%}}.hidden-words__length{width:90px;font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:8px;padding:10px 14px}@media (width<=600px){.hidden-words__length{flex:0 80px;width:auto}}.hidden-words__input:focus-visible,.hidden-words__length:focus-visible{outline:2px solid var(--accent-border);outline-offset:1px}.hidden-words__submit{font:inherit;border:1px solid var(--accent-border);background:var(--accent-bg);color:var(--accent);cursor:pointer;white-space:nowrap;border-radius:8px;padding:10px 20px;font-weight:500}@media (width<=600px){.hidden-words__submit{flex:1}}.hidden-words__submit:disabled{cursor:not-allowed;opacity:.5}.hidden-words__status{text-align:left;border-radius:8px;padding:12px 16px}.hidden-words__status--not-found,.hidden-words__status--error{background:var(--error-bg);color:var(--error)}.hidden-words__status--loading{background:var(--code-bg);color:var(--text)}.hidden-words__status--warning{background:var(--warning-bg);color:var(--warning);font-weight:600}.hidden-words__status--warning:before{content:"⚠ "}.hidden-words__results-count{color:var(--text);font-weight:500}.hidden-words__list{flex-direction:column;gap:8px;margin:8px 0 0;padding:0;list-style:none;display:flex}.hidden-words__item{border:1px solid var(--border);text-align:left;border-radius:8px;flex-wrap:wrap;align-items:baseline;gap:4px 12px;padding:10px 14px;display:flex}.hidden-words__word{color:var(--text-h);flex:none;font-weight:600}.hidden-words__preview{min-width:0;color:var(--text);font-size:15px}.hidden-words__highlight{background:var(--accent-bg);color:var(--accent);border-radius:4px;padding:0 2px;font-weight:600}.hidden-words__count{color:var(--text);font-size:15px}.cryptic-clue{flex-direction:column;gap:16px;display:flex}.cryptic-clue__form{gap:8px;display:flex}@media (width<=600px){.cryptic-clue__form{flex-direction:column;align-items:stretch}}.cryptic-clue__input{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:8px;flex:1;padding:10px 14px}@media (width<=600px){.cryptic-clue__input{flex:initial}}.cryptic-clue__input:focus-visible{outline:2px solid var(--accent-border);outline-offset:1px}.cryptic-clue__submit{font:inherit;border:1px solid var(--accent-border);background:var(--accent-bg);color:var(--accent);cursor:pointer;white-space:nowrap;border-radius:8px;padding:10px 20px;font-weight:500}.cryptic-clue__submit:disabled{cursor:not-allowed;opacity:.5}.cryptic-clue__status{text-align:left;border-radius:8px;padding:12px 16px}.cryptic-clue__status--not-found,.cryptic-clue__status--error{background:var(--error-bg);color:var(--error)}.cryptic-clue__status--loading{background:var(--code-bg);color:var(--text)}.cryptic-clue__status--warning{background:var(--warning-bg);color:var(--warning);font-weight:600}.cryptic-clue__status--warning:before{content:"⚠ "}.cryptic-clue__strategies-count,.cryptic-clue__substitutions-count{color:var(--text);font-weight:500}.cryptic-clue__strategy-list,.cryptic-clue__substitution-list{flex-direction:column;gap:8px;margin:8px 0 0;padding:0;list-style:none;display:flex}.cryptic-clue__strategy{border:1px solid var(--border);text-align:left;border-radius:8px;padding:10px 14px}.cryptic-clue__preview{margin:0 0 4px}.cryptic-clue__explanation{color:var(--text);margin:0;font-size:15px}.cryptic-clue__highlight{background:var(--accent-bg);color:var(--accent);border-radius:4px;padding:0 2px;font-weight:600}.cryptic-clue__count{color:var(--text);font-size:15px}.find-matching-word{flex-direction:column;gap:16px;display:flex}.find-matching-word__row{gap:8px;display:flex}@media (width<=600px){.find-matching-word__row{flex-wrap:wrap}}.find-matching-word__input{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:8px;flex:1;padding:10px 14px}@media (width<=600px){.find-matching-word__input{flex:100%}}.find-matching-word__length{width:90px;font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:8px;padding:10px 14px}@media (width<=600px){.find-matching-word__length{flex:0 80px;width:auto}}.find-matching-word__input:focus-visible,.find-matching-word__length:focus-visible{outline:2px solid var(--accent-border);outline-offset:1px}.find-matching-word__submit{font:inherit;border:1px solid var(--accent-border);background:var(--accent-bg);color:var(--accent);cursor:pointer;white-space:nowrap;border-radius:8px;padding:10px 20px;font-weight:500}@media (width<=600px){.find-matching-word__submit{flex:1}}.find-matching-word__submit:disabled{cursor:not-allowed;opacity:.5}.find-matching-word__status{text-align:left;border-radius:8px;padding:12px 16px}.find-matching-word__status--found{background:var(--success-bg);color:var(--success)}.find-matching-word__status--not-found,.find-matching-word__status--error{background:var(--error-bg);color:var(--error)}.find-matching-word__status--loading{background:var(--code-bg);color:var(--text)}.find-matching-word__status--warning{background:var(--warning-bg);color:var(--warning);font-weight:600}.find-matching-word__status--warning:before{content:"⚠ "}.find-matching-word__matches{columns:2;margin:8px 0 0;padding-left:20px}@media (width<=480px){.find-matching-word__matches{columns:1}}.find-matching-word__count{color:var(--text);font-size:15px}
