.lesson-text h3{color:#e2e8f0;margin:20px 0 10px;padding-top:4px;font-size:1rem;font-weight:700}.lesson-text h3:first-child{margin-top:4px}.lesson-text p{color:#94a3b8;margin:0 0 12px;font-size:.87rem;line-height:1.7}.lesson-text strong{color:#e2e8f0}.lesson-text em{color:#fbbf24;font-style:italic}.lesson-text ul,.lesson-text ol{color:#94a3b8;margin:0 0 12px;padding-left:20px;font-size:.87rem;line-height:1.7}.lesson-text li{margin-bottom:4px}.lesson-text table{border-collapse:collapse;width:100%;margin:12px 0 18px;font-size:.82rem;display:block;overflow-x:auto}.lesson-text thead tr{background:#0f172a}.lesson-text th{color:#e2e8f0;text-align:left;white-space:nowrap;border-bottom:2px solid #334155;padding:8px 12px;font-weight:700}.lesson-text td{color:#94a3b8;vertical-align:top;border-bottom:1px solid #1e293b;padding:7px 12px}.lesson-text tr:nth-child(2n){background:#0f172a80}.lesson-text td strong{color:#cbd5e1;font-weight:600}.lesson-text td.wrong-row{color:#fca5a5!important}:root{--primary-900:#082f49;--primary-800:#0c4a6e;--primary-700:#0369a1;--primary-600:#0284c7;--primary-500:#0ea5e9;--primary-400:#38bdf8;--primary-300:#7dd3fc;--primary-200:#bae6fd;--primary-100:#e0f2fe;--primary-50:#f0f9ff;--surface-900:#020617;--surface-800:#0f172a;--surface-700:#1e293b;--surface-600:#334155;--surface-500:#475569;--surface-400:#64748b;--surface-300:#94a3b8;--surface-200:#cbd5e1;--surface-100:#e2e8f0;--surface-50:#f8fafc;--accent-teal:#06b6d4;--accent-green:#10b981;--accent-amber:#f59e0b;--accent-red:#ef4444;--accent-purple:#d946ef;--gradient-primary:linear-gradient(135deg, #0284c7 0%, #38bdf8 100%);--gradient-sidebar:linear-gradient(180deg, #020617 0%, #0f172a 50%, #1e293b 100%);--gradient-hero:linear-gradient(135deg, #0ea5e926 0%, #06b6d41a 100%);--font:"Lexend", -apple-system, BlinkMacSystemFont, sans-serif;--radius:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 12px #0000004d;--shadow-lg:0 10px 25px #0006;--shadow-glow:0 0 20px #0ea5e959}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;max-width:100vw;overflow-x:hidden}body{font-family:var(--font);color:var(--surface-50);background:var(--surface-800);touch-action:manipulation;width:100%;max-width:100vw;font-size:16px;line-height:1.6;position:relative;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font);color:var(--surface-50);font-weight:700;line-height:1.2}a{color:var(--primary-400);text-decoration:none}a:hover{color:var(--primary-300)}button{font-family:var(--font);border-radius:var(--radius);cursor:pointer;border:none;font-weight:600;transition:all .2s}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--surface-800)}::-webkit-scrollbar-thumb{background:var(--surface-600);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary-500)}.app-layout{width:100%;max-width:100vw;height:100vh;display:flex;overflow:hidden}.sidebar{background:var(--gradient-sidebar);color:#fff;flex-direction:column;flex-shrink:0;width:240px;height:100vh;padding:1rem .85rem;display:flex;position:relative;overflow:hidden}.sidebar__brand{border-bottom:1px solid #ffffff26;flex-direction:row;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.25rem .5rem .75rem;display:flex}.sidebar__brand img{border-radius:var(--radius);filter:drop-shadow(0 2px 6px #0000004d);width:36px;height:36px}.sidebar__brand-name{letter-spacing:.2px;font-size:.95rem;font-weight:800}.sidebar__nav{scrollbar-width:thin;scrollbar-color:#fff3 transparent;flex-direction:column;flex:1;gap:2px;min-height:0;display:flex;overflow-y:auto}.sidebar__nav::-webkit-scrollbar{width:4px}.sidebar__nav::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:4px}.sidebar__nav::-webkit-scrollbar-track{background:0 0}.sidebar__link{color:#fffc;border-radius:var(--radius);touch-action:manipulation;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.sidebar__link:hover{color:#fff;background:#ffffff1f;transform:translate(2px)}.sidebar__link:active{background:#ffffff2e;transform:scale(.97)}.sidebar__link--active{color:#fff;background:#fff3;font-weight:600;box-shadow:0 2px 8px #00000026}.sidebar__section-title{text-transform:uppercase;letter-spacing:1px;color:#ffffff80;padding:.65rem .75rem .25rem;font-size:.68rem}.sidebar__footer{border-top:1px solid #ffffff1f;margin-top:auto;padding-top:1rem}.sidebar__user{border-radius:var(--radius);background:#ffffff1a;align-items:center;gap:.75rem;padding:.75rem;display:flex}.sidebar__avatar{border-radius:var(--radius-full);background:var(--primary-400);justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.sidebar__user-name{font-size:.85rem;font-weight:600}.sidebar__user-level{color:#fff9;font-size:.75rem}.sidebar__logout{color:#fff;border-radius:var(--radius);background:#ef444433;border:1px solid #ef44444d;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.75rem;padding:.6rem;font-size:.85rem;display:flex}.sidebar__logout:hover{background:#ef444459}.main-content{flex-direction:column;flex:1;width:100%;max-width:100vw;display:flex;overflow:hidden auto}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e293b99;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:flex-end;align-items:center;padding:.75rem 2rem;display:flex}.header__user-pill{background:var(--surface-700);border-radius:var(--radius-full);cursor:pointer;border:1px solid #ffffff14;align-items:center;gap:.5rem;padding:.4rem .75rem .4rem .4rem;transition:all .2s;display:flex}.header__user-pill:hover{background:var(--surface-600);transform:translateY(-1px)}.header__user-pill img{border-radius:var(--radius-full);border:2px solid var(--primary-400);width:32px;height:32px}.header__user-pill span{color:var(--surface-200);font-size:.85rem;font-weight:600}.page{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.page__title{margin-bottom:.25rem;font-size:1.75rem;font-weight:800}.page__subtitle{color:var(--surface-400);margin-bottom:2rem;font-size:.95rem}.card{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);background:#1e293b73;border:1px solid #ffffff14;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #0003}.card:hover{box-shadow:0 12px 48px #0000004d, var(--shadow-glow);border-color:#ffffff26;transform:translateY(-2px)}.card--gradient-top{position:relative;overflow:hidden}.card--gradient-top:before{content:"";background:var(--gradient-primary);height:4px;position:absolute;top:0;left:0;right:0}.hide-scrollbar::-webkit-scrollbar{display:none}.test-review-page{background:var(--surface-900);min-height:100vh;padding:2rem 1rem 4rem}.test-runner-content{flex:1;width:100%;max-width:800px;margin:0 auto;padding:1.5rem 1.5rem 6rem}.test-runner-option{text-align:left;width:100%;padding:1.25rem 1rem}.tutor-feedback-panel{border-radius:var(--radius);margin-bottom:2rem;padding:1.25rem 1.5rem}.test-review-header{border-bottom:1px solid var(--surface-700);background:#ffffff08;padding:1.25rem 1.5rem}.test-review-item{border-bottom:1px solid var(--surface-700);padding:1.25rem 1.5rem}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.stat-card{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);text-align:center;background:#1e293b73;border:1px solid #ffffff14;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #0003}.stat-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-500);transform:translateY(-4px)}.stat-card__label{color:var(--surface-300);margin-bottom:.75rem;font-size:.85rem;font-weight:500}.stat-card__value{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.25rem;font-weight:800}.stat-card__sub{color:var(--surface-400);margin-top:.25rem;font-size:.8rem}.action-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (width<=768px){.action-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.action-card{text-align:center;flex-direction:column;justify-content:center;gap:.35rem;padding:.75rem .25rem}.action-card__label{font-size:.75rem;line-height:1.1}}.action-card{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);color:var(--surface-100);background:#1e293b73;border:1px solid #ffffff14;align-items:center;gap:1rem;padding:1.25rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 32px #0003}.action-card:hover{border-color:var(--primary-400);box-shadow:0 12px 48px #0000004d, var(--shadow-glow);color:#fff;transform:translateY(-4px)}.action-card__icon{border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.action-card__label{font-size:1rem;font-weight:600}.xp-section{margin-top:.75rem}.xp-labels{color:var(--surface-400);justify-content:space-between;margin-bottom:.5rem;font-size:.8rem;font-weight:500;display:flex}.xp-bar{background:var(--surface-600);border-radius:var(--radius-full);width:100%;height:10px;overflow:hidden}.xp-bar__fill{background:var(--gradient-primary);border-radius:var(--radius-full);height:100%;transition:width .6s;position:relative}.xp-bar__fill:after{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);animation:2s infinite shimmer;position:absolute;inset:0}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes ls-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}@keyframes ls-bar{0%{width:0%;margin-left:0}50%{width:70%;margin-left:0}to{width:0%;margin-left:100%}}@keyframes hb-draw{0%{stroke-dashoffset:300px;opacity:.3}40%{stroke-dashoffset:0;opacity:1}80%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:-300px;opacity:.3}}polyline{stroke-dasharray:300;stroke-dashoffset:300px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.donut-wrapper{flex-shrink:0;width:100px;height:100px;position:relative}.donut-wrapper svg{width:100%;height:100%}.donut-center{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.donut-value{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.5rem;font-weight:800}.donut-label{color:var(--surface-400);font-size:.65rem;font-weight:600}.btn-primary{background:var(--gradient-primary);color:#fff;border-radius:var(--radius);box-shadow:var(--shadow-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary:hover{box-shadow:var(--shadow-glow);transform:translateY(-2px)}.btn-primary--full{width:100%}.btn-secondary{background:var(--surface-600);color:var(--surface-100);border-radius:var(--radius);border:1px solid #ffffff14;padding:.6rem 1.25rem;font-weight:600}.btn-secondary:hover{background:var(--surface-500)}.login-page{background:var(--surface-800);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.login-page:before{content:"";pointer-events:none;background:radial-gradient(circle,#135bec26,#0000 70%);width:600px;height:600px;position:absolute;top:-30%;right:-20%}.login-card{background:var(--surface-700);border-radius:var(--radius-xl);width:100%;max-width:420px;box-shadow:var(--shadow-lg);border:1px solid #ffffff14;padding:2.5rem}.login-card__brand{text-align:center;margin-bottom:2rem}.login-card__brand img{border-radius:var(--radius-lg);width:56px;height:56px;margin-bottom:.75rem}.login-card__brand h2{color:var(--surface-300);font-size:.95rem;font-weight:600}.login-card h1{text-align:center;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.login-card__sub{text-align:center;color:var(--surface-400);margin-bottom:1.5rem;font-size:.9rem}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--surface-200);margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.form-group input{background:var(--surface-600);border-radius:var(--radius);width:100%;color:var(--surface-50);font-family:var(--font);border:1px solid #ffffff1a;padding:.75rem 1rem;font-size:.9rem;transition:all .2s}.form-group input:focus{border-color:var(--primary-500);outline:none;box-shadow:0 0 0 3px #135bec26}.form-group input::placeholder{color:var(--surface-500)}.login-error{color:var(--accent-red);border-radius:var(--radius);background:#ef44441f;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem}.login-divider{text-align:center;color:var(--surface-500);margin:1.25rem 0;font-size:.85rem}.btn-google{background:var(--surface-600);border-radius:var(--radius);width:100%;color:var(--surface-100);border:1px solid #ffffff1a;justify-content:center;align-items:center;gap:.75rem;padding:.75rem;font-size:.9rem;font-weight:600;display:flex}.btn-google:hover{background:var(--surface-500)}.login-footer{text-align:center;color:var(--surface-400);margin-top:1.5rem;font-size:.85rem}.login-footer a{color:var(--primary-400);font-weight:600}.profile-card{background:var(--surface-700);border-radius:var(--radius-lg);border:1px solid #ffffff0f;align-items:center;gap:1.25rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.profile-card:before{content:"";background:var(--gradient-primary);height:3px;position:absolute;top:0;left:0;right:0}.profile-card__avatar{border-radius:var(--radius-full);border:3px solid var(--primary-500);flex-shrink:0;width:64px;height:64px;overflow:hidden}.profile-card__avatar img{object-fit:cover;width:100%;height:100%}.profile-card__name{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.25rem;font-weight:800}.profile-card__level{color:var(--surface-400);font-size:.85rem;font-weight:500}.profile-card__streak{text-align:center;margin-left:auto}.profile-card__streak-value{color:var(--accent-amber);font-size:1.25rem;font-weight:800}.profile-card__streak-label{color:var(--surface-400);font-size:.7rem}@media (width<=968px){.app-layout{flex-direction:column}.sidebar{z-index:1001;height:100vh;transition:transform .3s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.open{transform:translate(0);box-shadow:4px 0 24px #00000080}.sidebar-backdrop{display:block!important}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.stat-card{padding:.75rem .5rem}.stat-card__value{font-size:1.25rem}.stat-card__sub{font-size:.7rem}.donut-wrapper{width:60px;height:60px}.donut-value{font-size:1.1rem}.stat-card__label{font-size:.75rem}.mobile-menu-btn{display:none!important}.main-content{padding-bottom:calc(65px + env(safe-area-inset-bottom))}}@media (width<=768px){.page{padding:1rem .75rem}.card,.stat-card,.action-card{padding:1rem}.test-review-page{padding:1rem .5rem 3rem}.test-runner-content{padding:1rem .5rem}.test-runner-option{padding:1rem .75rem}.tutor-feedback-panel,.test-review-header,.test-review-item{padding:1rem}}.sidebar-backdrop{display:none}.mobile-menu-btn{color:var(--surface-200);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.bottom-nav{display:none}@media (width<=968px){.bottom-nav{-webkit-backdrop-filter:blur(16px);padding:.6rem .5rem calc(.6rem + env(safe-area-inset-bottom));z-index:998;scrollbar-width:none;background:#0f172ad9;border-top:1px solid #ffffff14;justify-content:flex-start;align-items:center;gap:5px;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-x:auto}.bottom-nav::-webkit-scrollbar{display:none}.bottom-nav__link{color:var(--surface-400);border-radius:var(--radius);cursor:pointer;font-size:.65rem;font-weight:500;font-family:var(--font);touch-action:manipulation;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:.3rem;min-width:65px;padding:.25rem .5rem;text-decoration:none;transition:all .15s;display:flex}.bottom-nav__link:hover{color:var(--surface-200)}.bottom-nav__link:active{color:var(--primary-300);transform:scale(.94)}.bottom-nav__link--active{color:var(--primary-400);font-weight:600}}.grid-2-responsive{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=768px){.grid-2-responsive{grid-template-columns:1fr}}.grid-auto-responsive{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.mobile-swipe-hint{color:var(--text-tertiary);text-align:right;margin-bottom:.5rem;padding-right:.5rem;font-size:.75rem;font-style:italic;animation:2s infinite pulse-hint;display:none}@keyframes pulse-hint{0%,to{opacity:.7;transform:translate(0)}50%{opacity:1;transform:translate(3px)}}@media (width<=768px){.mobile-swipe-hint{display:block}.grid-auto-responsive{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;margin-right:-2rem;padding-bottom:.75rem;padding-right:2rem;display:flex;overflow-x:auto}.grid-auto-responsive::-webkit-scrollbar{display:none}.grid-auto-responsive>*{scroll-snap-align:center;flex:0 0 85%}}
