:root{--brand-primary:#5e8e3b;--brand-navy:#4a321a;--brand-cyan:#5e8e3b;--brand-gold:#eaa135;--brand-accent:#eaa135;--bg-portal:#faf6ee;--bg-surface:#fff;--border-light:#e8e0d2;--text-primary:#2e1e12;--text-secondary:#5e4e40;--text-muted:#9a8a7a;--status-success:#16a34a;--status-warning:#f59e0b;--status-error:#ef4444;--status-info:#0ea5e9;--sidebar-width:260px;--header-height:70px;--border-radius-lg:16px;--border-radius-md:12px;--border-radius-sm:8px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0f3d2414, 0 2px 4px -1px #0f3d240a;--shadow-lg:0 10px 15px -3px #0f3d2414, 0 4px 6px -2px #0f3d240a;--shadow-hover:0 10px 25px -5px #0f3d2426, 0 8px 10px -6px #0f3d241a;--transition-smooth:.2s ease-in-out}body.theme-primary{--brand-navy:#ff6b6b;--brand-cyan:#4ecdc4;--brand-gold:#ffe66d;--bg-portal:#f7fff7;--bg-surface:#fff;--border-radius-lg:24px;--border-radius-md:16px;--border-radius-sm:12px;--shadow-sm:0 4px 0px 0 #0000000d;--shadow-hover:0 6px 0px 0 #0000001a;--font-family:"Quicksand", "Comic Sans MS", system-ui, sans-serif}body.theme-alevel{--brand-navy:#7a0b0b;--brand-cyan:#d4af37;--brand-gold:#d4af37;--bg-portal:#1a0505;--bg-surface:#2b0b0b;--border-light:#4a1515;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--border-radius-lg:4px;--border-radius-md:2px;--border-radius-sm:0px;--font-family:"Georgia", "Times New Roman", serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-portal);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5;font-family:var(--font-family,"Inter", "Segoe UI", system-ui, sans-serif);transition:background-color .5s,color .5s,font-size .5s}.glass-panel{background:var(--bg-surface);border:2px solid var(--border-light);border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);transition:var(--transition-smooth)}.glass-panel:hover{box-shadow:var(--shadow-hover);border-color:#cbd5e1;transform:translateY(-2px)}.app-container{background:var(--bg-portal);min-height:100vh;display:flex}.main-content{margin-left:var(--sidebar-width);transition:margin var(--transition-smooth);background:var(--bg-portal);flex:1;padding:40px}.full-content{background:0 0;flex:1;width:100%;min-height:100vh;margin:0;padding:0}@media (width<=768px){.main-content{margin-left:0;padding:20px}}h1{color:var(--brand-navy);letter-spacing:-.02em;margin-bottom:24px;font-size:2.25rem;font-weight:800}h2{color:var(--brand-navy);margin-bottom:16px;font-size:1.5rem;font-weight:700}h3{color:var(--text-primary);margin-bottom:12px;font-size:1.25rem;font-weight:700}p{color:var(--text-secondary);margin-bottom:16px;font-size:1rem}.text-gradient{color:var(--brand-cyan);font-weight:800}.btn{border-radius:var(--border-radius-sm);cursor:pointer;transition:all var(--transition-smooth);border:none;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:1rem;font-weight:700;display:inline-flex}.btn-primary{background-color:var(--brand-cyan);color:#fff;border-bottom:4px solid #2563eb}.btn-primary:hover{background-color:#60a5fa;border-bottom-width:2px;margin-top:2px;transform:translateY(2px)}.btn-secondary{color:var(--text-primary);border:2px solid var(--border-light);border-bottom:4px solid var(--border-light);background-color:#fff}.btn-secondary:hover{background-color:#f8fafc;border-bottom-width:2px;margin-top:2px;transform:translateY(2px)}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=1024px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(1,1fr)}}@media (width<=768px){.grid-2,.grid-4{grid-template-columns:1fr}}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:6px 12px;font-size:.75rem;font-weight:700;display:inline-block}.badge-warning{color:#d97706;background:#fef3c7;border:2px solid #fde68a}.badge-info{color:#2563eb;background:#dbeafe;border:2px solid #bfdbfe}.badge-success{color:#059669;background:#d1fae5;border:2px solid #a7f3d0}.badge-cyan{color:#0284c7;background:#e0f2fe;border:2px solid #bae6fd}.progress-container{background:var(--border-light);border-radius:10px;width:100%;height:12px;margin-top:8px;overflow:hidden}.progress-fill{border-radius:10px;height:100%;transition:width 1s ease-in-out}.progress-fill.gold{background:var(--status-warning)}.progress-fill.blue{background:var(--brand-cyan)}.progress-fill.green{background:var(--status-success)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-portal)}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}body.theme-focus aside.sidebar,body.theme-focus .sidebar{opacity:0;transition:all .5s cubic-bezier(.4,0,.2,1);transform:translate(-100%);pointer-events:none!important;display:block!important}body.theme-focus .main-content{max-width:1000px;margin:0 auto;padding:60px 40px;transition:all .5s cubic-bezier(.4,0,.2,1);margin-left:0!important}body.theme-focus .grid-2,body.theme-focus .grid-3,body.theme-focus .grid-4{grid-template-columns:1fr!important}body.theme-focus .math-badge,body.theme-focus .equation-display,body.theme-focus .equation-box{min-width:max-content;margin:20px auto;white-space:nowrap!important;flex-shrink:0!important;font-size:3rem!important}body.theme-focus .header-stats,body.theme-focus .roadmap-container,body.theme-focus .topic-card p{opacity:.15;transition:opacity .3s}body.theme-focus .header-stats:hover,body.theme-focus .roadmap-container:hover,body.theme-focus .topic-card p:hover{opacity:1}body.theme-simplified{--font-family:"Comic Sans MS", "Arial Rounded MT Bold", sans-serif;letter-spacing:.02em;font-size:110%}body.theme-simplified p{font-size:1.15rem;line-height:1.8}body.theme-simplified .glass-panel{border:4px solid var(--border-light);box-shadow:none}body.theme-simplified .btn{border-radius:20px;padding:16px 32px;font-size:1.2rem}body.theme-tint-cream{--bg-portal:#fdf6e3;--bg-surface:#fffcf0}body.theme-tint-blue{--bg-portal:#ebf8ff;--bg-surface:#f0faff}body.theme-tint-green{--bg-portal:#f0fff4;--bg-surface:#f7fff9}body.theme-focus-tracking p:hover,body.theme-focus-tracking li:hover,body.theme-focus-tracking .equation-box:hover{background:#3b82f614;border-radius:4px;transition:all .2s;box-shadow:0 0 0 8px #3b82f614}@keyframes celebrate{0%{transform:scale(1)}50%{filter:brightness(1.2);transform:scale(1.1)rotate(2deg)}to{transform:scale(1)}}.animate-celebrate{animation:.6s cubic-bezier(.175,.885,.32,1.275) celebrate}.confetti-piece{background:var(--brand-gold);opacity:0;width:10px;height:10px;animation:1.5s ease-out forwards fall;position:absolute;top:0}@keyframes fall{0%{opacity:1;transform:translateY(-50px)rotate(0)}to{opacity:0;transform:translateY(200px)rotate(360deg)}}.break-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0a192fb3;justify-content:center;align-items:center;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.break-modal{text-align:center;background:#fff;border-radius:20px;width:90%;max-width:450px;padding:40px;box-shadow:0 20px 50px #0000004d}.break-icon{margin-bottom:20px;font-size:3rem}.break-modal h3{color:var(--brand-navy);margin-bottom:15px}.break-modal p{color:var(--text-muted);margin-bottom:30px;line-height:1.6}.break-actions{justify-content:center;gap:15px;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sidebar{width:var(--sidebar-width);background-color:var(--bg-surface);border-right:2px solid var(--border-light);height:100vh;color:var(--text-primary);z-index:1000;flex-direction:column;padding:32px 16px;display:flex;position:fixed;top:0;left:0}@media (width<=768px){.sidebar{transform:translate(-100%)}}.sidebar-header{align-items:center;gap:16px;margin-bottom:32px;padding:0 12px;display:flex}.logo-icon{flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.sidebar-header h2{color:var(--brand-navy);letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:800}.sidebar-stats{gap:8px;margin-bottom:32px;padding:0 12px;display:flex}.stat-pill{background:var(--bg-portal);border:2px solid var(--border-light);color:var(--text-primary);border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:700;display:flex}.stat-pill.streak{color:var(--status-warning);background:#fffbeb;border-color:#fde68a}.stat-pill.xp{color:var(--brand-primary);background:#f0fdf4;border-color:#bbf7d0}.sidebar-nav{scrollbar-width:none;flex-direction:column;flex:1;gap:8px;margin-bottom:16px;display:flex;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-footer{border-top:2px solid var(--border-light);flex-direction:column;gap:8px;margin-top:auto;padding-top:16px;display:flex}.nav-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-top:24px;margin-bottom:8px;padding:0 16px;font-size:.75rem;font-weight:800}.nav-item{border-radius:var(--border-radius-md);color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:2px solid #0000;align-items:center;gap:12px;padding:14px 16px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.nav-item:hover{background:var(--bg-portal);color:var(--brand-navy);transform:translate(4px)}.nav-item.active{color:var(--brand-primary);background-color:#f0fdf4;border:2px solid #bbf7d0;box-shadow:0 4px 6px -1px #16a34a1a}.nav-item .icon{opacity:.9;font-size:1.25rem}.sidebar-profile{align-items:center;gap:12px;margin-top:12px;display:flex}.avatar{background-color:var(--brand-cyan);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:800;display:flex}.profile-info .name{color:var(--brand-navy);margin:0;font-size:.95rem;font-weight:700}.profile-info .grade{color:var(--text-muted);margin:0;font-size:.8rem;font-weight:600}.dashboard-view{max-width:1200px;margin:0 auto}.animate-fade-in{animation:.4s ease-out fadeIn}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-header{border-bottom:1px solid var(--border-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;padding-bottom:24px;display:flex}.whats-next-card{border-radius:var(--border-radius-lg);border-left:4px solid var(--brand-cyan);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px;padding:24px 28px;display:flex}.wn-left{flex:1;min-width:200px}.wn-eyebrow{text-transform:uppercase;letter-spacing:1px;color:var(--brand-cyan);margin-bottom:6px;font-size:.72rem;font-weight:800;display:block}.wn-title{margin:0 0 6px;font-size:1.35rem;font-weight:800}.wn-desc{color:var(--text-secondary);margin:0;font-size:.88rem}.wn-actions{flex-wrap:wrap;flex-shrink:0;gap:10px;display:flex}.header-stats{gap:32px;display:flex}.header-stats .stat{flex-direction:column;align-items:flex-end;display:flex}.header-stats .value{color:var(--brand-navy);font-size:1.75rem;font-weight:800}.header-stats .label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.recommendation-hero{background-color:var(--brand-navy);color:#fff;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);justify-content:space-between;align-items:center;margin-bottom:48px;padding:48px;display:flex}.hero-content{max-width:60%}.hero-content h2{color:#fff;margin-top:16px;font-size:2.25rem;line-height:1.1}.hero-content p{color:#fffc;margin-bottom:32px;font-size:1rem}.hero-actions{gap:16px;display:flex}.hero-actions .btn-secondary{color:#fff;background-color:#ffffff1a;border-color:#fff3}.math-badge{border-radius:var(--border-radius-md);color:var(--brand-cyan);background:#ffffff0d;border:1px solid #ffffff1a;padding:32px;font-family:Fira Code,monospace;font-size:2rem;font-weight:700}.section-title{color:var(--brand-navy);text-transform:uppercase;letter-spacing:.025em;margin-bottom:24px;font-size:1.25rem;font-weight:800}.mastery-card{padding:24px}.card-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.card-header h4{color:var(--brand-navy);margin:0;font-size:1rem;font-weight:700}.card-subtext{color:var(--text-muted);margin-top:8px;margin-bottom:0;font-size:.8rem;font-weight:600}.mt-40{margin-top:48px}.list-card{padding:32px}.list-card h3{border-bottom:2px solid var(--border-light);color:var(--brand-navy);margin-bottom:24px;padding-bottom:16px;font-size:1.15rem}.action-list,.activity-list{flex-direction:column;gap:12px;list-style:none;display:flex}.action-list li,.activity-list li{background-color:var(--bg-portal);border:1px solid var(--border-light);border-radius:var(--border-radius-sm);justify-content:space-between;align-items:center;padding:16px;transition:all .2s;display:flex}.action-list li:hover{border-color:var(--brand-cyan);background-color:#fff}.task-info,.activity-list li{flex-direction:column;display:flex}.task-info strong,.activity-list strong{color:var(--text-primary);font-size:.95rem}.task-info span,.activity-list span{color:var(--text-muted);font-size:.85rem}.time{color:var(--brand-cyan);text-transform:uppercase;margin-bottom:4px;font-size:.7rem;font-weight:700}.icon-btn{color:var(--brand-navy);cursor:pointer;background:0 0;border:none;font-size:1.25rem;transition:transform .2s}.icon-btn:hover{color:var(--brand-cyan)}.loading-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.spinner{border:4px solid var(--border-light);border-top-color:var(--brand-navy);border-radius:50%;width:48px;height:48px;margin-bottom:24px;animation:1s linear infinite spin}.subject-switcher-row{gap:12px;margin-bottom:32px;padding-bottom:8px;display:flex;overflow-x:auto}.subject-pill{border:1px solid var(--border-light);color:var(--text-primary);cursor:pointer;white-space:nowrap;background:#ffffff08;border-radius:20px;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.subject-pill:hover{background:#ffffff14;border-color:#f59e0b66;transform:translateY(-1px)}.subject-pill.active{background:var(--brand-navy);border-color:var(--brand-cyan);color:#fff;box-shadow:0 4px 12px #0f3d2433}.subject-icon{font-size:1rem}.phone-mockup{width:320px;height:540px;box-shadow:var(--shadow-lg), 0 25px 50px -12px #00000040;background:#f4f4f4;border:12px solid #222;border-radius:36px;flex-shrink:0;position:relative;overflow:hidden}.phone-notch{z-index:10;background:#222;border-bottom-right-radius:12px;border-bottom-left-radius:12px;width:110px;height:18px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-screen{background-color:#efeae2;flex-direction:column;height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.wa-chat-header{color:#fff;z-index:5;background-color:#075e54;align-items:center;gap:10px;padding:24px 15px 10px;display:flex;box-shadow:0 1px 3px #00000026}.wa-avatar{background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.5rem;display:flex}.wa-info{flex-direction:column;display:flex}.wa-name{font-size:.88rem;font-weight:700;line-height:1.2}.wa-status{opacity:.8;font-size:.68rem}.wa-chat-body{background-image:radial-gradient(#0000000a 1px,#0000 0);background-size:10px 10px;flex-direction:column;flex:1;gap:10px;padding:12px;display:flex;overflow-y:auto}.wa-encryption-note{color:#5d4037;text-align:center;background-color:#ffe082;border-radius:8px;margin-bottom:8px;padding:8px 12px;font-size:.68rem;line-height:1.3;box-shadow:0 1px 1px #0000000d}.wa-bubble-container{justify-content:flex-start;width:100%;display:flex}.wa-message-bubble{background-color:#fff;border-radius:0 8px 8px;flex-direction:column;gap:3px;max-width:90%;padding:8px 10px 4px;animation:.25s ease-out wa-pop-bubble;display:flex;box-shadow:0 1px 2px #0000001a}.wa-msg-text{color:#303030;margin:0;font-size:.82rem;line-height:1.4}.wa-msg-text strong{color:#111;font-weight:700}.wa-msg-time{color:#8c8c8c;align-self:flex-end;font-size:.62rem}.wa-chat-footer{text-align:center;background:#f0f0f0;border-top:1px solid #e0e0e0;padding:12px}.wa-footer-text{color:#7f8c8d;font-size:.72rem;font-style:italic;font-weight:600}@keyframes wa-pop-bubble{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2)format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff)format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff)format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff)format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2)format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff)format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2)format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff)format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2)format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff)format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2)format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff)format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2)format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff)format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2)format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff)format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff)format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff)format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff)format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2)format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff)format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2)format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff)format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2)format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff)format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC)format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff)format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2)format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff)format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2)format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff)format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf)format("truetype")}.katex{text-indent:0;text-rendering:auto;font:1.21em/1.2 KaTeX_Main,Times New Roman,serif;position:relative}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.16.45"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{white-space:nowrap;width:min-content;position:relative}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;table-layout:fixed;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{vertical-align:bottom;width:2px;min-width:2px;font-size:1px;display:table-cell}.katex .vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{flex-direction:row;display:inline-flex}.katex .thinbox{width:0;max-width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{line-height:0;display:inline}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.root{margin-left:.277778em;margin-right:-.555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.833333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.857143em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55429em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.416667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.833333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.833333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.833333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.833173em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.833601em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{width:.12em;display:inline-block}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{min-width:1px;display:inline-block}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;min-width:0;max-width:none;min-height:0;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{width:50.2%;position:absolute;left:0;overflow:hidden}.katex .halfarrow-right{width:50.2%;position:absolute;right:0;overflow:hidden}.katex .brace-left{width:25.1%;position:absolute;left:0;overflow:hidden}.katex .brace-center{width:50%;position:absolute;left:25%;overflow:hidden}.katex .brace-right{width:25.1%;position:absolute;right:0;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}.tutor-room-container{grid-template-columns:320px 1fr 400px;gap:24px;max-width:1800px;height:calc(100vh - 40px);margin:0 auto;padding:20px;display:grid}.curriculum-sidebar{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:var(--border-radius-lg);background:#0a0f1e66;border:1px solid #ffffff1a;flex-direction:column;gap:16px;padding:24px;display:flex;overflow-y:auto}.topic-header-flex{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.cambridge-badge{color:var(--brand-cyan);letter-spacing:1px;text-transform:uppercase;background:#3b82f61a;border:1px solid #3b82f633;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:800}.curriculum-sidebar h4{color:var(--brand-cyan);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px;font-size:.85rem;font-weight:700}.progress-step{border-radius:var(--border-radius-md);cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;gap:16px;padding:16px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.progress-step:hover{background:#ffffff0d;transform:translate(4px)}.progress-step.active{background:rgba(var(--brand-cyan-rgb), .1);border-color:rgba(var(--brand-cyan-rgb), .4);box-shadow:0 4px 20px #0003}.reasoning-state-box{border-radius:var(--border-radius-md);background:#ffffff05;border:1px solid;padding:14px 16px;transition:border-color .5s,background .5s}.rs-label{align-items:center;gap:10px;margin-bottom:4px;font-size:.85rem;display:flex}.rs-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite rs-pulse}@keyframes rs-pulse{0%,to{opacity:1}50%{opacity:.4}}.rs-hint{color:var(--text-muted);margin:0;font-size:.78rem}.ai-hint-box{background:#eab30814;border-left:3px solid #eab308;border-radius:8px;margin-top:10px;padding:10px 12px;font-size:.82rem}.ai-hint-box p{color:#ffffffd9;margin:4px 0 0}.hint-tag{color:#eab308;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:800}.progress-step.completed{opacity:.5}.step-indicator{border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex}.progress-step.active .step-indicator{border-color:var(--brand-cyan);color:var(--brand-cyan);box-shadow:0 0 15px rgba(var(--brand-cyan-rgb), .4)}.progress-step.completed .step-indicator{background:var(--brand-cyan);border-color:var(--brand-cyan);color:#000}.step-label{color:#fffc;font-size:.9rem;line-height:1.4}.progress-step.active .step-label{color:#fff;font-weight:500}.workspace-panel{flex-direction:column;gap:20px;display:flex;overflow-y:auto}.problem-display{border-radius:var(--border-radius-lg);border:1px solid var(--border-light);background:#ffffff08;padding:32px;position:relative;overflow:hidden}.problem-display h3{margin-bottom:16px;font-size:1.4rem;line-height:1.5}.chat-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--border-radius-lg);background:#0a0f1e99;border:1px solid #ffffff1a;flex-direction:column;height:100%;display:flex}.panel-header{border-bottom:1px solid #ffffff0d;align-items:center;gap:16px;padding:20px 24px;display:flex}.ai-avatar{background:linear-gradient(135deg, var(--brand-cyan), var(--brand-blue));width:44px;height:44px;box-shadow:0 4px 15px rgba(var(--brand-cyan-rgb), .3);border-radius:12px;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.tutor-info h3{margin:0;font-size:1rem;font-weight:700}.tutor-info p{color:var(--brand-cyan);text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:.75rem;font-weight:600}.chat-history{flex-direction:column;flex:1;gap:20px;padding:24px;display:flex;overflow-y:auto}.message-wrapper{gap:12px;max-width:85%;display:flex}.message-wrapper.user{flex-direction:row-reverse;align-self:flex-end}.message-bubble{border-radius:16px;padding:14px 18px;font-size:.95rem;line-height:1.6;position:relative}.message-wrapper.system .message-bubble{background:#ffffff0d;border:1px solid #ffffff1a;border-bottom-left-radius:4px}.message-wrapper.user .message-bubble{background:linear-gradient(135deg, var(--brand-cyan), var(--brand-blue));color:#000;border-bottom-right-radius:4px;font-weight:500}.input-area{background:#0003;border-top:1px solid #ffffff0d;padding:24px}.input-wrapper{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;gap:12px;padding:8px 8px 8px 16px;transition:all .3s;display:flex}.input-wrapper:focus-within{border-color:var(--brand-cyan);box-shadow:0 0 20px rgba(var(--brand-cyan-rgb), .1);background:#ffffff14}.chat-input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:8px 0;font-size:.95rem}.send-btn{background:var(--brand-cyan);color:#000;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .3s;display:flex}.send-btn:hover{filter:brightness(1.1);transform:scale(1.05)}.send-btn:disabled{color:#ffffff4d;cursor:not-allowed;background:#ffffff1a}.scratchpad{border-radius:var(--border-radius-md);background:#ffffff05;border:1px dashed #ffffff1a;padding:16px}.scratch-input{color:#fff9;resize:vertical;background:0 0;border:none;outline:none;width:100%;min-height:80px;font-family:Courier New,Courier,monospace;font-size:.9rem}.diagnostic-view{justify-content:center;align-items:center;max-width:800px;min-height:80vh;margin:40px auto;display:flex}.diagnostic-card{text-align:center;width:100%;padding:48px}.intro-slide h1{margin-top:16px;font-size:2.5rem;line-height:1.2}.intro-features{flex-direction:column;align-items:center;gap:16px;margin-top:32px;list-style:none;display:flex}.intro-features li{width:fit-content;color:var(--text-secondary);background:#ffffff0d;border-radius:30px;padding:12px 24px;font-weight:500}.test-slide{text-align:left}.test-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.step-count{color:var(--text-muted);font-size:.9rem;font-weight:600}.progress-mini{background:#ffffff0d;border-radius:3px;width:200px;height:6px;overflow:hidden}.progress-mini .fill{background:var(--accent-blue);height:100%;transition:width .3s}.category-tag{color:var(--accent-purple);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:700}.question-text{color:#fff;margin-top:12px;margin-bottom:32px;font-size:1.75rem}.option-btn{border-radius:var(--border-radius-md);color:var(--text-primary);cursor:pointer;text-align:left;background:#ffffff08;border:1px solid #ffffff14;align-items:center;gap:16px;padding:24px;font-size:1.1rem;font-weight:500;transition:all .2s;display:flex}.option-btn:hover{border-color:var(--accent-blue);background:#00e5ff0d;transform:translateY(-2px)}.option-letter{width:32px;height:32px;color:var(--accent-blue);background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;font-weight:700;display:flex}.ai-loader{width:80px;height:80px;margin:0 auto 32px;position:relative}.pulse-circle{border:2px solid var(--accent-blue);opacity:0;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(0,.2,.8,1) infinite ripple;position:absolute}.delay-1{animation-delay:1s}@keyframes ripple{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(1.5)}}.skill-map-container{text-align:left;margin:40px 0}.skill-bars{flex-direction:column;gap:20px;margin-top:24px;display:flex}.skill-item .skill-info{justify-content:space-between;margin-bottom:8px;display:flex}@media (width<=600px){.options-grid{grid-template-columns:1fr}.diagnostic-card{padding:24px}}.roadmap-container{max-width:1200px;margin:0 auto;padding:30px}.roadmap-header{margin-bottom:40px}.roadmap-header h1{color:var(--navy-800);margin-bottom:10px;font-size:2.5rem}.roadmap-header p{color:var(--navy-600);font-size:1.1rem}.roadmap-layout{grid-template-columns:280px 1fr;gap:30px;display:grid}.domain-sidebar{border-radius:12px;height:fit-content;padding:20px;position:sticky;top:30px}.domain-sidebar h3{color:var(--navy-800);border-bottom:1px solid var(--navy-100);margin-top:0;margin-bottom:20px;padding-bottom:15px;font-size:1.2rem}.domain-list{flex-direction:column;gap:10px;display:flex}.domain-btn{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;padding:15px;transition:all .2s;position:relative}.domain-btn:hover{background:var(--navy-50)}.domain-btn.active{background:var(--cyan)}.domain-btn.active .domain-name{color:#fff}.domain-btn-content{justify-content:space-between;align-items:center;display:flex}.domain-name{color:var(--navy-700);font-weight:600}.mastery-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.mastery-dot.mastered{background:var(--success)}.mastery-dot.developing{background:var(--warning)}.mastery-dot.beginner{background:var(--danger)}.domain-btn.active .mastery-dot{box-shadow:0 0 0 2px #fff}.topics-area{flex-direction:column;gap:20px;display:flex}.topic-card{border:1px solid var(--navy-100);border-radius:12px;transition:all .3s;overflow:hidden}.topic-card:hover{box-shadow:var(--shadow-md);border-color:var(--navy-200)}.topic-header{cursor:pointer;background:#fff;justify-content:space-between;align-items:center;padding:20px 25px;display:flex}.topic-title{align-items:center;gap:15px;display:flex}.topic-number{background:var(--navy-100);color:var(--navy-800);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;font-weight:700;display:flex}.topic-header h3{color:var(--navy-800);margin:0;font-size:1.2rem}.expand-icon{color:var(--navy-400);font-size:1.5rem;font-weight:300}.skills-list{background:var(--bg-color);border-top:1px solid var(--navy-100);padding:0 25px 25px}.skill-item{border-bottom:1px solid var(--navy-200);justify-content:space-between;align-items:center;padding:20px 0;display:flex}.skill-item:last-child{border-bottom:none;padding-bottom:0}.skill-info{align-items:center;gap:15px;display:flex}.status-indicator{border-radius:50%;flex-shrink:0;width:14px;height:14px}.status-indicator.mastered{background:var(--success);box-shadow:0 0 10px #22c55e4d}.status-indicator.developing{background:var(--warning);box-shadow:0 0 10px #eab3084d}.status-indicator.not-started{background:var(--navy-200)}.skill-title-group{flex-direction:column;gap:2px;display:flex}.skill-title{color:var(--navy-700);font-size:1.1rem;font-weight:500}.cambridge-code{color:var(--cyan);letter-spacing:.5px;text-transform:uppercase;font-size:.75rem;font-weight:700}.skill-actions{gap:10px;display:flex}@media (width<=900px){.roadmap-layout{grid-template-columns:1fr}.domain-sidebar{position:relative;top:0}.domain-list{flex-direction:row;padding-bottom:5px;overflow-x:auto}.domain-btn{white-space:nowrap}}@media (width<=600px){.skill-item{flex-direction:column;align-items:flex-start;gap:15px}.skill-actions{width:100%}.skill-actions button{flex:1}}.exam-room{flex-direction:column;gap:20px;min-height:calc(100vh - 64px);padding:20px;display:flex}.exam-room.results-mode{width:100%;max-width:1200px;margin:0 auto}.briefing-card{text-align:center;border-radius:var(--border-radius-lg);max-width:720px;margin:40px auto;padding:56px}.briefing-card h1{margin:16px 0 8px;font-size:2.5rem}.briefing-subtitle{color:var(--text-secondary);margin-bottom:40px}.briefing-badge{margin-bottom:16px}.briefing-stats{justify-content:center;gap:48px;margin-bottom:40px;display:flex}.b-stat{flex-direction:column;gap:4px;display:flex}.b-val{color:var(--brand-cyan);font-size:2rem;font-weight:800}.b-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.briefing-rules{text-align:left;border-radius:var(--border-radius-md);margin-bottom:24px;padding:24px}.briefing-rules h3{margin-bottom:12px;font-size:1rem}.briefing-rules ul{color:var(--text-secondary);flex-direction:column;gap:6px;padding-left:20px;font-size:.9rem;display:flex}.briefing-boundaries{border-radius:var(--border-radius-md);margin-bottom:32px;padding:20px}.briefing-boundaries h3{margin-bottom:16px;font-size:1rem}.boundary-row{justify-content:center;gap:12px;display:flex}.boundary-item{border-radius:var(--border-radius-sm);background:#ffffff05;border:2px solid;flex-direction:column;align-items:center;gap:4px;padding:12px 20px;display:flex}.b-grade{font-size:1.5rem;font-weight:800}.b-min{color:var(--text-muted);font-size:.75rem}.btn-large{padding:16px 48px;font-size:1.1rem}.exam-header{justify-content:space-between;align-items:center;gap:24px;padding:16px 24px;display:flex}.exam-info{flex:1;align-items:center;gap:16px;display:flex}.exam-progress-mini{background:#ffffff1a;border-radius:4px;width:160px;height:4px;overflow:hidden}.mini-bar{background:var(--brand-cyan);border-radius:4px;height:100%;transition:width .4s}.exam-progress-text{color:var(--text-muted);white-space:nowrap;font-size:.8rem}.timer-box{border-radius:var(--border-radius-md);text-align:center;background:#0000004d;border:1px solid #ffffff1a;min-width:130px;padding:10px 20px}.timer-box.warning{background:#eab30814;border-color:#eab308}.timer-box.critical{background:#ef444414;border-color:#ef4444;animation:1s infinite pulse-red}@keyframes pulse-red{0%{box-shadow:0 0 #ef444466}to{box-shadow:0 0 10px 4px #ef444433}}.timer-box .label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.65rem;display:block}.timer-box .value{color:var(--brand-cyan);font-family:Courier New,monospace;font-size:1.4rem;font-weight:800;display:block}.timer-box.warning .value{color:#eab308}.timer-box.critical .value{color:#ef4444}.exam-meta{color:var(--text-muted);align-items:center;gap:12px;font-size:.85rem;display:flex}.btn-danger{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:8px 16px;font-weight:700;transition:all .2s}.btn-danger:hover{background:#dc2626;transform:translateY(-1px)}.exam-main{flex:1;gap:20px;display:flex}.exam-nav{flex-direction:column;flex-shrink:0;gap:16px;width:220px;padding:20px;display:flex}.exam-nav h3{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);font-size:.85rem}.nav-grid{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.nav-btn{height:36px;color:var(--text-muted);cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:6px;font-size:.75rem;font-weight:700;transition:all .15s}.nav-btn:hover{background:#ffffff0f}.nav-btn.active{border-color:var(--brand-cyan);color:var(--brand-cyan);background:#3b82f614}.nav-btn.answered{color:#fff;background:#ffffff14;border-color:#fff3}.nav-btn.flagged{border-color:#eab308;font-size:.8rem}.nav-legend{color:var(--text-muted);flex-direction:column;gap:6px;font-size:.75rem;display:flex}.legend-item{align-items:center;gap:8px;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot.answered{background:#fff6}.dot.flagged-dot{background:#eab308}.dot.unanswered{background:#ffffff14;border:1px solid #fff3}.exam-rules{color:var(--text-secondary);background:#ef44440f;border:1px solid #ef444433;border-radius:8px;padding:12px;font-size:.78rem}.exam-rules p{color:#ef4444;margin:0 0 6px;font-weight:700}.exam-rules ul{margin:0;padding-left:14px}.exam-rules li{margin-bottom:4px}.question-panel{flex-direction:column;flex:1;padding:36px;display:flex;overflow-y:auto}.panel-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.q-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.q-right{align-items:center;gap:12px;display:flex}.marks-badge{color:var(--brand-gold,#fbbf24);font-size:.85rem;font-weight:700}.q-num{color:var(--text-muted);font-size:.85rem}.flag-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:6px;padding:4px 10px;font-size:.8rem;transition:all .2s}.flag-btn:hover{color:#eab308;border-color:#eab308}.flag-btn.flagged{color:#eab308;background:#eab30814;border-color:#eab308}.question-text{color:#fff;margin-bottom:36px;font-size:1.5rem;line-height:1.6}.question-text p{margin:0}.options-grid{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.option-btn{border-radius:var(--border-radius-md);cursor:pointer;text-align:left;color:var(--text-primary,#f8fafc);background:#ffffff05;border:1px solid #ffffff14;align-items:flex-start;gap:16px;padding:18px 20px;transition:all .2s;display:flex}.option-btn:hover{background:#ffffff0d;border-color:#fff3;transform:translate(4px)}.option-btn.selected{border-color:var(--brand-cyan);background:#3b82f614}.option-letter{border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:800;display:flex}.option-btn.selected .option-letter{background:var(--brand-cyan);border-color:var(--brand-cyan);color:#000}.option-text p{margin:0;font-size:1rem}.navigation-footer{border-top:1px solid #ffffff0d;justify-content:space-between;gap:12px;margin-top:auto;padding-top:20px;display:flex}.reviewing-card{text-align:center;border-radius:var(--border-radius-lg);max-width:400px;margin:120px auto;padding:56px}.reviewing-card h2{margin:24px 0 8px}.reviewing-card p{color:var(--text-secondary)}.ai-loader{justify-content:center;align-items:center;gap:12px;height:40px;display:flex}.pulse-circle{background:var(--brand-cyan);border-radius:50%;width:14px;height:14px;animation:1.2s ease-in-out infinite pulse-loader}.pulse-circle.delay-1{animation-delay:.4s}@keyframes pulse-loader{0%,to{opacity:.4;transform:scale(.6)}50%{opacity:1;transform:scale(1)}}.results-header{text-align:center;margin-bottom:32px}.results-header h1{margin-bottom:8px;font-size:2.2rem}.results-header p{color:var(--text-secondary)}.results-hero{border-radius:var(--border-radius-lg);flex-wrap:wrap;align-items:center;gap:40px;margin-bottom:24px;padding:36px 48px;display:flex}.grade-circle{border:4px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;display:flex}.grade-letter{font-size:2.5rem;font-weight:900}.score-details{flex:1}.score-big{color:#fff;font-size:3rem;font-weight:900;line-height:1}.score-denom{color:var(--text-muted);font-size:1.4rem}.score-pct{color:var(--brand-cyan);margin:4px 0 8px;font-size:1.3rem;font-weight:700}.score-details p{color:var(--text-secondary);font-size:.95rem}.time-info{text-align:center}.time-info .label{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;display:block}.time-info .value{font-family:monospace;font-size:1.5rem;font-weight:700;display:block}.results-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px;display:grid}.domain-panel,.advisor-panel{border-radius:var(--border-radius-lg);padding:28px}.domain-panel h3,.advisor-panel h3{margin-bottom:20px;font-size:1.1rem}.domain-row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.domain-name{width:160px;color:var(--text-secondary);flex-shrink:0;font-size:.85rem}.domain-bar-wrap{background:#ffffff0f;border-radius:4px;flex:1;height:8px;overflow:hidden}.domain-bar{border-radius:4px;height:100%;transition:width .8s}.domain-score{color:var(--text-muted);text-align:right;flex-shrink:0;width:40px;font-size:.8rem}.advisor-panel p{color:var(--text-secondary);margin-bottom:16px;font-size:.9rem}.advisor-item{gap:16px;margin-bottom:20px;display:flex}.advisor-num{background:var(--brand-cyan);color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:800;display:flex}.advisor-item strong{margin-bottom:2px;font-size:.9rem;display:block}.advisor-detail{color:var(--text-muted);margin-bottom:6px;font-size:.78rem;display:block}.btn-link{color:var(--brand-cyan);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;text-decoration:underline}.review-panel{border-radius:var(--border-radius-lg);margin-bottom:20px;padding:28px}.review-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.review-header h3{margin:0}.review-nav{color:var(--text-muted);align-items:center;gap:12px;font-size:.85rem;display:flex}.review-meta{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.review-q-text{margin-bottom:20px;font-size:1.2rem}.review-q-text p{margin:0}.badge-success{color:#10b981;background:#10b98126;border:1px solid #10b9814d;border-radius:6px;padding:4px 10px;font-size:.8rem;font-weight:700}.badge-error{color:#ef4444;background:#ef444426;border:1px solid #ef44444d;border-radius:6px;padding:4px 10px;font-size:.8rem;font-weight:700}.badge-grey{color:var(--text-muted);background:#ffffff0f;border-radius:6px;padding:4px 10px;font-size:.8rem}.review-options{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.review-opt{background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;align-items:flex-start;gap:12px;padding:12px 16px;font-size:.9rem;display:flex}.review-opt.correct{background:#10b9810f;border-color:#10b98166}.review-opt.wrong{background:#ef44440f;border-color:#ef444466}.review-opt .opt-letter{border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:800;display:flex}.review-opt.correct .opt-letter{color:#000;background:#10b981;border-color:#10b981}.review-opt.wrong .opt-letter{color:#fff;background:#ef4444;border-color:#ef4444}.review-opt p{margin:0}.mark-label{color:#10b981;flex-shrink:0;margin-left:auto;font-size:.75rem;font-weight:700}.wrong-label{color:#ef4444}.mark-scheme-box{background:#0003;border:1px solid #ffffff0f;border-radius:8px;padding:20px}.mark-scheme-box h4{color:var(--brand-cyan);margin:0 0 12px;font-size:.9rem}.scheme-step{gap:12px;margin-bottom:10px;font-size:.85rem;display:flex}.step-mark{color:var(--brand-cyan);background:#3b82f626;border-radius:4px;flex-shrink:0;align-self:flex-start;margin-top:2px;padding:2px 8px;font-size:.7rem;font-weight:800}.scheme-step p{margin:0}.scheme-explanation{color:var(--text-secondary);border-top:1px solid #ffffff0f;margin-top:12px;padding-top:12px;font-size:.85rem}.scheme-explanation p{margin:4px 0 0}.common-mistakes{color:#f97316;margin-top:10px;font-size:.82rem}.jump-grid-panel{border-radius:var(--border-radius-lg);margin-bottom:24px;padding:20px}.jump-grid-panel h4{color:var(--text-muted);margin:0 0 12px;font-size:.85rem}.jump-grid{flex-wrap:wrap;gap:8px;display:flex}.jump-btn{cursor:pointer;border:1px solid #0000;border-radius:6px;width:36px;height:36px;font-size:.75rem;font-weight:700}.jump-btn.correct{color:#10b981;background:#10b98126;border-color:#10b9814d}.jump-btn.wrong{color:#ef4444;background:#ef444426;border-color:#ef44444d}.jump-btn.active{box-shadow:0 0 0 2px var(--brand-cyan);transform:scale(1.1)}.results-actions{flex-wrap:wrap;justify-content:center;gap:12px;padding-bottom:40px;display:flex}@media (width<=768px){.results-grid{grid-template-columns:1fr}.results-hero{text-align:center;flex-direction:column}.exam-main{flex-direction:column}.exam-nav{width:100%}.briefing-stats{gap:24px}}.results-view{max-width:1000px;margin:0 auto}.results-header{margin-bottom:40px}.score-card{text-align:center;border-left:4px solid var(--accent-blue);flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.score-main{align-items:center;gap:32px;margin-bottom:24px;display:flex}.grade-badge{color:var(--accent-blue);border:4px solid var(--accent-blue);background:#00e5ff1a;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-size:4rem;font-weight:800;display:flex}.readiness .value{font-size:3rem;font-weight:700;display:block}.readiness .label{color:var(--text-muted);text-transform:uppercase}.status-message{color:var(--text-secondary);font-size:1.1rem}.analytics-card{padding:32px}.chart-container{flex-direction:column;gap:16px;margin-top:24px;display:flex}.chart-row{align-items:center;gap:16px;display:flex}.row-label{width:100px;color:var(--text-muted);font-size:.9rem}.row-value{text-align:right;width:40px;font-size:.9rem;font-weight:600}.bar-wrapper{background:#ffffff0d;border-radius:6px;flex:1;height:12px;overflow:hidden}.bar{border-radius:6px;height:100%}.bar.good{background:var(--accent-green);box-shadow:0 0 10px #00e6764d}.bar.okay{background:var(--accent-gold)}.bar.weak{background:var(--accent-red)}.advisor-card .card-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.advisor-card .icon{font-size:1.5rem}.advisor-list{flex-direction:column;gap:16px;margin-top:24px;list-style:none;display:flex}.advisor-list li{border-radius:var(--border-radius-md);background:#ffffff08;flex-direction:column;gap:8px;padding:16px;display:flex}.advisor-list li strong{color:#fff;font-size:1rem}.advisor-list li span{color:var(--text-muted);font-size:.85rem}.next-buttons{flex-direction:column;gap:12px;margin-top:24px;display:flex}.lp-root{color:#f8fafc;background:#120e0a;width:100vw;min-height:100vh;margin-left:-50vw;margin-right:-50vw;font-family:Inter,Outfit,system-ui,sans-serif;position:relative;left:50%;right:50%;overflow-x:hidden}.lp-root h1,.lp-root h2,.lp-root h3,.lp-root h4{color:#f8fafc!important}.lp-root p{margin-bottom:0;color:#ffffff8c!important}.lp-how-title,.lp-feature-title,.lp-level-name,.lp-section-h2,.lp-cta-h2,.lp-hero-h1{color:#f8fafc!important}.lp-how-desc,.lp-feature-desc,.lp-level-desc,.lp-section-sub,.lp-hero-sub,.lp-cta-sub,.lp-footer-copy{color:#ffffff85!important}.lp-nav{z-index:100;border-bottom:1px solid #0000;transition:background .3s,border-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0;left:0;right:0}.lp-nav--scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#120e0ad9;border-color:#ffffff12}.lp-nav-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1200px;margin:0 auto;padding:20px 40px;display:flex}.lp-logo{align-items:center;gap:12px;text-decoration:none;display:flex}.lp-logo-icon{background:0 0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;display:flex}.lp-logo-name{color:#f8fafc;font-size:1.35rem;font-weight:800}.lp-nav-links{gap:32px;display:flex}.lp-nav-link{color:#ffffff8c;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.lp-nav-link:hover{color:#fff}.lp-nav-cta{align-items:center;gap:12px;display:flex}.lp-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5e8e3b,#eaa135);border:none;border-radius:10px;padding:11px 22px;font-size:.92rem;font-weight:700;transition:all .2s;box-shadow:0 4px 16px #5e8e3b4d}.lp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #5e8e3b73}.lp-btn-ghost{color:#ffffffbf;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:10px;padding:11px 22px;font-size:.92rem;font-weight:600;transition:all .2s}.lp-btn-ghost:hover{color:#fff;background:#ffffff1a;border-color:#ffffff40}.lp-btn-lg{border-radius:12px;padding:15px 32px;font-size:1rem}.lp-gradient-text{background:linear-gradient(135deg,#5e8e3b 0%,#eaa135 60%,#ffd043 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass-dark{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff12}.lp-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 40px 80px;display:flex;position:relative;overflow:hidden}.lp-hero-glow{filter:blur(120px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.lp-glow-1{background:#5e8e3b26;width:600px;height:600px;animation:8s ease-in-out infinite glowFloat1;top:-100px;left:-150px}.lp-glow-2{background:#eaa1351f;width:500px;height:500px;animation:10s ease-in-out infinite glowFloat2;bottom:0;right:-100px}@keyframes glowFloat1{0%,to{transform:translate(0)}50%{transform:translate(40px,30px)}}@keyframes glowFloat2{0%,to{transform:translate(0)}50%{transform:translate(-30px,-40px)}}.lp-hero-inner{z-index:1;max-width:780px;margin:0 auto;position:relative}.lp-hero-badge{color:#eaa135;letter-spacing:.3px;background:#eaa13514;border:1px solid #eaa13559;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 16px;font-size:.8rem;font-weight:700;display:inline-flex}.lp-badge-dot{background:#eaa135;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite badgePulse}@keyframes badgePulse{0%,to{opacity:1}50%{opacity:.4}}.lp-hero-h1{letter-spacing:-.03em;margin:0 0 24px;font-size:4rem;font-weight:900;line-height:1.1}.lp-hero-sub{color:#ffffff8c;max-width:600px;margin:0 auto 40px;font-size:1.15rem;line-height:1.7}.lp-hero-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:56px;display:flex}.lp-stats-row{border-top:1px solid #ffffff12;flex-wrap:wrap;justify-content:center;gap:40px;padding-top:36px;display:flex}.lp-stat{text-align:center}.lp-stat-val{color:#fff;font-size:1.8rem;font-weight:900;display:block}.lp-stat-key{color:#fff6;text-transform:uppercase;letter-spacing:1px;margin-top:4px;font-size:.75rem;display:block}.lp-hero-mockup{z-index:1;width:100%;max-width:780px;margin:64px auto 0;position:relative}.lp-mockup-shell{border-radius:16px;overflow:hidden;box-shadow:0 40px 120px #0009,0 0 0 1px #ffffff0f}.lp-mockup-bar{background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:12px 20px;display:flex}.lp-mockup-dots{gap:6px;display:flex}.lp-mockup-dots span{background:#ffffff26;border-radius:50%;width:10px;height:10px}.lp-mockup-url{color:#ffffff4d;margin-left:8px;font-family:monospace;font-size:.75rem}.lp-mockup-body{height:280px;display:flex}.lp-mock-sidebar{background:#0003;border-right:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;gap:4px;width:130px;padding:16px 12px;display:flex}.lp-mock-logo{color:#5e8e3b;margin-bottom:8px;padding:8px;font-size:.85rem;font-weight:900}.lp-mock-nav-item{color:#fff6;cursor:default;border-radius:6px;padding:8px 10px;font-size:.75rem}.lp-mock-nav-item.active{color:#5e8e3b;background:#5e8e3b1f;font-weight:700}.lp-mock-main{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow:hidden}.lp-mock-badge{color:#5e8e3b;text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;font-weight:800}.lp-mock-question{color:#fffc;background:#ffffff0a;border-left:3px solid #fbbf24;border-radius:8px;padding:10px 14px;font-size:.92rem}.lp-mock-chat{flex-direction:column;flex:1;gap:8px;display:flex}.lp-mock-msg{border-radius:10px;max-width:92%;padding:9px 13px;font-size:.78rem;line-height:1.4}.lp-mock-msg.ai{color:#fffc;background:#5e8e3b1f;border:1px solid #5e8e3b33;align-self:flex-start}.lp-mock-msg.user{color:#5e8e3b;background:#5e8e3b1a;border:1px solid #5e8e3b33;align-self:flex-end}.lp-mock-state{color:#eaa135;background:#eaa13514;border:1px solid #eaa13533;border-radius:100px;align-self:flex-start;align-items:center;gap:6px;padding:5px 10px;font-size:.7rem;font-weight:700;display:flex}.lp-state-dot{border-radius:50%;width:6px;height:6px}.lp-section{padding:100px 40px}.lp-section-inner{max-width:1100px;margin:0 auto}.lp-section-label{text-transform:uppercase;letter-spacing:2px;color:#5e8e3b;margin-bottom:14px;font-size:.72rem;font-weight:800}.lp-section-h2{letter-spacing:-.02em;margin:0 0 14px;font-size:2.5rem;font-weight:900;line-height:1.2}.lp-section-sub{color:#ffffff80;max-width:560px;margin:0 0 48px;font-size:1.05rem}.lp-levels-section{background:#ffffff03;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d}.lp-level-tabs{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.lp-level-tab{color:#ffffff80;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:100px;padding:10px 22px;font-size:.9rem;font-weight:700;transition:all .2s}.lp-level-tab:hover{color:#fff;border-color:#ffffff40}.lp-level-tab.active{background:#ffffff0f}.lp-level-card{border-radius:20px;flex-direction:column;gap:20px;padding:36px 40px;transition:border-color .4s;display:flex}.lp-level-card-left{align-items:center;gap:16px;display:flex}.lp-level-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.6rem;display:flex}.lp-level-name{font-size:1.3rem;font-weight:900}.lp-level-code{color:#fff6;margin-top:2px;font-size:.8rem}.lp-level-desc{color:#fff9;max-width:600px;font-size:1rem;line-height:1.6}.lp-level-skills{flex-wrap:wrap;gap:10px;display:flex}.lp-skill-chip{border:1px solid;border-radius:100px;padding:5px 14px;font-size:.8rem;font-weight:700}.lp-how-grid{grid-template-columns:repeat(4,1fr);gap:2px;display:grid;position:relative}.lp-how-card{border-radius:16px;padding:32px 28px;transition:background .2s;position:relative}.lp-how-card:hover{background:#ffffff0d}.lp-how-step{background:linear-gradient(135deg,#5e8e3b,#eaa135);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:2.5rem;font-weight:900;line-height:1}.lp-how-title{margin:0 0 10px;font-size:1rem;font-weight:800}.lp-how-desc{color:#ffffff80;margin:0;font-size:.88rem;line-height:1.6}.lp-how-arrow{color:#fff3;z-index:2;font-size:1.2rem;position:absolute;top:32px;right:-14px}.lp-features-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.lp-feature-card{border-radius:16px;padding:30px 28px;transition:all .25s}.lp-feature-card:hover{background:#ffffff0d;border-color:#ffffff24;transform:translateY(-4px)}.lp-feature-top{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.lp-feature-icon{font-size:1.8rem}.lp-feature-tag{text-transform:uppercase;letter-spacing:.8px;color:#5e8e3b;background:#5e8e3b1a;border:1px solid #5e8e3b33;border-radius:4px;padding:3px 8px;font-size:.65rem;font-weight:800}.lp-feature-title{margin:0 0 10px;font-size:1rem;font-weight:800}.lp-feature-desc{color:#ffffff80;margin:0;font-size:.85rem;line-height:1.65}.lp-cta-section{text-align:center;border-top:1px solid #ffffff0d;padding:120px 40px;position:relative;overflow:hidden}.lp-cta-glow{pointer-events:none;background:radial-gradient(#5e8e3b33 0%,#0000 70%);border-radius:50%;width:800px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lp-cta-inner{z-index:1;position:relative}.lp-cta-h2{letter-spacing:-.03em;margin:0 0 20px;font-size:3rem;font-weight:900;line-height:1.15}.lp-cta-sub{color:#ffffff80;margin:0 0 40px;font-size:1.05rem;line-height:1.7}.lp-cta-actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.lp-footer{border-top:1px solid #ffffff0f;padding:36px 40px}.lp-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1100px;margin:0 auto;display:flex}.lp-footer-copy{color:#ffffff4d;margin:0;font-size:.8rem}@media (width<=900px){.lp-hero-h1{font-size:2.6rem}.lp-section-h2{font-size:1.9rem}.lp-cta-h2{font-size:2.1rem}.lp-features-grid,.lp-how-grid{grid-template-columns:1fr 1fr}.lp-how-arrow,.lp-nav-links{display:none}.lp-mockup-body{height:220px}}@media (width<=600px){.lp-hero{padding:100px 20px 60px}.lp-section{padding:72px 20px}.lp-hero-h1{font-size:2rem}.lp-features-grid,.lp-how-grid{grid-template-columns:1fr}.lp-nav-cta .lp-btn-ghost{display:none}.lp-stats-row{gap:24px}.lp-mock-sidebar{display:none}.lp-level-card{padding:24px}}.login-container{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{border-radius:var(--border-radius-lg);text-align:center;width:100%;max-width:480px;padding:48px 44px}.login-wizard{text-align:left;max-width:520px}.login-header{text-align:center;margin-bottom:32px}.login-header .logo-icon{background:0 0;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex}.login-header h2{margin-bottom:6px;font-size:1.75rem;font-weight:800}.login-header p{color:var(--text-secondary);font-size:.92rem}.login-landing{text-align:center}.landing-actions{flex-direction:column;gap:12px;margin-top:8px;display:flex}.error-badge{color:#ef4444;text-align:left;background:#ef44441a;border:1px solid #ef444440;border-radius:8px;margin-bottom:20px;padding:12px 16px;font-size:.85rem;font-weight:600}.wizard-rail{justify-content:center;align-items:center;gap:0;margin-bottom:36px;display:flex}.wizard-step{align-items:center;gap:0;display:flex;position:relative}.wizard-dot{width:34px;height:34px;color:var(--text-muted);background:#ffffff0a;border:2px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;transition:all .3s;display:flex}.wizard-step.active .wizard-dot{border-color:var(--brand-cyan);color:var(--brand-cyan);background:#06b6d41f;box-shadow:0 0 14px #06b6d44d}.wizard-step.done .wizard-dot{color:#10b981;background:#10b9811f;border-color:#10b981}.wizard-label{white-space:nowrap;color:var(--text-muted);font-size:.68rem;transition:color .3s;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.wizard-step.active .wizard-label{color:var(--brand-cyan);font-weight:700}.wizard-step.done .wizard-label{color:#10b981}.wizard-line{background:#ffffff14;width:56px;height:2px;margin:0 4px;transition:background .4s}.wizard-line.done{background:#10b981}.wizard-body{flex-direction:column;gap:20px;display:flex}.wizard-body h2{margin:0;font-size:1.5rem;font-weight:800}.wizard-sub{color:var(--text-secondary);margin:-10px 0 0;font-size:.9rem}.wizard-nav{justify-content:space-between;gap:12px;margin-top:8px;display:flex}.wizard-nav .btn{flex:1}.role-cards{flex-direction:column;gap:12px;display:flex}.role-card{cursor:pointer;text-align:left;background:#ffffff08;border:2px solid #ffffff14;border-radius:12px;align-items:center;gap:16px;padding:18px 20px;transition:all .2s;display:flex}.role-card:hover{background:#ffffff0f;border-color:#fff3;transform:translate(4px)}.role-card.active{border-color:var(--brand-cyan);background:#06b6d414;box-shadow:0 0 20px #06b6d426}.role-card-icon{flex-shrink:0;font-size:1.8rem}.role-card-title{font-size:1rem;font-weight:800;display:block}.role-card-desc{color:var(--text-secondary);margin-top:2px;font-size:.8rem;display:block}.level-cards{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:4px;display:grid}.level-card{cursor:pointer;text-align:center;background:#ffffff08;border:2px solid #ffffff14;border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:16px 10px;transition:all .2s;display:flex}.level-card:hover{background:#ffffff0f;border-color:#fff3}.level-card.active{border-color:var(--brand-cyan);background:#06b6d414;box-shadow:0 0 16px #06b6d426}.level-card-icon{font-size:1.5rem}.level-card-title{font-size:.9rem;font-weight:800}.level-card-desc{color:var(--text-secondary);font-size:.72rem}.pref-list{flex-direction:column;gap:10px;margin-top:4px;display:flex}.pref-item{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:12px;padding:12px 14px;transition:background .2s;display:flex;text-transform:none!important;letter-spacing:0!important;color:var(--text-secondary)!important;font-size:.9rem!important;font-weight:400!important}.pref-item:hover{background:#ffffff0d}.pref-item input[type=checkbox]{width:16px;height:16px;accent-color:var(--brand-cyan);flex-shrink:0}.optional-tag{text-transform:none;letter-spacing:0;color:var(--text-muted);margin-left:6px;font-size:.75rem;font-weight:400}.login-form{text-align:left;flex-direction:column;gap:18px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{text-transform:uppercase;letter-spacing:.8px;color:var(--text-secondary);font-size:.8rem;font-weight:700}.form-group input,.form-group select{color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;padding:13px 16px;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group select:focus{border-color:var(--brand-cyan);background:#ffffff12;outline:none;box-shadow:0 0 0 3px #06b6d426}.form-group input::placeholder{color:#ffffff40}.divider{color:var(--text-muted);align-items:center;gap:16px;margin:28px 0;font-size:.75rem;font-weight:700;display:flex}.divider:before,.divider:after{content:"";background:#ffffff14;flex:1;height:1px}.btn-google{justify-content:center;align-items:center;gap:12px;display:flex}.btn-google img{width:18px;height:18px}.auth-toggle{color:var(--text-secondary);text-align:center;margin-top:24px;font-size:.88rem}.auth-toggle button{color:var(--brand-cyan);cursor:pointer;background:0 0;border:none;padding:0 4px;font-weight:700}.auth-toggle button:hover{text-decoration:underline}.back-link{color:var(--text-muted);cursor:pointer;text-align:center;background:0 0;border:none;margin:20px auto 0;font-size:.82rem;transition:color .2s;display:block}.back-link:hover{color:#fff}@media (width<=480px){.login-card{padding:32px 24px}.level-cards{grid-template-columns:repeat(3,1fr)}.wizard-label{display:none}.wizard-line{width:36px}}.source-badge-wrapper{z-index:100;font-family:Inter,-apple-system,sans-serif;display:inline-block;position:relative}.source-badge-trigger{cursor:pointer;-webkit-user-select:none;user-select:none;background:#0f3d2426;border:1px solid #f59e0b4d;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.source-badge-trigger:hover{background:#0f3d2440;border-color:#f59e0b99;transform:translateY(-1px);box-shadow:0 0 12px #f59e0b26}.badge-shield-icon{font-size:.9rem}.badge-board{color:#f59e0b;text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;font-weight:700}.badge-ref{color:var(--text-muted,#9ca3af);border-left:1px solid #ffffff26;padding-left:6px;font-size:.72rem;font-weight:600}.source-badge-popover{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;border-radius:12px;width:320px;padding:16px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 12px 30px #0006;background:#0f172af2!important;border:1px solid #ffffff14!important}.popover-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;display:flex}.popover-header h4{color:#fff;letter-spacing:-.2px;margin:0;font-size:.88rem;font-weight:700}.popover-close{color:var(--text-muted,#9ca3af);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.2rem;line-height:1}.popover-close:hover{color:#fff}.popover-body{flex-direction:column;gap:10px;display:flex}.metadata-row{flex-direction:column;gap:4px;display:flex}.meta-label{text-transform:uppercase;color:var(--text-muted,#9ca3af);letter-spacing:.3px;font-size:.68rem;font-weight:600}.meta-value{color:#e2e8f0;font-size:.8rem;font-weight:500}.highlight-value{color:#f59e0b;font-family:monospace;font-weight:700}.source-doc{color:#94a3b8;line-height:1.3}.tier-badge{color:#10b981;background:#10b9811a;border:1px solid #10b98133;border-radius:4px;width:fit-content;padding:2px 8px;font-size:.72rem;font-weight:600;display:inline-block}.ao-tags{flex-wrap:wrap;gap:6px;margin-top:2px;display:flex}.ao-tag{color:#cbd5e1;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:600}.popover-footer{color:#10b981;border-top:1px solid #ffffff14;align-items:center;gap:6px;margin-top:14px;padding-top:10px;font-size:.68rem;font-weight:600;display:flex}.status-indicator-dot{background:#10b981;border-radius:50%;width:6px;height:6px;display:inline-block;box-shadow:0 0 8px #10b981}.ls-container{flex-direction:column;width:100%;max-width:860px;min-height:calc(100vh - 64px);margin:0 auto;padding:20px 24px 48px;display:flex}.ls-body{flex-direction:column;flex:1;gap:20px;display:flex}.ls-prove-body{align-items:center}.ls-prove-body>*{width:100%;max-width:640px}.ls-empty{text-align:center;border-radius:var(--border-radius-lg);flex-direction:column;justify-content:center;align-items:center;gap:16px;margin-top:60px;padding:80px 40px;display:flex}.ls-empty-icon{font-size:3rem}.ls-empty h2{margin:0}.ls-empty p{color:var(--text-secondary);margin:0}.ls-header{flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:28px;display:flex}.ls-back-btn{color:var(--text-secondary);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;padding:8px 16px;font-size:.85rem;transition:all .2s}.ls-back-btn:hover{color:#fff;background:#ffffff1a}.ls-title-group{flex:1;min-width:160px}.ls-domain-chip{text-transform:uppercase;letter-spacing:1.5px;color:var(--brand-cyan);margin-bottom:4px;font-size:.7rem;font-weight:700;display:block}.ls-skill-title{margin:0 0 4px;font-size:1.1rem;font-weight:700}.ls-cambridge{font-size:.7rem}.ls-phase-rail{align-items:center;gap:0;display:flex}.ls-phase-item{align-items:center;gap:0;display:flex;position:relative}.ls-phase-dot{width:36px;height:36px;color:var(--text-muted);background:#ffffff0a;border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;transition:all .3s;display:flex}.ls-phase-item.active .ls-phase-dot{border-color:var(--brand-cyan);color:var(--brand-cyan);background:#3b82f61f;box-shadow:0 0 16px #3b82f64d}.ls-phase-item.done .ls-phase-dot{color:#10b981;background:#10b9811f;border-color:#10b981}.ls-phase-label{color:var(--text-muted);white-space:nowrap;font-size:.7rem;transition:color .3s;position:absolute;bottom:-18px;left:50%;transform:translate(-50%)}.ls-phase-item.active .ls-phase-label{color:var(--brand-cyan);font-weight:700}.ls-phase-item.done .ls-phase-label{color:#10b981}.ls-phase-line{background:#ffffff14;width:40px;height:2px;margin:0 2px;transition:background .4s}.ls-phase-line.done{background:#10b981}.ls-section-heading{color:var(--text-secondary);margin:0 0 12px;font-size:1rem;font-weight:700}.ls-concept-hero{border-radius:var(--border-radius-lg);background:linear-gradient(135deg,#3b82f614 0%,#06b6d40f 100%);border:1px solid #3b82f633;padding:40px}.ls-hero-badge{margin-bottom:16px}.ls-headline{color:#fff;margin:0 0 24px;font-size:1.5rem;font-weight:800;line-height:1.35}.ls-analogy-box{border-radius:var(--border-radius-md);border-left:3px solid var(--brand-cyan);background:#0003;align-items:flex-start;gap:16px;padding:20px;display:flex}.ls-analogy-icon{flex-shrink:0;font-size:2rem;line-height:1}.ls-analogy-text{color:var(--text-secondary);margin:0;font-size:1rem;font-style:italic;line-height:1.6}.ls-facts-grid{flex-direction:column;gap:12px;display:flex}.ls-fact-card{border-radius:var(--border-radius-md);align-items:flex-start;gap:16px;padding:18px 20px;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex}.ls-fact-card.hidden{opacity:0;pointer-events:none;transform:translate(-20px)scale(.97)}.ls-fact-card.revealed{opacity:1;transform:translate(0)scale(1)}.ls-fact-num{background:var(--brand-cyan);color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:900;display:flex}.ls-fact-text{flex:1;font-size:.95rem;line-height:1.5}.ls-fact-text p{margin:0}.ls-error-box{border-radius:var(--border-radius-md);background:#f973160d;border:1px solid #f973164d;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.ls-error-icon{flex-shrink:0;font-size:1.4rem}.ls-error-box strong{color:#f97316;margin-bottom:4px;display:block}.ls-error-box p{color:var(--text-secondary);margin:0;font-size:.9rem}.ls-cta{width:100%;margin-top:4px}.ls-watch-card{border-radius:var(--border-radius-lg);padding:36px}.ls-watch-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.ls-step-counter{color:var(--text-muted);font-size:.85rem;font-weight:600}.ls-problem-box{border-radius:var(--border-radius-md);border-left:4px solid var(--brand-gold,#fbbf24);background:#00000040;margin-bottom:28px;padding:24px}.ls-problem-label{text-transform:uppercase;letter-spacing:1px;color:var(--brand-gold,#fbbf24);margin-bottom:8px;font-size:.7rem;font-weight:800;display:block}.ls-problem-text{font-size:1.3rem;font-weight:600}.ls-problem-text p{margin:0}.ls-steps-reveal{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.ls-step-row{border:1px solid #ffffff0f;border-radius:10px;align-items:flex-start;gap:14px;padding:14px 16px;transition:all .35s;display:flex}.ls-step-row.pending{opacity:.3;background:#ffffff03}.ls-step-row.active{background:#3b82f60f;border-color:#3b82f666;animation:.35s cubic-bezier(.34,1.56,.64,1) slideInStep}.ls-step-row.done{opacity:.65;background:#10b9810a;border-color:#10b98133}@keyframes slideInStep{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.ls-step-badge{min-width:36px;height:36px;color:var(--text-muted);background:#ffffff0f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:800;display:flex}.ls-step-row.active .ls-step-badge{background:var(--brand-cyan);color:#000}.ls-step-row.done .ls-step-badge{color:#fff;background:#10b981}.ls-step-content{flex:1;font-size:.95rem}.ls-step-content p{margin:0}.ls-step-placeholder{color:var(--text-muted);font-style:italic}.ls-examiner-note{border-radius:var(--border-radius-md);background:#fbbf240f;border:1px solid #fbbf2440;margin-bottom:24px;padding:20px}.ls-note-tag{text-transform:uppercase;letter-spacing:1px;color:#fbbf24;margin-bottom:8px;font-size:.75rem;font-weight:800;display:block}.ls-examiner-note p{color:var(--text-secondary);margin:0 0 12px;font-size:.9rem}.ls-answer-reveal{font-size:1rem}.ls-answer-text{color:#10b981;font-size:1.1rem;font-weight:700}.ls-watch-controls{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.ls-cam-note{border-radius:var(--border-radius-md);background:#6366f10d;border:1px solid #6366f140;align-items:flex-start;gap:14px;padding:18px 20px;display:flex}.ls-cam-icon{flex-shrink:0;font-size:1.4rem}.ls-cam-note p{color:var(--text-secondary);margin:0;font-size:.88rem}.ls-cam-note strong{color:#a5b4fc}.ls-try-card{border-radius:var(--border-radius-lg);padding:32px;transition:box-shadow .4s}.ls-try-card.celebrating{box-shadow:0 0 40px #10b98140}.ls-try-header{align-items:center;gap:14px;margin-bottom:16px;display:flex}.ls-q-progress{background:#ffffff14;border-radius:4px;flex:1;height:4px;overflow:hidden}.ls-q-bar{background:var(--brand-cyan);border-radius:4px;height:100%;transition:width .4s}.ls-q-label{color:var(--text-muted);flex-shrink:0;font-size:.8rem}.ls-difficulty-row{align-items:center;gap:8px;margin-bottom:20px;display:flex}.ls-difficulty-chip{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:3px 10px;font-size:.72rem;font-weight:700}.ls-difficulty-chip.easy{color:#10b981;background:#10b9811f}.ls-difficulty-chip.medium{color:#eab308;background:#eab3081f}.ls-difficulty-chip.hard{color:#ef4444;background:#ef44441f}.ls-question-text{color:#fff;margin-bottom:24px;font-size:1.4rem;font-weight:600;line-height:1.5}.ls-question-text p{margin:0}.ls-hint-area{margin-bottom:20px}.ls-hint-btn{color:#eab308;cursor:pointer;background:0 0;border:1px dashed #eab30866;border-radius:8px;padding:8px 16px;font-size:.85rem;transition:all .2s}.ls-hint-btn:hover{background:#eab30814}.ls-hint-reveal{color:var(--text-secondary);background:#eab30814;border:1px solid #eab30840;border-radius:8px;padding:14px 16px;font-size:.88rem}.ls-hint-reveal p{margin:4px 0 0}.ls-options{flex-direction:column;gap:10px;margin-bottom:4px;display:flex}.ls-option-btn{cursor:pointer;text-align:left;color:#f8fafc;background:#ffffff05;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:14px;padding:16px 18px;transition:all .2s;display:flex;position:relative}.ls-option-btn:hover:not(:disabled){background:#ffffff0d;border-color:#fff3;transform:translate(4px)}.ls-option-btn:disabled{cursor:default}.ls-option-btn.correct{background:#10b98114;border-color:#10b981}.ls-option-btn.incorrect{background:#ef444414;border-color:#ef4444}.ls-option-btn.faded{opacity:.4}.ls-opt-letter{border:2px solid #ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.8rem;font-weight:800;display:flex}.ls-option-btn.correct .ls-opt-letter{color:#000;background:#10b981;border-color:#10b981}.ls-option-btn.incorrect .ls-opt-letter{color:#fff;background:#ef4444;border-color:#ef4444}.ls-opt-text{flex:1;font-size:.95rem}.ls-opt-text p{margin:0}.ls-opt-check{color:#10b981;font-size:1.1rem;font-weight:800}.ls-opt-cross{color:#ef4444;font-size:1.1rem;font-weight:800}.ls-feedback{border-radius:var(--border-radius-md);margin-top:20px;padding:20px}.ls-feedback.success{background:#10b98114;border:1px solid #10b9814d}.ls-feedback.error{background:#ef44440f;border:1px solid #ef444440}.ls-feedback-header{align-items:center;gap:10px;margin-bottom:14px;display:flex}.ls-fb-icon{font-size:1.3rem}.ls-mistake-note{background:#f9731614;border-left:3px solid #f97316;border-radius:0 8px 8px 0;margin-bottom:14px;padding:10px 14px;font-size:.88rem}.ls-explanation-box{background:#0003;border-radius:8px;margin-bottom:14px;padding:14px;font-size:.88rem}.ls-explanation-box p{margin:6px 0 0}.ls-mark-preview{background:#3b82f60f;border:1px solid #3b82f633;border-radius:8px;margin-bottom:14px;padding:14px;font-size:.85rem}.ls-mark-preview strong{margin-bottom:10px;display:block}.ls-ms-row{align-items:flex-start;gap:10px;margin-bottom:8px;display:flex}.ls-ms-badge{color:var(--brand-cyan);background:#3b82f626;border-radius:4px;flex-shrink:0;align-self:flex-start;margin-top:2px;padding:2px 7px;font-size:.65rem;font-weight:800}.ls-ms-row p{margin:0}.ls-session-bar{border-radius:var(--border-radius-md);justify-content:center;gap:32px;padding:16px 24px;display:flex}.ls-session-stat{text-align:center}.ls-ss-value{color:var(--brand-cyan);font-size:1.6rem;font-weight:900;display:block}.ls-ss-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.7rem}.ls-prove-hero{border-radius:var(--border-radius-lg);text-align:center;background:linear-gradient(135deg,#10b98114 0%,#06b6d40d 100%);border:1px solid #10b98133;padding:40px}.ls-trophy-icon{margin-bottom:12px;font-size:3rem}.ls-prove-hero h2{margin:0 0 6px;font-size:1.8rem}.ls-prove-subtitle{color:var(--text-secondary);margin:0 0 28px}.ls-prove-score{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;display:flex}.ls-score-ring{width:90px;height:90px;position:relative}.ls-ring-svg{width:80px;height:80px;transform:rotate(-90deg)}.ls-ring-bg{fill:none;stroke:#ffffff0f;stroke-width:6px}.ls-ring-fill{fill:none;stroke:#10b981;stroke-width:6px;stroke-linecap:round;transition:stroke-dasharray 1.2s}.ls-ring-label{flex-direction:row;justify-content:center;align-items:center;gap:0;display:flex;position:absolute;inset:0}.ls-ring-num{color:#fff;font-size:1.3rem;font-weight:900}.ls-ring-pct{color:var(--text-muted);align-self:flex-end;margin-bottom:4px;font-size:.75rem}.ls-prove-stats{gap:24px;display:flex}.ls-ps-item{flex-direction:column;align-items:center;gap:2px;display:flex}.ls-ps-val{color:#fff;font-size:1.6rem;font-weight:900}.ls-ps-key{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.7rem}.ls-xp-card{border-radius:var(--border-radius-lg);background:#fbbf240a;border:1px solid #fbbf2440;padding:24px}.ls-xp-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.ls-xp-star{font-size:1.8rem}.ls-xp-amount{color:#fbbf24;font-size:2rem;font-weight:900}.ls-xp-breakdown{flex-direction:column;gap:8px;display:flex}.ls-xp-row{color:var(--text-muted);border-bottom:1px solid #ffffff0a;justify-content:space-between;padding:6px 0;font-size:.88rem;display:flex}.ls-xp-row:last-child{border:none}.ls-xp-row.earned span:last-child{color:#10b981;font-weight:700}.ls-xp-row.missed span:last-child{color:#fff3}.ls-mastery-card{border-radius:var(--border-radius-lg);padding:24px}.ls-mastery-card h4{margin:0 0 6px}.ls-mastery-skill{color:var(--text-secondary);margin:0 0 16px;font-size:.9rem}.ls-mastery-track{background:#ffffff0f;border-radius:4px;height:8px;margin-bottom:6px;overflow:hidden}.ls-mastery-before{background:#fff3;border-radius:4px;height:100%}.ls-mastery-after-track{margin-bottom:10px}.ls-mastery-after{background:linear-gradient(90deg,#3b82f6,#10b981);border-radius:4px;height:100%;transition:width 1.4s cubic-bezier(.34,1.56,.64,1)}.ls-mastery-labels{color:var(--text-muted);justify-content:space-between;font-size:.82rem;display:flex}.ls-mastery-new{color:#10b981}.ls-cam-prove-note{border-radius:var(--border-radius-md);border:1px solid #6366f133;align-items:center;gap:14px;padding:16px 20px;display:flex}.ls-cam-prove-note p{color:var(--text-secondary);margin:0;font-size:.85rem}.ls-prove-actions{flex-direction:column;gap:12px;width:100%;display:flex}.ls-prove-actions .btn{justify-content:center;width:100%}.btn-full{width:100%}.mt-20{margin-top:20px}@media (width<=640px){.ls-container{padding:16px}.ls-concept-hero{padding:24px}.ls-watch-card,.ls-try-card{padding:20px}.ls-headline{font-size:1.2rem}.ls-question-text{font-size:1.15rem}.ls-phase-label{display:none}.ls-phase-line{width:24px}.ls-prove-score{flex-direction:column}}.ws-container{justify-content:center;align-items:center;min-height:calc(100vh - 64px);padding:24px;display:flex}.ws-card{border-radius:var(--border-radius-lg);text-align:center;flex-direction:column;align-items:center;gap:28px;width:100%;max-width:560px;padding:48px 44px;display:flex}.ws-greeting{text-align:center}.ws-logo{background:0 0;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex}.ws-greeting h1{margin:0 0 8px;font-size:1.8rem;font-weight:800}.ws-name{color:var(--brand-cyan)}.ws-tagline{color:var(--text-secondary);margin:0;font-size:.95rem}.ws-slide-area{flex-direction:column;gap:12px;width:100%;display:flex}.ws-slide{text-align:left;background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;align-items:flex-start;gap:18px;padding:20px;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex}.ws-slide.active{background:#06b6d412;border-color:#06b6d459;transform:scale(1.02);box-shadow:0 0 24px #06b6d41a}.ws-slide.done{opacity:.5}.ws-slide.upcoming{opacity:.35}.ws-slide-icon{flex-shrink:0;font-size:2rem;line-height:1}.ws-slide-text h3{margin:0 0 6px;font-size:1rem;font-weight:700}.ws-slide-text p{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.5}.ws-dots{justify-content:center;gap:8px;display:flex}.ws-dot{background:#ffffff26;border-radius:50%;width:8px;height:8px;transition:all .3s}.ws-dot.active{background:var(--brand-cyan);border-radius:4px;width:24px}.ws-dot.done{background:#10b981}.ws-cta{width:100%}.ws-skip{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-top:-12px;font-size:.82rem;transition:color .2s}.ws-skip:hover{color:var(--text-secondary)}.academic-gps-view{max-width:1200px;margin:0 auto}.gps-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:30px;display:flex}.gps-header h1{margin-top:10px;margin-bottom:5px}.gps-header .subtitle{color:var(--text-secondary);font-size:1.1rem}.gps-settings{background:var(--bg-surface);border-radius:var(--border-radius-md);border:2px solid var(--border-light);min-width:300px;padding:15px 25px}.session-select-group{flex-direction:column;gap:6px;display:flex}.session-select-group label{color:var(--text-primary);font-size:.9rem;font-weight:600}.gps-select{border-radius:var(--border-radius-sm);border:1px solid var(--text-muted);background:var(--bg-surface);outline:none;padding:8px 12px;font-family:inherit;font-size:.9rem}.custom-date-group{flex-direction:column;gap:4px;margin-top:10px;display:flex}.gps-date-input{border-radius:var(--border-radius-sm);border:1px solid var(--text-muted);padding:6px 10px;font-family:inherit}.countdown-card{background:var(--bg-surface);border:2px solid var(--border-light);flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex}.countdown-inner{border:6px solid var(--border-light);width:140px;height:140px;box-shadow:var(--shadow-sm);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;margin-bottom:15px;display:flex}.days-number{font-size:3.5rem;font-weight:900;line-height:1}.days-label{text-transform:uppercase;color:var(--text-secondary);font-size:.75rem;font-weight:700}.target-date-display{color:var(--text-secondary);margin-bottom:10px;font-size:.9rem}.progress-bar-container{background:var(--border-light);border-radius:4px;width:100%;height:8px;margin-top:10px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg, var(--brand-primary), var(--brand-gold));border-radius:4px;height:100%;transition:width .8s}.coach-card{background:var(--bg-surface);flex-direction:column;justify-content:space-between;padding:25px 30px;display:flex}.coach-header{align-items:center;gap:15px;margin-bottom:15px;display:flex}.coach-avatar{background:var(--bg-portal);border:1px solid var(--border-light);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2.2rem;display:flex}.coach-header h3{color:var(--brand-navy);margin:0}.coach-sub{color:var(--text-muted);margin:0;font-size:.8rem}.coach-quote{color:var(--text-primary);border-left:3px solid var(--brand-gold);margin-bottom:20px;padding-left:15px;font-size:1rem;font-style:italic;line-height:1.6}.coach-stats{border-top:1px solid var(--border-light);gap:20px;padding-top:15px;display:flex}.c-stat{flex-direction:column;flex:1;display:flex}.c-value{color:var(--brand-navy);font-size:1.6rem;font-weight:800}.c-lbl{color:var(--text-secondary);font-size:.8rem}.timeline-container{flex-direction:column;gap:25px;padding:30px;display:flex;position:relative}.timeline-milestone{gap:20px;display:flex;position:relative}.timeline-milestone:before{content:"";background:var(--border-light);z-index:1;width:2px;position:absolute;top:40px;bottom:-35px;left:20px}.timeline-milestone:last-child:before{display:none}.milestone-marker{background:var(--bg-portal);border:3px solid var(--border-light);z-index:2;width:42px;height:42px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-weight:700;transition:all .3s;display:flex}.milestone-content{background:var(--bg-portal);border-radius:var(--border-radius-sm);border:1px solid var(--border-light);flex-wrap:wrap;flex:1;justify-content:space-between;align-items:center;gap:15px;padding:15px 20px;display:flex}.milestone-content h4{color:var(--text-primary);width:250px;margin:0;font-size:1.1rem}.milestone-content p{color:var(--text-secondary);flex:1;min-width:200px;margin:0;font-size:.9rem}.timeline-milestone.done .milestone-marker{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff;box-shadow:0 0 10px #16a34a33}.timeline-milestone.done .milestone-content{border-left:4px solid var(--brand-primary);background:var(--bg-surface)}.timeline-milestone.active .milestone-marker{background:var(--brand-gold);border-color:var(--brand-gold);color:#fff;animation:2s infinite pulse-ring}.timeline-milestone.active .milestone-content{border-left:4px solid var(--brand-gold);background:var(--bg-surface)}.timeline-milestone.locked{opacity:.6}.timeline-progress{align-items:center;gap:10px;min-width:150px;display:flex}.timeline-progress .t-bar{background:var(--border-light);border-radius:3px;flex:1;height:6px;overflow:hidden}.timeline-progress .t-fill{background:var(--brand-primary);border-radius:3px;height:100%}.timeline-progress .t-fill.warning{background:var(--brand-gold)}.timeline-progress .t-pct{font-size:.85rem;font-weight:700}.status-lbl{color:var(--text-secondary);font-size:.8rem;font-weight:700}.gap-card{flex-direction:column;justify-content:space-between;padding:20px;display:flex;border-top:4px solid var(--brand-gold)!important}.gap-domain{text-transform:uppercase;color:var(--text-secondary);margin-bottom:5px;font-size:.75rem;font-weight:700;display:block}.gap-card h4{color:var(--brand-navy);margin-bottom:2px;font-size:1.1rem}.gap-topic{color:var(--text-muted);margin-bottom:15px;font-size:.85rem}.gap-mastery{align-items:center;gap:10px;margin-bottom:15px;display:flex}.mastery-lbl{color:var(--text-secondary);font-size:.75rem}.g-bar{background:var(--bg-portal);border:1px solid var(--border-light);border-radius:3px;flex:1;height:6px;overflow:hidden}.g-fill{background:var(--brand-gold);border-radius:3px;height:100%}.g-score{font-size:.8rem;font-weight:700}.gap-socratic-tip{color:var(--text-secondary);background:var(--bg-portal);border-radius:var(--border-radius-sm);margin-bottom:20px;padding:10px;font-size:.85rem;line-height:1.4}.gap-actions{gap:10px;display:flex}.gap-actions button{flex:1}.map-wrapper{padding:30px}.topology-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:15px;display:grid}.node-button{border-radius:var(--border-radius-md);border:2px dashed var(--border-light);background:var(--bg-portal);cursor:pointer;transition:var(--transition-smooth);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:20px 15px;display:flex}.node-button:hover{box-shadow:var(--shadow-md);border-style:solid;transform:scale(1.03)}.node-button.selected{border:2px solid var(--brand-primary);box-shadow:0 0 12px #16a34a26}.node-lbl{color:var(--text-primary);text-align:center;font-size:.95rem;font-weight:700}.node-badge{border-radius:10px;padding:2px 8px;font-size:.75rem;font-weight:700}.node-button.mastered{border-color:var(--brand-primary);background:#16a34a0a;border-style:solid}.node-button.mastered .node-badge{background:var(--brand-primary);color:#fff}.node-button.proficient{border-color:var(--status-info);background:#0ea5e90a;border-style:solid}.node-button.proficient .node-badge{background:var(--status-info);color:#fff}.node-button.developing{border-color:var(--brand-gold);background:#f59e0b0a;border-style:solid}.node-button.developing .node-badge{background:var(--brand-gold);color:#fff}.node-button.beginner{background:var(--bg-surface);border-color:#cbd5e1}.node-button.beginner .node-badge{color:var(--text-primary);background:#cbd5e1}.node-details-card{background:var(--bg-surface);border:2px solid var(--border-light);padding:25px;border-top:4px solid var(--brand-primary)!important}.node-details-header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.node-details-header h3{color:var(--brand-navy);margin:5px 0 0}.close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.8rem;line-height:1}.details-skill-list{flex-direction:column;gap:12px;list-style:none;display:flex}.skill-detail-item{border-radius:var(--border-radius-sm);background:var(--bg-portal);border:1px solid var(--border-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:12px 15px;display:flex}.detail-name{flex-direction:column;display:flex}.detail-name strong{color:var(--text-primary);font-size:.95rem}.detail-name span{color:var(--text-muted);font-size:.8rem}.detail-status{align-items:center;gap:15px;display:flex}@keyframes pulse-ring{0%{box-shadow:0 0 #f59e0b66}70%{box-shadow:0 0 0 10px #f59e0b00}to{box-shadow:0 0 #f59e0b00}}.revision-planner-view{max-width:1000px;margin:0 auto;position:relative}.planner-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:30px;display:flex}.planner-header h1{margin-top:10px;margin-bottom:5px}.planner-header .subtitle{color:var(--text-secondary)}.commitment-settings{flex-direction:column;gap:6px;min-width:280px;padding:15px 20px;display:flex}.commitment-settings label{color:var(--text-primary);font-size:.85rem;font-weight:600}.planner-select{border-radius:var(--border-radius-sm);border:1px solid var(--text-muted);background:var(--bg-surface);outline:none;padding:8px 12px;font-family:inherit;font-size:.9rem}.planner-toast{background:var(--brand-navy);color:#fff;border-radius:var(--border-radius-md);box-shadow:var(--shadow-lg);z-index:999;padding:15px 25px;font-weight:700;position:fixed;bottom:30px;right:30px}.planner-stat-card{flex-direction:column;justify-content:center;padding:20px;display:flex}.planner-stat-card h3{color:var(--text-secondary);margin:0 0 10px;font-size:1rem}.stat-large{margin-bottom:5px;font-size:2.5rem;font-weight:900;line-height:1}.xp-note{color:var(--text-muted);font-size:.75rem}.p-bar-container{background:var(--border-light);border-radius:3px;width:100%;height:6px;margin-top:10px;overflow:hidden}.p-bar-fill{background:var(--brand-primary);border-radius:3px;height:100%;transition:width .4s}.coach-summary{background:var(--bg-portal);border:1px dashed var(--border-light);justify-content:center;display:flex}.coach-bubble{color:var(--text-primary);margin:0;font-size:.95rem;font-style:italic;line-height:1.5}.schedule-list{flex-direction:column;gap:15px;display:flex}.schedule-row{background:var(--bg-surface);justify-content:space-between;align-items:center;gap:20px;padding:20px;transition:all .25s;display:flex}.schedule-row:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.row-date{flex-direction:column;flex-shrink:0;width:110px;display:flex}.day-name{color:var(--brand-navy);font-size:1.1rem;font-weight:800}.date-str{color:var(--text-muted);font-size:.85rem}.row-details{flex:1}.task-domain{text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:700;display:block}.task-details h4{color:var(--text-primary);margin:2px 0;font-size:1.1rem}.task-meta{color:var(--text-secondary);margin:0;font-size:.85rem}.row-actions{align-items:center;gap:15px;display:flex}.schedule-row.rest-day{background:var(--bg-portal);opacity:.8;border-style:dashed}.rest-day-message{flex-direction:column;display:flex}.rest-day-message strong{color:var(--text-primary);font-size:.95rem}.rest-day-message span{color:var(--text-secondary);font-size:.85rem}.schedule-row.completed{border-color:var(--brand-primary);background:#16a34a05}.schedule-row.completed .task-details h4{color:var(--text-muted);text-decoration:line-through}.checkbox-container{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text-primary);padding-left:28px;font-size:.9rem;font-weight:700;display:block;position:relative}.checkbox-container input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkmark{background-color:var(--bg-portal);border:2px solid var(--border-light);border-radius:4px;width:20px;height:20px;transition:all .2s;position:absolute;top:1px;left:0}.checkbox-container:hover input~.checkmark{border-color:var(--brand-primary)}.checkbox-container input:checked~.checkmark{background-color:var(--brand-primary);border-color:var(--brand-primary)}.checkmark:after{content:"";display:none;position:absolute}.checkbox-container input:checked~.checkmark:after{display:block}.checkbox-container .checkmark:after{border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;top:2px;left:6px;transform:rotate(45deg)}@media (width<=768px){.schedule-row{flex-direction:column;align-items:flex-start}.row-date{border-bottom:1px solid var(--border-light);flex-direction:row;justify-content:space-between;width:100%;padding-bottom:8px}.row-actions{justify-content:space-between;width:100%}}.rapid-revision-view{max-width:800px;margin:0 auto}.intro-container{background:var(--bg-surface);border:2px solid var(--border-light);flex-direction:column;align-items:center;margin-top:20px;display:flex}.intro-badge{background:var(--brand-navy);color:#fff;border-radius:12px;margin-bottom:20px;padding:5px 15px;font-size:.85rem;font-weight:700}.intro-desc{color:var(--text-secondary);max-width:550px;margin-bottom:30px;font-size:1.15rem;line-height:1.6}.arena-rules{text-align:left;flex-direction:column;gap:20px;width:100%;max-width:500px;margin:0 auto 30px;display:flex}.rule-item{align-items:center;gap:15px;display:flex}.rule-icon{background:var(--bg-portal);border:1px solid var(--border-light);border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-size:2rem;display:flex}.rule-text{flex-direction:column;display:flex}.rule-text strong{color:var(--text-primary);font-size:1rem}.rule-text span{color:var(--text-secondary);font-size:.85rem}.arena-header{background:var(--bg-surface);justify-content:space-between;align-items:center;padding:15px 25px;display:flex}.header-left{flex-direction:column;gap:8px;display:flex}.card-counter{color:var(--text-secondary);font-size:.85rem;font-weight:700}.card-indicator-row{gap:6px;display:flex}.card-dot{background:var(--border-light);border-radius:3px;width:25px;height:6px;transition:all .3s}.card-dot.active{background:var(--brand-gold);width:40px}.card-dot.completed{background:var(--brand-primary)}.arena-timer{background:var(--bg-portal);border-radius:var(--border-radius-sm);border:1px solid var(--border-light);align-items:center;gap:8px;padding:8px 15px;font-weight:700;display:flex}.arena-timer.timer-alert{border-color:var(--status-error);color:var(--status-error);background:#ef44441a;animation:1s infinite alternate pulse-red}.flashcard-panel{background:var(--bg-surface);padding:35px;position:relative}.card-tag{background:var(--bg-portal);color:var(--brand-primary);text-transform:uppercase;border:1px solid var(--border-light);border-radius:10px;margin-bottom:20px;padding:3px 10px;font-size:.75rem;font-weight:700;display:inline-block}.card-question{color:var(--brand-navy);margin-bottom:25px;font-size:1.45rem;line-height:1.5}.options-grid{grid-template-columns:1fr;gap:12px;display:grid}.option-btn{border-radius:var(--border-radius-sm);border:2px solid var(--border-light);background:var(--bg-surface);cursor:pointer;text-align:left;align-items:center;gap:15px;padding:16px 20px;font-family:inherit;font-size:1rem;transition:all .2s;display:flex}.option-btn:hover:not(:disabled){border-color:var(--brand-gold);background:var(--bg-portal);transform:translateY(-1px)}.option-letter{color:var(--text-muted);font-weight:800}.option-text{color:var(--text-primary);font-weight:600}.option-btn.correct-option{border-color:var(--brand-primary);background:#16a34a0d}.option-btn.correct-option .option-letter{color:var(--brand-primary)}.option-btn.wrong-option{border-color:var(--status-error);background:#ef44440d}.option-btn.wrong-option .option-letter{color:var(--status-error)}.option-btn.disabled-option{opacity:.5;cursor:default}.hint-widget{border-top:1px solid var(--border-light);padding-top:15px}.hints-box{background:var(--bg-portal);border:1px solid var(--border-light);border-radius:var(--border-radius-sm);flex-direction:column;gap:8px;margin-top:12px;padding:15px;display:flex}.hint-step{color:var(--text-primary);margin:0;font-size:.9rem;line-height:1.4}.no-hints{color:var(--text-muted);font-size:.85rem;font-style:italic}.explanation-panel{border-top:2px solid var(--border-light);padding-top:25px}.alert-header{border-radius:var(--border-radius-sm);text-align:center;margin-bottom:15px;padding:10px 15px;font-size:1.05rem;font-weight:800}.alert-header.success{background:var(--brand-primary);color:#fff}.alert-header.error{background:var(--status-error);color:#fff}.explanation-content{background:var(--bg-portal);border-radius:var(--border-radius-sm);border:1px solid var(--border-light);margin-bottom:20px;padding:20px}.explanation-content h4{color:var(--brand-navy);margin-bottom:8px}.explanation-content p{color:var(--text-primary);margin:0;line-height:1.5}.common-mistakes-box{border-top:1px solid var(--border-light);margin-top:15px;padding-top:15px}.common-mistakes-box strong{color:var(--status-error);margin-bottom:5px;font-size:.9rem;display:block}.common-mistakes-box ul{color:var(--text-secondary);padding-left:20px;font-size:.85rem}.explanation-actions{justify-content:flex-end;display:flex}.finished-container{flex-direction:column;align-items:center;margin-top:20px;display:flex}.completion-award{margin-bottom:15px;font-size:4rem;animation:2s ease-in-out infinite alternate float}.finished-desc{color:var(--text-secondary);font-size:1.15rem}.xp-card{flex-direction:column;align-items:center;gap:5px;padding:20px 40px;display:flex}.xp-title{text-transform:uppercase;color:var(--text-secondary);font-size:.85rem;font-weight:700}.xp-value{font-size:2.2rem;font-weight:900;line-height:1}.xp-breakdown{color:var(--text-muted);font-size:.8rem}.mastery-summary-box{text-align:left;width:100%;max-width:500px}.mastery-summary-box h3{color:var(--brand-navy);border-bottom:1px solid var(--border-light);margin-bottom:15px;padding-bottom:10px}.no-upgrades{color:var(--text-muted);text-align:center;font-size:.9rem;font-style:italic}.upgraded-list{flex-direction:column;gap:10px;list-style:none;display:flex}.upgraded-item{background:var(--bg-portal);border:1px solid var(--border-light);border-radius:var(--border-radius-sm);justify-content:space-between;align-items:center;padding:10px 15px;font-size:.9rem;display:flex}.skill-name{color:var(--text-primary);font-weight:700}.skill-delta{color:var(--text-secondary);font-size:.85rem}.arrow-green{color:var(--brand-primary);font-weight:800}.finished-actions{gap:15px;display:flex}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(-8px)}}
