.spell-main{flex:1;display:flex;flex-direction:column;align-items:center;padding:calc(var(--space-16) + var(--space-4)) var(--space-4) var(--space-8);gap:var(--space-5);max-width:560px;margin:0 auto;width:100%}.spell-categories{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-3);width:100%}.spell-cat-btn{padding:var(--space-4);background:var(--color-surface-raised);border:1.5px solid var(--color-border-subtle);border-radius:var(--radius-xl);font-family:var(--font-display);font-size:var(--text-sm);font-weight:700;color:var(--color-text-primary);cursor:pointer;text-align:start;transition:border-color var(--duration-fast) ease,transform var(--duration-fast) var(--ease-spring)}.spell-cat-btn:hover{border-color:var(--game-accent);transform:translateY(-2px)}.spell-card{width:100%;padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-4)}.spell-progress{display:flex;justify-content:space-between;font-size:var(--text-xs);color:var(--color-text-tertiary);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.spell-listen-btns{display:flex;gap:var(--space-3);justify-content:center}.spell-definition{font-size:var(--text-sm);color:var(--color-text-secondary);text-align:center;line-height:1.6;font-style:italic;min-height:2.5rem}.spell-tiles{display:flex;gap:var(--space-2);justify-content:center;flex-wrap:wrap;min-height:3rem}.spell-tile{width:2.25rem;height:2.75rem;border-radius:var(--radius-lg);border:2px solid var(--color-border-default);background:var(--color-surface-overlay);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:var(--text-lg);font-weight:800;text-transform:uppercase;color:var(--color-text-primary)}.spell-tile[data-correct]{border-color:var(--color-status-success);background:#34d3991a;color:var(--color-status-success)}.spell-tile[data-wrong]{border-color:var(--color-status-error);background:#ef44441a;color:var(--color-status-error)}.spell-tile[data-empty]{border-style:dashed}.spell-keyboard{display:flex;flex-direction:column;gap:var(--space-2);width:100%}.spell-keyboard__row{display:flex;gap:var(--space-1);justify-content:center}.spell-key{min-width:32px;height:44px;padding:0 var(--space-1);border-radius:var(--radius-md);background:var(--color-surface-raised);border:1px solid var(--color-border-default);font-family:var(--font-display);font-size:var(--text-sm);font-weight:700;color:var(--color-text-primary);cursor:pointer;transition:background var(--duration-fast) ease}.spell-key:hover:not(:disabled){background:var(--game-accent-subtle);border-color:var(--game-accent)}.spell-key--back{min-width:52px;font-size:var(--text-xs)}.spell-feedback{text-align:center;padding:var(--space-3);border-radius:var(--radius-xl);animation:fade-up var(--duration-normal) ease}.spell-feedback--correct{background:#34d3991a;border:1px solid var(--color-status-success)}.spell-feedback--wrong{background:#ef44441a;border:1px solid var(--color-status-error)}.spell-feedback p{font-family:var(--font-display);font-size:var(--text-base);font-weight:700}.spell-feedback--correct p{color:var(--color-status-success)}.spell-feedback--wrong p{color:var(--color-status-error)}@keyframes fade-up{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.spell-dots{display:flex;gap:var(--space-2);justify-content:center}.spell-dot{width:10px;height:10px;border-radius:var(--radius-full);background:var(--color-border-default)}.spell-dot[data-correct]{background:var(--color-status-success)}.spell-dot[data-wrong]{background:var(--color-status-error)}.spell-dot[data-current]{background:var(--game-accent)}.spell-intro{width:100%;max-width:480px;padding:var(--space-6);display:flex;flex-direction:column;align-items:center;gap:var(--space-3);text-align:center}.spell-intro h1{font-family:var(--font-display);font-size:var(--text-4xl);font-weight:900;letter-spacing:-.03em}.spell-intro>p{color:var(--color-text-secondary);max-width:28ch;line-height:1.6}@media (prefers-reduced-motion: reduce){.spell-cat-btn,.spell-feedback{transition:none;animation:none}}
