.fc-pips{display:flex;justify-content:center;flex-wrap:wrap;gap:5px;margin-bottom:32px}.fc-pips span{position:relative;height:6px;width:34px;border-radius:3px;background:var(--pl-sand)}.fc-pips span.done{background:var(--pl-success)}.fc-pips span.miss{background:var(--pl-red)}.fc-pips span.cur{background:var(--pl-brand);transform-origin:center;animation:fc-pip-pulse 1.6s ease-in-out infinite}@keyframes fc-pip-pulse{0%,to{transform:scale(1);box-shadow:0 0 #dc943500}50%{transform:scale(1.18);box-shadow:0 0 0 6px #dc943540}}@media(prefers-reduced-motion:reduce){.fc-pips span.cur{animation:none;box-shadow:0 0 0 3px #dc943540}}.fc-pips span.done:after,.fc-pips span.miss:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fc-pips span.done:after{width:4px;height:4px;border-radius:50%;background:#fff}.fc-pips span.miss:after{width:8px;height:2px;background:#fff}.fc-counter-adaptive{text-align:center;margin-bottom:28px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--pl-teal)}.fc-counter-adaptive b{color:var(--pl-navy);font-weight:800;font-variant-numeric:tabular-nums}.fc-practice-content{display:none;flex-direction:column}.fc-practice-content.active{display:flex}.fc-stage{position:relative;margin:0 auto;width:640px;max-width:100%;min-height:440px}.fc-stack-bg{position:absolute;inset:0;border-radius:24px;background:#fff;border:1px solid var(--pl-border-soft);box-shadow:var(--pl-shadow-sm)}.fc-stack-b2{transform:translate(14px,14px) rotate(2deg);opacity:.5}.fc-stack-b1{transform:translate(7px,7px) rotate(1deg);opacity:.8}.fc-flashcard-wrapper{position:relative;width:100%;min-height:440px;perspective:1400px}.fc-flashcard{position:relative;width:100%;min-height:440px;transform-style:preserve-3d;transition:transform .6s ease;cursor:pointer}.fc-flashcard.flipped{transform:rotateY(180deg)}.fc-card-face{position:absolute;inset:0;backface-visibility:hidden;border-radius:24px;background:#fff;border:1px solid var(--pl-border-soft);box-shadow:var(--pl-shadow-lg);padding:36px 48px;display:grid;grid-template-rows:auto 1fr auto auto;gap:14px}.fc-card-back{transform:rotateY(180deg);background:linear-gradient(135deg,var(--pl-warm-panel) 0%,#fff 100%);grid-template-rows:auto 1fr auto;text-align:center}.fc-card-head{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.fc-card-pat[hidden]{display:none}.fc-card-pat{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;background:var(--pl-warm-panel);border:1px solid var(--pl-border-cream);border-radius:999px;font-size:12px;font-weight:800;color:var(--pl-navy);letter-spacing:.04em}.fc-card-pat .dot{width:8px;height:8px;border-radius:50%;background:var(--pl-brand)}.fc-card-counter{font-size:12px;color:var(--pl-fg-2);font-weight:600}.fc-card-counter b{color:var(--pl-navy);font-weight:800;font-variant-numeric:tabular-nums}.fc-encounter-badge{font-size:11px;color:var(--pl-teal);font-weight:700;padding:3px 9px;border-radius:999px;background:#5b8f8a1a}.fc-encounter-badge.hidden{display:none}.fc-card-center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:12px 0 4px}.fc-card-word{font-size:96px;font-weight:800;color:var(--pl-navy);letter-spacing:-.035em;line-height:1;display:flex;gap:2px;align-items:baseline;justify-content:center;flex-wrap:wrap}.fc-card-word .pt{display:inline-block;padding:0 6px;border-radius:10px;position:relative}.fc-card-word .pt.known{color:var(--pl-navy-light)}.fc-card-word .pt.focus{color:var(--pl-red);background:#fee2e2}.fc-card-word .pt.focus:after{content:attr(data-label);position:absolute;bottom:-26px;left:50%;transform:translate(-50%);font-size:11px;font-weight:800;color:var(--pl-red);letter-spacing:.08em;text-transform:uppercase;background:#fff;padding:3px 9px;border-radius:5px;border:1px solid #fecaca;white-space:nowrap}.fc-card-ipa{font-family:var(--font-family);font-size:22px;color:var(--pl-fg-2);letter-spacing:.05em;margin-top:18px;min-height:22px}.fc-card-ipa:empty{margin-top:0}.fc-card-audio{display:flex;gap:10px;margin-top:6px;align-items:center}.fc-card-audio button{appearance:none;cursor:pointer;font:inherit;width:46px;height:46px;border-radius:12px;border:1px solid var(--pl-border);background:#fff;color:var(--pl-navy);display:inline-flex;flex-direction:column;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease,border-color .15s ease;position:relative}.fc-card-audio button:hover{background:var(--pl-warm-panel)}.fc-card-audio button svg{width:20px;height:20px}.fc-card-audio button.is-playing{background:var(--pl-brand);color:#fff;border-color:var(--pl-brand)}.fc-card-audio .fc-audio-primary{width:60px;height:60px;background:var(--pl-brand);color:#fff;border-color:var(--pl-brand);box-shadow:var(--pl-shadow-primary)}.fc-card-audio .fc-audio-primary:hover{background:var(--pl-brand-hover);color:#fff}.fc-card-audio .fc-audio-primary svg{width:24px;height:24px}.fc-card-audio .fc-audio-primary kbd{position:absolute;bottom:-26px;left:50%;transform:translate(-50%);font-size:11px;font-family:var(--font-family);color:var(--pl-navy);font-weight:700;letter-spacing:.02em;background:#354b5e1a;padding:2px 8px;border-radius:5px;border:none}.fc-card-hint{background:var(--pl-sand);border-radius:12px;padding:12px 18px;font-size:13px;color:var(--pl-navy);display:flex;gap:12px;align-items:center;line-height:1.45}.fc-card-hint[hidden]{display:none}.fc-card-hint svg{width:20px;height:20px;color:var(--pl-brand);flex-shrink:0}.fc-card-hint b{color:var(--pl-navy);font-weight:800}.fc-flip-hint{font-size:11px;color:var(--pl-fg-placeholder);text-align:center;font-weight:600;position:absolute;bottom:28px;left:0;right:0}.fc-card-back .fc-card-word{font-size:64px;margin:20px 0}.fc-card-phonetics{display:flex;flex-direction:column;gap:10px;max-width:360px;margin:0 auto}.fc-phonetic-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:10px 16px;background:#fff;border:1px solid var(--pl-border-soft);border-radius:10px}.fc-phonetic-label{font-size:11px;font-weight:800;color:var(--pl-teal);text-transform:uppercase;letter-spacing:.1em}.fc-phonetic-value{font-size:16px;font-weight:700;color:var(--pl-navy)}.fc-phonetic-ipa{font-family:var(--font-family)}.fc-rate{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:32px auto 20px;max-width:640px}.fc-rate button{appearance:none;font:inherit;cursor:pointer;padding:18px 20px;border-radius:16px;border:2px solid transparent;background:#fff;color:var(--pl-navy);box-shadow:var(--pl-shadow-sm);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease;min-height:112px;position:relative}.fc-rate button:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--pl-shadow-md)}.fc-rate button:disabled{opacity:.55;cursor:not-allowed}.fc-rate button .glyph{width:56px;height:56px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.fc-rate button .glyph svg{width:28px;height:28px;stroke-width:3}.fc-rate button .txt{display:flex;flex-direction:column;align-items:center;gap:1px}.fc-rate button b{font-size:18px;font-weight:800;letter-spacing:-.01em}.fc-rate button kbd{position:absolute;bottom:-28px;left:50%;transform:translate(-50%);display:inline-block;padding:2px 10px;margin-left:0;min-width:28px;text-align:center;background:#354b5e1a;border-radius:5px;font-size:11px;font-family:var(--font-family);color:var(--pl-navy);font-weight:700;border:none}.fc-rate-miss{border-color:#fca5a5!important;background:#fef5f6!important}.fc-rate-miss:hover:not(:disabled):not(.pressed){background:#fef2f2!important;border-color:var(--pl-red)!important}.fc-rate-miss .glyph{background:#fecaca;color:var(--pl-red)}.fc-rate-miss b{color:var(--pl-red)}.fc-rate-correct{border-color:#86efac!important;background:#f4faf6!important}.fc-rate-correct:hover:not(:disabled):not(.pressed){background:#f0fdf4!important;border-color:var(--pl-success)!important}.fc-rate-correct .glyph{background:#bbf7d0;color:var(--pl-success-dark)}.fc-rate-correct b{color:var(--pl-success-dark)}.fc-rate--reversed .fc-rate-miss{order:2}.fc-rate--reversed .fc-rate-correct{order:1}.fc-rate button.pressed{transform:translateY(0) scale(.97)}.fc-rate-miss.pressed{background:var(--pl-red)!important;border-color:var(--pl-red)!important}.fc-rate-miss.pressed .glyph{background:#ffffff38;color:#fff}.fc-rate-miss.pressed b{color:#fff}.fc-rate-correct.pressed{background:var(--pl-success)!important;border-color:var(--pl-success)!important}.fc-rate-correct.pressed .glyph{background:#ffffff38;color:#fff}.fc-rate-correct.pressed b{color:#fff}.fc-ses{display:flex;justify-content:center;align-items:center;gap:32px;margin-top:32px;font-size:12px;color:var(--pl-fg-2);font-weight:600;text-transform:uppercase;letter-spacing:.08em;flex-wrap:wrap}.fc-ses>div{display:flex;gap:6px;align-items:baseline}.fc-ses b{color:var(--pl-navy);font-weight:800;font-variant-numeric:tabular-nums;font-size:15px;letter-spacing:-.01em;text-transform:none}.fc-prev-link{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:12px;color:var(--pl-navy);font-weight:700;text-decoration:none;cursor:pointer;position:absolute;right:calc(100% + 20px);top:50%;transform:translateY(-50%);width:120px;line-height:1.4;text-align:center;transition:opacity .15s ease}.fc-prev-link:hover{opacity:.75}.fc-prev-link.is-disabled{opacity:.35;pointer-events:none}.fc-prev-link kbd{display:inline-block;padding:2px 10px;min-width:28px;text-align:center;background:#354b5e1a;border-radius:5px;font-family:var(--font-family);font-size:11px;color:var(--pl-navy);font-weight:700;border:none}.fc-rate button kbd,.fc-card-audio .fc-audio-primary kbd,.fc-prev-link{display:none}@media(min-width:769px){body.show-kbd-hints .fc-rate button kbd,body.show-kbd-hints .fc-card-audio .fc-audio-primary kbd{display:inline-block}body.show-kbd-hints .fc-prev-link{display:flex}}.fc-kbd-toggle{display:flex;align-items:center;justify-content:center;gap:10px;margin:18px auto 0;font-size:11px;color:var(--pl-fg-placeholder);cursor:pointer;user-select:none;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.fc-kbd-toggle input[type=checkbox]{-webkit-appearance:none;appearance:none;width:18px;height:18px;margin:0;border:2px solid var(--pl-border);border-radius:50%;background:#fff;cursor:pointer;position:relative;flex-shrink:0;transition:background .15s ease,border-color .15s ease}.fc-kbd-toggle input[type=checkbox]:checked{background:var(--pl-brand);border-color:var(--pl-brand)}.fc-kbd-toggle input[type=checkbox]:checked:after{content:"";position:absolute;top:45%;left:50%;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:translate(-50%,-55%) rotate(45deg)}.fc-kbd-toggle input[type=checkbox]:focus-visible{outline:3px solid rgba(220,148,53,.35);outline-offset:2px}@media(max-width:768px){.fc-kbd-toggle{display:none}}.fc-skip-hidden{display:none}@media(max-width:768px){.fc-pips{gap:3px;margin-bottom:20px;flex-wrap:nowrap}.fc-pips span{flex:1 1 0%;min-width:0;width:auto;height:5px}.fc-stage,.fc-flashcard,.fc-flashcard-wrapper{min-height:380px}.fc-card-face{padding:24px;gap:10px}.fc-card-word{font-size:72px}.fc-card-back .fc-card-word{font-size:48px;margin:16px 0}.fc-card-ipa{font-size:18px;margin-top:12px}.fc-card-audio button{width:40px;height:40px}.fc-card-audio .fc-audio-primary{width:52px;height:52px}.fc-card-audio .fc-audio-primary kbd{display:none}.fc-rate{gap:10px;margin-top:22px}.fc-rate button{padding:14px 12px;min-height:96px;gap:8px}.fc-rate button b{font-size:15px}.fc-rate button kbd{display:none}.fc-rate button .glyph{width:44px;height:44px}.fc-rate button .glyph svg{width:22px;height:22px}.fc-ses{gap:18px;margin-top:22px;font-size:10px}.fc-ses b{font-size:14px}}@media(max-width:480px){.fc-stage,.fc-flashcard,.fc-flashcard-wrapper{min-height:340px}.fc-card-face{padding:20px 18px}.fc-card-word{font-size:56px}.fc-card-back .fc-card-word{font-size:40px}.fc-card-pat{font-size:10px;padding:5px 10px}.fc-card-counter{font-size:11px}.fc-card-hint{padding:10px 14px;font-size:12px}.fc-card-audio{gap:8px}}[data-theme=dark] .fc-stack-bg,[data-theme=dark] .fc-card-face{background:#1e1e1e;border-color:#ffffff14;box-shadow:0 12px 28px #00000059}[data-theme=dark] .fc-card-back{background:linear-gradient(135deg,#262626,#1e1e1e)}[data-theme=dark] .fc-card-pat{background:#2a2a2a;border-color:#ffffff14;color:#e5e7eb}[data-theme=dark] .fc-card-counter,[data-theme=dark] .fc-card-counter b{color:#e5e7eb}[data-theme=dark] .fc-counter-adaptive b,[data-theme=dark] .fc-card-word{color:#f3f4f6}[data-theme=dark] .fc-card-word .pt.known{color:#9ca3af}[data-theme=dark] .fc-card-word .pt.focus{color:#fca5a5;background:#dc535e2e}[data-theme=dark] .fc-card-word .pt.focus:after{background:#1e1e1e;border-color:#dc535e80;color:#fca5a5}[data-theme=dark] .fc-card-ipa{color:#9ca3af}[data-theme=dark] .fc-card-audio button{background:#2a2a2a;border-color:#ffffff14;color:#e5e7eb}[data-theme=dark] .fc-card-audio button:hover{background:#333}[data-theme=dark] .fc-card-audio .fc-audio-primary{background:var(--pl-brand);color:#fff;border-color:var(--pl-brand)}[data-theme=dark] .fc-card-hint{background:#262626;color:#e5e7eb}[data-theme=dark] .fc-phonetic-item{background:#262626;border-color:#ffffff14}[data-theme=dark] .fc-phonetic-value{color:#e5e7eb}[data-theme=dark] .fc-flip-hint{color:#6b7280}[data-theme=dark] .fc-encounter-badge{background:#7aaba626;color:var(--pl-teal-light)}[data-theme=dark] .fc-pips span{background:#2a2a2a}[data-theme=dark] .fc-pips span.done{background:var(--pl-success)}[data-theme=dark] .fc-pips span.miss{background:var(--pl-red)}[data-theme=dark] .fc-pips span.cur{background:var(--pl-brand);box-shadow:0 0 0 3px #dc943547}[data-theme=dark] .fc-rate button{background:#1e1e1e;color:#e5e7eb;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .fc-rate-miss{background:#c1535e1a!important;border-color:#c1535e73!important}[data-theme=dark] .fc-rate-miss:hover:not(:disabled):not(.pressed){background:#c1535e2e!important;border-color:var(--pl-red)!important}[data-theme=dark] .fc-rate-miss .glyph{background:#c1535e52;color:#fca5a5}[data-theme=dark] .fc-rate-miss b{color:#fca5a5}[data-theme=dark] .fc-rate-correct{background:#10b9811a!important;border-color:#10b98166!important}[data-theme=dark] .fc-rate-correct:hover:not(:disabled):not(.pressed){background:#10b9812e!important;border-color:var(--pl-success)!important}[data-theme=dark] .fc-rate-correct .glyph{background:#10b9814d;color:#6ee7b7}[data-theme=dark] .fc-rate-correct b{color:#6ee7b7}[data-theme=dark] .fc-rate button kbd,[data-theme=dark] .fc-card-audio .fc-audio-primary kbd{background:#ffffff14;color:#e5e7eb}[data-theme=dark] .fc-ses,[data-theme=dark] .fc-ses>div span{color:#9ca3af}[data-theme=dark] .fc-ses b{color:#f3f4f6}[data-theme=dark] .fc-prev-link{color:#e5e7eb}[data-theme=dark] .fc-prev-link:hover{opacity:.75}[data-theme=dark] .fc-prev-link kbd{background:#ffffff14;color:#e5e7eb}[data-theme=dark] .fc-kbd-toggle{color:#9ca3af}[data-theme=dark] .fc-kbd-toggle input[type=checkbox]{background:#1e1e1e;border-color:#ffffff40}[data-theme=dark] .fc-kbd-toggle input[type=checkbox]:checked{background:var(--pl-brand);border-color:var(--pl-brand)}[data-a11y=high-contrast] .fc-card-word .pt.focus{color:#be185d;background:#fbcfe8}[data-a11y=high-contrast] .fc-card-word .pt.focus:after{color:#be185d;border-color:#f9a8d4}[data-a11y=high-contrast] .fc-rate-correct{border-color:#2563eb!important;background:#dbeafe!important}[data-a11y=high-contrast] .fc-rate-correct:hover:not(:disabled):not(.pressed){border-color:#1d4ed8!important;background:#c7d8fd!important}[data-a11y=high-contrast] .fc-rate-correct .glyph{background:#93c5fd;color:#1d4ed8}[data-a11y=high-contrast] .fc-rate-correct b{color:#1d4ed8}[data-a11y=high-contrast] .fc-rate-miss{border-color:#be185d!important;background:#fce7f3!important}[data-a11y=high-contrast] .fc-rate-miss:hover:not(:disabled):not(.pressed){border-color:#9d174d!important;background:#fbcfe8!important}[data-a11y=high-contrast] .fc-rate-miss .glyph{background:#f9a8d4;color:#be185d}[data-a11y=high-contrast] .fc-rate-miss b{color:#be185d}[data-a11y=high-contrast] .fc-pips span.done{background:#2563eb}[data-a11y=high-contrast] .fc-pips span.miss{background:#be185d}[data-theme=dark][data-a11y=high-contrast] .fc-rate-correct{background:#2563eb1f!important;border-color:#2563eb80!important}[data-theme=dark][data-a11y=high-contrast] .fc-rate-correct:hover:not(:disabled):not(.pressed){background:#2563eb38!important;border-color:#60a5fa!important}[data-theme=dark][data-a11y=high-contrast] .fc-rate-correct .glyph{background:#2563eb4d;color:#93c5fd}[data-theme=dark][data-a11y=high-contrast] .fc-rate-correct b{color:#93c5fd}[data-theme=dark][data-a11y=high-contrast] .fc-rate-miss{background:#be185d1f!important;border-color:#be185d80!important}[data-theme=dark][data-a11y=high-contrast] .fc-rate-miss:hover:not(:disabled):not(.pressed){background:#be185d38!important;border-color:#f472b6!important}[data-theme=dark][data-a11y=high-contrast] .fc-rate-miss .glyph{background:#be185d52;color:#f9a8d4}[data-theme=dark][data-a11y=high-contrast] .fc-rate-miss b{color:#f9a8d4}[data-theme=dark] .fc-rate-miss.pressed{background:var(--pl-red)!important;border-color:var(--pl-red)!important}[data-theme=dark] .fc-rate-miss.pressed .glyph{background:#ffffff38;color:#fff}[data-theme=dark] .fc-rate-miss.pressed b{color:#fff}[data-theme=dark] .fc-rate-correct.pressed{background:var(--pl-success)!important;border-color:var(--pl-success)!important}[data-theme=dark] .fc-rate-correct.pressed .glyph{background:#ffffff38;color:#fff}[data-theme=dark] .fc-rate-correct.pressed b{color:#fff}[data-a11y=high-contrast] .fc-rate-miss.pressed{background:#be185d!important;border-color:#be185d!important}[data-a11y=high-contrast] .fc-rate-miss.pressed .glyph{background:#ffffff40;color:#fff}[data-a11y=high-contrast] .fc-rate-miss.pressed b{color:#fff}[data-a11y=high-contrast] .fc-rate-correct.pressed{background:#2563eb!important;border-color:#2563eb!important}[data-a11y=high-contrast] .fc-rate-correct.pressed .glyph{background:#ffffff40;color:#fff}[data-a11y=high-contrast] .fc-rate-correct.pressed b{color:#fff}[data-theme=dark][data-a11y=high-contrast] .fc-rate-miss.pressed{background:#be185d!important;border-color:#be185d!important}[data-theme=dark][data-a11y=high-contrast] .fc-rate-correct.pressed{background:#2563eb!important;border-color:#2563eb!important}
