:root{--c-navy:#0a1628;--c-navy-2:#102040;--c-navy-3:#1a3055;--c-red:#b22234;--c-red-light:#e63950;--c-gold:#f5c842;--c-white:#fff;--c-off-white:#e8eef8;--c-muted:#89b;--c-green:#22c55e;--c-green-dim:#166534;--c-wrong:#ef4444;--c-wrong-dim:#7f1d1d;--c-reveal:#15803d;--max-width:760px;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--font-sans:"Inter", system-ui, -apple-system, sans-serif;--safe-area-top:env(safe-area-inset-top,0px);--safe-area-left:env(safe-area-inset-left,0px);--safe-area-right:env(safe-area-inset-right,0px);--sticky-height:calc(7rem + var(--safe-area-top))}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--sticky-height)}body{font-family:var(--font-sans);background:var(--c-navy);color:var(--c-off-white);background-image:radial-gradient(80% 60% at 50% 0,#0a1e50e6 0%,#0000 70%),radial-gradient(1px 1px at 20% 30%,#ffffff40 0%,#0000 100%),radial-gradient(1px 1px at 70% 15%,#fff3 0%,#0000 100%),radial-gradient(1px 1px at 45% 60%,#ffffff26 0%,#0000 100%),radial-gradient(1px 1px at 85% 45%,#fff3 0%,#0000 100%),radial-gradient(1px 1px at 10% 75%,#ffffff26 0%,#0000 100%),radial-gradient(1px 1px at 60% 85%,#ffffff1a 0%,#0000 100%);background-attachment:fixed;min-height:100dvh;line-height:1.6}button{cursor:pointer;border:none;font-family:inherit}a{color:var(--c-gold)}a:hover{text-decoration:underline}.app-shell{flex-direction:column;min-height:100dvh;display:flex}.app-content{flex-direction:column;flex:1;align-items:center;padding:1.5rem 1rem 3rem;display:flex}.sticky-top{z-index:50;position:sticky;top:0}.app-header{min-height:calc(4.5rem + var(--safe-area-top));padding-top:var(--safe-area-top);-webkit-backdrop-filter:blur(12px);background:#0a1628e0;border-bottom:1px solid #ffffff14}.header-inner{max-width:var(--max-width);min-height:4.5rem;padding:.65rem max(1.25rem, var(--safe-area-right)) .65rem max(1.25rem, var(--safe-area-left));justify-content:center;align-items:center;gap:1rem;margin:0 auto;display:flex;position:relative}.header-logo{justify-content:center;align-items:center;min-width:0;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header-logo-img{object-fit:contain;filter:drop-shadow(0 0 10px #4899ffb3)drop-shadow(0 0 22px #3b82f673)drop-shadow(0 3px 8px #00000080);width:auto;height:clamp(3.4rem,8vw,4.2rem);display:block}.header-left{left:max(1.25rem, var(--safe-area-left));align-items:center;gap:.45rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.header-right{right:max(1.25rem, var(--safe-area-right));align-items:center;gap:.5rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.header-donate-btn{color:var(--c-gold);border-radius:var(--radius-sm);white-space:nowrap;background:#f5c84214;border:1px solid #f5c8424d;flex-shrink:0;justify-content:center;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.82rem;font-weight:700;transition:color .2s,border-color .2s,background .2s;display:inline-flex}.header-donate-btn:hover{color:var(--c-white);background:#f5c84229;border-color:#f5c8428c}.header-donate-btn:focus-visible{outline:2px solid var(--c-gold);outline-offset:2px}.header-tour-btn{border-radius:var(--radius-sm);min-height:36px;color:var(--c-muted);white-space:nowrap;transition:color .18s, background .18s, border-color .18s, transform .18s var(--ease-out);background:#ffffff0a;border:1px solid #ffffff26;justify-content:center;align-items:center;gap:.35rem;padding:.35rem .55rem .35rem .4rem;font-size:.78rem;font-weight:700;line-height:1;display:inline-flex}.header-tour-btn:hover{color:var(--c-off-white);background:#ffffff1a;border-color:#f5c84273;transform:translateY(-1px)}.header-tour-btn:focus-visible{outline:2px solid var(--c-gold);outline-offset:2px}.header-tour-icon{width:1rem;height:1rem;color:var(--c-gold);border:1px solid;border-radius:50%;justify-content:center;align-items:center;font-size:.68rem;font-weight:900;display:inline-flex}.header-restart-btn{color:var(--c-muted);border-radius:var(--radius-sm);white-space:nowrap;background:0 0;border:1px solid #ffffff26;flex-shrink:0;justify-content:center;align-items:center;gap:.45rem;padding:.4rem .75rem .4rem .45rem;font-size:.82rem;font-weight:600;transition:color .2s,border-color .2s,background .2s;display:inline-flex}.header-restart-btn:hover{color:var(--c-off-white);background:#ffffff0f;border-color:#ffffff59}.header-restart-btn:focus-visible{outline:2px solid var(--c-gold);outline-offset:2px}.logo-shield-icon{flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex;overflow:hidden}.logo-shield-icon img{object-fit:contain;width:2rem;height:2rem;display:block}.progress-bar-container{background:#0a1628cc;border-bottom:1px solid #ffffff0f;width:100%;padding:.65rem 1.25rem}.progress-wrapper{max-width:var(--max-width);margin:0 auto}.progress-meta{color:var(--c-muted);justify-content:space-between;align-items:center;margin-bottom:.45rem;font-size:.78rem;display:flex}.progress-label strong,.progress-score{color:var(--c-off-white);font-weight:600}.progress-track{background:#ffffff1a;border-radius:99px;height:6px;position:relative;overflow:visible}.progress-fill{height:100%;transition:width .5s var(--ease-out);background:linear-gradient(90deg,#b22234 0%,#e63950 50%,#f5c842 100%);border-radius:99px}.progress-glow{background:var(--c-gold);width:10px;height:10px;transition:left .5s var(--ease-out);pointer-events:none;border-radius:50%;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px 3px #f5c84299}.question-card{scroll-margin-top:var(--sticky-height);width:100%;max-width:var(--max-width);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);animation:cardSlideIn .4s var(--ease-out) both;background:#102040b3;border:1px solid #ffffff1a;padding:2rem 1.75rem;box-shadow:0 4px 24px #0006,inset 0 1px #ffffff14}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.question-meta{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.category-chip{text-transform:uppercase;letter-spacing:.08em;color:#ff8fa0;background:#b2223440;border:1px solid #b2223466;border-radius:99px;padding:.2rem .6rem;font-size:.72rem;font-weight:700}.subcategory-chip{color:var(--c-muted);background:#ffffff12;border:1px solid #ffffff1a;border-radius:99px;padding:.2rem .6rem;font-size:.72rem;font-weight:600}.question-text{color:var(--c-white);margin-bottom:1.5rem;font-size:clamp(1.05rem,2.5vw,1.3rem);font-weight:700;line-height:1.45}.question-num{color:var(--c-gold);font-size:.9em}.options-grid{grid-template-columns:1fr;gap:.75rem;margin-bottom:1.25rem;display:grid}.option-btn{border-radius:var(--radius-md);width:100%;color:var(--c-off-white);text-align:left;transition:background .18s, border-color .18s, transform .15s var(--ease-spring), box-shadow .18s;cursor:pointer;background:#ffffff0d;border:1.5px solid #ffffff1f;align-items:center;gap:.85rem;padding:.85rem 1rem;font-size:.95rem;font-weight:500;display:flex}.option-btn--default:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-1px);box-shadow:0 4px 16px #0000004d}.option-btn--default:active{box-shadow:none;transform:translateY(0)}.option-btn:focus-visible{outline:2px solid var(--c-gold);outline-offset:2px}.option-btn--correct{border-color:var(--c-green);color:#86efac;cursor:default;animation:popIn .3s var(--ease-spring);background:#22c55e2e}.option-btn--wrong{border-color:var(--c-wrong);color:#fca5a5;cursor:default;background:#ef44442e;animation:.4s both shake}.option-btn--reveal{border-color:var(--c-reveal);color:#86efac;cursor:default;background:#16a34a1f;animation:.3s both fadeIn}.option-btn[disabled]{cursor:default;opacity:.55}@keyframes popIn{0%{transform:scale(1)}40%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.option-badge{background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.8rem;font-weight:800;transition:background .2s;display:flex}.option-btn--correct .option-badge{background:var(--c-green);color:#052e16}.option-btn--wrong .option-badge{background:var(--c-wrong);color:#fff}.option-btn--reveal .option-badge{background:var(--c-reveal);color:#fff}.option-text{flex:1}.feedback-panel{border-radius:var(--radius-md);animation:feedbackSlide .35s var(--ease-out) both;scroll-margin-top:calc(var(--sticky-height) + .5rem);margin-bottom:1.25rem;padding:1.1rem 1.25rem}@keyframes feedbackSlide{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.feedback-panel--correct{background:#16653459;border:1px solid #22c55e66}.feedback-panel--wrong{background:#7f1d1d59;border:1px solid #ef444466}.feedback-header{align-items:center;gap:.6rem;margin-bottom:.5rem;display:flex}.feedback-icon{font-size:1.3rem;font-weight:900;line-height:1}.feedback-panel--correct .feedback-icon{color:var(--c-green)}.feedback-panel--wrong .feedback-icon{color:var(--c-wrong)}.feedback-headline{color:var(--c-white);font-size:1.05rem;font-weight:800}.feedback-correct-answer{color:#86efac;margin-bottom:.5rem;font-size:.9rem}.feedback-explanation{color:var(--c-off-white);opacity:.9;font-size:.88rem;line-height:1.65}.explanation-image{border-radius:var(--radius-md);animation:feedbackSlide .4s var(--ease-out) .15s both;border:1px solid #ffffff1f;margin-top:1rem;overflow:hidden}.explanation-image img{object-fit:contain;object-position:center center;background:#00000040;width:100%;max-height:320px;display:block}.explanation-image figcaption{color:var(--c-muted);text-align:center;background:#00000059;padding:.45rem .75rem;font-size:.74rem;font-style:italic;line-height:1.4}.tutor-launch{color:var(--c-off-white);border-radius:var(--radius-md);cursor:pointer;transition:background .18s var(--ease-out), transform .18s var(--ease-out);background:#f5c8421a;border:1px solid #f5c84273;align-items:center;gap:.45rem;margin-top:1rem;padding:.55rem .95rem;font-family:inherit;font-size:.84rem;font-weight:700;display:inline-flex}.tutor-launch:hover{background:#f5c8422e;transform:translateY(-1px)}.tutor-launch-icon{color:var(--c-gold);font-size:.95rem}.tutor-panel{border-radius:var(--radius-md);animation:feedbackSlide .3s var(--ease-out) both;background:#0a16288c;border:1px solid #f5c8424d;margin-top:1rem;padding:.9rem 1rem}.tutor-head{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.tutor-title{color:var(--c-white);align-items:center;gap:.4rem;font-size:.9rem;font-weight:800;display:inline-flex}.tutor-close{color:var(--c-muted);cursor:pointer;background:0 0;border:none;padding:.2rem;font-size:.95rem;line-height:1}.tutor-close:hover{color:var(--c-off-white)}.tutor-intro{color:var(--c-muted);margin-bottom:.75rem;font-size:.82rem;line-height:1.55}.tutor-thread{flex-direction:column;gap:.5rem;max-height:320px;margin-bottom:.75rem;display:flex;overflow-y:auto}.tutor-msg{border-radius:var(--radius-sm);white-space:pre-wrap;word-break:break-word;padding:.55rem .75rem;font-size:.86rem;line-height:1.6}.tutor-msg--user{max-width:85%;color:var(--c-white);background:#b222344d;border:1px solid #e6395059;align-self:flex-end}.tutor-msg--assistant{max-width:95%;color:var(--c-off-white);background:#ffffff0d;border:1px solid #ffffff1a;align-self:flex-start}.tutor-typing{align-items:center;gap:.25rem;height:1rem;display:inline-flex}.tutor-typing span{background:var(--c-muted);width:6px;height:6px;animation:tutorBlink 1.2s var(--ease-out) infinite both;border-radius:50%}.tutor-typing span:nth-child(2){animation-delay:.2s}.tutor-typing span:nth-child(3){animation-delay:.4s}@keyframes tutorBlink{0%,60%,to{opacity:.25}30%{opacity:1}}.tutor-error{color:#fca5a5;margin-bottom:.6rem;font-size:.8rem}.tutor-chips{flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem;display:flex}.tutor-chip{color:var(--c-off-white);cursor:pointer;transition:background .15s var(--ease-out);background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;padding:.35rem .7rem;font-family:inherit;font-size:.78rem;font-weight:600}.tutor-chip:hover:not(:disabled){background:#ffffff1f}.tutor-chip:disabled{opacity:.5;cursor:default}.tutor-form{gap:.5rem;display:flex}.tutor-input{min-width:0;color:var(--c-white);border-radius:var(--radius-sm);background:#0000004d;border:1px solid #ffffff29;flex:1;padding:.55rem .7rem;font-family:inherit;font-size:.86rem}.tutor-input::placeholder{color:var(--c-muted)}.tutor-input:focus{border-color:#f5c8428c;outline:none}.tutor-send{color:var(--c-navy);background:var(--c-gold);border-radius:var(--radius-sm);cursor:pointer;transition:opacity .15s var(--ease-out);border:none;padding:0 .95rem;font-family:inherit;font-size:.82rem;font-weight:700}.tutor-send:disabled{opacity:.45;cursor:default}.tutor-disclaimer{color:var(--c-muted);text-align:center;margin-top:.6rem;font-size:.72rem;font-style:italic}.xlate{flex-direction:column;gap:.5rem;margin-top:.6rem;display:flex}.xlate-text{color:var(--c-off-white);border-radius:var(--radius-sm);background:#f5c84214;border-left:3px solid #f5c84280;padding:.6rem .75rem;font-size:.88rem;line-height:1.65}.xlate-btn{color:var(--c-gold);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;align-self:flex-start;padding:.2rem 0;font-family:inherit;font-size:.78rem;font-weight:600;text-decoration:underline}.xlate-btn:disabled{opacity:.6;cursor:default}.xlate-error{color:#fca5a5;font-size:.78rem}.ai-tools{margin:1.5rem 0 .5rem}.ai-tools-label{letter-spacing:.04em;text-transform:uppercase;color:var(--c-muted);align-items:center;gap:.4rem;margin-bottom:.7rem;font-size:.8rem;font-weight:800;display:flex}.ai-tools-spark{color:var(--c-gold)}.ai-tools-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.ai-tool-card{text-align:left;border-radius:var(--radius-md);cursor:pointer;transition:transform .18s var(--ease-out), border-color .18s var(--ease-out);background:linear-gradient(135deg,#f5c8421a,#1a30558c);border:1px solid #f5c84259;flex-direction:column;gap:.35rem;padding:1rem;font-family:inherit;display:flex}.ai-tool-card:hover{border-color:#f5c842b3;transform:translateY(-2px)}.ai-tool-icon{font-size:1.4rem}.ai-tool-title{color:var(--c-white);font-size:.95rem;font-weight:800}.ai-tool-desc{color:var(--c-muted);font-size:.8rem;line-height:1.45}@media (width<=520px){.ai-tools-grid{grid-template-columns:1fr}}.interview,.practice{max-width:var(--max-width);margin:0 auto;padding:1rem 0 2rem}.interview-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.interview-title,.practice-title{color:var(--c-white);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;display:flex}.interview-badge{color:var(--c-gold)}.interview-sub{color:var(--c-muted);margin-top:.25rem;font-size:.85rem}.interview-head-actions{flex-wrap:wrap;gap:.5rem;display:flex}.interview-tool{color:var(--c-off-white);border-radius:var(--radius-sm);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff29;padding:.4rem .7rem;font-family:inherit;font-size:.78rem;font-weight:600}.interview-tool--on{color:var(--c-white);background:#f5c8422e;border-color:#f5c84280}.interview-thread{border:1px solid var(--c-navy-3);border-radius:var(--radius-md);background:#0a162880;flex-direction:column;gap:.9rem;min-height:240px;max-height:56vh;padding:1rem;display:flex;overflow-y:auto}.interview-msg{flex-direction:column;gap:.25rem;max-width:92%;display:flex}.interview-msg--user{align-self:flex-end;align-items:flex-end}.interview-who{text-transform:uppercase;letter-spacing:.05em;color:var(--c-muted);font-size:.68rem;font-weight:700}.interview-bubble{border-radius:var(--radius-md);white-space:pre-wrap;word-break:break-word;padding:.6rem .85rem;font-size:.9rem;line-height:1.6}.interview-msg--assistant .interview-bubble{border:1px solid var(--c-navy-3);color:var(--c-off-white);background:#1a3055b3;border-top-left-radius:.3rem}.interview-msg--user .interview-bubble{color:var(--c-white);background:#b222344d;border:1px solid #e6395059;border-top-right-radius:.3rem}.interview-error{color:#fca5a5;margin-top:.6rem;font-size:.82rem}.interview-form,.practice-actions{gap:.5rem;margin-top:.9rem;display:flex}.interview-input{min-width:0;color:var(--c-white);border-radius:var(--radius-sm);background:#0000004d;border:1px solid #ffffff2e;flex:1;padding:.7rem .85rem;font-family:inherit;font-size:.9rem}.interview-input::placeholder{color:var(--c-muted)}.interview-input:focus{border-color:#f5c8428c;outline:none}.interview-send,.practice-btn{color:var(--c-navy);background:var(--c-gold);border-radius:var(--radius-sm);cursor:pointer;transition:opacity .15s var(--ease-out);border:none;padding:.7rem 1.1rem;font-family:inherit;font-size:.86rem;font-weight:700}.interview-send:disabled{opacity:.45;cursor:default}.interview>.fc-topbar,.practice>.fc-topbar{margin-bottom:.75rem}.interview-foot,.practice-foot{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;display:flex}.interview-disclaimer{color:var(--c-muted);font-size:.72rem;font-style:italic}.practice-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.practice-tag{text-transform:uppercase;letter-spacing:.04em;color:var(--c-gold);background:#f5c8421f;border:1px solid #f5c84259;border-radius:999px;padding:.25rem .6rem;font-size:.7rem;font-weight:700}.practice-status{text-align:center;color:var(--c-muted);flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;display:flex}.practice-error-text{color:#fca5a5}.practice-actions{justify-content:center}.practice-btn--ghost{color:var(--c-off-white);background:#ffffff0f;border:1px solid #ffffff29}.practice-focus{color:var(--c-muted);margin-bottom:.3rem;font-size:.85rem}.practice-focus strong{color:var(--c-off-white)}.practice-progress{color:var(--c-muted);margin-bottom:.75rem;font-size:.78rem;font-weight:700}.practice-question{color:var(--c-white);margin-bottom:1rem;font-size:1.1rem;font-weight:700;line-height:1.5}.practice-done{text-align:center;padding:2rem 1rem}.practice-score{color:var(--c-white);margin-bottom:1.25rem;font-size:1.2rem;font-weight:800}.next-btn-row{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.next-btn{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--c-red) 0%, var(--c-red-light) 100%);color:#fff;letter-spacing:.01em;width:100%;transition:transform .15s var(--ease-spring), box-shadow .15s;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;animation:.3s both fadeIn;display:flex;box-shadow:0 4px 16px #b2223466}.next-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #b2223480}.next-btn:active{transform:translateY(0)}.next-btn:focus-visible{outline:2px solid var(--c-gold);outline-offset:2px}.next-btn-arrow{font-size:1.1rem;transition:transform .2s}.next-btn:hover .next-btn-arrow{transform:translate(3px)}.start-screen{width:100%;max-width:var(--max-width);text-align:center;animation:cardSlideIn .5s var(--ease-out) both}.start-step{width:100%}@keyframes stepFwdIn{0%{opacity:0;transform:translate(48px)}to{opacity:1;transform:translate(0)}}@keyframes stepBackIn{0%{opacity:0;transform:translate(-48px)}to{opacity:1;transform:translate(0)}}.start-step--fwd-in{animation:stepFwdIn .32s var(--ease-out) both}.start-step--back-in{animation:stepBackIn .32s var(--ease-out) both}.step2-cta-row{align-items:stretch;gap:.75rem;width:100%;display:flex}.back-btn{border-radius:var(--radius-md);color:var(--c-muted);white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff21;flex-shrink:0;justify-content:center;align-items:center;gap:.35rem;padding:0 1.1rem;font-size:.875rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.back-btn:hover{color:var(--c-off-white);background:#ffffff1c;border-color:#ffffff38}.back-btn:focus-visible{outline:2px solid var(--c-gold);outline-offset:2px}.back-btn-arrow{font-size:.95rem;transition:transform .2s}.back-btn:hover .back-btn-arrow{transform:translate(-3px)}.step2-cta-row .start-btn{flex:1;min-width:0}.hero-flag{border-radius:99px;height:5px;margin-bottom:2.5rem;display:flex;overflow:hidden;box-shadow:0 0 20px #b2223466}.flag-stripe{flex:1}.flag-stripe--red{background:var(--c-red)}.flag-stripe--white{background:var(--c-white)}.flag-stripe--blue{background:#002868}.start-hero{margin-bottom:2.5rem}.start-seal{filter:drop-shadow(0 0 16px #f5c84280);margin-bottom:1rem;font-size:3.5rem;animation:3s ease-in-out infinite floatBadge;display:block}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.start-title{letter-spacing:-.03em;background:linear-gradient(160deg, #fff 20%, var(--c-gold) 100%);-webkit-text-fill-color:transparent;color:var(--c-gold);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(1.8rem,5vw,2.8rem);font-weight:900;line-height:1.1}.start-subtitle{color:var(--c-muted);max-width:440px;margin:0 auto;font-size:1.05rem;line-height:1.6}.start-subtitle strong,.start-note strong{color:var(--c-gold)}.count-picker{border-radius:var(--radius-md);text-align:left;background:#ffffff0a;border:1px solid #ffffff1a;width:100%;margin-bottom:1.5rem;padding:1.25rem 1.25rem 1rem;animation:.22s both fadeIn}.count-picker-label{color:var(--c-off-white);text-align:center;margin-bottom:.85rem;font-size:.88rem;font-weight:700}.count-pills{flex-wrap:wrap;justify-content:center;gap:.55rem;margin-bottom:.9rem;display:flex}.count-pill{color:var(--c-muted);cursor:pointer;transition:background .18s, border-color .18s, color .18s, transform .15s var(--ease-spring), box-shadow .18s;background:#ffffff0f;border:1.5px solid #ffffff1f;border-radius:99px;flex-direction:column;align-items:center;gap:.25rem;padding:.55rem 1.1rem;font-size:.95rem;font-weight:700;display:flex;position:relative}.count-pill:hover{color:var(--c-off-white);background:#ffffff1c;border-color:#ffffff47;transform:translateY(-1px)}.count-pill:focus-visible{outline:2px solid var(--c-gold);outline-offset:2px}.count-pill--active{border-color:var(--c-red-light);color:var(--c-white);background:#b2223438;transform:translateY(-1px);box-shadow:0 0 16px #e639504d}.count-pill--active:hover{background:#b2223447}.count-pill-badge{text-transform:uppercase;letter-spacing:.06em;color:var(--c-gold);white-space:nowrap;font-size:.6rem;font-weight:800;line-height:1}.count-summary{color:var(--c-muted);text-align:center;font-size:.82rem;line-height:1.55}.count-summary-num{color:var(--c-white);font-size:1rem}.count-summary-note{color:var(--c-gold);font-style:italic}.start-cards{text-align:left;grid-template-columns:1fr;gap:.75rem;margin-bottom:1.5rem;display:grid}.start-card{transition:border-color .2s, transform .2s var(--ease-spring);border-left:2px solid #ffffff1f;align-items:flex-start;gap:.85rem;padding:.75rem .75rem .75rem 1rem;display:flex}.start-card:hover{border-color:#f5c84273;transform:translateY(-2px)}.start-card-icon{flex-shrink:0;margin-top:.1rem;font-size:1.4rem}.start-card-text{flex-direction:column;display:flex}.start-card h3{color:var(--c-white);margin-bottom:.3rem;font-size:.9rem;font-weight:700}.start-card p{color:var(--c-muted);margin:0;font-size:.82rem;line-height:1.55}.start-note{color:var(--c-muted);border-radius:var(--radius-sm);background:#f5c84214;border:1px solid #f5c84226;margin-bottom:2rem;padding:.6rem 1rem;font-size:.82rem}.start-btn{border-radius:var(--radius-md);color:#fff;letter-spacing:.01em;max-width:100%;transition:transform .18s var(--ease-spring), box-shadow .18s;background:linear-gradient(135deg,#002868 0%,#0050c8 100%);justify-content:center;align-items:center;gap:.6rem;padding:.9rem 2.5rem;font-size:1.1rem;font-weight:800;display:inline-flex;box-shadow:0 4px 20px #00286880,inset 0 0 0 1px #ffffff1f}.start-btn:hover{transform:translateY(-3px);box-shadow:0 8px 32px #00286899,inset 0 0 0 1px #ffffff2e}.start-btn:active{transform:translateY(0)}.start-btn:focus-visible{outline:2px solid var(--c-gold);outline-offset:3px}.start-btn-arrow{font-size:1.15rem;transition:transform .2s}.start-btn:hover .start-btn-arrow{transform:translate(4px)}.results-screen{width:100%;max-width:var(--max-width);animation:cardSlideIn .5s var(--ease-out) both}.results-hero{justify-content:center;align-items:center;margin-bottom:2rem;padding-top:1rem;display:flex;position:relative}.results-ring{width:180px;height:180px;position:absolute}.ring-dot{background:var(--c-gold);width:8px;height:8px;transform:rotate(calc(var(--dot-i) * 30deg)) translateY(-85px) scale(0);animation:dotAppear .5s var(--ease-spring) calc(var(--dot-i) * 60ms) both;border-radius:50%;position:absolute;top:50%;left:50%}@keyframes dotAppear{0%{transform:rotate(calc(var(--dot-i) * 30deg)) translateY(-85px) scale(0)}to{transform:rotate(calc(var(--dot-i) * 30deg)) translateY(-85px) scale(1)}}.grade-badge{z-index:1;width:130px;height:130px;animation:badgePop .6s var(--ease-spring) .2s both;border:3px solid;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 0 40px #00000080,0 0 0 6px #ffffff0f}@keyframes badgePop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.grade-badge--a{color:var(--c-green);background:#22c55e1f}.grade-badge--b{color:#60a5fa;background:#60a5fa1f}.grade-badge--c{color:var(--c-gold);background:#f5c8421a}.grade-badge--d{color:#f97316;background:#f973161a}.grade-badge--f{color:var(--c-wrong);background:#ef44441a}.grade-letter{font-size:3.5rem;font-weight:900;line-height:1}.grade-pct{opacity:.8;font-size:.95rem;font-weight:700}.pass-banner{border-radius:var(--radius-md);align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.pass-banner--pass{background:#1665344d;border:1px solid #22c55e59}.pass-banner--fail{background:#78350f4d;border:1px solid #f9731659}.pass-icon{flex-shrink:0;font-size:1.5rem}.pass-banner strong{color:var(--c-white);margin-bottom:.2rem;font-size:1.05rem;display:block}.pass-banner p{color:var(--c-muted);font-size:.88rem}.score-summary{border-radius:var(--radius-md);background:#ffffff0a;border:1px solid #ffffff14;justify-content:center;gap:2rem;margin-bottom:2rem;padding:1.25rem;display:flex}.score-stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.score-stat-value{color:var(--c-white);font-size:2.2rem;font-weight:900;line-height:1}.score-stat-value--green{color:var(--c-green)}.score-stat-value--red{color:var(--c-wrong)}.score-stat-label{text-transform:uppercase;letter-spacing:.06em;color:var(--c-muted);font-size:.78rem;font-weight:600}.category-breakdown{margin-bottom:2rem}.breakdown-title{color:var(--c-white);margin-bottom:1rem;font-size:1rem;font-weight:700}.breakdown-list{flex-direction:column;gap:.75rem;display:flex}.breakdown-row{grid-template-columns:1fr 3fr auto;align-items:center;gap:.75rem;display:grid}.breakdown-cat{color:var(--c-off-white);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.breakdown-bar-wrap{background:#ffffff14;border-radius:99px;height:8px;overflow:hidden}.breakdown-bar{background:linear-gradient(90deg, var(--c-red) 0%, var(--c-gold) 100%);height:100%;transition:width .8s var(--ease-out);border-radius:99px}.breakdown-fraction{color:var(--c-muted);text-align:right;min-width:3rem;font-size:.78rem;font-weight:700}.weak-questions{border-radius:var(--radius-md);background:#f5656512;border:1px solid #f5656538;margin:0 0 1.5rem;padding:1rem 1.25rem}.weak-questions-title{color:#fc8181;align-items:center;gap:.4rem;margin-bottom:.3rem;font-size:.88rem;font-weight:700;display:flex}.weak-questions-subtitle{color:var(--c-text-muted);margin-bottom:.85rem;font-size:.78rem;line-height:1.5}.weak-question-list{margin:0;padding:0;list-style:none}.weak-question-item{border-top:1px solid #ffffff12;flex-direction:column;gap:.15rem;padding:.55rem 0;display:flex}.weak-question-item:first-child{border-top:none;padding-top:0}.weak-question-cat{text-transform:uppercase;letter-spacing:.06em;color:#fc8181bf;font-size:.68rem;font-weight:700}.weak-question-text{color:var(--c-text-muted);font-size:.82rem;line-height:1.45}.uscis-note{color:var(--c-muted);border-radius:var(--radius-sm);border-left:3px solid var(--c-gold);background:#ffffff08;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.82rem;line-height:1.6}.restart-btn{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--c-navy-3) 0%, var(--c-navy-2) 100%);color:var(--c-off-white);transition:background .2s, transform .18s var(--ease-spring), box-shadow .18s;border:1px solid #ffffff26;justify-content:center;align-items:center;gap:.5rem;margin:0 auto;padding:.85rem 2rem;font-size:1rem;font-weight:700;display:flex}.restart-btn:hover{background:linear-gradient(135deg,#1e4070 0%,#1a3055 100%);transform:translateY(-2px);box-shadow:0 8px 24px #0006}.restart-btn:focus-visible{outline:2px solid var(--c-gold);outline-offset:2px}.app-footer{z-index:10;text-align:center;-webkit-backdrop-filter:blur(10px);background:#0a1628eb;border-top:1px solid #ffffff0f;padding:1rem 1.25rem;position:sticky;bottom:0}.app-footer p{color:var(--c-muted);font-size:.75rem}.install-banner{left:.75rem;right:.75rem;bottom:calc(.75rem + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);z-index:100;max-width:30rem;animation:bannerSlideUp .4s var(--ease-out) both;background:#080e1af7;border:1px solid #ffffff24;border-radius:1.1rem;align-items:center;gap:.85rem;margin:0 auto;padding:.9rem 1rem;display:flex;position:fixed;box-shadow:0 8px 32px #0000008c}@keyframes bannerSlideUp{0%{opacity:0;transform:translateY(120%)}to{opacity:1;transform:translateY(0)}}.install-banner-icon{background:linear-gradient(135deg,#1d5fff47,#7b3ff23d);border:1px solid #ffffff1f;border-radius:.85rem;flex-shrink:0;justify-content:center;align-items:center;width:2.9rem;height:2.9rem;display:flex;position:relative}.install-banner-icon img{object-fit:contain;width:72%;height:72%;display:block}.install-banner-badge{color:#fff;background:linear-gradient(135deg,#2f7bff,#7b3ff2);border:2px solid #080e1af7;border-radius:50%;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;display:flex;position:absolute;bottom:-.35rem;right:-.35rem}.install-banner-badge svg{width:.75rem;height:.75rem}.install-banner-body{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.install-banner-title{color:var(--c-white);font-size:.95rem;font-weight:800}.install-banner-sub{color:var(--c-muted);font-size:.76rem;line-height:1.4}.install-banner-sub strong{color:var(--c-off-white);font-weight:700}.install-banner-btn{border-radius:var(--radius-sm);cursor:pointer;transition:opacity .15s, transform .15s var(--ease-spring);border:none;flex-shrink:0;padding:.45rem 1rem;font-size:.85rem;font-weight:700}.install-banner-btn:hover{opacity:.88;transform:translateY(-1px)}.install-banner-btn:active{transform:translateY(0)}.install-banner-btn:focus-visible{outline:2px solid var(--c-gold);outline-offset:2px}.install-banner-btn:disabled{cursor:not-allowed;opacity:.55;transform:none}.install-banner-btn:disabled:hover{opacity:.55;transform:none}.install-banner-btn--primary{background:linear-gradient(135deg, var(--c-red) 0%, var(--c-red-light) 100%);color:#fff;box-shadow:0 2px 8px #b2223466}.install-banner-btn--close{color:var(--c-off-white);background:#ffffff14;border-radius:50%;justify-content:center;align-self:flex-start;align-items:center;width:2rem;height:2rem;padding:0;display:flex}@media (width<=480px){.install-banner{flex-wrap:wrap}.install-banner-body{padding-right:2.2rem}.install-banner-btn--close{position:absolute;top:.7rem;right:.7rem}.install-banner-btn--primary{flex:100%;padding:.6rem 1rem}}.reload-splash{z-index:300;background:radial-gradient(ellipse 70% 50% at 50% 35%, #1d5fff2e, transparent 70%), var(--c-navy);color:var(--c-off-white);letter-spacing:.12em;text-transform:uppercase;flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.82rem;font-weight:800;animation:1.2s both splashFade;display:flex;position:fixed;inset:0}.reload-splash img{object-fit:contain;filter:drop-shadow(0 0 28px #7ec8ff73);width:clamp(5rem,24vw,7rem);height:clamp(5rem,24vw,7rem);animation:splashMark .8s var(--ease-spring) both}@keyframes splashFade{0%,72%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes splashMark{0%{opacity:0;transform:translateY(10px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(14px);background:#040814d1;justify-content:center;align-items:center;padding:1rem;animation:.22s both backdropIn;display:flex;position:fixed;inset:0}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}.modal-card{border-radius:var(--radius-lg);text-align:center;width:100%;max-width:min(400px,100vw - 2rem);max-height:calc(100dvh - 2rem);animation:modalIn .3s var(--ease-spring) both;background:#0c1834f7;border:1px solid #ffffff1a;padding:2.5rem 2rem 2rem;position:relative;overflow:hidden auto;box-shadow:0 32px 80px #000000b3,inset 0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a}.modal-card:before{content:"";background:linear-gradient(90deg,#0000,#b22234e6 30%,#f5c842b3 70%,#0000);height:1.5px;position:absolute;top:0;left:8%;right:8%}.modal-card:after{content:"";pointer-events:none;background:radial-gradient(#b222342e 0%,#0000 70%);width:200px;height:80px;position:absolute;top:-40px;left:50%;transform:translate(-50%)}@keyframes modalIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-icon-ring{z-index:1;width:68px;height:68px;color:var(--c-red-light);background:#b2223424;border:1.5px solid #e6395080;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;line-height:1;display:flex;position:relative;box-shadow:0 0 28px #b2223447,inset 0 1px #ffffff14}.favicon-shield-icon{justify-content:center;align-items:center;width:3.25rem;height:3.25rem;display:inline-flex}.favicon-shield-icon img{object-fit:contain;width:100%;height:100%;display:block}.modal-title{z-index:1;color:var(--c-white);letter-spacing:-.025em;margin-bottom:.65rem;font-size:1.45rem;font-weight:800;position:relative}.modal-body{z-index:1;color:var(--c-muted);max-width:290px;margin:0 auto 2rem;font-size:.9rem;line-height:1.65;position:relative}.modal-actions{z-index:1;flex-wrap:wrap;gap:.75rem;display:flex;position:relative}.modal-btn{border-radius:var(--radius-md);letter-spacing:.01em;min-height:44px;transition:background .18s, transform .15s var(--ease-spring), box-shadow .15s;flex:9rem;padding:.8rem 1rem;font-size:.95rem;font-weight:700}.modal-btn:focus-visible{outline:2px solid var(--c-gold);outline-offset:2px}.modal-btn--cancel{color:var(--c-off-white);background:#ffffff12;border:1px solid #ffffff24}.modal-btn--cancel:hover{background:#ffffff1f;transform:translateY(-1px)}.modal-btn--confirm{background:linear-gradient(135deg, var(--c-red) 0%, var(--c-red-light) 100%);color:#fff;border:none;box-shadow:0 4px 18px #b2223473}.modal-btn--confirm:hover{transform:translateY(-2px);box-shadow:0 6px 26px #b2223499}.modal-btn--cancel:active,.modal-btn--confirm:active{transform:translateY(0)}.modal-btn--exit{color:#90cdf4;background:#63b3ed1f;border:1px solid #63b3ed4d}.modal-btn--exit:hover{background:#63b3ed33;transform:translateY(-1px)}.donate-modal-card{max-width:min(420px,100vw - 2rem)}.donate-modal-card:before{background:linear-gradient(90deg,#0000,#f5c842d9 35%,#ffa03cb3 65%,#0000)}.donate-modal-card:after{background:radial-gradient(#f5c84224 0%,#0000 70%)}.donate-icon-ring{background:#f5c8421a;border-color:#f5c84273;box-shadow:0 0 32px #f5c84238,inset 0 1px #ffffff1a}.donate-options{flex-direction:column;gap:.85rem;width:100%;margin-bottom:1rem;display:flex}.donate-kofi-btn{border-radius:var(--radius-md);color:#fff;letter-spacing:.01em;width:100%;transition:transform .18s var(--ease-spring), box-shadow .18s, opacity .15s;background:linear-gradient(135deg,#ff5e5b 0%,#ff9a3c 100%);justify-content:center;align-items:center;gap:.55rem;min-height:44px;padding:.85rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;animation:2.6s ease-in-out infinite kofi-pulse;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 18px #ff5e5b66}.donate-kofi-btn:after{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(110deg,#0000 25%,#ffffff47 50%,#0000 75%);animation:3.2s ease-in-out infinite kofi-shimmer;position:absolute;inset:0;transform:translate(-120%)}@keyframes kofi-pulse{0%,to{box-shadow:0 4px 18px #ff5e5b66}50%{box-shadow:0 6px 32px #ff5e5bb8,0 0 16px #ffa03c61}}@keyframes kofi-shimmer{0%{opacity:0;transform:translate(-120%)}8%{opacity:1}45%,to{opacity:0;transform:translate(120%)}}.donate-kofi-btn:hover{opacity:.95;color:#fff;text-decoration:none;animation-play-state:paused;transform:translateY(-2px);box-shadow:0 6px 26px #ff5e5b8c}.donate-kofi-btn:hover:after{animation-play-state:paused}.donate-kofi-btn:active{transform:translateY(0)}.donate-kofi-btn:focus-visible{outline:2px solid var(--c-gold);outline-offset:3px}.donate-secure-note{color:var(--c-muted);text-align:center;font-size:.75rem;line-height:1.55}.donate-maybe-btn{width:100%;box-shadow:none;color:var(--c-muted);letter-spacing:0;opacity:.6;text-underline-offset:3px;min-height:unset;background:0 0;border:none;flex-basis:auto;padding:.35rem .75rem;font-size:.78rem;font-weight:400;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.donate-maybe-btn:hover{box-shadow:none;opacity:.45;color:var(--c-muted);background:0 0;transform:none}.safari-install-card{text-align:center;max-width:min(440px,100vw - 2rem)}.safari-modal-close{width:2rem;height:2rem;color:var(--c-muted);min-height:unset;background:#ffffff12;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;transition:background .18s,color .18s;display:flex;position:absolute;top:1rem;right:1rem}.safari-modal-close:hover{color:var(--c-white);background:#ffffff24}.safari-modal-close:focus-visible{outline:2px solid var(--c-gold);outline-offset:2px}.safari-icon-ring{background:#0a50c81f;border-color:#64a0ff66;width:72px;height:72px;box-shadow:0 0 32px #0a50c840,inset 0 1px #ffffff1a}.safari-modal-favicon{object-fit:contain;width:3rem;height:3rem}.safari-modal-subtitle{color:var(--c-muted);margin-top:-.35rem;margin-bottom:1.75rem;font-size:.88rem;line-height:1.55}.safari-steps{text-align:left;flex-direction:column;gap:0;margin-bottom:2rem;list-style:none;display:flex;position:relative}.safari-steps:before{content:"";pointer-events:none;background:linear-gradient(#b222348c,#f5c8428c);border-radius:2px;width:2px;position:absolute;top:2.75rem;bottom:2.75rem;left:1.1rem;transform:translate(-50%)}.safari-step{align-items:flex-start;gap:1rem;padding:.85rem 0;display:flex}.safari-step-num{z-index:1;background:linear-gradient(135deg, var(--c-red) 0%, var(--c-red-light) 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;font-size:.82rem;font-weight:800;display:flex;position:relative;box-shadow:0 2px 10px #b2223473}.safari-step-body{flex-direction:column;gap:.2rem;padding-top:.15rem;display:flex}.safari-step-label{color:var(--c-white);font-size:.93rem;font-weight:700;line-height:1.3;display:block}.safari-step-detail{color:var(--c-muted);font-size:.8rem;line-height:1.6}.safari-modal-cta{letter-spacing:.01em;flex-basis:auto;width:100%;padding:.9rem 1rem;font-size:1rem}@media (width<=480px){.header-inner{padding:.55rem max(.75rem, var(--safe-area-right)) .55rem max(.75rem, var(--safe-area-left));gap:.6rem}.header-logo-img{height:clamp(2.8rem,7vw,3.6rem)}.header-left{left:max(.75rem, var(--safe-area-left))}.header-right{right:max(.75rem, var(--safe-area-right))}.header-donate-btn{padding:.35rem .55rem;font-size:.78rem}.header-tour-btn{padding:.35rem .5rem .35rem .36rem}.header-restart-btn{padding:.35rem .55rem .35rem .35rem;font-size:.78rem}.header-right{gap:.35rem}.question-card{border-radius:var(--radius-md);padding:1rem .875rem}.question-text{margin-bottom:1.1rem;font-size:1rem}.options-grid{gap:.55rem}.option-btn{padding:.75rem .85rem;font-size:.9rem}.option-badge{width:1.75rem;height:1.75rem;font-size:.75rem}.feedback-panel{padding:.85rem 1rem}.start-title{font-size:1.65rem}.score-summary{flex-wrap:wrap;gap:.75rem}.breakdown-row{grid-template-columns:1fr 2fr auto}.breakdown-cat{font-size:.72rem}.start-btn{justify-content:center;padding:.85rem 1.5rem;font-size:1rem}.step2-cta-row .start-btn{flex:1}.back-btn{padding:.85rem 1rem}.restart-btn{width:100%}.count-pills{gap:.4rem}.count-pill{padding:.45rem .85rem;font-size:.88rem}.modal-card{border-radius:var(--radius-md);padding:2rem 1rem 1rem}.modal-actions{flex-direction:column}.modal-btn{flex-basis:auto;width:100%}.explanation-image img{max-height:240px}.app-shell{padding-bottom:env(safe-area-inset-bottom)}}@media (width<=360px){.header-logo-img{height:2.6rem}.header-donate-btn span:last-child,.header-tour-btn span:last-child,.header-restart-btn span:last-child{display:none}.header-donate-btn{padding:.4rem}.header-tour-btn{padding:.38rem}.header-restart-btn{padding:.35rem}.header-right{gap:.25rem}.question-card{padding:.875rem .75rem}.start-hero{margin-bottom:1.5rem}.start-seal{font-size:2.75rem}.hero-flag{margin-bottom:1.5rem}.step2-cta-row{flex-direction:column}.back-btn{justify-content:center;width:100%;padding:.75rem 1rem}.step2-cta-row .start-btn{width:100%}}@media (width>=481px) and (width<=768px){.question-card{padding:1.5rem 1.25rem}}html,body{overflow-x:clip}.option-btn,.next-btn,.start-btn,.restart-btn,.count-pill,.header-restart-btn,.header-donate-btn,.header-tour-btn,.modal-btn,.install-banner-btn{min-height:44px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.product-tour{z-index:1000;pointer-events:none;position:fixed;inset:0}.product-tour__backdrop{z-index:1000;cursor:default;pointer-events:auto;background:0 0;border:0;width:100%;height:100%;position:fixed;inset:0}.product-tour__backdrop--dim{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#030a17c7}.product-tour__blur{z-index:1001;pointer-events:none;-webkit-backdrop-filter:blur(3px)saturate(.85);backdrop-filter:blur(3px)saturate(.85);transition:clip-path .32s var(--ease-out);position:fixed;inset:0}.product-tour__spotlight{z-index:1002;cursor:default;pointer-events:auto;transition:top .32s var(--ease-out), left .32s var(--ease-out), width .32s var(--ease-out), height .32s var(--ease-out), border-radius .32s var(--ease-out);background:0 0;border:1.5px solid #f5c842d9;padding:0;display:block;position:fixed;box-shadow:0 0 0 200vmax #030a17bd}.product-tour__spotlight:before{content:"";border-radius:inherit;pointer-events:none;animation:2s ease-in-out infinite productTourPulse;position:absolute;inset:-2px}@keyframes productTourPulse{0%,to{box-shadow:0 0 0 4px #f5c84224,0 0 20px #f5c84238}50%{box-shadow:0 0 0 7px #f5c84238,0 0 34px #f5c8425c}}.product-tour__popover{z-index:1003;width:min(24rem,100vw - 2rem);color:var(--c-off-white);pointer-events:auto;animation:productTourPopoverIn .28s var(--ease-out) both;transition:top .32s var(--ease-out), left .32s var(--ease-out);background:radial-gradient(120% 70% at 50% 0,#ffffff14,#0000 55%),linear-gradient(155deg,#1e355bf7,#0a1628fa);border:1px solid #ffffff29;border-radius:1.1rem;padding:1.15rem;position:fixed;box-shadow:0 24px 70px #0000008c,0 2px 10px #0000004d,inset 0 1px #ffffff1f}@supports ((-webkit-backdrop-filter:blur(4px)) or (backdrop-filter:blur(4px))){.product-tour__popover{-webkit-backdrop-filter:blur(26px)saturate(1.5);backdrop-filter:blur(26px)saturate(1.5);background:radial-gradient(120% 70% at 50% 0,#ffffff17,#0000 55%),linear-gradient(155deg,#3452848c,#0c182c9e)}}.product-tour__arrow{pointer-events:none;background:#1e355beb;border:1px solid #ffffff29;width:14px;height:14px;margin-left:-7px;position:absolute;transform:rotate(45deg)}.product-tour__arrow--bottom{border-bottom:none;border-right:none;border-top-left-radius:3px;top:-8px}.product-tour__arrow--top{background:#0c182cf0;border-top:none;border-left:none;border-bottom-right-radius:3px;bottom:-8px}.product-tour__popover--center{top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes productTourPopoverIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.product-tour__popover--center{animation-name:productTourPopoverCenterIn}@keyframes productTourPopoverCenterIn{0%{opacity:0;transform:translate(-50%,calc(8px - 50%))scale(.98)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.product-tour__header{justify-content:space-between;align-items:center;gap:1rem;min-height:1.4rem;margin-bottom:.6rem;display:flex}.product-tour__progress{color:var(--c-gold);letter-spacing:.08em;text-transform:uppercase;font-size:.73rem;font-weight:800}.product-tour__close{width:1.85rem;height:1.85rem;color:var(--c-muted);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;line-height:1;transition:color .15s,background .15s;display:inline-flex}.product-tour__close:hover{color:var(--c-white);background:#ffffff1a}.product-tour__close:focus-visible,.product-tour__skip:focus-visible,.product-tour__back:focus-visible,.product-tour__next:focus-visible{outline:2px solid var(--c-gold);outline-offset:2px}.product-tour__progress-track{gap:.3rem;margin-bottom:1rem;display:flex}.product-tour__progress-track span{height:.2rem;transition:background .25s var(--ease-out), transform .25s var(--ease-out);background:#ffffff29;border-radius:99px;flex:1}.product-tour__progress-track .is-complete{background:linear-gradient(90deg, var(--c-gold), #ffe691);transform:scaleY(1.15)}.product-tour__popover h2{color:var(--c-white);letter-spacing:-.015em;margin:0 0 .45rem;font-size:1.18rem;line-height:1.25}.product-tour__popover>p{color:#c7d3e8;margin:0;font-size:.9rem;line-height:1.55}.product-tour__actions{justify-content:space-between;align-items:center;gap:.75rem;margin-top:1.2rem;display:flex}.product-tour__skip,.product-tour__back{min-height:2.7rem;color:var(--c-muted);background:0 0;padding:.45rem .25rem;font-size:.85rem;font-weight:700;transition:color .15s}.product-tour__skip:hover,.product-tour__back:hover{color:var(--c-white)}.product-tour__next{background:linear-gradient(135deg, var(--c-red), var(--c-red-light));min-height:2.7rem;color:var(--c-white);transition:transform .16s var(--ease-spring), box-shadow .16s;border-radius:.7rem;justify-content:center;align-items:center;gap:.45rem;padding:.55rem .9rem;font-size:.88rem;font-weight:800;display:inline-flex;box-shadow:0 4px 14px #b2223452}.product-tour__next:hover{transform:translateY(-1px);box-shadow:0 6px 20px #b2223475}@media (width<=639px){.product-tour__popover{top:auto;right:1rem;bottom:max(1rem, env(safe-area-inset-bottom));border-radius:1.15rem;width:auto;left:1rem}.product-tour__popover--center{transform:none}.product-tour__popover--sheet-top{top:max(.75rem, env(safe-area-inset-top));bottom:auto}.product-tour__arrow{display:none}.product-tour__popover,.product-tour__popover--center{animation-name:productTourSheetIn}@keyframes productTourSheetIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}}[data-reveal]{opacity:0;will-change:opacity, transform;transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);transform:translateY(22px)}[data-reveal].reveal--visible{opacity:1;will-change:auto;transform:translateY(0)}.start-btn[data-reveal]{transform:translateY(28px)}@media (prefers-reduced-motion:reduce){[data-reveal]{opacity:1!important;will-change:auto!important;transition:none!important;transform:none!important}}.kbd-hint{color:var(--c-text-muted);text-align:center;margin:-.25rem 0 .75rem;font-size:.72rem;display:none}.kbd-hint--next{margin:0;display:none}@media (hover:hover) and (pointer:fine){.kbd-hint,.kbd-hint--next{display:block}}kbd{font-size:.85em;font-family:var(--font-mono,ui-monospace, monospace);background:#ffffff1a;border:1px solid #fff3;border-radius:4px;padding:.05em .35em;line-height:1.4;display:inline-block}.question-header{align-items:flex-start;gap:.625rem;display:flex}.question-header .question-text{flex:1}.tts-btn{color:var(--c-text-muted);cursor:pointer;background:#ffffff12;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.1rem;height:2.1rem;margin-top:.15rem;font-size:1rem;line-height:1;transition:background .18s,color .18s,box-shadow .18s;display:flex}.tts-btn:hover{color:var(--c-text);background:#ffffff24}.tts-btn--active{color:#63b3ed;background:#63b3ed33;border-color:#63b3ed80;box-shadow:0 0 8px #63b3ed4d}.streak-banner{border-radius:var(--radius-md);background:linear-gradient(135deg,#ffa00026 0%,#ff57221f 100%);border:1px solid #ffa0004d;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.streak-flame{font-size:1.8rem;line-height:1}.streak-info{color:var(--c-text);font-size:.95rem}.streak-best{color:var(--c-text-muted);font-size:.85rem}.share-btn{border-radius:var(--radius-md);color:#90cdf4;cursor:pointer;background:#63b3ed1f;border:1px solid #63b3ed4d;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:320px;min-height:44px;margin:0 auto 1.25rem;padding:.7rem 1.2rem;font-size:.95rem;font-weight:600;transition:background .2s,border-color .2s;display:flex}.share-btn:hover{background:#63b3ed33}.share-btn--done{color:#9ae6b4;background:#48bb7826;border-color:#48bb7859}.results-ctas{flex-direction:column;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.retry-wrong-btn{border-radius:var(--radius-md);color:#fc8181;cursor:pointer;background:linear-gradient(135deg,#f565652e 0%,#c5303026 100%);border:1px solid #f5656559;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:320px;min-height:44px;padding:.8rem 1.2rem;font-size:.95rem;font-weight:600;transition:background .2s,border-color .2s;display:flex}.retry-wrong-btn:hover{background:linear-gradient(135deg,#f5656540 0%,#c5303038 100%)}.recent-history{margin-bottom:1.5rem}.history-list{flex-direction:column;gap:.375rem;margin-top:.75rem;display:flex}.history-row{background:#ffffff0a;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem .875rem;font-size:.875rem;display:flex}.history-row--current{background:#63b3ed14;border:1px solid #63b3ed33}.history-date{color:var(--c-text-muted);flex-direction:column;flex:1;gap:.15rem;display:flex}.history-cat{letter-spacing:.02em;color:#b22234e6;white-space:nowrap;background:#b222341a;border:1px solid #b2223433;border-radius:4px;align-self:flex-start;padding:.05rem .3rem;font-size:.62rem;font-weight:600;display:inline-block}.history-grade{text-align:center;min-width:1.5rem;font-weight:700}.history-score{text-align:right;min-width:3.5rem;color:var(--c-text)}.history-pass{text-align:right;min-width:2.5rem;font-size:.78rem;font-weight:600}.history-pass--yes{color:var(--c-correct)}.history-pass--no{color:var(--c-wrong)}.start-streak-badge{color:var(--c-text);background:linear-gradient(135deg,#ffa00026 0%,#ff57221a 100%);border:1px solid #ffa0004d;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem .875rem;font-size:.88rem;display:inline-flex}.start-streak-badge strong{color:var(--c-gold)}.start-history{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.start-history-label{color:var(--c-text-muted);font-size:.8rem}.start-history-chip{border:1px solid;border-radius:999px;padding:.2rem .6rem;font-size:.8rem;font-weight:700}.start-history-chip--pass{color:#9ae6b4;background:#48bb781f;border-color:#48bb784d}.start-history-chip--fail{color:#fc8181;background:#f565651a;border-color:#f5656540}.start-history-viewall{color:#63b3ed;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:4px;min-height:28px;padding:.1rem .3rem;font-size:.78rem;font-weight:600;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:color .15s}.start-history-viewall:hover{color:#90cdf4;text-decoration-color:currentColor}.history-modal-card{max-width:min(480px,100vw - 2rem);padding:1.5rem 1.5rem 1rem;position:relative}.history-modal-header{align-items:flex-start;gap:.5rem;margin-bottom:.25rem;display:flex}.history-modal-header .modal-title{word-break:break-word;flex:1 1 0;min-width:0;margin-bottom:0}.history-modal-close{color:var(--c-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;min-width:36px;min-height:36px;margin-top:-.1rem;padding:.35rem .4rem;font-size:1rem;line-height:1;transition:color .15s,background .15s;display:inline-flex}.history-modal-close:hover{color:var(--c-text);background:#ffffff14}.history-modal-list{scrollbar-width:thin;scrollbar-color:#ffffff26 transparent;max-height:min(420px,50dvh);margin:.75rem -.5rem 0;padding:0 .5rem;overflow-y:auto}.history-modal-row{border-bottom:1px solid #ffffff0f;grid-template-columns:1fr auto auto auto auto;align-items:center;gap:.75rem;padding:.65rem .25rem;display:grid}.history-modal-row:last-child{border-bottom:none}.history-modal-date{color:var(--c-text-muted);flex-direction:column;min-width:0;font-size:.82rem;display:flex}.history-modal-time{opacity:.6;margin-top:.1rem;font-size:.72rem}.history-modal-cat{letter-spacing:.02em;color:#b22234e6;word-break:break-word;background:#b222341f;border:1px solid #b2223433;border-radius:4px;max-width:100%;margin-top:.25rem;padding:.1rem .35rem;font-size:.65rem;font-weight:600;display:inline-block}.history-modal-grade{text-align:center;width:1.5rem;font-size:1rem;font-weight:800}.hist-grade--a{color:#9ae6b4}.hist-grade--b{color:#63b3ed}.hist-grade--c{color:#f6ad55}.hist-grade--d{color:#fc8181}.hist-grade--f{color:#fc8181;opacity:.75}.history-modal-pct{font-variant-numeric:tabular-nums;color:var(--c-text);text-align:right;min-width:3rem;font-size:.85rem;font-weight:700}.history-modal-fraction{color:var(--c-text-muted);font-variant-numeric:tabular-nums;text-align:right;min-width:2.5rem;font-size:.75rem}.history-modal-badge{border:1px solid;border-radius:999px;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.history-modal-badge--pass{color:#9ae6b4;background:#48bb781f;border-color:#48bb784d}.history-modal-badge--fail{color:#fc8181;background:#f565651a;border-color:#f5656540}.history-modal-empty{color:var(--c-text-muted);text-align:center;padding:2rem 0;font-size:.88rem;line-height:1.6}.history-modal-footer{border-top:1px solid #ffffff12;margin-top:.5rem;padding-top:1rem}.history-clear-btn{color:#fc8181cc;cursor:pointer;background:0 0;border:1px solid #f565654d;border-radius:8px;width:100%;min-height:40px;padding:.5rem 1rem;font-size:.82rem;font-weight:600;transition:background .15s,border-color .15s}.history-clear-btn:hover{color:#fc8181;background:#f565651a;border-color:#f5656580}.history-clear-confirm{color:var(--c-text-muted);text-align:center;flex-direction:column;gap:.6rem;font-size:.85rem;display:flex}.history-clear-confirm-btns{gap:.5rem;display:flex}.history-clear-cancel-btn{color:var(--c-text-muted);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;flex:1;min-height:40px;padding:.5rem;font-size:.82rem;font-weight:600;transition:background .15s}.history-clear-cancel-btn:hover{color:var(--c-text);background:#ffffff1a}.history-clear-yes-btn{color:#fc8181;cursor:pointer;background:#f5656526;border:1px solid #f5656566;border-radius:8px;flex:1;min-height:40px;padding:.5rem;font-size:.82rem;font-weight:700;transition:background .15s}.history-clear-yes-btn:hover{background:#f5656540}@media (width<=480px){.history-modal-row{gap:.45rem}.history-modal-pct{min-width:2.25rem;font-size:.78rem}.history-modal-fraction{min-width:2rem;font-size:.7rem}.history-modal-card{padding:1.25rem 1rem 1rem}}@media (width<=360px){.history-modal-row{gap:.3rem}.history-modal-pct{min-width:2rem;font-size:.75rem}.history-modal-fraction{min-width:1.75rem;font-size:.68rem}.history-modal-grade{width:1.25rem}}.mode-selector{gap:.75rem;margin-bottom:1.5rem;display:flex}.mode-btn{border-radius:var(--radius-md);color:var(--c-text-muted);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.55rem;min-height:92px;padding:1.1rem .75rem .95rem;font-size:.82rem;font-weight:600;transition:background .18s,color .18s,border-color .18s,box-shadow .18s;display:flex}.mode-btn-icon{flex-shrink:0;width:32px;height:32px;transition:filter .18s}.mode-btn--active{color:#90cdf4;background:linear-gradient(135deg,#0028688c 0%,#0050c859 100%);border-color:#64a0ff73;box-shadow:0 2px 16px #0050c84d}.mode-btn--active .mode-btn-icon{filter:drop-shadow(0 0 6px #64a0ff80)}.mode-btn:hover:not(.mode-btn--active){color:var(--c-text);background:#ffffff17;border-color:#ffffff2e}.resume-banner{border-radius:var(--radius-md);background:#003c964d;border:1px solid #64a0ff66;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:.9rem 1rem;animation:.25s both fadeIn;display:flex}.resume-banner-text{flex:1;min-width:0}.resume-banner-title{color:#90cdf4;align-items:center;gap:.4rem;font-size:.88rem;font-weight:700;display:flex}.resume-banner-detail{color:var(--c-text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:.2rem;font-size:.79rem;overflow:hidden}.resume-banner-btn{color:#90cdf4;cursor:pointer;white-space:nowrap;background:#64a0ff2e;border:1px solid #64a0ff73;border-radius:8px;flex-shrink:0;min-height:36px;padding:.45rem .9rem;font-size:.82rem;font-weight:600;transition:background .15s}.resume-banner-btn:hover{background:#64a0ff4d}.category-filter{margin-bottom:1rem;animation:.2s both fadeIn}.category-filter-label{text-transform:uppercase;letter-spacing:.07em;color:var(--c-text-muted);margin-bottom:.55rem;font-size:.73rem;font-weight:700}.category-pills{flex-wrap:wrap;gap:.45rem;display:flex}.category-pill{color:var(--c-text-muted);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:.4rem;min-height:32px;padding:.4rem .85rem;font-size:.8rem;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:flex}.category-pill:hover:not(.category-pill--active){color:var(--c-text);background:#ffffff1a}.category-pill--active{color:#90cdf4;background:#003c9666;border-color:#64a0ff80}.category-pill-count{font-variant-numeric:tabular-nums;background:#ffffff1a;border-radius:10px;padding:.1rem .45rem;font-size:.7rem}.category-pill--active .category-pill-count{background:#64a0ff33}.category-selected-note{color:var(--c-text-muted);text-align:center;margin:.25rem 0 1.25rem;font-size:.82rem}.fc-mode-desc{border-radius:var(--radius-md);text-align:left;background:#ffffff0a;border:1px solid #ffffff1a;align-items:flex-start;gap:.875rem;margin-bottom:1.5rem;padding:1rem;font-size:.9rem;animation:.22s both fadeIn;display:flex}.fc-mode-desc>span{flex-shrink:0;font-size:1.75rem}.fc-mode-desc p{color:var(--c-text-muted);margin:.25rem 0 0}.flashcard-mode{flex-direction:column;align-items:stretch;gap:.875rem;width:100%;max-width:640px;margin:0 auto;padding:.75rem 0 2.5rem;display:flex}.fc-topbar{justify-content:space-between;align-items:center;display:flex}.fc-exit-btn{color:var(--c-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;min-height:36px;padding:.35rem .5rem;font-size:.9rem;font-weight:500;transition:color .15s,background .15s}.fc-exit-btn:hover{color:var(--c-text);background:#ffffff12}.fc-progress-label{color:var(--c-text-muted);font-variant-numeric:tabular-nums;font-size:.82rem}.fc-of{opacity:.55;margin:0 .2em}.fc-known-badge{color:#9ae6b4;font-weight:600}.fc-progress-bar{background:#ffffff12;border-radius:3px;width:100%;height:5px;overflow:hidden}.fc-progress-fill{background:linear-gradient(90deg, var(--c-blue) 0%, var(--c-gold) 100%);border-radius:3px;height:100%;transition:width .35s}.fc-card-scene{perspective:1200px;cursor:pointer;outline:none;flex-shrink:0;width:100%;height:clamp(260px,40vh,420px)}.fc-card-scene:focus-visible{border-radius:var(--radius-md);box-shadow:0 0 0 3px #63b3ed8c}.fc-card{width:100%;height:100%;transform-style:preserve-3d;border-radius:var(--radius-md);transition:transform .45s cubic-bezier(.4,.2,.2,1)}.fc-card--flipped{transform:rotateY(180deg)}.fc-face{backface-visibility:hidden;border-radius:var(--radius-md);text-align:center;scrollbar-width:thin;scrollbar-color:#ffffff26 transparent;flex-direction:column;align-items:center;gap:.75rem;padding:1.375rem 1.5rem 1.25rem;display:flex;position:absolute;inset:0;overflow-y:auto}.fc-face--front{background:linear-gradient(160deg, var(--c-surface) 0%, #081234f7 100%);border:1px solid #ffffff1a;justify-content:space-between}.fc-face--back{background:linear-gradient(160deg,#050d2afc 0%,#0a183cfc 100%);border:1px solid #63b3ed33;justify-content:flex-start;transform:rotateY(180deg)}.fc-chips{flex-wrap:wrap;flex-shrink:0;justify-content:center;gap:.45rem;display:flex}.fc-question{color:var(--c-text);flex:1;justify-content:center;align-items:center;font-size:1.075rem;font-weight:600;line-height:1.55;display:flex}.fc-tap-hint{color:var(--c-text-muted);opacity:.65;flex-direction:column;flex-shrink:0;align-items:center;gap:.2rem;font-size:.73rem;display:flex}.fc-tap-arrow{font-size:.9rem;animation:1.8s ease-in-out infinite fc-bounce}@keyframes fc-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.fc-answer-label{text-transform:uppercase;letter-spacing:.1em;color:#63b3ed;flex-shrink:0;font-size:.68rem;font-weight:700}.fc-answer{color:#9ae6b4;flex-shrink:0;font-size:1.1rem;font-weight:700;line-height:1.4}.fc-divider{border:none;border-top:1px solid #ffffff1a;flex-shrink:0;width:40%;margin:0}.fc-explanation{color:var(--c-text-muted);text-align:left;font-size:.84rem;line-height:1.6}.fc-rating-row{grid-template-columns:1fr 1fr;gap:.625rem;width:100%;display:grid}.fc-rating-btn{border-radius:var(--radius-md);cursor:pointer;border:1px solid;justify-content:center;align-items:center;gap:.45rem;min-height:52px;padding:.75rem .875rem;font-size:.9rem;font-weight:600;transition:background .18s,opacity .18s;display:flex}.fc-rating-btn kbd{opacity:.6;margin-left:.25rem;font-size:.68rem;display:none}@media (hover:hover) and (pointer:fine){.fc-rating-btn kbd{display:inline-block}}.fc-rating-btn:disabled{opacity:.28;cursor:default;pointer-events:none}.fc-rating-btn--review{color:#fc8181;background:#f565651a;border-color:#f5656547}.fc-rating-btn--review:not(:disabled):hover{background:#f5656533}.fc-rating-btn--know{color:#9ae6b4;background:#48bb781a;border-color:#48bb7847}.fc-rating-btn--know:not(:disabled):hover{background:#48bb7833}.fc-nav{justify-content:space-between;align-items:center;width:100%;display:flex}.fc-nav-btn{color:var(--c-text-muted);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1c;border-radius:8px;min-height:40px;padding:.5rem 1.1rem;font-size:.875rem;font-weight:500;transition:background .15s,color .15s}.fc-nav-btn:hover:not(:disabled){color:var(--c-text);background:#ffffff1a}.fc-nav-btn:disabled{opacity:.3;cursor:default}.fc-card-rating{justify-content:center;align-items:center;min-width:80px;display:flex}.fc-badge{border-radius:999px;padding:.2rem .65rem;font-size:.75rem;font-weight:700}.fc-badge--know{color:#9ae6b4;background:#48bb7824}.fc-badge--review{color:#fc8181;background:#f565651f}.fc-kbd-hint{color:var(--c-text-muted);text-align:center;opacity:.7;font-size:.7rem;display:none}@media (hover:hover) and (pointer:fine){.fc-kbd-hint{display:block}}.fc-done-banner{border-radius:var(--radius-md);text-align:center;background:linear-gradient(135deg,#48bb7821 0%,#3182ce1a 100%);border:1px solid #48bb7847;flex-direction:column;align-items:center;gap:.875rem;width:100%;padding:1.1rem 1.25rem;font-size:.95rem;display:flex}.fc-done-exit-btn{color:var(--c-text);cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:8px;min-height:44px;padding:.55rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .15s}.fc-done-exit-btn:hover{background:#ffffff21}@media (width<=480px){.fc-card-scene{height:clamp(240px,44vh,340px)}.fc-face{gap:.625rem;padding:1.125rem 1rem 1rem}.fc-question{font-size:.975rem}.fc-answer{font-size:1rem}}.lang-dropdown{z-index:1;position:relative}.lang-trigger{border-radius:var(--radius-sm);color:var(--c-muted);letter-spacing:.03em;cursor:pointer;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff24;align-items:center;gap:.3rem;min-height:34px;padding:.38rem .6rem;font-size:.78rem;font-weight:700;transition:background .2s,border-color .2s,color .2s,box-shadow .2s;display:inline-flex}.lang-trigger:hover{color:var(--c-off-white);background:#ffffff1c;border-color:#ffffff47}.lang-trigger--open{color:var(--c-gold);background:#f5c8421a;border-color:#f5c84273;box-shadow:0 0 12px #f5c84226}.lang-trigger:focus-visible{outline:2px solid var(--c-gold);outline-offset:2px}.lang-trigger-globe{filter:grayscale(.3);font-size:1rem;line-height:1;transition:filter .2s}.lang-trigger--open .lang-trigger-globe{filter:grayscale(0)}.lang-trigger-code{letter-spacing:.06em;font-size:.72rem;font-weight:800}.lang-trigger-chevron{opacity:.6;transition:transform .25s var(--ease-out), opacity .2s;flex-shrink:0;align-items:center;display:flex}.lang-trigger--open .lang-trigger-chevron{opacity:1;transform:rotate(180deg)}.lang-panel{z-index:200;border-radius:var(--radius-md);-webkit-backdrop-filter:blur(20px);width:220px;max-height:340px;animation:langPanelIn .22s var(--ease-out) both;transform-origin:100% 0;background:#081028f7;border:1px solid #ffffff1f;flex-direction:column;display:flex;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 8px 40px #000000a6,0 2px 8px #0006,inset 0 1px #ffffff12}@keyframes langPanelIn{0%{opacity:0;transform:scale(.94)translateY(-6px)}to{opacity:1;transform:scale(1)translateY(0)}}.lang-panel-accent{background:linear-gradient(90deg,#b22234e6 0%,#f5c842cc 50%,#b22234e6 100%);flex-shrink:0;height:2px}.lang-panel-list{scrollbar-width:thin;scrollbar-color:#ffffff1f transparent;flex:1;padding:.35rem 0;overflow-y:auto}.lang-option{width:100%;color:var(--c-muted);cursor:pointer;text-align:left;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .875rem;font-size:.85rem;transition:background .15s,color .15s;display:flex}.lang-option:hover,.lang-option:focus{color:var(--c-off-white);background:#ffffff12}.lang-option:focus-visible{outline-offset:-2px;border-radius:4px;outline:2px solid #f5c8428c}.lang-option--active{color:var(--c-gold);background:#f5c84214}.lang-option--active:hover,.lang-option--active:focus{color:var(--c-gold);background:#f5c84224}.lang-option-names{flex-direction:column;flex:1;gap:.05rem;min-width:0;display:flex}.lang-option-english{font-size:.82rem;font-weight:600;line-height:1.25}.lang-option-native{opacity:.65;font-size:.74rem;line-height:1.25}.lang-option--active .lang-option-native{opacity:.85}.lang-option-check{color:var(--c-gold);opacity:.9;flex-shrink:0;align-items:center;display:flex}.lang-panel-note{color:var(--c-muted);text-align:center;opacity:.6;border-top:1px solid #ffffff0f;flex-shrink:0;padding:.45rem .875rem .6rem;font-size:.68rem;line-height:1.4}@media (width<=480px){.lang-trigger{min-height:32px;padding:.35rem .5rem;font-size:.72rem}.lang-trigger-code{font-size:.68rem}.lang-panel{width:200px;right:0}}@media (width<=360px){.lang-trigger-code{display:none}.lang-trigger{padding:.35rem .45rem}}.sticky-top .lang-dropdown{z-index:10}
