:root{--cw-font-sans:"Avenir Next", "Segoe UI", sans-serif;--cw-color-text:#2a241e;--cw-color-text-muted:#83786c;--cw-color-danger:#8e2828;--cw-color-warning:#8a6d1f;--cw-color-page-grad-a:#b496800f;--cw-color-page-grad-b:#a88f7a0d;--cw-color-page-bg-start:#f9f7f3;--cw-color-page-bg-mid:#f4efe7;--cw-color-page-bg-end:#eee8df;--cw-color-panel-bg:#fcfaf7f7;--cw-color-panel-border:#e7e2da;--cw-panel-shadow:none;--cw-color-input-bg:#fefefd;--cw-color-input-border:#d5d2cc;--cw-color-button-bg:#eddaca;--cw-color-button-bg-hover:#e0c3aa;--cw-color-button-border:#f4e9df;--cw-color-button-text:#2f2116;--cw-color-history-card-bg:#fefefd;--cw-color-history-card-border:#ddd7cf;--cw-color-history-card-hover:#f7f4ef;--cw-color-history-card-selected:#ad8a72;--cw-color-history-date:#74685a;--cw-color-history-preview-border:#dedede;--cw-color-history-preview-empty:#8a8074;--cw-color-overlay-bg:#fffaf4b8;--cw-color-spinner-track:#8b451333;--cw-color-spinner-head:#8b4513d9;--cw-radius-panel:10px;--cw-radius-control:7px}:where(input,textarea,select,button):focus,:where(input,textarea,select,button):focus-visible{box-shadow:none;outline:none}.cw-btn{box-sizing:border-box;border:1px solid var(--cw-color-button-border);background:var(--cw-color-button-bg);min-width:0;color:var(--cw-color-button-text);font:inherit;cursor:pointer;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:.35rem;padding:.5rem 1rem;font-weight:500;transition:background-color .12s,border-color .12s;display:inline-flex}.cw-btn:hover:enabled{background:var(--cw-color-button-bg-hover);border-color:var(--cw-color-button-bg-hover)}.cw-btn:disabled{opacity:.5;cursor:not-allowed}:root{--cw-grid-cell-size:24;--cw-grid-margin-cells:1.5;--cw-grid-shadow-bleed:8;--cw-grid-panel-padding:10;--cw-grid-title-y:16;--cw-grid-description-y-with-title:48;--cw-grid-title-block-height-both:74;--cw-grid-title-block-height-single:48;--cw-grid-attribution-inset-x:22;--cw-grid-attribution-baseline-offset:30;--cw-grid-attribution-block-height:46;--cw-grid-clue-top-padding:14;--cw-grid-clue-heading-height:20;--cw-grid-clue-row-height:16;--cw-grid-clue-column-gap:16;--cw-grid-clue-char-width:6.1;--cw-grid-wordlist-char-width:6.75;--cw-grid-zoom-base-max-scale:1.125;--cw-grid-zoom-min-scale-floor:.4;--cw-grid-cell-outline-width:1;--cw-grid-shadow-dx:0;--cw-grid-shadow-dy:0;--cw-grid-shadow-std-deviation:3.6;--cw-grid-shadow-opacity:1;--cw-grid-preview-width:200;--cw-grid-preview-height:200;--cw-grid-preview-margin:6;--cw-grid-preview-min-cell-size:1;--cw-grid-preview-max-cell-size:18;--cw-grid-surface:#fff;--cw-grid-border:#ddd;--cw-grid-line:#000;--cw-grid-letter:#111;--cw-grid-letter-invalid:#f28500;--cw-grid-number:#555;--cw-grid-attribution-color:#7a7f8a;--cw-grid-highlight-fill:#cfe6ff;--cw-grid-highlight-selected-fill:#a9d1ff;--cw-grid-highlight-text:#2e6fae}.grid-panel{background:var(--cw-grid-surface);border:1px solid var(--cw-grid-border);padding:calc(var(--cw-grid-panel-padding) * 1px);box-sizing:border-box;border-radius:6px;justify-content:flex-start;align-items:flex-start;max-width:100%;min-height:0;max-height:100%;display:flex;position:relative;overflow:hidden}.grid-panel.size-to-svg{max-width:800px;min-height:auto;max-height:none;overflow:visible}.grid-scroll{box-sizing:border-box;touch-action:none;-webkit-user-select:none;user-select:none;cursor:default;flex:none;max-width:100%;max-height:100%}.grid-scroll.size-to-svg{max-width:100%;max-height:none}.grid-scroll.can-pan{cursor:grab}.grid-scroll.is-dragging{cursor:grabbing}.grid-svg{max-width:none;margin:0;display:block}.grid-letter{fill:var(--cw-grid-letter);pointer-events:none;font-family:IBM Plex Mono,Fira Code,JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;font-weight:600}.grid-letter-invalid{fill:var(--cw-grid-letter-invalid)}.grid-cell-hint{fill:#f4daec}.grid-cell-highlighted.grid-cell-hint{fill:#d4d5fb}.grid-cell-interactive{cursor:pointer;transition:fill .12s,filter .12s}.grid-cell-highlighted{fill:var(--cw-grid-highlight-fill);filter:none}.grid-cell-selected{fill:var(--cw-grid-highlight-selected-fill);filter:none;stroke:#3f78ad;stroke-width:1.2px}.grid-block-cursor{fill:#35628d2e;pointer-events:none;animation:1s step-end infinite cw-grid-cursor-blink}@keyframes cw-grid-cursor-blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.grid-cell-number{fill:var(--cw-grid-letter);color:var(--cw-grid-number);pointer-events:none;font-family:IBM Plex Mono,Fira Code,JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.4rem;font-weight:600}.svg-title{fill:var(--cw-grid-letter);font-family:IBM Plex Mono,Fira Code,JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:30px;font-weight:700}.svg-description{fill:var(--cw-color-text-muted);font-family:IBM Plex Sans,Segoe UI,system-ui,sans-serif;font-size:13px}.svg-author{fill:var(--cw-grid-attribution-color);font-family:IBM Plex Sans,Segoe UI,system-ui,sans-serif;font-size:10px;font-weight:500}.svg-attribution{fill:var(--cw-grid-attribution-color);font-family:IBM Plex Mono,Fira Code,JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:8px;font-weight:500}.svg-attribution-domain-strong{font-weight:650}.svg-attribution-license{fill:var(--cw-grid-attribution-color);font-family:IBM Plex Mono,Fira Code,JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:6px}.svg-attribution-license-icon{color:var(--cw-grid-attribution-color);opacity:.78}.svg-attribution-license-icon #circle3001{fill:none!important}.svg-attribution-license-icon #path3003{fill:currentColor!important}.svg-clue-heading{fill:var(--cw-grid-letter);font-family:IBM Plex Mono,Fira Code,JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:1rem;font-weight:700}.svg-clue-entry{fill:var(--cw-grid-letter);font-family:IBM Plex Sans,Segoe UI,system-ui,sans-serif;font-size:12px}.svg-clue-entry.clue-clickable{cursor:pointer}.svg-clue-entry.completed-clue{fill:#6b8e23;text-decoration:line-through;text-decoration-thickness:2px;color:#6b8e23!important}.svg-clue-entry.active-clue{fill:var(--cw-grid-highlight-text);font-weight:700}.completed-wordlist-entry{fill:#6b8e23;text-decoration:line-through;text-decoration-thickness:2px;color:#6b8e23!important}.active-wordlist-entry{fill:var(--cw-grid-highlight-text);font-weight:700;color:var(--cw-grid-highlight-text)!important}.svg-clue-number{font-weight:700}.grid-empty{margin:0}@media (width<=430px){:root{--cw-grid-margin-cells:.8;--cw-grid-panel-padding:4;--cw-grid-shadow-bleed:6}}.menu-shell.svelte-zmeum2{flex-shrink:0;margin-left:auto;position:relative}.menu-toggle.svelte-zmeum2{border:1px solid color-mix(in srgb, var(--cw-color-panel-border) 85%, #111 15%);color:var(--cw-color-text);font:inherit;cursor:pointer;background:0 0;border-radius:.45rem;justify-content:center;align-items:center;min-width:2.35rem;min-height:2.05rem;padding:.35rem .55rem;font-weight:700;display:none}.menu-icon.svelte-zmeum2{font-size:1.25rem;line-height:1}.sr-only.svelte-zmeum2{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.menu-list.svelte-zmeum2{flex-wrap:nowrap;justify-content:flex-end;gap:0;margin:0;padding:0;list-style:none;display:flex}.menu-list.svelte-zmeum2>li:where(.svelte-zmeum2){align-items:center;display:flex}.menu-list.svelte-zmeum2>li:where(.svelte-zmeum2)+li:where(.svelte-zmeum2){border-left:1px solid color-mix(in srgb, var(--cw-color-panel-border) 85%, #111 15%);margin-left:.65rem;padding-left:.65rem}a.svelte-zmeum2{color:var(--cw-color-text);padding:.2rem 0;font-size:.95rem;font-weight:500;line-height:1.2;text-decoration:none;transition:opacity .12s;display:block}a.svelte-zmeum2:hover{opacity:.75}a.active.svelte-zmeum2{opacity:1;font-weight:700;text-decoration:none}@media (width<=639px){.menu-shell.svelte-zmeum2{flex-shrink:0;justify-content:flex-end;align-self:flex-end;width:auto;margin-left:0;display:flex}.menu-toggle.svelte-zmeum2{display:inline-flex}.menu-list.svelte-zmeum2{box-sizing:border-box;background:linear-gradient(var(--cw-color-panel-bg), var(--cw-color-panel-bg)), #f6f2e8;border:1px solid var(--cw-color-panel-border);z-index:20;border-radius:.7rem;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:min(350px,96vw);min-width:0;max-width:350px;padding:.65rem .85rem;display:none;position:absolute;top:calc(100% + .45rem);right:0;box-shadow:0 0 22px #0000003d,0 0 42px #00000024}.menu-list.open.svelte-zmeum2{display:flex}.menu-list.svelte-zmeum2>li:where(.svelte-zmeum2){width:100%}.menu-list.svelte-zmeum2>li:where(.svelte-zmeum2)+li:where(.svelte-zmeum2){border-left:0;border-top:1px solid color-mix(in srgb, var(--cw-color-panel-border) 85%, #111 15%);margin-top:0;margin-left:0;padding-top:0;padding-left:0}a.svelte-zmeum2{width:100%;padding:.5rem 0}}@media (width<=560px){.menu-list.svelte-zmeum2{top:var(--menu-top,5.5rem);width:min(350px,96vw);min-width:0;max-width:350px;position:fixed;left:50%;right:auto;transform:translate(-50%)}a.svelte-zmeum2{font-size:.9rem}}body{font-family:var(--cw-font-sans);background:radial-gradient(circle at 15% 10%, var(--cw-color-page-grad-a), transparent 30%), radial-gradient(circle at 88% 8%, var(--cw-color-page-grad-b), transparent 32%), linear-gradient(180deg, var(--cw-color-page-bg-start) 0%, var(--cw-color-page-bg-mid) 56%, var(--cw-color-page-bg-end) 100%);color:var(--cw-color-text);margin:0}.layout-shell.svelte-12qhfyh{flex-direction:column;gap:1rem;width:min(94vw,1600px);margin:0 auto;padding:1.25rem 0 0;display:flex}.layout-shell.solver-route.svelte-12qhfyh{padding-bottom:0}.layout-shell.solver-route.svelte-12qhfyh .route-content:where(.svelte-12qhfyh){gap:.4rem;min-height:0}.layout-shell.solver-route.keyboard-open.svelte-12qhfyh{gap:.2rem;padding-top:.12rem}.layout-shell.solver-route.keyboard-open.svelte-12qhfyh .header-panel:where(.svelte-12qhfyh){display:none}.layout-shell.solver-route.keyboard-open.svelte-12qhfyh .route-content:where(.svelte-12qhfyh){gap:.1rem}body.solver-keyboard-active .layout-shell.solver-route.svelte-12qhfyh .header-panel:where(.svelte-12qhfyh){display:none}body.solver-keyboard-active .layout-shell.solver-route.svelte-12qhfyh .route-content:where(.svelte-12qhfyh){gap:.1rem}.route-content.svelte-12qhfyh{flex-direction:column;gap:1rem;display:flex}.panel.svelte-12qhfyh{background:var(--cw-color-panel-bg);border:1px solid var(--cw-color-panel-border);border-radius:var(--cw-radius-panel);box-shadow:var(--cw-panel-shadow);padding:1rem}.header-panel.svelte-12qhfyh{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex;position:relative}.header-panel.svelte-12qhfyh .menu-shell{flex:none;margin-left:0}.header-copy.svelte-12qhfyh{flex-direction:column;flex:auto;align-items:flex-start;gap:.9rem;min-width:0;display:flex}.title-row.svelte-12qhfyh{align-items:center;gap:.65rem;display:flex}.title-copy.svelte-12qhfyh{flex-direction:column;align-items:flex-start;display:flex}.header-meta.svelte-12qhfyh{flex-direction:column;flex:none;align-items:flex-end;gap:.45rem;min-width:0;display:flex}.hero-logo.svelte-12qhfyh{width:clamp(72px,8vw,120px);height:auto;display:block}.page-title.svelte-12qhfyh{letter-spacing:-.02em;margin:0;font-size:clamp(1.4rem,2.2vw,2rem);font-weight:700;display:block}.hero-subtitle.svelte-12qhfyh{color:var(--cw-color-text);margin:0;font-size:clamp(1.05rem,1.4vw,1.35rem);font-weight:600}.fair-use-note.svelte-12qhfyh{color:var(--cw-color-text);text-align:right;max-width:min(44ch,50vw);margin:0;font-size:1rem;font-weight:500;line-height:1.3;position:static}.fair-use-note.svelte-12qhfyh a:where(.svelte-12qhfyh){color:inherit;text-underline-offset:.12em;text-decoration:underline}@media (width<=1180px){.layout-shell.svelte-12qhfyh{width:min(96vw,1600px);padding-top:1rem}}@media (width<=639px){.layout-shell.svelte-12qhfyh{gap:.75rem;width:min(96vw,100%);padding-top:.75rem}.header-panel.svelte-12qhfyh{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title menu""note note";align-items:start;gap:.35rem .5rem;display:grid}.header-copy.svelte-12qhfyh{grid-area:title}.header-meta.svelte-12qhfyh{display:contents}.header-meta.svelte-12qhfyh .menu-shell{grid-area:menu;place-self:start end}.fair-use-note.svelte-12qhfyh{text-align:left;grid-area:note;max-width:none}}@media (width<=430px){.layout-shell.svelte-12qhfyh{box-sizing:border-box;width:100%;padding-left:.16rem;padding-right:.16rem}}@media (width<=900px){.layout-shell.solver-route.svelte-12qhfyh{gap:.38rem;width:min(100vw,100%);padding-top:.45rem;padding-bottom:0}.layout-shell.solver-route.svelte-12qhfyh .route-content:where(.svelte-12qhfyh){gap:.25rem}}
