[data-vaul-drawer]{touch-action:none;transition:transform .5s cubic-bezier(.32,.72,0,1)}[data-vaul-drawer][data-vaul-drawer-direction=bottom]{transform:translate3d(0,100%,0)}[data-vaul-drawer][data-vaul-drawer-direction=top]{transform:translate3d(0,-100%,0)}[data-vaul-drawer][data-vaul-drawer-direction=left]{transform:translate3d(-100%,0,0)}[data-vaul-drawer][data-vaul-drawer-direction=right]{transform:translate3d(100%,0,0)}.vaul-dragging .vaul-scrollable [data-vaul-drawer-direction=top],.vaul-dragging .vaul-scrollable [data-vaul-drawer-direction=bottom]{overflow-y:hidden!important}.vaul-dragging .vaul-scrollable [data-vaul-drawer-direction=left],.vaul-dragging .vaul-scrollable [data-vaul-drawer-direction=right]{overflow-x:hidden!important}[data-vaul-drawer][data-vaul-drawer-visible=true][data-vaul-drawer-direction=top],[data-vaul-drawer][data-vaul-drawer-visible=true][data-vaul-drawer-direction=bottom]{transform:translate3d(0,var(--snap-point-height, 0),0)}[data-vaul-drawer][data-vaul-drawer-visible=true][data-vaul-drawer-direction=left],[data-vaul-drawer][data-vaul-drawer-visible=true][data-vaul-drawer-direction=right]{transform:translate3d(var(--snap-point-height, 0),0,0)}[data-vaul-overlay]{opacity:0;transition:opacity .5s cubic-bezier(.32,.72,0,1)}[data-vaul-overlay][data-vaul-drawer-visible=true]{opacity:1}[data-vaul-drawer]:after{content:"";position:absolute;background:inherit;background-color:inherit}[data-vaul-drawer][data-vaul-drawer-direction=top]:after{top:initial;bottom:100%;left:0;right:0;height:200%}[data-vaul-drawer][data-vaul-drawer-direction=bottom]:after{top:100%;bottom:initial;left:0;right:0;height:200%}[data-vaul-drawer][data-vaul-drawer-direction=left]:after{left:initial;right:100%;top:0;bottom:0;width:200%}[data-vaul-drawer][data-vaul-drawer-direction=right]:after{left:100%;right:initial;top:0;bottom:0;width:200%}[data-vaul-overlay][data-vaul-snap-points=true]:not([data-vaul-snap-points-overlay=true]):not([data-state=closed]){opacity:0}[data-vaul-overlay][data-vaul-snap-points-overlay=true]:not([data-vaul-drawer-visible=false]){opacity:1}@keyframes fake-animation{}@media(hover:hover)and (pointer:fine){[data-vaul-drawer]{-webkit-user-select:none;-moz-user-select:none;user-select:none}}.share-modal__overlay{position:fixed;inset:0;background:#0006;z-index:1000}.share-modal__content{position:fixed;bottom:0;left:0;right:0;background:var(--cw-bg, #fff);border-radius:16px 16px 0 0;z-index:1001;max-height:90vh;max-height:90dvh;overflow-y:auto}.share-modal.svelte-1h42slv{padding:16px 24px;padding-bottom:max(32px,env(safe-area-inset-bottom))}.share-modal__handle.svelte-1h42slv{width:36px;height:4px;background:#d4d4d4;border-radius:2px;margin:0 auto 24px}.share-modal__preview.svelte-1h42slv{position:relative;background:#f5f5f5;border:2px solid var(--cw-border);border-radius:8px;overflow:hidden;margin-bottom:16px;aspect-ratio:9/16;max-height:280px;display:flex;align-items:center;justify-content:center}.share-modal__preview.svelte-1h42slv img:where(.svelte-1h42slv){width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.share-modal__preview--loading.svelte-1h42slv{flex-direction:column;gap:8px;color:#737373;font-family:var(--font-sans);font-size:13px}.share-modal__spinner.svelte-1h42slv{width:24px;height:24px;border:2px solid #d4d4d4;border-top-color:var(--cw-text);border-radius:50%;animation:svelte-1h42slv-spin 1s linear infinite}.share-modal__url-container.svelte-1h42slv{margin-bottom:24px}.share-modal__url.svelte-1h42slv{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 16px;background:#f5f5f5;border:1px solid var(--cw-border);border-radius:6px;cursor:pointer;transition:background .15s ease}.share-modal__url.svelte-1h42slv:hover{background:#e5e5e5}.share-modal__url.svelte-1h42slv:active{background:#d4d4d4}.share-modal__url-text.svelte-1h42slv{font-family:var(--font-mono);font-size:11px;color:#525252;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.share-modal__url-copy.svelte-1h42slv{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#737373}.share-modal__url-copy.svelte-1h42slv svg:where(.svelte-1h42slv){width:14px;height:14px}.share-modal__messages.svelte-1h42slv{margin-bottom:24px}.share-modal__messages-label.svelte-1h42slv{font-family:var(--font-sans);font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#737373;margin:0 0 8px}.share-modal__messages-list.svelte-1h42slv{display:flex;flex-wrap:wrap;gap:4px}.share-modal__message.svelte-1h42slv{font-family:var(--font-body);font-size:13px;padding:4px 8px;background:var(--cw-card-bg);border:1px solid var(--cw-border);border-radius:16px;color:var(--cw-text);cursor:pointer;transition:all .15s ease}.share-modal__message.svelte-1h42slv:hover{border-color:#a3a3a3}.share-modal__message--selected.svelte-1h42slv{background:var(--cw-text);border-color:var(--cw-text);color:var(--cw-bg)}.share-modal__actions.svelte-1h42slv{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.share-modal__btn.svelte-1h42slv{width:100%}.share-modal__btn.svelte-1h42slv svg:where(.svelte-1h42slv){width:18px;height:18px}.share-modal__cancel.svelte-1h42slv{width:100%;padding:16px;background:transparent;border:none;font-family:var(--font-sans);font-size:14px;color:#737373;cursor:pointer;transition:color .15s ease}.share-modal__cancel.svelte-1h42slv:hover{color:var(--cw-text)}.share-modal__name-input.svelte-1h42slv{margin-bottom:24px}.share-modal__name-input.svelte-1h42slv label:where(.svelte-1h42slv){display:block;font-family:var(--font-sans);font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#737373;margin:0 0 8px}.share-modal__name-input.svelte-1h42slv input:where(.svelte-1h42slv){width:100%;padding:8px 16px;background:var(--cw-card-bg);border:1px solid var(--cw-border);border-radius:6px;font-family:var(--font-body);font-size:16px;color:var(--cw-text);transition:border-color .15s ease}.share-modal__name-input.svelte-1h42slv input:where(.svelte-1h42slv):focus{outline:none;border-color:#a3a3a3}.share-modal__name-input.svelte-1h42slv input:where(.svelte-1h42slv)::-moz-placeholder{color:#a3a3a3}.share-modal__name-input.svelte-1h42slv input:where(.svelte-1h42slv)::placeholder{color:#a3a3a3}@keyframes svelte-1h42slv-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.share-banner.svelte-1orp09q{width:600px;height:600px;background:#f8f9fa;padding:30px;box-sizing:border-box;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#1a1a1a}.share-banner__content.svelte-1orp09q{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;border:1px solid #e5e5e5;background:#fff;border-radius:20px;padding:40px;box-shadow:0 4px 20px #0000000d}.share-banner__header.svelte-1orp09q{display:flex;flex-direction:column;align-items:center;gap:16px}.share-banner__icon.svelte-1orp09q{width:64px;height:64px;background:linear-gradient(135deg,#ffd60a,#ffb800);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.share-banner__icon.svelte-1orp09q svg:where(.svelte-1orp09q){width:32px;height:32px;stroke:#fff;fill:#fff}.share-banner__title.svelte-1orp09q{font-size:28px;font-weight:700;margin:0;color:#1a1a1a;text-transform:uppercase;letter-spacing:.05em}.share-banner__main.svelte-1orp09q{text-align:center;margin:20px 0}.share-banner__time.svelte-1orp09q{font-size:80px;font-weight:700;font-variant-numeric:tabular-nums;color:#1a1a1a;line-height:1;margin-bottom:16px}.share-banner__puzzle.svelte-1orp09q{font-size:18px;color:#666;font-style:italic}.share-banner__details.svelte-1orp09q{display:flex;flex-direction:column;gap:12px;align-items:center;width:100%;border-top:1px solid #f0f0f0;padding-top:24px}.share-banner__stat.svelte-1orp09q{display:flex;flex-direction:column;align-items:center;gap:4px}.share-banner__stat-label.svelte-1orp09q{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#888}.share-banner__stat-value.svelte-1orp09q{font-size:20px;font-weight:600;color:#1a1a1a}.share-banner__footer.svelte-1orp09q{width:100%;display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;border-top:2px solid #1a1a1a;padding-top:20px}.share-banner__brand.svelte-1orp09q{font-family:Georgia,serif;font-weight:700;font-size:16px}.share-banner__date.svelte-1orp09q{font-family:monospace;font-size:14px;color:#666}.share-banner-wrapper.svelte-1ks9p19{position:fixed;top:0;left:0;width:0;height:0;overflow:hidden;z-index:-9999;opacity:0;pointer-events:none}.share-banner-container.svelte-1ks9p19{width:600px;height:600px}.complete-container.svelte-1ks9p19{position:relative;width:100%;min-height:100vh;min-height:100dvh;background-color:#f9f9f7;overflow:hidden}.puzzle-background.svelte-1ks9p19{position:absolute;inset:0;z-index:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 20px 80px}.puzzle-background.svelte-1ks9p19 .grid-layout:where(.svelte-1ks9p19){width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center;gap:16px}.bg-decoration.svelte-1ks9p19{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.05;pointer-events:none;background-image:linear-gradient(#333 1px,transparent 1px),linear-gradient(90deg,#333 1px,transparent 1px);background-size:40px 40px;background-position:center top}.results-modal-overlay.svelte-1ks9p19{position:fixed;inset:0;z-index:50;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px;overflow-y:auto}.stats-page.svelte-1ks9p19{padding:32px 20px;box-shadow:0 10px 40px #0003;font-family:var(--font-sans);margin:auto;overflow-y:auto;max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px)}@media(max-height:800px){.stats-page.svelte-1ks9p19{padding:16px}}@media(max-height:600px){.stats-page.svelte-1ks9p19{padding:10px}}@media(max-height:500px){.stats-page.svelte-1ks9p19{padding:8px}}.stats-header.svelte-1ks9p19{text-align:center;margin-bottom:24px;display:flex;flex-direction:column;align-items:center}@media(max-height:800px){.stats-header.svelte-1ks9p19{margin-bottom:16px}}@media(max-height:600px){.stats-header.svelte-1ks9p19{margin-bottom:10px}}@media(max-height:500px){.stats-header.svelte-1ks9p19{margin-bottom:8px}}.completion-badge.svelte-1ks9p19{margin-bottom:16px}.completion-badge.svelte-1ks9p19 .badge-icon:where(.svelte-1ks9p19){filter:drop-shadow(0px 4px 4px rgba(0,0,0,.1))}@media(max-height:600px){.completion-badge.svelte-1ks9p19{margin-bottom:6px}.completion-badge.svelte-1ks9p19 .badge-icon:where(.svelte-1ks9p19){width:36px;height:44px}}@media(max-height:500px){.completion-badge.svelte-1ks9p19{margin-bottom:4px}.completion-badge.svelte-1ks9p19 .badge-icon:where(.svelte-1ks9p19){width:30px;height:37px}}.stats-title.svelte-1ks9p19{font-family:var(--font-display);font-size:24px;color:#333;margin:0 0 8px}@media(max-height:600px){.stats-title.svelte-1ks9p19{font-size:20px;margin:0 0 3px}}@media(max-height:500px){.stats-title.svelte-1ks9p19{font-size:18px;margin:0 0 2px}}.stats-subtitle.svelte-1ks9p19{font-family:CuratorRegular;font-size:16px;line-height:1.4;color:#333;margin:0}.stats-subtitle.svelte-1ks9p19 .highlight:where(.svelte-1ks9p19){font-family:CuratorBold}@media(max-height:600px){.stats-subtitle.svelte-1ks9p19{font-size:13px;line-height:1.2}}@media(max-height:500px){.stats-subtitle.svelte-1ks9p19{font-size:11px;line-height:1.1}}.stats-grid.svelte-1ks9p19{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}@media(max-height:800px){.stats-grid.svelte-1ks9p19{gap:8px;margin-bottom:16px}}@media(max-height:600px){.stats-grid.svelte-1ks9p19{gap:5px;margin-bottom:10px}}@media(max-height:500px){.stats-grid.svelte-1ks9p19{gap:4px;margin-bottom:8px}}.stat-card.svelte-1ks9p19{padding:12px;border-radius:10px;text-align:center;display:flex;flex-direction:column-reverse;justify-content:center;height:70px;border:1px solid transparent}@media(max-height:800px){.stat-card.svelte-1ks9p19{padding:8px;height:60px}}@media(max-height:600px){.stat-card.svelte-1ks9p19{padding:5px;height:45px}}@media(max-height:500px){.stat-card.svelte-1ks9p19{padding:4px;height:40px}}.stat-card.blue-tint.svelte-1ks9p19{background:linear-gradient(0deg,#7bb1e333 0% 100%),#fff;border-color:#7bb1e333}.stat-card.svelte-1ks9p19 .stat-value:where(.svelte-1ks9p19){font-family:CuratorRegular;font-size:24px;color:#333;line-height:1.2}@media(max-height:600px){.stat-card.svelte-1ks9p19 .stat-value:where(.svelte-1ks9p19){font-size:16px}}@media(max-height:500px){.stat-card.svelte-1ks9p19 .stat-value:where(.svelte-1ks9p19){font-size:14px}}.stat-card.svelte-1ks9p19 .stat-label:where(.svelte-1ks9p19){font-family:CuratorRegular;font-size:13px;color:#333;opacity:.7}@media(max-height:600px){.stat-card.svelte-1ks9p19 .stat-label:where(.svelte-1ks9p19){font-size:10px}}@media(max-height:500px){.stat-card.svelte-1ks9p19 .stat-label:where(.svelte-1ks9p19){font-size:9px}}.hardest-word-card.svelte-1ks9p19{background:linear-gradient(0deg,#e6eae933 0% 100%),#fff;border:1px solid rgba(123,177,227,.2);border-radius:10px;padding:16px;margin-bottom:24px}@media(max-height:800px){.hardest-word-card.svelte-1ks9p19{padding:12px;margin-bottom:16px}}@media(max-height:600px){.hardest-word-card.svelte-1ks9p19{padding:8px;margin-bottom:10px}}@media(max-height:500px){.hardest-word-card.svelte-1ks9p19{padding:6px;margin-bottom:8px}}.hardest-word-card.svelte-1ks9p19 .hw-header:where(.svelte-1ks9p19){font-family:CuratorRegular;font-size:14px;color:#333;opacity:.7;margin-bottom:12px;border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:8px}@media(max-height:600px){.hardest-word-card.svelte-1ks9p19 .hw-header:where(.svelte-1ks9p19){font-size:11px;margin-bottom:6px;padding-bottom:3px}}@media(max-height:500px){.hardest-word-card.svelte-1ks9p19 .hw-header:where(.svelte-1ks9p19){font-size:10px;margin-bottom:4px;padding-bottom:2px}}.hardest-word-card.svelte-1ks9p19 .hw-content:where(.svelte-1ks9p19){display:flex;flex-direction:column;gap:16px}@media(max-height:600px){.hardest-word-card.svelte-1ks9p19 .hw-content:where(.svelte-1ks9p19){gap:6px}}@media(max-height:500px){.hardest-word-card.svelte-1ks9p19 .hw-content:where(.svelte-1ks9p19){gap:4px}}.hardest-word-card.svelte-1ks9p19 .mini-grid-visual:where(.svelte-1ks9p19){display:flex;gap:0}.hardest-word-card.svelte-1ks9p19 .mini-grid-visual:where(.svelte-1ks9p19) .mini-cell:where(.svelte-1ks9p19){width:32px;height:32px;border:1px solid #333;background:#e6eae9;display:flex;align-items:center;justify-content:center;position:relative;margin-right:-1px}@media(max-height:600px){.hardest-word-card.svelte-1ks9p19 .mini-grid-visual:where(.svelte-1ks9p19) .mini-cell:where(.svelte-1ks9p19){width:22px;height:22px}}@media(max-height:500px){.hardest-word-card.svelte-1ks9p19 .mini-grid-visual:where(.svelte-1ks9p19) .mini-cell:where(.svelte-1ks9p19){width:18px;height:18px}}.hardest-word-card.svelte-1ks9p19 .mini-grid-visual:where(.svelte-1ks9p19) .mini-cell:where(.svelte-1ks9p19):first-child{background:#7bb1e3}.hardest-word-card.svelte-1ks9p19 .mini-grid-visual:where(.svelte-1ks9p19) .mini-cell:where(.svelte-1ks9p19):first-child .mini-num:where(.svelte-1ks9p19){color:#333}.hardest-word-card.svelte-1ks9p19 .mini-grid-visual:where(.svelte-1ks9p19) .mini-cell:where(.svelte-1ks9p19) .mini-num:where(.svelte-1ks9p19){position:absolute;top:2px;left:2px;font-size:8px;line-height:1}@media(max-height:600px){.hardest-word-card.svelte-1ks9p19 .mini-grid-visual:where(.svelte-1ks9p19) .mini-cell:where(.svelte-1ks9p19) .mini-num:where(.svelte-1ks9p19){font-size:5px;top:1px;left:1px}}@media(max-height:500px){.hardest-word-card.svelte-1ks9p19 .mini-grid-visual:where(.svelte-1ks9p19) .mini-cell:where(.svelte-1ks9p19) .mini-num:where(.svelte-1ks9p19){font-size:4px}}.hardest-word-card.svelte-1ks9p19 .mini-grid-visual:where(.svelte-1ks9p19) .mini-cell:where(.svelte-1ks9p19) .mini-char:where(.svelte-1ks9p19){font-family:CuratorRegular;font-size:16px;color:#333}@media(max-height:600px){.hardest-word-card.svelte-1ks9p19 .mini-grid-visual:where(.svelte-1ks9p19) .mini-cell:where(.svelte-1ks9p19) .mini-char:where(.svelte-1ks9p19){font-size:11px}}@media(max-height:500px){.hardest-word-card.svelte-1ks9p19 .mini-grid-visual:where(.svelte-1ks9p19) .mini-cell:where(.svelte-1ks9p19) .mini-char:where(.svelte-1ks9p19){font-size:9px}}.hardest-word-card.svelte-1ks9p19 .hw-details:where(.svelte-1ks9p19){font-family:CuratorRegular;font-size:14px;color:#333;display:flex;flex-direction:column;gap:4px}@media(max-height:600px){.hardest-word-card.svelte-1ks9p19 .hw-details:where(.svelte-1ks9p19){font-size:11px;flex-direction:row;gap:8px;align-items:baseline;flex-wrap:wrap}}@media(max-height:500px){.hardest-word-card.svelte-1ks9p19 .hw-details:where(.svelte-1ks9p19){font-size:9px;gap:6px}}.hardest-word-card.svelte-1ks9p19 .hw-details:where(.svelte-1ks9p19) .hw-hint:where(.svelte-1ks9p19){margin:0;opacity:.8;font-style:italic}.hardest-word-card.svelte-1ks9p19 .hw-details:where(.svelte-1ks9p19) .hw-time:where(.svelte-1ks9p19){margin:0;white-space:nowrap}.hardest-word-card.svelte-1ks9p19 .hw-details:where(.svelte-1ks9p19) .hw-time:where(.svelte-1ks9p19) .highlight:where(.svelte-1ks9p19){font-family:CuratorBold}.reference-text.svelte-1ks9p19{font-size:16px;color:#333;margin:0 0 12px;padding:12px;background:#f5f5f5;border-radius:8px}@media(max-height:800px){.reference-text.svelte-1ks9p19{font-size:14px;margin-bottom:8px;padding:8px}}@media(max-height:600px){.reference-text.svelte-1ks9p19{font-size:11px;margin-bottom:5px;padding:5px}}@media(max-height:500px){.reference-text.svelte-1ks9p19{font-size:10px;margin-bottom:4px;padding:4px}}.reference-text.svelte-1ks9p19 a{color:#3368b2}.action-buttons.svelte-1ks9p19{display:flex;flex-direction:column;gap:12px}@media(max-height:800px){.action-buttons.svelte-1ks9p19{gap:8px}}@media(max-height:600px){.action-buttons.svelte-1ks9p19{gap:5px}}@media(max-height:500px){.action-buttons.svelte-1ks9p19{gap:4px}}.share-btn.svelte-1ks9p19{width:100%;background:#fff;box-shadow:0 2px 5px #0000000d}.secondary-actions.svelte-1ks9p19{display:flex;gap:12px}@media(max-height:600px){.secondary-actions.svelte-1ks9p19{gap:6px}}@media(max-height:500px){.secondary-actions.svelte-1ks9p19{gap:4px}}.secondary-actions.svelte-1ks9p19 button:where(.svelte-1ks9p19){flex:1}.text-btn.svelte-1ks9p19{text-decoration:underline}.text-btn.svelte-1ks9p19:hover{background:transparent;color:#333}.toggle-container.svelte-1ks9p19{position:fixed;bottom:20px;left:0;right:0;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:12px;z-index:10;pointer-events:none}.toggle-container.svelte-1ks9p19 button:where(.svelte-1ks9p19){pointer-events:auto;box-shadow:0 4px 12px #00000026;max-width:400px;width:100%}.toggle-container.svelte-1ks9p19 .mini-controls:where(.svelte-1ks9p19){display:flex;gap:12px;width:100%;max-width:400px}.toggle-container.svelte-1ks9p19 .mini-controls:where(.svelte-1ks9p19) button:where(.svelte-1ks9p19){flex:1;height:40px;font-size:14px;background:#fff}
