:root{--bg-primary: #0a0e17;--bg-gradient: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--glass-glow: 0 8px 32px 0 rgba(0, 0, 0, .37);--text-main: #f8fafc;--text-muted: #94a3b8;--accent-blue: #3b82f6;--accent-blue-hover: #2563eb;--accent-purple: #8b5cf6;--btn-know: rgba(16, 185, 129, .2);--btn-know-border: rgba(16, 185, 129, .5);--btn-hard: rgba(239, 68, 68, .2);--btn-hard-border: rgba(239, 68, 68, .5);--correct: #10b981;--incorrect: #ef4444}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,sans-serif;background:var(--bg-primary);background-image:var(--bg-gradient);color:var(--text-main);min-height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden}.app-container{width:100%;max-width:600px;height:100vh;position:relative;display:flex;flex-direction:column}.view{display:none;flex-direction:column;height:100%;width:100%;padding:1.5rem;animation:fadeIn .4s ease-out}.view.active{display:flex}.hidden{display:none!important}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-glow);border-radius:24px}.login-card{width:100%;max-width:400px;padding:2.5rem 2rem;text-align:center;margin:auto}.login-card h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(to right,#60a5fa,#a78bfa);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.login-card p{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem}.input-group,.input-group input{width:100%}.input-group{margin-bottom:1.5rem}.input-group input{padding:1rem 1.2rem;background:#0003;border:1px solid var(--glass-border);border-radius:12px;color:var(--text-main);font-family:inherit;font-size:1rem;outline:none;transition:all .2s ease}.input-group input:focus{border-color:var(--accent-purple);box-shadow:0 0 0 2px #8b5cf633}.primary-btn{width:100%;padding:1rem;background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,opacity .2s}.primary-btn:hover{transform:translateY(-2px);opacity:.9}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:.5rem 0}.user-info{display:flex;flex-direction:column;gap:4px}#user-display{font-weight:600;font-size:1.1rem}.progress-text,.daily-progress{font-size:.9rem;color:var(--accent-blue);font-weight:500}.icon-btn{background:#ffffff0d;border:1px solid var(--glass-border);color:var(--text-muted);padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-family:inherit;transition:all .2s}.icon-btn:hover{background:#ffffff1a;color:var(--text-main)}.dashboard-menu{display:flex;flex-direction:column;gap:1.5rem;justify-content:center;flex-grow:1}.menu-btn{background:var(--glass-bg);border:1px solid var(--glass-border);padding:1.5rem;border-radius:20px;color:#fff;text-align:left;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.menu-btn h3{font-size:1.3rem;margin-bottom:.3rem}.menu-btn p{color:var(--text-muted);font-size:.95rem}.menu-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0003}.curriculum-btn h3{color:#818cf8}.curriculum-btn:hover{border-color:#818cf8}.notes-btn h3{color:#34d399}.notes-btn:hover{border-color:#34d399}.homework-btn h3{color:#fbbf24}.homework-btn:hover{border-color:#fbbf24}.verbs-btn h3{color:#f87171}.verbs-btn:hover{border-color:#f87171}.study-btn h3{color:var(--accent-blue)}.practice-btn h3{color:var(--accent-purple)}.content-area{flex-grow:1;width:100%;height:calc(100vh - 150px);overflow-y:auto;padding-bottom:2rem}.cards-container{display:flex;flex-direction:column;gap:1rem}.loading-text{text-align:center;color:var(--text-muted);font-size:1.1rem;margin-top:2rem}.curriculum-card{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.curriculum-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--glass-border);padding-bottom:1rem}.curriculum-header h3{font-size:1.2rem;color:#818cf8}.badge{background:#818cf833;color:#a5b4fc;padding:.3rem .8rem;border-radius:99px;font-size:.85rem;font-weight:600}.phase-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.phase-box{background:#0003;padding:1rem;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.phase-label{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:.3rem;text-transform:uppercase;letter-spacing:1px}.curriculum-desc{background:#ffffff08;padding:1rem;border-radius:8px;font-size:.95rem;color:#e2e8f0;border-left:3px solid #818cf8}details.note-card{padding:0;overflow:hidden;margin-bottom:1rem;transition:all .3s ease}details.note-card[open]{box-shadow:0 8px 24px #0000004d}.note-header{background:#34d3991a;padding:1.2rem 1.5rem;border-bottom:1px solid rgba(52,211,153,.2);display:flex!important;justify-content:space-between;align-items:center;cursor:pointer;list-style:none}.note-header::-webkit-details-marker{display:none}.summary-content{display:flex;flex-direction:column;gap:.3rem}.note-header h3{color:#34d399;font-size:1.2rem;margin:0}.note-topic{color:var(--text-muted);font-size:.95rem;font-weight:500}.toggle-icon{color:#34d399;font-size:1.2rem;transition:transform .3s ease}details[open] .toggle-icon{transform:rotate(180deg)}.note-body{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.note-section h5{color:#f8fafc;margin-bottom:.8rem;font-size:1.05rem;border-left:3px solid #34d399;padding-left:.5rem}.note-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.note-list li{color:var(--text-muted);font-size:.95rem;line-height:1.5;background:#0003;padding:1rem;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.note-box{background:#ffffff08;padding:1rem;border-radius:8px;font-size:.95rem;line-height:1.6;color:#e2e8f0}.note-link{color:#818cf8;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.3rem;margin-left:.5rem;background:#818cf81a;padding:.2rem .6rem;border-radius:4px}.note-link:hover{text-decoration:underline;background:#818cf833}.homework-card{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem}.hw-header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--glass-border);padding-bottom:1rem}.hw-id{font-weight:700;color:var(--text-muted);margin-right:1rem}.hw-due{font-size:.85rem;color:#f87171;background:#f871711a;padding:.2rem .6rem;border-radius:4px}.badge.in-progress{background:#fbbf2433;color:#fbbf24}.badge.review{background:#60a5fa33;color:#60a5fa}.badge.completed{background:#34d39933;color:#34d399}.hw-body{display:flex;flex-direction:column;gap:1rem}.hw-question{font-size:1.2rem;color:#f8fafc;line-height:1.4}.hw-input-area{display:flex;flex-direction:column;gap:1rem}.hw-textarea{width:100%;padding:1rem;background:#0000004d;border:1px solid var(--glass-border);border-radius:12px;color:#fff;font-family:inherit;font-size:1rem;resize:vertical}.hw-textarea:focus{outline:none;border-color:#fbbf24}.hw-submit-btn{align-self:flex-end;width:auto;padding:.8rem 2rem}.hw-submitted p,.hw-feedback p{background:#ffffff0d;padding:1rem;border-radius:8px;font-size:1rem;line-height:1.6;margin-top:.5rem}.hw-submitted h5,.hw-feedback h5{color:var(--text-muted);font-size:.9rem}.hw-feedback p{background:#60a5fa1a;border-left:3px solid #60a5fa;color:#e0f2fe}.review-text{font-style:italic;color:#94a3b8;text-align:center;margin-top:.5rem}.verb-meaning{font-size:1.4rem;color:#34d399;margin-bottom:1rem}.verb-explanation{font-size:1rem;color:var(--text-muted);line-height:1.6;background:#0003;padding:1rem;border-radius:8px;border:1px solid rgba(255,255,255,.05);margin-bottom:1.5rem;text-align:left;width:100%}.verb-examples{display:flex;flex-direction:column;gap:.8rem;width:100%;text-align:left}.verb-ex{background:#60a5fa0d;border-left:3px solid #60a5fa;padding:.8rem 1rem;color:#e0f2fe;font-size:1.05rem}.card-area{flex-grow:1;display:flex;justify-content:center;perspective:1000px;height:calc(100vh - 150px)}.flashcard{width:100%;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;transition:transform .3s ease}.interactive{cursor:pointer}.card-image-container{width:100%;height:250px;background:#0000004d;position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0}.card-image{width:100%;height:100%;object-fit:cover}.card-content{padding:2rem;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1}.reveal-prompt{color:var(--text-muted);font-style:italic;margin-bottom:1rem}.word{font-size:2.5rem;font-weight:700;color:var(--accent-purple);margin-bottom:.5rem;letter-spacing:1px}.sentence{font-size:1.2rem;color:var(--text-main);line-height:1.5}.quiz-content{padding:1.5rem;display:flex;flex-direction:column;align-items:center;flex-grow:1;width:100%}.quiz-instruction{color:var(--text-muted);margin-bottom:1rem;text-align:center}.quiz-input{width:100%;padding:1.2rem;font-size:1.2rem;background:#0006;border:2px solid var(--glass-border);border-radius:12px;color:#fff;text-align:center;outline:none;font-family:inherit;transition:all .3s}.quiz-input:focus{border-color:var(--accent-blue);box-shadow:0 0 15px #3b82f633}.quiz-input.correct{border-color:var(--correct);color:var(--correct);background:#10b9811a}.quiz-input.incorrect{border-color:var(--incorrect);color:var(--incorrect);animation:shake .4s}.hint-area{margin-top:1rem;text-align:center}.text-btn{background:none;border:none;color:var(--accent-blue);font-size:.9rem;cursor:pointer;text-decoration:underline;opacity:.8;transition:opacity .2s}.text-btn:hover{opacity:1}.hint-text{font-size:1.1rem;color:#fbbf24;font-weight:500;margin-top:.5rem;animation:fadeIn .3s ease-out}.feedback-area{margin-top:1.5rem;width:100%;text-align:center}.feedback-msg{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.feedback-msg.correct{color:var(--correct)}.feedback-msg.incorrect{color:var(--incorrect)}.penalty-container{display:flex;flex-direction:column;gap:.8rem;background:#ef44440d;padding:1.5rem;border-radius:12px;border:1px solid rgba(239,68,68,.2)}.penalty-instruction{color:#fca5a5;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.penalty-input{width:100%;padding:.8rem;background:#00000080;border:1px solid var(--glass-border);border-radius:8px;color:#fff;text-align:center;font-family:inherit;transition:all .2s}.penalty-input.success{border-color:var(--correct);background:#10b9811a}.app-controls{margin-top:1rem;padding-bottom:1rem;display:flex;justify-content:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-5px)}to{transform:translate(0)}}@media (max-height: 700px){.card-image-container{height:180px}.word{font-size:2rem}.quiz-input{padding:.8rem;font-size:1.1rem}}
