*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f172a;color:#e2e8f0;min-height:100vh}.app{max-width:480px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;padding-bottom:70px}.splash{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:.75rem}.splash-logo{width:60px;height:60px;border-radius:.75rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:800;color:#fff;animation:pulse 1.5s infinite}.splash-name{font-size:1.2rem;color:#64748b;letter-spacing:.1em}.onboarding{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.onboarding-card{text-align:center;max-width:400px;width:100%}.onboarding-card h2{font-size:1.5rem;color:#f8fafc;margin-bottom:.5rem;font-weight:700}.onboarding-desc{color:#64748b;font-size:.85rem;margin-bottom:2rem}.onboarding-languages{display:flex;flex-direction:column;gap:.6rem}.onboarding-lang{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#1e293b;border:2px solid #334155;border-radius:.75rem;cursor:pointer;transition:all .2s;width:100%;font-family:inherit}.onboarding-lang:hover{border-color:#6366f1;transform:translateY(-2px)}.onboarding-flag{font-size:2rem}.onboarding-lang-name{font-size:1.1rem;color:#f8fafc;font-weight:600}.landing{max-width:640px;margin:0 auto}.landing-nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;position:sticky;top:0;background:#0f172ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;border-bottom:1px solid rgba(30,41,59,.5)}.landing-nav-links{display:flex;align-items:center;gap:1.25rem}.landing-nav-links a{color:#94a3b8;text-decoration:none;font-size:.8rem;transition:color .2s}.landing-nav-links a:hover{color:#f8fafc}.landing-nav-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1rem;color:#f8fafc}.landing-logo-sm{width:32px;height:32px;border-radius:.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;color:#fff}.landing-nav-cta{padding:.4rem 1rem;border-radius:.4rem;background:#6366f1;color:#fff;font-size:.8rem;font-weight:500;text-decoration:none}.landing-hero{padding:4rem 1.5rem 2rem;position:relative;overflow:hidden}.landing-hero:before{content:"";position:absolute;top:-50%;left:-20%;width:140%;height:100%;background:radial-gradient(ellipse at center,rgba(99,102,241,.08) 0%,transparent 70%);pointer-events:none}.landing-hero-content{text-align:center;position:relative;z-index:1}.landing-badge{display:inline-block;font-size:.6rem;color:#6366f1;text-transform:uppercase;letter-spacing:.2em;font-weight:600;padding:.35rem 1rem;border:1px solid rgba(99,102,241,.25);border-radius:9999px;margin-bottom:1.5rem;background:#6366f10d}.landing-title{font-size:2.6rem;color:#f8fafc;line-height:1.1;margin-bottom:1.25rem;font-weight:800;letter-spacing:-.02em}.landing-subtitle{color:#94a3b8;font-size:1rem;line-height:1.7;margin-bottom:2rem;max-width:460px;margin-left:auto;margin-right:auto}.landing-hero-btn{display:inline-block;padding:.85rem 2.5rem;background:#6366f1;color:#fff;border-radius:.6rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;margin-bottom:3rem}.landing-hero-btn:hover{background:#4f46e5;transform:translateY(-1px);box-shadow:0 8px 25px #6366f14d}.landing-hero-cards{display:flex;justify-content:center;gap:.75rem;position:relative;z-index:1}.hero-card{background:#1e293b;border:1px solid #334155;border-radius:.75rem;padding:.75rem 1rem;width:170px;transition:transform .3s}.hero-card:hover{transform:translateY(-4px)}.hero-card-1{border-color:#22c55e4d}.hero-card-2{border-color:#6366f14d;transform:translateY(-8px)}.hero-card-3{border-color:#eab3084d}.hero-card-tag{font-size:.55rem;text-transform:uppercase;letter-spacing:.1em;color:#64748b;margin-bottom:.4rem}.hero-card-phrase{font-size:.8rem;color:#f8fafc;font-weight:500;margin-bottom:.3rem;line-height:1.3}.hero-card-score{font-size:.85rem;font-weight:700;color:#22c55e}.hero-feynman{font-size:.65rem;color:#6366f1;background:#6366f11a;padding:.15rem .4rem;border-radius:.25rem}.landing-numbers{display:flex;justify-content:space-around;padding:2rem 1.5rem;border-top:1px solid #1e293b;border-bottom:1px solid #1e293b}.landing-number{text-align:center}.landing-number-value{display:block;font-size:1.4rem;font-weight:800;color:#f8fafc}.landing-number-label{display:block;font-size:.65rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-top:.15rem}.login-btn-container{display:flex;justify-content:center;min-height:44px}.auth-form{max-width:320px;margin:0 auto;width:100%}.auth-tabs{display:flex;border-radius:.5rem;overflow:hidden;border:1px solid #334155;margin-bottom:1rem}.auth-tabs button{flex:1;padding:.5rem;border:none;background:transparent;color:#94a3b8;font-size:.85rem;cursor:pointer;font-family:inherit}.auth-tabs button.active{background:#6366f1;color:#fff}.auth-form form{display:flex;flex-direction:column;gap:.6rem}.auth-form input{padding:.7rem .85rem;border-radius:.4rem;border:1.5px solid #334155;background:#1e293b;color:#f8fafc;font-size:.9rem;font-family:inherit}.auth-form input::placeholder{color:#64748b}.auth-form input:focus{outline:none;border-color:#6366f1}.auth-error{color:#ef4444;font-size:.8rem;text-align:center}.auth-submit{padding:.75rem;border-radius:.5rem;border:none;background:#6366f1;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;font-family:inherit}.auth-submit:hover:not(:disabled){background:#4f46e5}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1rem 0;color:#475569;font-size:.8rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#334155}.google-login-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;margin:0 auto;padding:.75rem 2rem;border-radius:.5rem;border:1px solid #334155;background:#fff;color:#1f2937;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.google-login-btn:hover{background:#f1f5f9;border-color:#94a3b8}.landing-section{padding:3rem 1.5rem;border-top:1px solid #1e293b}.landing-section-label{font-size:.65rem;color:#6366f1;text-transform:uppercase;letter-spacing:.15em;font-weight:600;text-align:center;margin-bottom:.5rem}.landing-section-title{font-size:1.4rem;color:#f8fafc;font-weight:700;margin-bottom:.75rem;text-align:center}.landing-section-desc{color:#94a3b8;font-size:.9rem;text-align:center;margin-bottom:1.5rem}.landing-origin{background:#1e293b;border-radius:.75rem;padding:1.5rem;border:1px solid #334155}.landing-origin p{color:#94a3b8;font-size:.9rem;line-height:1.7;margin-bottom:1rem}.landing-origin p:last-child{margin-bottom:0}.landing-origin strong{color:#f8fafc}.landing-origin-highlight{color:#6366f1!important;font-weight:500;border-left:3px solid #6366f1;padding-left:1rem}.landing-steps{display:flex;flex-direction:column;gap:0}.landing-step{display:flex;gap:1.25rem;align-items:flex-start;padding:1.5rem 0;border-bottom:1px solid #1e293b}.landing-step:last-child{border-bottom:none}.landing-step-num{font-size:1.5rem;font-weight:800;color:#6366f1;opacity:.4;flex-shrink:0;width:2rem;line-height:1}.landing-step-content h3{color:#f8fafc;font-size:1rem;margin-bottom:.4rem;font-weight:600}.landing-step-content p{color:#94a3b8;font-size:.85rem;line-height:1.6}.landing-subjects{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:.6rem}.landing-subject{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1rem .5rem;background:#1e293b;border-radius:.75rem;border:1px solid #334155;transition:all .2s}.landing-subject:hover{border-color:#6366f1;transform:translateY(-2px)}.landing-subject-icon{font-size:1.5rem}.landing-subject-name{font-size:.7rem;color:#94a3b8;text-align:center}.landing-methods{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.landing-method{background:#1e293b;border-radius:.75rem;padding:1rem;border:1px solid #334155;position:relative;overflow:hidden}.landing-method-accent{position:absolute;top:0;left:0;width:3px;height:100%}.landing-method-name{color:#f8fafc;font-weight:700;font-size:.8rem;margin-bottom:.3rem;padding-left:.5rem}.landing-method p{color:#94a3b8;font-size:.78rem;line-height:1.5;padding-left:.5rem}.landing-cta{padding:3.5rem 1.5rem;border-top:1px solid #1e293b;background:linear-gradient(180deg,transparent,rgba(99,102,241,.06))}.landing-cta-inner{text-align:center;max-width:380px;margin:0 auto}.landing-cta h2{font-size:1.4rem;color:#f8fafc;margin-bottom:.5rem;font-weight:700;line-height:1.3}.landing-cta-desc{color:#64748b;font-size:.85rem;margin-bottom:2rem}.landing-footer{padding:2rem 1.5rem 1.5rem;border-top:1px solid #1e293b}.landing-footer-inner{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.landing-footer-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;color:#f8fafc;font-size:.9rem}.landing-footer-links{display:flex;gap:1.25rem}.landing-footer-links a{color:#64748b;text-decoration:none;font-size:.8rem;transition:color .2s}.landing-footer-links a:hover{color:#94a3b8}.landing-footer-copy{text-align:center;color:#475569;font-size:.7rem;padding-top:1rem;border-top:1px solid #1e293b}header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #1e293b}header h1{font-size:1.3rem;color:#f8fafc;letter-spacing:.05em}.header-right{display:flex;align-items:center;gap:.5rem}.user-btn{width:32px;height:32px;border-radius:50%;border:2px solid #334155;background:#1e293b;cursor:pointer;overflow:hidden;padding:0;display:flex;align-items:center;justify-content:center}.user-btn:hover{border-color:#6366f1}.user-avatar{width:100%;height:100%;object-fit:cover}.user-initial{color:#6366f1;font-weight:700;font-size:.85rem}.user-menu-wrapper{position:relative}.user-menu{position:absolute;top:40px;right:0;width:220px;background:#1e293b;border:1px solid #334155;border-radius:.75rem;overflow:hidden;z-index:100;box-shadow:0 10px 25px #0006}.user-menu-header{padding:.75rem 1rem;border-bottom:1px solid #334155}.user-menu-name{color:#f8fafc;font-weight:600;font-size:.85rem}.user-menu-email{color:#64748b;font-size:.7rem;margin-top:.1rem}.user-menu-item{display:block;width:100%;padding:.6rem 1rem;border:none;background:transparent;color:#cbd5e1;font-size:.85rem;text-align:left;cursor:pointer;font-family:inherit}.user-menu-item:hover{background:#334155}.user-menu-item.signout{color:#ef4444;border-top:1px solid #334155}.my-phrases-view h2{margin-bottom:.25rem}.my-phrases-summary{color:#94a3b8;font-size:.8rem;margin-bottom:1rem}.my-phrases-filters{display:flex;gap:.3rem;margin-bottom:1rem;overflow-x:auto}.my-phrases-filter{padding:.35rem .6rem;border-radius:9999px;border:1px solid #334155;background:transparent;color:#94a3b8;font-size:.7rem;cursor:pointer;white-space:nowrap;font-family:inherit}.my-phrases-filter.active{background:#6366f1;border-color:#6366f1;color:#fff}.my-phrases-list{display:flex;flex-direction:column;gap:.5rem}.my-phrase-item{background:#1e293b;border-radius:.6rem;padding:.75rem 1rem;border:1px solid #334155}.my-phrase-top{display:flex;gap:.4rem;align-items:center;margin-bottom:.4rem}.my-phrase-fav{background:none;border:none;font-size:1.1rem;cursor:pointer;padding:0;color:#64748b;line-height:1}.my-phrase-fav.active{color:#eab308}.my-phrase-status{font-size:.6rem;padding:.1rem .4rem;border-radius:9999px;font-weight:600;text-transform:uppercase}.my-phrase-status.mastered{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.my-phrase-status.learning{background:#eab30826;color:#eab308;border:1px solid rgba(234,179,8,.3)}.my-phrase-status.new{background:#6366f126;color:#818cf8;border:1px solid rgba(99,102,241,.3)}.my-phrase-subject{font-size:.6rem;color:#eab308;text-transform:uppercase}.my-phrase-type{font-size:.6rem;color:#64748b;text-transform:uppercase;margin-left:auto}.my-phrase-content{color:#f8fafc;font-size:.95rem;font-weight:500;margin-bottom:.2rem}.my-phrase-translation{color:#94a3b8;font-size:.8rem;margin-bottom:.4rem}.my-phrase-bottom{display:flex;justify-content:space-between;align-items:center}.my-phrase-meta{display:flex;gap:.5rem;font-size:.7rem;color:#64748b}.my-phrase-meta span{font-weight:600}.my-phrase-reps{color:#94a3b8}.my-phrase-interval{color:#64748b}.my-phrase-actions{display:flex;gap:.3rem}main{flex:1;padding:1rem}.lang-selector{position:relative}.lang-current{display:flex;align-items:center;gap:.3rem;padding:.3rem .6rem;border:1.5px solid #334155;border-radius:.5rem;background:transparent;cursor:pointer;transition:border-color .2s;font-family:inherit}.lang-current:hover{border-color:#6366f1}.lang-flag{font-size:1rem}.lang-code{font-size:.75rem;font-weight:600;color:#f8fafc}.lang-arrow{font-size:.6rem;color:#64748b}.lang-dropdown{position:absolute;top:38px;right:0;background:#1e293b;border:1px solid #334155;border-radius:.6rem;overflow:hidden;z-index:100;box-shadow:0 10px 25px #0006;min-width:150px}.lang-option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.6rem .75rem;border:none;background:transparent;color:#cbd5e1;font-size:.85rem;cursor:pointer;font-family:inherit;text-align:left}.lang-option:hover{background:#334155}.lang-option.active{color:#6366f1}.lang-option-name{flex:1}.lang-check{color:#6366f1;font-size:.8rem}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;display:flex;background:#1e293b;border-top:1px solid #334155;padding:.5rem 0}.bottom-nav button{flex:1;display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.4rem;border:none;background:transparent;color:#64748b;cursor:pointer;transition:color .2s}.bottom-nav button.active{color:#6366f1}.nav-icon{font-size:1.2rem}.nav-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em}.install-banner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:.85rem}.install-banner-text{flex:1}.install-banner-text strong{display:block;font-size:.9rem}.install-banner-instructions{font-size:.75rem;opacity:.9;margin-top:.15rem}.install-banner-close{background:none;border:none;color:#fff;font-size:1.1rem;cursor:pointer;padding:.25rem;opacity:.7}.install-banner-close:hover{opacity:1}.session-loading{text-align:center;color:#94a3b8;padding:4rem 1rem}.session-empty{text-align:center;padding:4rem 1rem}.session-empty-icon{font-size:3rem;color:#22c55e;margin-bottom:1rem}.session-empty h2{color:#f8fafc;margin-bottom:.5rem}.session-empty p{color:#94a3b8;font-size:.9rem;margin-bottom:1.5rem}.session-extra-btn{display:block;width:100%;padding:.85rem;border-radius:.75rem;border:2px solid #6366f1;background:#6366f1;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;margin-bottom:1.25rem}.session-extra-btn:hover{background:#4f46e5}.session-done-tips{text-align:left;background:#1e293b;border-radius:.75rem;padding:1.25rem;border:1px solid #334155;width:100%}.session-done-tips h3{font-size:.8rem;color:#6366f1;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.session-tip{color:#cbd5e1;font-size:.85rem;padding:.4rem 0;line-height:1.4}.session-overview{display:flex;flex-direction:column;align-items:center}.session-streak{display:flex;align-items:center;gap:.4rem;margin-bottom:1.5rem}.streak-fire{font-size:1.5rem}.streak-count{font-size:2rem;font-weight:800;color:#f8fafc}.streak-label{color:#64748b;font-size:.8rem}.session-summary-card{width:100%;background:#1e293b;border-radius:1rem;padding:1.5rem;border:1px solid #334155}.session-summary-card h2{font-size:1.2rem;margin-bottom:.5rem}.session-meta{display:flex;gap:1rem;color:#94a3b8;font-size:.85rem;margin-bottom:.75rem}.session-breakdown{display:flex;gap:.5rem;margin-bottom:1rem}.session-tag{font-size:.7rem;padding:.2rem .5rem;border-radius:9999px;font-weight:500}.session-tag.review{background:#6366f126;color:#818cf8;border:1px solid rgba(99,102,241,.3)}.session-tag.new{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.session-items-preview{margin-bottom:1.25rem}.session-preview-item{display:flex;align-items:center;gap:.5rem;padding:.4rem 0;font-size:.85rem}.preview-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.preview-dot.learn{background:#4ade80}.preview-dot.review{background:#818cf8}.preview-type{color:#64748b;font-size:.7rem;text-transform:uppercase;min-width:65px}.preview-title{color:#cbd5e1}.session-start-btn{width:100%;padding:1rem;border-radius:.75rem;border:none;background:#6366f1;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s}.session-start-btn:hover{background:#4f46e5}.session-active{display:flex;flex-direction:column}.session-progress-bar{height:4px;background:#1e293b;border-radius:9999px;overflow:hidden;margin-bottom:.5rem}.session-progress-fill{height:100%;background:#6366f1;border-radius:9999px;transition:width .3s}.session-counter{text-align:center;font-size:.75rem;color:#64748b;margin-bottom:1rem}.session-card{background:#1e293b;border-radius:1rem;padding:1.5rem;border:1px solid #334155}.session-card-header{display:flex;gap:.5rem;align-items:center;margin-bottom:1rem}.session-card-badge{font-size:.7rem;padding:.15rem .5rem;border-radius:9999px;font-weight:600;text-transform:uppercase}.session-card-badge.review{background:#6366f126;color:#818cf8}.session-card-badge.learn{background:#22c55e26;color:#4ade80}.session-card-type{font-size:.7rem;color:#64748b;text-transform:uppercase}.session-card-subject{font-size:.7rem;color:#eab308;text-transform:uppercase;margin-left:auto}.session-card-content{font-size:1.3rem;color:#f8fafc;line-height:1.5;margin-bottom:1rem;font-weight:500}.session-translate-btn{padding:.35rem .75rem;border-radius:.4rem;border:1px solid #334155;background:transparent;color:#94a3b8;font-size:.75rem;cursor:pointer;margin-bottom:.75rem;transition:all .2s}.session-translate-btn:hover{border-color:#6366f1;color:#6366f1}.session-card-translation{color:#94a3b8;font-style:italic;font-size:.9rem;margin-bottom:1rem;padding:.5rem .75rem;background:#0f172a;border-radius:.4rem;border:1px solid #334155}.session-audio-row{display:flex;gap:.5rem;margin-bottom:.75rem}.listen-btn,.slow-btn{flex:1;padding:.7rem;border-radius:.6rem;font-size:.9rem;cursor:pointer;transition:all .2s;font-weight:500;border:2px solid}.listen-btn{border-color:#22c55e;background:transparent;color:#22c55e}.listen-btn:hover:not(:disabled){background:#22c55e;color:#fff}.listen-btn.playing{background:#22c55e;color:#fff;animation:pulse 1.5s infinite}.slow-btn{border-color:#eab308;background:transparent;color:#eab308}.slow-btn:hover:not(:disabled){background:#eab308;color:#fff}.listen-btn:disabled,.slow-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.session-record{width:100%;margin-bottom:.75rem}.record-btn{padding:.85rem;border-radius:.75rem;border:2px solid #6366f1;background:transparent;color:#6366f1;font-size:1rem;cursor:pointer;transition:all .2s;font-weight:500}.record-btn:hover:not(:disabled){background:#6366f1;color:#fff}.record-btn.recording{border-color:#ef4444;background:#ef4444;color:#fff;animation:pulse 1.5s infinite}.record-btn:disabled{opacity:.6;cursor:not-allowed}.session-result{margin-top:.75rem;padding:1rem;background:#0f172a;border-radius:.75rem;border:1px solid #334155;text-align:center}.session-result-score{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.session-result-text{color:#94a3b8;font-size:.85rem;margin-bottom:.75rem}.session-result-text small{color:#64748b}.session-result-feedback{background:#1e293b;border-radius:.5rem;padding:.75rem;font-size:.85rem;color:#cbd5e1;line-height:1.5;margin-bottom:.75rem}.session-next-btn{width:100%;padding:.85rem;border-radius:.75rem;border:none;background:#6366f1;color:#fff;font-size:1rem;font-weight:600;cursor:pointer}.session-next-btn:hover{background:#4f46e5}.session-self-result{margin-top:.75rem;padding:1rem;background:#0f172a;border-radius:.75rem;border:1px solid #334155;text-align:center}.session-self-scored{font-size:1.1rem;font-weight:600;color:#e2e8f0;margin-bottom:.5rem}.session-self-hint{color:#94a3b8;font-size:.85rem;margin-bottom:.75rem}.session-evaluating{text-align:center;color:#6366f1;padding:1rem;font-size:.9rem;animation:pulse 1.5s infinite}.session-post-eval{text-align:center;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #1e293b}.session-post-eval small{color:#94a3b8;font-size:.8rem}.session-self-score{text-align:center}.session-self-score small{color:#64748b;font-size:.75rem}.self-score-buttons{display:flex;gap:.5rem;margin-top:.4rem}.self-btn{flex:1;padding:.6rem;border-radius:.5rem;border:1.5px solid;background:transparent;font-size:.8rem;cursor:pointer;transition:all .2s;font-weight:500}.self-btn.bad{border-color:#ef4444;color:#ef4444}.self-btn.bad:hover{background:#ef4444;color:#fff}.self-btn.ok{border-color:#eab308;color:#eab308}.self-btn.ok:hover{background:#eab308;color:#fff}.self-btn.good{border-color:#22c55e;color:#22c55e}.self-btn.good:hover{background:#22c55e;color:#fff}.session-complete{text-align:center;padding:2rem 0}.session-complete-icon{font-size:3rem;margin-bottom:1rem}.session-complete h2{margin-bottom:1.5rem}.session-complete-stats{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.session-stat{text-align:center;padding:1rem;background:#1e293b;border-radius:.75rem;border:1px solid #334155;min-width:80px}.session-stat-value{display:block;font-size:1.8rem;font-weight:700;color:#f8fafc}.session-stat-label{display:block;font-size:.7rem;color:#64748b;text-transform:uppercase;margin-top:.2rem}.session-connection{background:#1e293b;border-radius:.75rem;padding:1.25rem;border:1px solid #6366f1;text-align:left}.session-connection h3{font-size:.8rem;color:#6366f1;text-transform:uppercase;margin-bottom:.5rem}.session-connection p{color:#cbd5e1;line-height:1.5}.palace-view h2{margin-bottom:.25rem}.palace-subtitle{color:#94a3b8;font-size:.85rem;margin-bottom:1.25rem}.palace-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.6rem}.palace-room{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1.25rem .5rem;background:#1e293b;border:2px solid #334155;border-radius:.75rem;cursor:pointer;transition:all .2s}.palace-room:hover{border-color:#6366f1;transform:translateY(-2px)}.palace-room-icon{font-size:1.8rem}.palace-room-name{font-size:.7rem;color:#94a3b8;text-align:center}.phrases{display:flex;flex-direction:column;gap:1rem}.phrase-card{background:#1e293b;border-radius:1rem;padding:1.25rem;border:1px solid #334155}.phrase-context{font-size:.75rem;color:#6366f1;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.phrase-text{font-size:1.3rem;color:#f8fafc;font-weight:500;margin-bottom:.4rem;line-height:1.4}.phrase-translation{color:#94a3b8;font-size:.9rem;margin-bottom:.75rem}.phrase-actions{display:flex;gap:.5rem}.words-btn{padding:.3rem .7rem;border-radius:.4rem;border:1px solid #334155;background:transparent;color:#94a3b8;font-size:.75rem;cursor:pointer;margin-bottom:.75rem}.words-btn:hover:not(:disabled){border-color:#eab308;color:#eab308}.words-btn:disabled{opacity:.6;cursor:not-allowed}.words-breakdown{margin-bottom:.75rem;padding:.75rem;background:#0f172a;border-radius:.5rem;border:1px solid #334155}.words-list{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.word-chip{padding:.25rem .5rem;border-radius:.35rem;border:1.5px solid #334155;background:#1e293b;color:#e2e8f0;font-size:.85rem;cursor:pointer}.word-chip:hover{border-color:#6366f1}.word-chip.active{border-color:#6366f1;background:#6366f1;color:#fff}.word-detail{padding:.6rem;background:#1e293b;border-radius:.4rem;border:1px solid #6366f1}.word-detail-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.3rem}.word-detail-word{font-size:1rem;font-weight:600;color:#f8fafc}.word-detail-type{font-size:.65rem;color:#6366f1;text-transform:uppercase;padding:.1rem .3rem;border:1px solid #6366f1;border-radius:.2rem}.word-detail-meaning{color:#22c55e;font-weight:500;font-size:.9rem;margin-bottom:.2rem}.word-detail-explanation{color:#94a3b8;font-size:.8rem;line-height:1.4}.feedback-panel{margin-top:.75rem;padding:1rem;background:#0f172a;border-radius:.5rem;border:1px solid #334155}.feedback-header{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:.75rem}.score{font-size:1.8rem;font-weight:700;min-width:65px;text-align:center}.transcription-compare{flex:1;display:flex;flex-direction:column;gap:.4rem}.transcription-compare small{color:#64748b;font-size:.7rem;text-transform:uppercase}.transcription-compare p{color:#cbd5e1;font-size:.85rem}.feedback-text{color:#94a3b8;line-height:1.5;font-size:.85rem;white-space:pre-wrap}.challenge-view h2{margin-bottom:1rem}.challenge-phrases-section{background:#1e293b;border-radius:.75rem;padding:1rem;border:1px solid #334155;margin-bottom:.75rem}.challenge-label{font-size:.75rem;color:#6366f1;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.challenge-phrase-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-bottom:1px solid #334155}.challenge-phrase-item:last-child{border-bottom:none}.challenge-phrase-info{flex:1}.challenge-phrase-context{font-size:.65rem;color:#6366f1;text-transform:uppercase}.challenge-phrase-text{font-size:1rem;color:#f8fafc;margin:.15rem 0}.challenge-phrase-translation{font-size:.8rem;color:#94a3b8}.challenge-card{background:#1e293b;border-radius:.75rem;padding:1.25rem;border:1px solid #334155;margin-bottom:.75rem}.challenge-scenario{font-size:1rem;color:#f8fafc;line-height:1.5;margin-bottom:.4rem}.challenge-scenario-target{font-size:.9rem;color:#94a3b8;font-style:italic;margin-bottom:.75rem}.hint-btn{padding:.3rem .7rem;border-radius:.4rem;border:1px solid #334155;background:transparent;color:#94a3b8;font-size:.75rem;cursor:pointer;margin-bottom:.75rem}.hint-btn:hover{border-color:#eab308;color:#eab308}.challenge-hint{background:#0f172a;border-radius:.4rem;padding:.75rem;margin-bottom:.75rem;border:1px solid #334155}.hint-label{font-size:.7rem;color:#eab308;text-transform:uppercase;margin-bottom:.2rem}.hint-expected{margin-top:.5rem}.hint-expected small{color:#64748b;font-size:.7rem}.hint-expected p{color:#cbd5e1;font-size:.9rem;margin-top:.15rem}.challenge-result{margin-top:.75rem;padding:1rem;background:#0f172a;border-radius:.5rem;border:1px solid #334155}.result-header{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:.75rem}.result-score{font-size:1.8rem;font-weight:700;min-width:65px;text-align:center}.result-transcription{flex:1}.result-transcription small{color:#64748b;font-size:.7rem;text-transform:uppercase}.result-transcription p{color:#cbd5e1;font-size:.85rem}.result-feedback{color:#94a3b8;line-height:1.5;font-size:.85rem;white-space:pre-wrap}.new-challenge-btn{width:100%;padding:.6rem;border-radius:.5rem;border:1px dashed #334155;background:transparent;color:#64748b;font-size:.85rem;cursor:pointer}.new-challenge-btn:hover{border-color:#6366f1;color:#6366f1}.review-view h2{margin-bottom:1rem}.review-card{background:#1e293b;border-radius:.75rem;padding:1.25rem;border:1px solid #334155;margin-bottom:.75rem}.review-title{font-size:1.1rem;color:#f8fafc;font-weight:600;margin-bottom:.2rem}.review-title-target{font-size:.9rem;color:#94a3b8;font-style:italic;margin-bottom:.75rem}.review-instructions{color:#6366f1;font-size:.85rem;margin-bottom:1rem;padding:.5rem .75rem;background:#0f172a;border-radius:.4rem;border:1px solid #334155}.dialogue-lines{margin-bottom:1rem}.dialogue-line{padding:.6rem .75rem;border-radius:.5rem;margin-bottom:.4rem}.dialogue-line.other{background:#0f172a;border:1px solid #334155;margin-right:1.5rem}.dialogue-line.student{background:#1a1a3e;border:1px solid #6366f1;margin-left:1.5rem}.dialogue-line-content{display:flex;align-items:center;gap:.5rem}.dialogue-line-info{flex:1}.speaker-label{font-size:.65rem;color:#64748b;text-transform:uppercase;margin-bottom:.15rem}.dialogue-line.student .speaker-label{color:#6366f1}.line-text{color:#f8fafc;font-size:.9rem;margin-bottom:.15rem}.line-translation{color:#64748b;font-size:.75rem}.review-phrases{margin-bottom:1rem;padding:.5rem .75rem;background:#0f172a;border-radius:.4rem;border:1px solid #334155}.review-phrases small{color:#64748b;font-size:.7rem;text-transform:uppercase}.review-phrases ul{list-style:none;padding:0;margin-top:.3rem}.review-phrases li{color:#94a3b8;font-size:.85rem;padding:.15rem 0}.monthly-test-view h2{margin-bottom:1rem}.test-scenario{color:#cbd5e1;line-height:1.4;margin-bottom:.5rem;font-size:.9rem}.test-difficulty{color:#64748b;font-size:.75rem;margin-bottom:1rem;text-transform:uppercase}.test-result{margin-top:.75rem;padding:1rem;background:#0f172a;border-radius:.5rem;border:1px solid #334155}.test-scores{display:flex;gap:.5rem;margin-bottom:1rem}.test-score-item{flex:1;text-align:center;padding:.6rem;background:#1e293b;border-radius:.4rem;border:1px solid #334155}.test-score-value{display:block;font-size:1.3rem;font-weight:700}.test-score-label{display:block;font-size:.6rem;color:#64748b;text-transform:uppercase;margin-top:.1rem}.podcast-view h2{margin-bottom:1rem}.podcast-header{background:#1e293b;border-radius:.75rem;padding:1.25rem;border:1px solid #334155;margin-bottom:.75rem;text-align:center}.podcast-title{font-size:1.2rem;font-weight:700;color:#f8fafc;margin-bottom:.2rem}.podcast-title-pt{font-size:.9rem;color:#94a3b8;font-style:italic;margin-bottom:.4rem}.podcast-topic{font-size:.8rem;color:#6366f1}.podcast-date{font-size:.7rem;color:#64748b;margin-top:.4rem}.podcast-controls{display:flex;gap:.5rem;margin-bottom:1rem}.podcast-play-btn{flex:1;padding:.75rem;border-radius:.6rem;border:2px solid #22c55e;background:#22c55e;color:#fff;font-size:.95rem;cursor:pointer;font-weight:600}.podcast-play-btn:hover:not(:disabled){background:#16a34a;border-color:#16a34a}.podcast-play-btn.playing{background:#ef4444;border-color:#ef4444;animation:pulse 1.5s infinite}.podcast-play-btn.slow{background:transparent;color:#eab308;border-color:#eab308}.podcast-play-btn.slow:hover:not(:disabled){background:#eab308;color:#fff}.podcast-play-btn:disabled{opacity:.5;cursor:not-allowed}.podcast-script{margin-bottom:1rem}.podcast-paragraph{background:#1e293b;border-radius:.5rem;padding:.75rem 1rem;margin-bottom:.5rem;border:2px solid #334155;transition:border-color .3s}.podcast-paragraph.active{border-color:#6366f1}.podcast-text{color:#f8fafc;font-size:.9rem;line-height:1.5;margin-bottom:.4rem}.podcast-learned{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.4rem}.podcast-learned-tag{font-size:.65rem;color:#22c55e;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);padding:.1rem .3rem;border-radius:.2rem}.podcast-para-actions{display:flex;gap:.3rem}.podcast-translation{margin-top:.4rem;padding:.4rem .6rem;background:#0f172a;border-radius:.3rem;color:#94a3b8;font-size:.8rem;font-style:italic;border:1px solid #334155}.podcast-vocab{background:#1e293b;border-radius:.75rem;padding:1rem;border:1px solid #334155;margin-bottom:.75rem}.podcast-vocab h3{color:#94a3b8;font-size:.8rem;text-transform:uppercase;margin-bottom:.5rem}.podcast-vocab-item{display:flex;justify-content:space-between;padding:.3rem 0;border-bottom:1px solid #334155}.podcast-vocab-item:last-child{border-bottom:none}.podcast-vocab-word{color:#f8fafc;font-weight:500;font-size:.9rem}.podcast-vocab-meaning{color:#94a3b8;font-size:.85rem}.podcast-generate-btn{width:100%;padding:.75rem;border-radius:.6rem;border:2px solid #22c55e;background:#22c55e;color:#fff;font-size:.95rem;cursor:pointer;font-weight:600;margin-bottom:1rem}.podcast-generate-btn:hover{background:#16a34a}.episodes-list h3{color:#94a3b8;font-size:.8rem;text-transform:uppercase;margin-bottom:.5rem}.episode-item{background:#1e293b;border-radius:.5rem;padding:.75rem 1rem;margin-bottom:.4rem;border:1px solid #334155;cursor:pointer}.episode-item:hover{border-color:#6366f1}.episode-title{color:#f8fafc;font-size:.95rem;font-weight:500;margin-bottom:.15rem}.episode-topic{color:#94a3b8;font-size:.8rem;margin-bottom:.15rem}.episode-date{color:#64748b;font-size:.7rem}.vocabulary-view h2{margin-bottom:1rem}.level-card{background:#1e293b;border-radius:.75rem;padding:1.25rem;border:1px solid #334155;margin-bottom:1rem;text-align:center}.level-badge{display:inline-flex;flex-direction:column;align-items:center;padding:.75rem 1.5rem;border:3px solid;border-radius:.75rem;margin-bottom:1rem}.level-number{font-size:2rem;font-weight:800}.level-label{font-size:.8rem;color:#94a3b8;text-transform:uppercase}.level-stats{display:flex;gap:1.25rem;justify-content:center;margin-bottom:1rem}.level-stat{text-align:center}.level-stat-value{display:block;font-size:1.3rem;font-weight:700;color:#f8fafc}.level-stat-label{display:block;font-size:.7rem;color:#64748b}.progress-bar-container{background:#0f172a;border-radius:9999px;height:1.25rem;position:relative;overflow:hidden;border:1px solid #334155}.progress-bar{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:9999px;transition:width .5s}.progress-pct{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.7rem;font-weight:600;color:#f8fafc}.expand-btn{width:100%;padding:.75rem;border-radius:.6rem;border:2px solid #22c55e;background:transparent;color:#22c55e;font-size:.95rem;cursor:pointer;font-weight:500;margin-bottom:1rem}.expand-btn:hover:not(:disabled){background:#22c55e;color:#fff}.expand-btn:disabled{opacity:.5;cursor:not-allowed}.expand-result h3{color:#22c55e;margin-bottom:.5rem}.new-phrase{background:#1e293b;border-radius:.5rem;padding:.75rem;margin-bottom:.4rem;border:1px solid #334155}.new-phrase-text{color:#f8fafc;font-size:.95rem;margin-bottom:.15rem}.new-phrase-translation{color:#94a3b8;font-size:.85rem}.new-phrase-context{color:#6366f1;font-size:.7rem;text-transform:uppercase;margin-top:.15rem}.language-room-grid{display:flex;flex-direction:column;gap:.5rem}.language-room-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#1e293b;border:1.5px solid #334155;border-radius:.75rem;cursor:pointer;transition:all .2s;text-align:left;width:100%}.language-room-item:hover{border-color:#6366f1}.language-room-icon{font-size:1.5rem;flex-shrink:0}.language-room-info{display:flex;flex-direction:column}.language-room-name{color:#f8fafc;font-weight:500;font-size:.95rem}.language-room-desc{color:#64748b;font-size:.8rem}.back-btn{padding:.35rem .75rem;border-radius:.4rem;border:1px solid #334155;background:transparent;color:#94a3b8;font-size:.8rem;cursor:pointer;margin-bottom:1rem}.back-btn:hover{border-color:#6366f1;color:#6366f1}.section-title{color:#94a3b8;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.progress-top{display:flex;gap:.75rem;margin-bottom:1.25rem}.progress-streak-card{flex:1;display:flex;align-items:center;gap:.5rem;background:#1e293b;border-radius:.75rem;padding:1rem;border:1px solid #334155}.progress-streak-fire{font-size:1.5rem}.progress-streak-count{display:block;font-size:1.5rem;font-weight:800;color:#f8fafc}.progress-streak-label{display:block;font-size:.7rem;color:#64748b}.progress-streak-best{font-size:.7rem;color:#64748b;margin-left:auto}.progress-level-card{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#1e293b;border-radius:.75rem;padding:1rem 1.25rem;border:1px solid #6366f1;min-width:80px}.progress-level-num{font-size:1.5rem;font-weight:800;color:#6366f1}.progress-level-text{font-size:.65rem;color:#94a3b8;text-transform:uppercase}.progress-mastery-section{background:#1e293b;border-radius:.75rem;padding:1rem;border:1px solid #334155;margin-bottom:1.25rem}.progress-mastery-header{display:flex;justify-content:space-between;font-size:.75rem;color:#94a3b8;margin-bottom:.3rem}.progress-mastery-bar{height:.5rem;background:#0f172a;border-radius:9999px;overflow:hidden;margin-bottom:.75rem}.progress-mastery-fill{height:100%;background:linear-gradient(90deg,#6366f1,#22c55e);border-radius:9999px;transition:width .5s}.progress-mastery-fill.reviewed{background:linear-gradient(90deg,#334155,#6366f1)}.progress-ai-section{margin-bottom:1.25rem}.progress-ai-btn{width:100%;padding:.75rem;border-radius:.75rem;border:2px solid #6366f1;background:transparent;color:#6366f1;font-size:.9rem;cursor:pointer;font-weight:500}.progress-ai-btn:hover:not(:disabled){background:#6366f1;color:#fff}.progress-ai-btn:disabled{opacity:.6;cursor:not-allowed}.progress-ai-summary{background:#1e293b;border-radius:.75rem;padding:1.25rem;border:1px solid #6366f1;color:#cbd5e1;line-height:1.7;font-size:.9rem;white-space:pre-wrap}.progress-grid{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.progress-card{background:#1e293b;border-radius:.75rem;padding:1rem 1.25rem;border:1px solid #334155}.progress-card-title{font-size:.75rem;color:#6366f1;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-weight:600}.progress-card-stats{display:flex;gap:1rem}.progress-metric{flex:1;text-align:center}.progress-metric-value{display:block;font-size:1.4rem;font-weight:700;color:#f8fafc}.progress-metric-label{display:block;font-size:.7rem;color:#64748b;margin-top:.15rem}.progress-history{margin-top:.5rem}.progress-history-item{background:#1e293b;border-radius:.75rem;padding:.75rem 1rem;margin-bottom:.5rem;border:1px solid #334155}.progress-history-main{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:.4rem}.progress-history-phrase{font-size:.95rem;color:#f8fafc;flex:1}.progress-history-meta{display:flex;gap:.75rem;align-items:center;flex-shrink:0}.progress-history-score{font-weight:700;font-size:.9rem}.progress-history-date{font-size:.75rem;color:#64748b}.progress-history-audio{display:flex;gap:.4rem;margin-bottom:.25rem}.progress-history-detail{margin-top:.5rem;padding:.75rem;background:#0f172a;border-radius:.5rem;border:1px solid #334155}.progress-history-row{margin-bottom:.5rem}.progress-history-row:last-child{margin-bottom:0}.progress-history-row small{display:block;color:#64748b;font-size:.7rem;text-transform:uppercase;margin-bottom:.15rem}.progress-history-row p{color:#94a3b8;font-size:.85rem;line-height:1.5}.listen-btn-sm{padding:.35rem .6rem;border-radius:.4rem;border:1.5px solid #22c55e;background:transparent;color:#22c55e;font-size:.75rem;cursor:pointer;font-weight:500}.listen-btn-sm:hover:not(:disabled){background:#22c55e;color:#fff}.listen-btn-sm.playing{background:#22c55e;color:#fff;animation:pulse 1.5s infinite}.listen-btn-sm:disabled{opacity:.5;cursor:not-allowed}.slow-btn-sm{padding:.35rem .5rem;border-radius:.4rem;border:1.5px solid #eab308;background:transparent;color:#eab308;font-size:.75rem;cursor:pointer;font-weight:500}.slow-btn-sm:hover:not(:disabled){background:#eab308;color:#fff}.slow-btn-sm:disabled{opacity:.5;cursor:not-allowed}.translate-btn-sm{padding:.35rem .5rem;border-radius:.4rem;border:1.5px solid #6366f1;background:transparent;color:#6366f1;font-size:.75rem;cursor:pointer;font-weight:500}.translate-btn-sm:hover{background:#6366f1;color:#fff}.challenge-loading,.challenge-empty{text-align:center;color:#94a3b8;padding:3rem 1rem}.tutor-view h2{margin-bottom:.5rem}.tutor-subtitle{color:#94a3b8;font-size:.9rem;margin-bottom:1.25rem}.subject-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.subject-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem .75rem;background:#1e293b;border:2px solid #334155;border-radius:1rem;cursor:pointer;transition:all .2s}.subject-card:hover{border-color:#6366f1;transform:translateY(-2px)}.subject-icon{font-size:2rem}.subject-name{font-size:.85rem;color:#e2e8f0;font-weight:500;text-align:center}.tutor-topic-input{margin-bottom:1.25rem}.tutor-topic-input input{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1.5px solid #334155;background:#1e293b;color:#f8fafc;font-size:.9rem;margin-bottom:.5rem;font-family:inherit}.tutor-topic-input input::placeholder{color:#64748b}.tutor-topic-input input:focus{outline:none;border-color:#6366f1}.tutor-generate-btn{width:100%;padding:.85rem;border-radius:.75rem;border:2px solid #6366f1;background:#6366f1;color:#fff;font-size:.95rem;cursor:pointer;font-weight:600}.lesson-list{display:flex;flex-direction:column;gap:.5rem}.lesson-item{background:#1e293b;border-radius:.75rem;padding:1rem 1.25rem;border:1px solid #334155;cursor:pointer;transition:all .2s}.lesson-item:hover{border-color:#6366f1}.lesson-item-title{color:#f8fafc;font-weight:500;margin-bottom:.2rem}.lesson-item-topic{color:#94a3b8;font-size:.85rem;margin-bottom:.4rem}.lesson-item-meta{display:flex;gap:.75rem;font-size:.75rem}.lesson-item-score{font-weight:600}.lesson-item-attempts{color:#64748b}.lesson-header{background:#1e293b;border-radius:1rem;padding:1.5rem;border:1px solid #334155;margin-bottom:1.25rem;text-align:center}.lesson-title{font-size:1.3rem;font-weight:700;color:#f8fafc;margin-bottom:.25rem}.lesson-title-pt{font-size:.95rem;color:#94a3b8;font-style:italic}.lesson-section{background:#1e293b;border-radius:.75rem;padding:1.25rem;margin-bottom:.75rem;border:1px solid #334155}.lesson-section-heading{font-size:.8rem;color:#6366f1;text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:.5rem}.lesson-section-text{color:#f8fafc;line-height:1.7;font-size:.95rem;margin-bottom:.75rem}.lesson-section-actions{display:flex;gap:.4rem}.lesson-translation{margin-top:.5rem;padding:.75rem;background:#0f172a;border-radius:.4rem;color:#94a3b8;font-size:.85rem;line-height:1.5;font-style:italic;border:1px solid #334155}.lesson-vocab{background:#1e293b;border-radius:.75rem;padding:1.25rem;border:1px solid #334155;margin-bottom:1.25rem}.lesson-vocab h3{color:#94a3b8;font-size:.85rem;text-transform:uppercase;margin-bottom:.75rem}.lesson-vocab-item{padding:.5rem 0;border-bottom:1px solid #334155}.lesson-vocab-item:last-child{border-bottom:none}.lesson-vocab-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.lesson-vocab-term{font-weight:600;color:#f8fafc}.lesson-vocab-meaning{color:#22c55e;font-size:.85rem;margin-top:.15rem}.lesson-vocab-context{color:#64748b;font-size:.8rem;font-style:italic;margin-top:.15rem}.feynman-section{background:#1e293b;border-radius:1rem;padding:1.5rem;border:2px solid #6366f1;margin-bottom:1.25rem}.feynman-section h3{color:#6366f1;font-size:.9rem;text-transform:uppercase;margin-bottom:.75rem}.feynman-prompt{color:#f8fafc;font-size:1rem;line-height:1.5;margin-bottom:1rem;padding:.75rem;background:#0f172a;border-radius:.5rem;border:1px solid #334155}.feynman-result{margin-top:1.25rem}.feynman-scores{display:flex;gap:.75rem;margin-bottom:1rem}.feynman-score-item{flex:1;text-align:center;padding:.75rem;background:#0f172a;border-radius:.5rem;border:1px solid #334155}.feynman-score-value{display:block;font-size:1.5rem;font-weight:700}.feynman-score-label{display:block;font-size:.7rem;color:#64748b;text-transform:uppercase}.feynman-transcription{margin-bottom:.75rem}.feynman-transcription small{color:#64748b;font-size:.7rem;text-transform:uppercase}.feynman-transcription p{color:#94a3b8;font-size:.85rem;margin-top:.15rem}.feynman-feedback{color:#cbd5e1;line-height:1.6;font-size:.9rem;white-space:pre-wrap;margin-bottom:.75rem}.feynman-gaps{background:#0f172a;border-radius:.5rem;padding:.75rem;border:1px solid #ef4444}.feynman-gaps small{color:#ef4444;font-size:.7rem;text-transform:uppercase}.feynman-gaps ul{list-style:none;padding:0;margin-top:.4rem}.feynman-gaps li{color:#94a3b8;font-size:.85rem;padding:.2rem 0}.lesson-attempts{margin-bottom:1rem}.lesson-attempts h3{color:#94a3b8;font-size:.85rem;text-transform:uppercase;margin-bottom:.5rem}.attempt-item{display:flex;gap:.75rem;align-items:center;padding:.5rem .75rem;background:#1e293b;border-radius:.5rem;margin-bottom:.35rem;border:1px solid #334155;font-size:.8rem}.attempt-step{color:#64748b;font-weight:600}.attempt-score{font-weight:600}.attempt-date{color:#64748b;margin-left:auto}.cert-view h2{margin-bottom:.5rem}.cert-subtitle{color:#94a3b8;font-size:.85rem;margin-bottom:1.25rem}.cert-exam-btn{width:100%;padding:.85rem;border-radius:.75rem;border:2px solid #22c55e;background:#22c55e;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;margin-bottom:1.5rem}.cert-exam-btn:hover{background:#16a34a}.cert-domains{display:flex;flex-direction:column;gap:.5rem}.cert-domain-card{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#1e293b;border:1.5px solid #334155;border-radius:.75rem;cursor:pointer;transition:all .2s;width:100%;font-family:inherit;text-align:left}.cert-domain-card:hover{border-color:#6366f1}.cert-domain-name{color:#f8fafc;font-weight:600;font-size:.95rem}.cert-domain-count{color:#64748b;font-size:.8rem}.cert-lesson-header{background:#1e293b;border-radius:.75rem;padding:1.25rem;border:1px solid #334155;margin-bottom:1rem}.cert-lesson-header h2{font-size:1.1rem;margin:0}.cert-disclaimer{background:#eab3081a;border:1px solid rgba(234,179,8,.3);border-radius:.5rem;padding:.75rem 1rem;margin-bottom:1rem;color:#eab308;font-size:.8rem;line-height:1.5}.cert-doc-link{display:inline-block;color:#6366f1;text-decoration:none;font-weight:600;margin-left:.5rem}.cert-doc-link:hover{text-decoration:underline}.cert-section{background:#1e293b;border-radius:.5rem;padding:1rem 1.25rem;margin-bottom:.6rem;border:1px solid #334155}.cert-section-heading{font-size:.8rem;color:#6366f1;text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:.5rem}.cert-section-content{color:#cbd5e1;font-size:.9rem;line-height:1.7;white-space:pre-wrap}.cert-takeaways{background:#1e293b;border-radius:.75rem;padding:1rem 1.25rem;border:1px solid #22c55e;margin-bottom:1rem}.cert-takeaways h3{font-size:.8rem;color:#22c55e;text-transform:uppercase;margin-bottom:.5rem}.cert-takeaway{color:#cbd5e1;font-size:.85rem;padding:.25rem 0;line-height:1.5}.cert-practice{background:#1e293b;border-radius:.75rem;padding:1.25rem;border:1px solid #334155;margin-bottom:1rem}.cert-practice h3{font-size:.8rem;color:#6366f1;text-transform:uppercase;margin-bottom:1rem}.cert-practice-q{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #334155}.cert-practice-q:last-of-type{border-bottom:none;margin-bottom:.5rem}.cert-q-text{color:#f8fafc;font-size:.9rem;line-height:1.5;margin-bottom:.75rem}.cert-q-options{display:flex;flex-direction:column;gap:.4rem}.cert-q-option{padding:.6rem .85rem;border-radius:.4rem;border:1.5px solid #334155;background:transparent;color:#cbd5e1;font-size:.85rem;text-align:left;cursor:pointer;font-family:inherit;line-height:1.4;transition:all .15s}.cert-q-option:hover{border-color:#6366f1}.cert-q-option.selected{border-color:#6366f1;background:#6366f126;color:#f8fafc}.cert-quiz-score{font-size:3rem;font-weight:800;text-align:center;margin:1rem 0}.cert-quiz-item{background:#1e293b;border-radius:.5rem;padding:1rem;margin-bottom:.5rem;border-left:3px solid}.cert-quiz-item.correct{border-left-color:#22c55e}.cert-quiz-item.wrong{border-left-color:#ef4444}.cert-q-header{display:flex;gap:.5rem;align-items:center;margin-bottom:.4rem}.cert-q-badge{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;flex-shrink:0}.cert-q-badge.correct{background:#22c55e}.cert-q-badge.wrong{background:#ef4444}.cert-q-domain{font-size:.65rem;color:#6366f1;text-transform:uppercase;letter-spacing:.05em}.cert-q-answer{color:#94a3b8;font-size:.8rem;margin:.4rem 0}.cert-q-explanation{color:#94a3b8;font-size:.8rem;line-height:1.5;margin-top:.4rem;padding:.5rem;background:#0f172a;border-radius:.3rem}.cert-deep-dive{margin-top:.5rem}.cert-deep-btn{background:#312e81;color:#a5b4fc;border:1px solid #4338ca;padding:.4rem .8rem;border-radius:.4rem;font-size:.8rem;cursor:pointer}.cert-deep-btn:hover{background:#3730a3}.cert-deep-btn:disabled{opacity:.6;cursor:wait}.cert-deep-text{color:#c4b5fd;font-size:.85rem;line-height:1.6;margin-top:.4rem;padding:.6rem;background:#1e1b4b;border-radius:.4rem;border-left:3px solid #6366f1;white-space:pre-line}.cert-ask-section{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #334155}.cert-ask-section h3{font-size:.95rem;color:#a5b4fc;margin-bottom:.8rem}.cert-ask-input{display:flex;gap:.5rem}.cert-ask-input input{flex:1;background:#1e293b;border:1px solid #334155;color:#e2e8f0;padding:.6rem .8rem;border-radius:.5rem;font-size:.85rem}.cert-ask-input input:focus{outline:none;border-color:#6366f1}.cert-ask-input button{background:#6366f1;color:#fff;border:none;padding:.6rem 1rem;border-radius:.5rem;font-size:.85rem;cursor:pointer;white-space:nowrap}.cert-ask-input button:hover{background:#4f46e5}.cert-ask-input button:disabled{opacity:.5;cursor:not-allowed}.cert-ask-item{margin-bottom:.8rem}.cert-ask-q{color:#e2e8f0;font-size:.85rem;font-weight:600;margin-bottom:.3rem}.cert-review-btn{width:100%;padding:.8rem;background:#b45309;color:#fff;border:none;border-radius:.5rem;font-size:.95rem;font-weight:600;cursor:pointer;margin-bottom:.5rem}.cert-review-btn:hover{background:#a16207}.cert-review-feedback{margin-top:1rem;padding:.8rem;border-radius:.5rem}.cert-review-feedback.correct{background:#22c55e1a;border:1px solid rgba(34,197,94,.3)}.cert-review-feedback.wrong{background:#ef44441a;border:1px solid rgba(239,68,68,.3)}.cert-review-verdict{font-weight:600;font-size:.95rem;margin-bottom:.5rem}.cert-review-feedback.correct .cert-review-verdict{color:#22c55e}.cert-review-feedback.wrong .cert-review-verdict{color:#ef4444}.cert-review-next-info{color:#64748b;font-size:.8rem;margin-top:.5rem;margin-bottom:.5rem}.cert-q-option.correct-answer{border-color:#22c55e;background:#22c55e26}.cert-q-option.wrong-answer{border-color:#ef4444;background:#ef444426}.cert-exam-progress{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.8rem;color:#64748b}.cert-exam-bar{flex:1;height:4px;background:#1e293b;border-radius:9999px}.cert-exam-fill{height:100%;background:#6366f1;border-radius:9999px;transition:width .3s}.cert-exam-card{background:#1e293b;border-radius:.75rem;padding:1.5rem;border:1px solid #334155}.cert-exam-nav{display:flex;justify-content:space-between;margin-top:1rem;gap:.5rem}.cert-exam-result{text-align:center;margin:2rem 0}.cert-exam-score{font-size:4rem;font-weight:800}.cert-pass-note{color:#64748b;font-size:.8rem;margin-top:.5rem}.cert-exam-review{margin-top:1rem}.cert-exam-q{background:#1e293b;border-radius:.5rem;padding:1rem;margin-bottom:.5rem;border-left:3px solid}.cert-exam-q.correct{border-left-color:#22c55e}.cert-exam-q.wrong{border-left-color:#ef4444}.story-view h2{margin-bottom:.25rem}.story-subtitle{color:#94a3b8;font-size:.85rem;margin-bottom:1.25rem}.story-header{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:1rem;padding:1.5rem;border:1px solid #334155;margin-bottom:1rem;text-align:center}.story-year{display:inline-block;font-size:.7rem;color:#6366f1;text-transform:uppercase;letter-spacing:.15em;font-weight:600;padding:.2rem .6rem;border:1px solid rgba(99,102,241,.3);border-radius:9999px;margin-bottom:.75rem}.story-title{font-size:1.2rem;color:#f8fafc;font-weight:700;margin-bottom:.25rem}.story-title-pt{font-size:.9rem;color:#94a3b8;font-style:italic}.story-content{background:#1e293b;border-radius:.75rem;padding:1.25rem;border:1px solid #334155;margin-bottom:.75rem}.story-matters{background:#6366f114;border-left:3px solid #6366f1;border-radius:0 .4rem .4rem 0;padding:.75rem 1rem;margin-bottom:.75rem;color:#cbd5e1;font-size:.85rem;line-height:1.5}.story-matters strong{color:#6366f1}.story-question-section{background:#1e293b;border-radius:.5rem;padding:.75rem 1rem;border:1px solid #334155;margin-bottom:.75rem}.memory-trick{display:flex;gap:.75rem;align-items:flex-start;background:linear-gradient(135deg,#eab30814,#eab30808);border:1px solid rgba(234,179,8,.25);border-radius:.75rem;padding:1rem;margin-bottom:.75rem}.memory-trick-icon{font-size:1.5rem;flex-shrink:0}.memory-trick-label{font-size:.7rem;color:#eab308;text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:.25rem}.memory-trick-text{color:#cbd5e1;font-size:.9rem;line-height:1.5}.story-question-section h4{font-size:.75rem;color:#eab308;text-transform:uppercase;margin-bottom:.4rem}.story-text{color:#f8fafc;font-size:1rem;line-height:1.8;margin-bottom:1rem;white-space:pre-wrap}.story-audio-row{display:flex;gap:.5rem;margin-bottom:.75rem}.story-translation{margin:.75rem 0;padding:.75rem;background:#0f172a;border-radius:.5rem;color:#94a3b8;font-size:.85rem;line-height:1.6;font-style:italic;border:1px solid #334155}.story-phrases-used{margin:.75rem 0}.story-phrases-used small{color:#64748b;font-size:.7rem}.story-phrases-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.3rem}.story-phrase-tag{font-size:.7rem;color:#22c55e;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);padding:.15rem .4rem;border-radius:.25rem}.story-vocab{margin:1rem 0;padding:.75rem;background:#0f172a;border-radius:.5rem;border:1px solid #334155}.story-vocab h4{font-size:.75rem;color:#6366f1;text-transform:uppercase;margin-bottom:.5rem}.story-vocab-item{padding:.4rem 0;border-bottom:1px solid #334155}.story-vocab-item:last-child{border-bottom:none}.story-vocab-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.story-vocab-word{font-weight:600;color:#f8fafc;font-size:.9rem}.story-vocab-meaning{color:#22c55e;font-size:.8rem;margin-top:.1rem}.story-vocab-context{color:#64748b;font-size:.75rem;font-style:italic;margin-top:.1rem}.story-questions{margin:1rem 0}.story-questions h4{font-size:.75rem;color:#eab308;text-transform:uppercase;margin-bottom:.5rem}.story-question{padding:.6rem 0;border-bottom:1px solid #334155}.story-question:last-child{border-bottom:none}.story-q-text{color:#f8fafc;font-size:.9rem;margin-bottom:.4rem}.story-answer{margin-top:.4rem;padding:.5rem;background:#0f172a;border-radius:.3rem;color:#94a3b8;font-size:.85rem;border-left:2px solid #22c55e}.story-nav{display:flex;justify-content:space-between;margin-top:1.25rem;gap:.5rem}.story-retell{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border:1px solid rgba(99,102,241,.3);border-radius:.75rem;padding:1rem;margin-top:1rem;width:100%}.story-retell h4{color:#6366f1;font-size:.8rem;text-transform:uppercase;margin-bottom:.4rem}.story-retell p{color:#cbd5e1;font-size:.9rem;line-height:1.5}.story-list{margin-top:.5rem}.story-list-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#1e293b;border-radius:.5rem;border:1px solid #334155;margin-bottom:.4rem;cursor:pointer;transition:border-color .2s}.story-list-item:hover{border-color:#6366f1}.story-list-icon{font-size:1.3rem}.story-list-info{flex:1}.story-list-title{color:#f8fafc;font-size:.9rem;font-weight:500}.story-list-meta{color:#64748b;font-size:.75rem}.music-view h2{margin-bottom:.25rem}.music-subtitle{color:#94a3b8;font-size:.85rem;margin-bottom:1.25rem}.music-header{text-align:center;background:#1e293b;border-radius:1rem;padding:1.5rem;border:1px solid #334155;margin-bottom:1rem}.music-icon{font-size:2.5rem;margin-bottom:.5rem}.music-title{font-size:1.2rem;color:#f8fafc;font-weight:700;margin-bottom:.25rem}.music-artist{color:#94a3b8;font-size:.85rem}.music-about{background:#1e293b;border-radius:.75rem;padding:1.25rem;border:1px solid #334155;margin-bottom:1rem}.music-about h3{font-size:.8rem;color:#6366f1;text-transform:uppercase;margin-bottom:.5rem}.music-about p{color:#cbd5e1;font-size:.9rem;line-height:1.6;margin-bottom:.5rem}.music-about-target{color:#94a3b8!important;font-style:italic;padding:.5rem .75rem;background:#0f172a;border-radius:.4rem;border:1px solid #334155;margin-top:.5rem}.music-theme{background:#1e293b;border-radius:.75rem;padding:1rem 1.25rem;border:1px solid #334155;margin-bottom:.75rem}.music-theme-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #334155}.music-theme-name{color:#f8fafc;font-weight:600;font-size:.95rem}.music-theme-name-pt{color:#64748b;font-size:.8rem}.music-phrase{padding:.75rem 0;border-bottom:1px solid rgba(51,65,85,.5)}.music-phrase:last-child{border-bottom:none}.music-phrase-main{margin-bottom:.4rem}.music-phrase-text{color:#f8fafc;font-size:1rem;font-weight:500;margin-bottom:.15rem}.music-phrase-translation{color:#22c55e;font-size:.85rem}.music-phrase-actions{display:flex;gap:.3rem;margin-bottom:.4rem}.music-phrase-explanation{color:#94a3b8;font-size:.8rem;line-height:1.4;margin-bottom:.5rem}.music-phrase-daily{background:#0f172a;border-radius:.4rem;padding:.5rem .75rem;border:1px solid #334155}.music-daily-label{font-size:.65rem;color:#6366f1;text-transform:uppercase;margin-bottom:.2rem}.music-daily-text{color:#cbd5e1;font-size:.85rem;margin-bottom:.1rem}.music-daily-translation{color:#64748b;font-size:.8rem;margin-bottom:.3rem}.music-tips{background:#1e293b;border-radius:.75rem;padding:1rem 1.25rem;border:1px solid #334155;margin-bottom:.75rem}.music-tips h3{font-size:.8rem;color:#eab308;text-transform:uppercase;margin-bottom:.5rem}.music-tip{color:#94a3b8;font-size:.85rem;line-height:1.5;padding:.3rem 0 .3rem 1rem;border-left:2px solid #eab308;margin-bottom:.4rem}.music-listen-cta{text-align:center;padding:1rem;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-radius:.75rem;border:1px solid rgba(99,102,241,.3)}.music-listen-cta p{color:#cbd5e1;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.music-links{display:flex;gap:.75rem;justify-content:center}.music-link{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.25rem;border-radius:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.music-link.youtube{background:#ef4444;color:#fff}.music-link.youtube:hover{background:#dc2626}.music-link.spotify{background:#22c55e;color:#fff}.music-link.spotify:hover{background:#16a34a}.music-list{margin-top:.5rem}.music-list-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#1e293b;border-radius:.5rem;border:1px solid #334155;margin-bottom:.4rem;cursor:pointer;transition:border-color .2s}.music-list-item:hover{border-color:#6366f1}.music-list-icon{font-size:1.3rem}.music-list-info{flex:1}.music-list-title{color:#f8fafc;font-size:.9rem;font-weight:500}.music-list-topic{color:#64748b;font-size:.75rem}.music-list-date{color:#64748b;font-size:.7rem}
