.crossword-grid.svelte-cixfpk{display:grid;grid-template-columns:repeat(var(--grid-cols),var(--cell-size));grid-template-rows:repeat(var(--grid-rows),var(--cell-size));gap:0;border:2px solid var(--color-border);width:fit-content;margin:0 auto}.cell.svelte-cixfpk{width:var(--cell-size);height:var(--cell-size);display:flex;align-items:center;justify-content:center;position:relative;font-family:var(--font-serif);font-size:1.25rem;font-weight:700;border:none;background:none;padding:0;cursor:default}.cell-white.svelte-cixfpk{background:var(--color-bg);border:1px solid var(--color-border);cursor:pointer}.cell-white.svelte-cixfpk:focus{outline:none}.cell-black.svelte-cixfpk{background:var(--color-fg)}.cell-highlighted.svelte-cixfpk{background:#e8e8e8}.cell-selected.svelte-cixfpk{background:#d0d0d0;outline:2px solid var(--color-accent);outline-offset:-2px;z-index:1;animation:svelte-cixfpk-blink 1s step-end infinite}@keyframes svelte-cixfpk-blink{0%,to{background:#d0d0d0}50%{background:#b8b8b8}}.cell-number.svelte-cixfpk{position:absolute;top:2px;left:3px;font-size:.625rem;font-family:var(--font-sans);font-weight:500;line-height:1}.cell-letter.svelte-cixfpk{text-transform:uppercase}@media(max-width:640px){.crossword-grid.svelte-cixfpk{grid-template-columns:repeat(var(--grid-cols),var(--cell-size-mobile));grid-template-rows:repeat(var(--grid-rows),var(--cell-size-mobile))}.cell.svelte-cixfpk{width:var(--cell-size-mobile);height:var(--cell-size-mobile);font-size:1rem}.cell-number.svelte-cixfpk{font-size:.5rem}}.clue-display.svelte-1fwv4zt{padding:var(--space-md) var(--space-lg);background:#fafafa;border:1px solid var(--color-border);min-height:6rem}.clue-placeholder.svelte-1fwv4zt{display:flex;align-items:center;justify-content:center}.clue-placeholder.svelte-1fwv4zt .clue-text:where(.svelte-1fwv4zt){color:var(--color-muted);margin:0}.clue-header.svelte-1fwv4zt{display:flex;align-items:baseline;gap:var(--space-sm);margin-bottom:var(--space-sm)}.clue-number.svelte-1fwv4zt{font-family:var(--font-serif);font-size:1.25rem;font-weight:700}.clue-direction.svelte-1fwv4zt{font-size:.875rem;color:var(--color-muted);text-transform:uppercase;letter-spacing:.05em}.clue-sentence.svelte-1fwv4zt{font-family:var(--font-serif);font-size:1.125rem;line-height:1.5;margin-bottom:var(--space-sm);font-style:italic}.clue-translation.svelte-1fwv4zt{font-size:.9375rem;color:var(--color-muted);margin:0}.clue-translation.svelte-1fwv4zt strong{font-weight:700;color:var(--color-fg)}@media(max-width:640px){.clue-display.svelte-1fwv4zt{padding:var(--space-md)}.clue-sentence.svelte-1fwv4zt{font-size:1rem}}.article-section.svelte-ntunk7{margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid var(--color-border)}.article-header.svelte-ntunk7{margin-bottom:var(--space-lg)}.article-header.svelte-ntunk7 h2:where(.svelte-ntunk7){font-size:1.5rem;line-height:1.3}.article-intro.svelte-ntunk7{margin-bottom:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid var(--color-border)}.article-intro.svelte-ntunk7 p{line-height:1.7;color:var(--color-muted)}.article-intro.svelte-ntunk7 strong{font-weight:600;color:var(--color-fg)}.article-intro.svelte-ntunk7 em{font-style:italic}.grammar-section.svelte-ntunk7{margin-bottom:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--color-border)}.grammar-section.svelte-ntunk7 h3:where(.svelte-ntunk7){font-size:1.25rem;margin-bottom:var(--space-lg)}.grammar-title.svelte-ntunk7{font-family:var(--font-serif);font-size:1.125rem;font-weight:700;margin-bottom:var(--space-md)}.grammar-explanation.svelte-ntunk7{line-height:1.7;margin-bottom:var(--space-md)}.grammar-explanation.svelte-ntunk7 strong{font-weight:600}.grammar-explanation.svelte-ntunk7 em{font-style:italic}.grammar-subsection.svelte-ntunk7{margin-top:var(--space-md)}.grammar-subsection.svelte-ntunk7 h5:where(.svelte-ntunk7){font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);margin-bottom:var(--space-xs)}.grammar-subsection.svelte-ntunk7 strong{font-weight:600}.grammar-subsection.svelte-ntunk7 em{font-style:italic}.example-pair.svelte-ntunk7{margin-bottom:var(--space-sm);padding-left:var(--space-md);border-left:2px solid #ddd}.example-spanish.svelte-ntunk7{font-style:italic;margin-bottom:var(--space-xs)}.example-english.svelte-ntunk7{color:var(--color-muted);font-size:.9375rem;margin:0}.grammar-content.svelte-ntunk7 p{line-height:1.7;margin-bottom:var(--space-sm)}.grammar-content.svelte-ntunk7 ul{padding-left:var(--space-lg);margin:var(--space-md) 0}.grammar-content.svelte-ntunk7 li{margin-bottom:var(--space-xs);line-height:1.6}.vocab-section.svelte-ntunk7{margin-bottom:var(--space-xl)}.vocab-header-container.svelte-ntunk7{margin-bottom:var(--space-md)}.vocab-title.svelte-ntunk7{font-size:1.25rem;margin:0 0 var(--space-xs) 0}.vocab-helper-text.svelte-ntunk7{color:var(--color-muted);margin:0}.vocab-reveal-container.svelte-ntunk7{margin-bottom:var(--space-lg);padding:var(--space-lg);border-radius:4px;text-align:center}.vocab-reveal-btn.svelte-ntunk7{background:var(--color-fg);color:var(--color-bg);border:none;padding:var(--space-md) var(--space-xl);font-family:var(--font-sans);font-weight:600;font-size:1rem;cursor:pointer;border-radius:4px;transition:opacity .2s ease;margin-bottom:var(--space-sm)}.vocab-reveal-btn.svelte-ntunk7:hover{opacity:.9}.vocab-warning-text.svelte-ntunk7{font-size:.8125rem;color:var(--color-muted);margin:0}.vocab-content-wrapper.svelte-ntunk7{margin-top:var(--space-md)}.vocab-item.svelte-ntunk7{margin-bottom:var(--space-xl)}.vocab-word.svelte-ntunk7{font-family:var(--font-serif);font-size:1.125rem;font-weight:700;margin-bottom:var(--space-sm)}.vocab-meaning.svelte-ntunk7{line-height:1.6;margin-bottom:var(--space-md)}.vocab-meaning.svelte-ntunk7 strong{font-weight:600}.vocab-meaning.svelte-ntunk7 em{font-style:italic}.vocab-subsection.svelte-ntunk7{margin-top:var(--space-md)}.vocab-subsection.svelte-ntunk7 h5:where(.svelte-ntunk7){font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);margin-bottom:var(--space-xs)}.vocab-subsection.svelte-ntunk7 strong{font-weight:600}.vocab-subsection.svelte-ntunk7 em{font-style:italic}.phrase-list.svelte-ntunk7{list-style:none;padding:0;margin:0}.phrase-list.svelte-ntunk7 li:where(.svelte-ntunk7){padding:var(--space-xs) 0;line-height:1.5}.phrase-list.svelte-ntunk7 .translation:where(.svelte-ntunk7){color:var(--color-muted)}.vocab-content.svelte-ntunk7 p{line-height:1.7;margin-bottom:var(--space-sm)}.vocab-content.svelte-ntunk7 strong{font-weight:600}@media(max-width:640px){.grammar-section.svelte-ntunk7 h3:where(.svelte-ntunk7),.vocab-title.svelte-ntunk7{font-size:1.125rem}}.hidden.svelte-ntunk7{display:none}.modal-backdrop.svelte-7rf3fv{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--space-md)}.modal-card.svelte-7rf3fv{background:var(--color-bg);border:2px solid var(--color-border);max-width:28rem;width:100%;padding:var(--space-lg);position:relative;box-shadow:0 4px 6px #0000001a}.close-button.svelte-7rf3fv{position:absolute;top:var(--space-sm);right:var(--space-sm);background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:var(--color-muted);padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:color .15s ease}.close-button.svelte-7rf3fv:hover{color:var(--color-fg)}.modal-title.svelte-7rf3fv{font-family:var(--font-serif);font-size:1.75rem;margin-bottom:var(--space-md);text-align:center}.modal-message.svelte-7rf3fv{text-align:center;line-height:1.6;color:var(--color-muted);margin-bottom:var(--space-lg)}.modal-actions.svelte-7rf3fv{display:flex;gap:var(--space-sm);margin-bottom:var(--space-lg)}.action-button.svelte-7rf3fv{flex:1;padding:var(--space-sm) var(--space-md);font-family:var(--font-sans);font-size:.9375rem;font-weight:500;text-align:center;text-decoration:none;border:2px solid var(--color-border);cursor:pointer;transition:all .15s ease;display:inline-block}.action-button.primary.svelte-7rf3fv{background:var(--color-fg);color:var(--color-bg)}.action-button.primary.svelte-7rf3fv:hover{background:var(--color-accent)}.action-button.secondary.svelte-7rf3fv{background:var(--color-bg);color:var(--color-fg)}.action-button.secondary.svelte-7rf3fv:hover{background:#f5f5f5}.section-links.svelte-7rf3fv{padding-top:var(--space-md);border-top:1px solid var(--color-dim)}.section-links-label.svelte-7rf3fv{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);margin-bottom:var(--space-sm)}.section-link.svelte-7rf3fv{display:block;width:100%;text-align:left;background:none;border:none;padding:var(--space-xs) 0;font-size:.9375rem;color:var(--color-fg);text-decoration:underline;text-underline-offset:.2em;cursor:pointer;transition:text-decoration-thickness .15s ease}.section-link.svelte-7rf3fv:hover{text-decoration-thickness:2px}@media(max-width:640px){.modal-card.svelte-7rf3fv{padding:var(--space-md)}.modal-title.svelte-7rf3fv{font-size:1.5rem}.modal-actions.svelte-7rf3fv{flex-direction:column}}.puzzle-page.svelte-1ku97dp{padding-bottom:var(--space-xl)}.puzzle-header.svelte-1ku97dp{text-align:center;margin-bottom:var(--space-lg)}.puzzle-header.svelte-1ku97dp h1:where(.svelte-1ku97dp){margin-bottom:var(--space-xs)}.puzzle-date.svelte-1ku97dp{color:var(--color-muted);margin:0}.puzzle-nav.svelte-1ku97dp{margin-top:var(--space-sm);display:flex;gap:var(--space-md);justify-content:center;flex-wrap:wrap}.puzzle-nav-link.svelte-1ku97dp{text-decoration:none;border:1px solid var(--color-border);padding:var(--space-xs) var(--space-sm)}.puzzle-nav-link.svelte-1ku97dp:hover{background:#f5f5f5}.puzzle-complete.svelte-1ku97dp{margin-top:var(--space-sm);color:var(--color-success);font-weight:600}.puzzle-content.svelte-1ku97dp{display:flex;flex-direction:column;gap:var(--space-lg)}.puzzle-grid-wrapper.svelte-1ku97dp{display:flex;justify-content:center}.clue-lists.svelte-1ku97dp{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg)}.clue-list.svelte-1ku97dp h3:where(.svelte-1ku97dp){font-size:1rem;margin-bottom:var(--space-sm);padding-bottom:var(--space-xs);border-bottom:1px solid var(--color-border)}.clue-list.svelte-1ku97dp ul:where(.svelte-1ku97dp){list-style:none;padding:0;margin:0}.clue-item.svelte-1ku97dp{margin-bottom:var(--space-xs)}.clue-button.svelte-1ku97dp{width:100%;text-align:left;background:none;border:none;font-size:.875rem;line-height:1.4;padding:var(--space-xs) var(--space-sm);cursor:pointer;border-radius:2px;transition:background .15s ease;font-style:italic}.clue-button.svelte-1ku97dp:hover{background:#f5f5f5}.clue-button.active.svelte-1ku97dp{background:#e8e8e8}.clue-num.svelte-1ku97dp{font-weight:600;font-style:normal;margin-right:var(--space-xs)}@media(max-width:640px){.clue-lists.svelte-1ku97dp{grid-template-columns:1fr}}
