@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0a0a0a;--bg-card: rgba(255,255,255,.03);--bg-card-border: rgba(255,255,255,.06);--text: #ffffff;--text-muted: rgba(255,255,255,.45);--primary: #22c55e;--primary-dark: #16a34a;--mint: #3b82f6;--yellow: #ffc800;--purple: #a855f7;--amber: #f97316;--red: #ef4444;--color-success: #22c55e;--color-success-bg: rgba(34, 197, 94, .06);--color-success-border: rgba(34, 197, 94, .15);--color-error: #ef4444;--color-error-bg: rgba(239, 68, 68, .06);--color-error-border: rgba(239, 68, 68, .15);--color-warning: #d97706;--color-warning-bg: rgba(245, 158, 11, .08);--color-info: #3b82f6;--color-info-bg: rgba(59, 130, 246, .08);--color-accent: #818cf8;--color-accent-dark: #4338ca;--color-accent-bg: rgba(99, 102, 241, .08);--color-accent-border: rgba(99, 102, 241, .2);--color-orange: #fb923c;--color-amber-text: #d97706;--color-dark-red: #7f1d1d;--color-violet: #c4b5fd;--color-light-blue: #60a5fa;--color-light-green: #4ade80;--color-pink-red: #f87171;--color-on-primary: #000000;--color-on-active: #ffffff;--radius: 16px;--shadow: none;--lt-page-padding: 24px 16px 40px;--font-body: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--font-display: "Fraunces", Georgia, serif;--lt-ux-return-back-padding: 6px 12px;--lt-ux-return-back-font-size: .84rem;--lt-ux-chip-padding: 4px 10px;--lt-ux-chip-font-size: .78rem;--lt-ux-journey-chip-padding: 5px 10px;--lt-ux-journey-chip-font-size: .78rem;--lt-ux-journey-position: static;--lt-ux-journey-top: auto;--lt-ux-journey-z: auto;--lt-ux-journey-backdrop: none}.dark-page{min-height:100vh;background:var(--bg);color:var(--text);font-family:var(--font-body)}.dark-page .font-display{font-family:var(--font-display)}.glass-card{background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:var(--radius)}[data-theme=light]{--bg: #f8fafc;--bg-card: #ffffff;--bg-card-border: #e2e8f0;--text: #1e293b;--text-muted: rgba(30,41,59,.5);--shadow: 0 1px 3px rgba(0,0,0,.08);--lt-input-bg: #ffffff;--lt-input-border: #e2e8f0;--lt-input-placeholder: rgba(30,41,59,.35);--color-violet: #6d28d9;--color-light-blue: #1d4ed8;--color-light-green: #15803d}[data-theme=light] .glass-card{box-shadow:0 1px 3px #0000000f}[data-theme=light] .dark-page{background:var(--bg);color:var(--text)}[data-theme=light] input,[data-theme=light] select{border:1px solid var(--bg-card-border);background:var(--bg-card);color:var(--text)}[data-theme=light] input:focus,[data-theme=light] select:focus{border-color:#22c55e;background:var(--bg-card);box-shadow:0 0 0 3px #22c55e26}[data-theme=light] input::placeholder,[data-theme=light] textarea::placeholder{color:var(--text-muted)}[data-theme=light] textarea{border:1px solid var(--bg-card-border);background:var(--bg-card);color:var(--text)}[data-theme=light] .cta-btn.ghost{background:var(--bg-card-border);color:var(--text-muted);border:1px solid var(--bg-card-border)}[data-theme=light] .glass-accent-green,[data-theme=light] .glass-accent-blue,[data-theme=light] .glass-accent-orange,[data-theme=light] .glass-accent-red{border-width:1px}.glass-accent-green{background:#22c55e0f;border:1px solid rgba(34,197,94,.18)}.glass-accent-blue{background:#3b82f60f;border:1px solid rgba(59,130,246,.18)}.glass-accent-orange{background:#f973160f;border:1px solid rgba(249,115,22,.18)}.glass-accent-red{background:#ef44440f;border:1px solid rgba(239,68,68,.18)}.glass-accent-purple{background:#a855f70f;border:1px solid rgba(168,85,247,.18)}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased}.navbar{background:#0a0a0a;padding:12px 20px;text-align:center;font-weight:800;font-size:1.1rem;letter-spacing:0;text-transform:none;border-bottom:1px solid rgba(255,255,255,.06);box-shadow:none}[data-theme=light] .navbar{background:#fff;border-bottom:1px solid #e2e8f0;color:#1e293b}.lt-page,.page{max-width:960px;margin:0 auto;padding:var(--lt-page-padding)}@media(min-width:768px){:root{--lt-page-padding: 32px 0 48px}}.card{background:var(--bg-card);border-radius:var(--radius);padding:20px 20px 22px;margin-bottom:24px;border:1px solid var(--bg-card-border);box-shadow:none;transition:transform .1s ease-out,box-shadow .1s ease-out}.card:hover{transform:translateY(-1px);box-shadow:0 4px 20px #ffffff05}.title{font-family:var(--font-display);font-size:1.9rem;font-weight:700;margin-bottom:10px;color:var(--text)}.subtitle{color:var(--text-muted);margin-bottom:18px;font-size:.95rem}.center{text-align:center}label{display:block;margin-top:14px;margin-bottom:4px;font-size:.9rem;color:var(--text-muted);font-weight:700}input,select{width:100%;padding:12px 14px;margin-top:4px;margin-bottom:6px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:var(--text);font-size:1rem;font-weight:600;outline:none;appearance:none;box-shadow:none;font-family:var(--font-body)}input:focus,select:focus{border-color:#22c55e;background:#ffffff14;box-shadow:0 0 0 3px #22c55e26}input::placeholder{color:#ffffff40}@media(min-width:768px){.filters-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:flex-end}}.cta-btn{margin-top:20px;width:100%;border:none;border-radius:14px;padding:14px 20px;background:#22c55e;color:#000;font-size:1rem;font-weight:800;cursor:pointer;font-family:var(--font-display);box-shadow:0 0 24px #22c55e4d;text-transform:uppercase;letter-spacing:.5px;transition:transform .1s ease-out,filter .1s ease-out}.cta-btn:hover{transform:translateY(-1px);filter:brightness(1.05)}.cta-btn:active{transform:translateY(2px)}.cta-btn.ghost{background:#ffffff0a;color:#ffffff80;border:1px solid rgba(255,255,255,.08);box-shadow:none}.focus-card{margin-top:12px;margin-bottom:16px}.mix-list{list-style:disc;padding:0;margin:10px 0 0 18px;line-height:1.4}.focus-cta-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.cta-btn.small{margin-top:0;padding:8px 10px;font-size:.9rem;border-radius:999px;box-shadow:0 8px 20px #2563eb66;display:inline-flex;align-items:center;justify-content:center}.tag-chip{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.1);font-size:.8rem;font-weight:600;color:#ffffffb3;background:#ffffff0d}.tool-row{display:flex;flex-direction:column;gap:6px;padding:10px 0;border-top:1px solid rgba(255,255,255,.06)}.tool-row:first-of-type{border-top:none}.tool-title{font-weight:600;font-size:.95rem}.tool-subtitle{font-size:.85rem;color:var(--text-muted)}@media(min-width:640px){.tool-row{flex-direction:row;align-items:center;justify-content:space-between}.tool-row .cta-btn{width:auto;margin-top:0;padding-inline:20px}}.flash-tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.flash-tag-btn{border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#ffffffd9;font-size:.78rem;padding:4px 10px;border-radius:999px;cursor:pointer;transition:background .16s ease-out,border-color .16s ease-out,transform .16s ease-out}.flash-tag-btn[data-active=true]{background:var(--mint);border-color:var(--mint);color:#fff;font-weight:600;transform:translateY(-1px)}.flashcard-shell{display:flex;flex-direction:column;gap:10px}.flashcard-meta{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-muted)}.flashcard-tag-pill{padding:3px 8px;border-radius:999px;background:var(--primary);color:#fff;font-size:.7rem}.flashcard{border-radius:16px;padding:16px;background:var(--bg-card);border:1px solid var(--bg-card-border);min-height:140px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;box-shadow:none;transition:transform .1s ease-out,box-shadow .1s ease-out}.flashcard:hover{transform:translateY(-1px);box-shadow:0 2px 12px #0000004d}.flashcard h3{margin-top:0;margin-bottom:8px;font-family:var(--font-display);font-size:1rem}.flashcard p{font-size:.9rem;white-space:pre-wrap}.flashcard-footer{margin-top:12px;font-size:.75rem;color:var(--text-muted);text-align:right}.flashcard-controls{display:flex;justify-content:space-between;gap:8px}.hero-card{position:relative}.hero-tagline{font-size:.9rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:4px}.hero-title{font-size:2.2rem;font-weight:800;margin-bottom:8px}.hero-subtitle{color:var(--text-muted);margin-bottom:18px;max-width:640px}.hero-cta-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.days-left-pill{display:flex;align-items:center;gap:14px;padding:10px 16px;border-radius:999px;background:#ff96001f;border:1px solid rgba(255,150,0,.25);width:fit-content;animation:ltPulseGlow 2.4s infinite}.days-left-number{font-size:1.8rem;font-weight:800}.days-left-text{font-size:.9rem}.days-left-sub{display:block;font-size:.8rem;color:var(--text-muted)}@keyframes ltPulseGlow{0%{box-shadow:0 0 #ff960066}70%{box-shadow:0 0 0 8px #ff960000}to{box-shadow:0 0 #ff960000}}.mentor-card{margin-top:24px}.mentor-form{display:flex;flex-wrap:wrap;gap:16px;margin-top:10px}.mentor-form>div{flex:1;min-width:160px}.mentor-output{margin-top:14px;font-size:.9rem}.mentor-warning{margin-top:6px;color:#f55a42}.mentor-ok{margin-top:6px;color:var(--mint)}.trends-card{margin-top:24px}.trends-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:12px}.trends-stat{background:#ffffff0f;border-radius:var(--radius);padding:10px 12px;font-size:.9rem}.trends-stat h3{font-size:1rem;margin-bottom:4px}.chapter-page{max-width:1040px;margin:24px auto 40px;padding:0 16px}.chapter-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch;margin-bottom:28px}@media(max-width:768px){.chapter-hero{grid-template-columns:1fr}}.chapter-hero-text{background:var(--bg-card);border-radius:var(--radius);padding:20px 20px 22px;border:1px solid var(--bg-card-border);box-shadow:none}.chapter-breadcrumb{font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);margin-bottom:4px}.chapter-title{font-family:var(--font-display);font-size:1.9rem;font-weight:700;margin-bottom:8px;color:#ffffffd9}.chapter-subtitle{font-size:.95rem;color:var(--text-muted);margin-bottom:14px}.chapter-hero-note{margin-top:10px;font-size:.85rem;color:var(--text-muted)}.chapter-primary-cta{margin-top:10px;padding:.9rem 1.8rem;border-radius:16px;border:none;border-bottom:4px solid #46a302;font-weight:800;font-size:1rem;cursor:pointer;background:#58cc02;color:#fff;font-family:var(--font-display);box-shadow:none;text-transform:uppercase;letter-spacing:.5px;transition:transform .1s ease,filter .1s ease;width:100%}.chapter-primary-cta:hover{transform:translateY(-1px);filter:brightness(1.05)}.chapter-primary-cta:active{transform:translateY(2px);border-bottom-width:2px}.chapter-hero-visual{display:flex;align-items:stretch}.chapter-hero-anim-card{flex:1;background:linear-gradient(135deg,#1cb0f6,#58cc02);border-radius:var(--radius);padding:18px 18px 20px;color:#fff;border:1px solid rgba(28,176,246,.2);box-shadow:0 4px #1cb0f633;position:relative;overflow:hidden}.anim-tag{display:inline-block;padding:4px 10px;border-radius:999px;background:#58cc02;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px}.chapter-hero-anim-card h2{font-family:var(--font-display);font-size:1.3rem;margin-bottom:8px}.chapter-hero-anim-card ul{list-style:none;font-size:.85rem;margin-top:6px;margin-bottom:10px}.chapter-hero-anim-card ul li{margin-bottom:4px;position:relative;padding-left:16px}.chapter-hero-anim-card ul li:before{content:"-";position:absolute;left:4px;top:0;color:#facc15}.anim-footer{font-size:.78rem;color:#cbd5f5;opacity:.9}.chapter-study-plan{margin-top:10px;background:var(--bg-card);border-radius:var(--radius);padding:20px 20px 22px;border:1px solid var(--bg-card-border);box-shadow:none}.chapter-study-plan-header h2{font-family:var(--font-display);font-size:1.3rem;margin-bottom:6px}.chapter-study-plan-header p{font-size:.9rem;color:var(--text-muted);margin-bottom:14px}.chapter-study-plan-actions{margin-bottom:14px}.chapter-secondary-cta{padding:.75rem 1.4rem;border-radius:16px;border:1px solid var(--bg-card-border);border-bottom:2px solid rgba(255,255,255,.08);background:var(--bg-card);color:var(--text);font-weight:700;cursor:pointer;font-family:var(--font-display);box-shadow:none;text-transform:uppercase;letter-spacing:.3px;transition:transform .1s ease}.chapter-secondary-cta:hover{transform:translateY(-1px);background:#ffffff0f}.chapter-topic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:8px}.chapter-topic-card{background:var(--bg-card);border-radius:16px;border:1px solid var(--bg-card-border);padding:12px 14px;box-shadow:none;transition:transform .1s ease,box-shadow .1s ease}.chapter-topic-card:hover{transform:translateY(-1px);box-shadow:0 2px 12px #0000004d}.chapter-topic-card h3{font-size:1rem;margin-bottom:4px;font-family:var(--font-display)}.chapter-topic-card p{font-size:.86rem;color:var(--text-muted)}.home-hero-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:20px;align-items:center}@media(max-width:900px){.home-hero-layout{grid-template-columns:1fr}}.home-hero-text{display:flex;flex-direction:column;gap:14px}.home-hero-visual{display:flex;justify-content:center;align-items:stretch}.home-hero-visual-card{width:100%;max-width:280px;border-radius:16px;padding:14px 14px 16px;background:linear-gradient(135deg,#58cc02,#1cb0f6);border:1px solid rgba(88,204,2,.2);color:#fff;box-shadow:0 4px #58cc0233;font-size:.86rem}.home-hero-chip{display:inline-block;padding:4px 10px;border-radius:999px;background:#58cc02;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px}.home-hero-bars{display:flex;align-items:flex-end;gap:6px;margin-bottom:10px}.home-hero-bars .bar{flex:1;border-radius:999px 999px 4px 4px;background:linear-gradient(to top,#22c55e,#a5b4fc)}.home-hero-bars .bar-1{height:40px}.home-hero-bars .bar-2{height:70px}.home-hero-bars .bar-3{height:55px}.home-hero-bars .bar-4{height:85px}.home-hero-visual-text{margin-bottom:6px}.home-hero-visual-foot{font-size:.75rem;opacity:.85}.mentor-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:20px;align-items:stretch}@media(max-width:900px){.mentor-layout{grid-template-columns:1fr}}.mentor-left{display:flex;flex-direction:column;gap:10px}.mentor-right{display:flex;align-items:center;justify-content:center}.mentor-illustration{width:100%;max-width:260px;border-radius:20px;padding:18px;background:linear-gradient(135deg,#58cc02,#1cb0f6);position:relative;overflow:hidden;color:#fff;box-shadow:0 4px #58cc0233}.mentor-orb{position:absolute;border-radius:999px;filter:blur(1px)}.mentor-orb-main{width:120px;height:120px;background:#00000040;top:-20px;right:-10px}.mentor-orb-small{width:60px;height:60px;background:#f8fafc2e;bottom:-10px;left:-5px}.mentor-face{position:relative;z-index:1;margin-bottom:10px;width:80px;height:80px;border-radius:24px;background:#58cc02;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;box-shadow:0 12px 30px #00000080}.mentor-eyes{font-size:1.1rem}.mentor-mouth{font-size:.85rem}.mentor-illustration-text{position:relative;z-index:1;font-weight:600;margin-bottom:4px}.mentor-illustration-sub{position:relative;z-index:1;font-size:.8rem;opacity:.95}.mentor-actions{margin-top:10px}.mentor-actions-title{font-size:.9rem;font-weight:600;margin-bottom:6px}.mentor-actions-buttons{display:flex;flex-wrap:wrap;gap:8px}.diagnostic-btn,.diagnostic-alt-btn{flex:1 1 180px}.ai-steps-grid{align-items:stretch}.ai-step{position:relative;padding-top:16px}.ai-step-badge{position:absolute;top:8px;right:12px;width:22px;height:22px;border-radius:999px;background:#6366f11f;color:#ffffffd9;font-size:.8rem;font-weight:600;display:flex;align-items:center;justify-content:center}.chapter-filters{margin-bottom:20px}.chapter-filters-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.chapter-filter-field select{width:100%;padding:10px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;font-size:.9rem;outline:none}.chapter-filter-field select:focus{border-color:var(--primary);background:#ffffff14;box-shadow:0 0 0 3px #22c55e26}.chapter-filters-note{margin-top:8px;font-size:.85rem;color:var(--text-muted)}.chapter-topic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:14px}.chapter-topic-card{border-radius:16px;padding:12px 14px;background:var(--bg-card);border:1px solid var(--bg-card-border);box-shadow:none}.chapter-topic-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.chapter-topic-header h3{font-size:1rem}.chapter-topic-blurb{font-size:.9rem;margin-bottom:6px}.chapter-topic-meta{font-size:.8rem;color:var(--text-muted)}.chapter-tag{font-size:.75rem;border-radius:999px;padding:4px 10px;font-weight:600}.tag-must-do{background:#f871711f;color:#ef4444}.tag-high{background:#818cf824;color:#818cf8}.tag-good{background:#10b9811f;color:#10b981}.chapter-hero-anim-card{border-radius:16px;padding:16px 18px;background:linear-gradient(135deg,#1cb0f6,#58cc02);color:#fff;box-shadow:0 4px #1cb0f633;font-size:.9rem;max-width:320px}.chapter-hero-anim-card h2{margin-bottom:8px;font-size:1.2rem}.chapter-hero-anim-card ul{margin-left:16px;margin-bottom:8px}.chapter-hero-anim-card li{margin-bottom:4px}.anim-tag{display:inline-block;padding:4px 10px;border-radius:999px;background:#58cc02;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px}.anim-footer{font-size:.78rem;opacity:.9}.home-feature-pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.feature-pill{font-size:.8rem;padding:4px 10px;border-radius:999px;background:#ffffff0f;border:1px solid var(--bg-card-border);font-weight:700}.home-hero-visual-text{font-size:.9rem;margin-top:10px;margin-bottom:4px}.home-hero-visual-list{list-style:none;padding-left:0;margin:0 0 6px;font-size:.9rem}.home-hero-visual-list li{margin-bottom:3px}.home-hero-visual-foot{font-size:.78rem;opacity:.9}.ai-steps-grid{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:24px}.ai-steps-grid:before{content:"";position:absolute;top:32px;left:40px;right:40px;height:3px;border-radius:999px;background:linear-gradient(90deg,#22c55e,#1cb0f6);opacity:.45;pointer-events:none}.trends-stat.ai-step{position:relative;padding-top:40px;background:#ffffff0a;box-shadow:none}.ai-step-badge{position:absolute;top:10px;left:32px;width:28px;height:28px;border-radius:999px;background:#6366f11f;border:1px solid rgba(59,130,246,.4);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#ffffffd9;box-shadow:none;z-index:1}.ai-step h3{margin-bottom:6px}.ai-step p{font-size:.9rem}@media(max-width:640px){.ai-steps-grid:before{display:none}.trends-stat.ai-step{padding-top:32px}}.chapter-legend{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;margin-bottom:8px}.chapter-tag{font-size:.78rem;padding:4px 10px;border-radius:999px;font-weight:600;background:#ffffff14;color:#ffffffd9}.chapter-tag[data-tag=must-do]{background:#f8717126;color:#ef4444}.chapter-tag[data-tag=high-roi]{background:#22c55e24;color:#22c55e}.chapter-tag[data-tag=good-to-do]{background:#818cf829;color:#a5b4fc}.chapter-list{display:flex;flex-direction:column;gap:10px;margin-top:8px}.chapter-row{border-radius:18px;padding:10px 12px 12px;background:#ffffff0a;box-shadow:none}.chapter-row-header{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:6px}.chapter-name{font-weight:700;font-size:1rem}.chapter-weight-label{font-size:.8rem;font-weight:600;color:var(--text-muted)}.chapter-bar-bg{width:100%;height:8px;border-radius:999px;background:#ffffff14;overflow:hidden}.chapter-bar-fill{height:100%;border-radius:999px;transform-origin:left;transition:width .25s ease-out,transform .15s ease-out}.chapter-row:hover .chapter-bar-fill{transform:scaleX(1.02)}.weightage-legend{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.weightage-list{display:flex;flex-direction:column;gap:12px}.weightage-row{padding:10px 12px;border-radius:18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.06);box-shadow:none}.weightage-row-top{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;margin-bottom:6px}.weightage-name{font-weight:600}.weightage-percent{color:var(--text-muted);font-size:.85rem}.weightage-bar-outer{width:100%;height:8px;border-radius:999px;background:#ffffff14;overflow:hidden}.weightage-bar-inner{height:100%;border-radius:999px;background:linear-gradient(90deg,#f97316,#ef4444)}.weightage-row-bottom{margin-top:6px}.tag-chip.tag-must{background:#f871711f;border-color:#f87171b3}.tag-chip.tag-high{background:#34d3991f;border-color:#34d399b3}.tag-chip.tag-good{background:#818cf81f;border-color:#818cf8b3}.chapters-page{max-width:1100px;margin:0 auto;padding:3rem 1.5rem 4rem}.chapters-hero h1{font-size:2.4rem;margin-bottom:.5rem}.chapters-hero .hero-sub{color:var(--text-muted);max-width:640px;margin-bottom:1rem}.hero-meta{display:flex;gap:.75rem;margin-bottom:2rem}.lt-pill,.pill{padding:.3rem .7rem;border-radius:999px;font-size:.85rem;font-weight:500;background:var(--bg-card);color:var(--text);border:1px solid var(--bg-card-border);cursor:pointer}.pillActive{border-color:#ffffff47;background:#ffffff1f}.pill-grey{background:#ffffff0d}.tier-tree{display:flex;flex-direction:column;gap:1.75rem;margin-top:1rem}.tier-block{border-radius:18px;padding:1.25rem 1rem;background:#ffffff08}.tier-heading{font-size:1rem;font-weight:700;margin-bottom:.75rem}.tier-topics{display:flex;flex-direction:column;gap:.75rem}.difficulty-strip{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.8rem;margin-top:.75rem;padding:.4rem .6rem;border-radius:999px;background:#3b82f61a;color:#60a5fa}.examples-modal-backdrop{position:fixed;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:50}.examples-modal{background:var(--bg-card);border-radius:18px;max-width:640px;width:100%;max-height:80vh;padding:14px 16px 18px;overflow:auto;box-shadow:0 4px 16px #0000001a}.examples-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.examples-modal-header h3{margin:0;font-size:1rem}.examples-modal-header h3 span{color:#60a5fa}.examples-modal-label{font-size:.7rem;text-transform:uppercase;color:var(--text-muted)}.examples-close-btn{border:none;background:transparent;font-size:1.1rem;cursor:pointer}.examples-empty{font-size:.85rem;color:var(--text-muted)}.examples-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.examples-item{border-radius:12px;background:var(--bg-card);padding:.55rem .7rem}.examples-meta{display:flex;flex-wrap:wrap;gap:.4rem;font-size:.75rem;color:var(--text-muted);margin-bottom:.25rem}.examples-label{font-weight:500}.examples-diff-easy{background:#22c55e14;color:#22c55e;border-radius:999px;padding:.1rem .4rem}.examples-diff-medium{background:#facc151a;color:#fbbf24;border-radius:999px;padding:.1rem .4rem}.examples-diff-hard{background:#ef44441a;color:#ef4444;border-radius:999px;padding:.1rem .4rem}.examples-text{font-size:.85rem;white-space:pre-line}.chapter-trends-card{background:var(--bg-card);border-radius:1.2rem;padding:1.75rem 1.5rem 2.25rem;box-shadow:0 18px 35px #0000000a}.chapter-trends-card h2{margin-bottom:.35rem}.chapter-trends-card .muted{color:var(--text-muted);margin-bottom:.75rem}.chapter-trends-card .muted.tiny{font-size:.8rem}.tier-legend{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.25rem}.tier-chip{border-radius:999px;border:1px solid #e5e7eb;padding:.35rem .8rem;font-size:.85rem;background:var(--bg-card);cursor:pointer;display:inline-flex;align-items:center;gap:.3rem}.tier-chip .emoji{font-size:1rem}.tier-chip.active{border-color:#6366f1;background:#6366f11f;color:#c7d2fe}.tier-chip.tier-must-crack{border-color:#f97316}.tier-chip.tier-high-roi{border-color:#22c55e}.tier-chip.tier-good-to-do{border-color:#a855f7}.difficulty-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.difficulty-summary{font-size:.9rem}.difficulty-filter label{font-size:.8rem;color:var(--text-muted);margin-right:.4rem}.difficulty-filter select{font-size:.9rem;padding:.25rem .5rem;border-radius:.5rem;border:1px solid #e5e7eb}.topic-accordion{margin-top:1.25rem;display:flex;flex-direction:column;gap:.6rem}.concept-row{display:flex;justify-content:space-between;font-size:.85rem;padding:.25rem 0}.concept-weight{color:var(--text-muted)}.trend-legend{display:flex;gap:.75rem;margin:.75rem 0 1rem;flex-wrap:wrap}.pill-must{background:#ef44441a}.pill-high{background:#22c55e1a}.pill-good{background:#3b82f61a}.trend-difficulty{margin:.5rem 0 1.25rem}.trend-difficulty-label{font-size:.85rem;font-weight:500;margin-right:.5rem}.trend-select{padding:.3rem .6rem;border-radius:999px;border:1px solid rgba(255,255,255,.06);font-size:.85rem}.trend-difficulty-note{font-size:.8rem;color:var(--text-muted);margin-top:.35rem}.trend-tree{display:flex;flex-direction:column;gap:.75rem}.tier-block{border-radius:14px;background:#3b82f60a;padding:.4rem .4rem .6rem}.tier-header{width:100%;border:none;background:transparent;display:flex;align-items:center;justify-content:space-between;padding:.4rem .6rem;border-radius:10px;cursor:pointer}.tier-header-open{background:#6366f10f}.tier-header-left{display:flex;align-items:center;gap:.5rem}.tier-title{font-weight:600}.tier-topics{margin-top:.4rem;display:flex;flex-direction:column;gap:.4rem}.topic-row{border-radius:10px;background:var(--bg-card);box-shadow:0 2px 5px #00000005}.topic-main-left{display:flex;flex-direction:column;align-items:flex-start}.topic-name{font-weight:600;font-size:.95rem}.topic-subtopics{border-top:1px solid #eef1fb;padding:.5rem .75rem .6rem}.subtopics-title{font-size:.8rem;color:var(--text-muted);margin-bottom:.25rem}.subtopics-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.2rem}.subtopic-item{display:flex;justify-content:space-between;font-size:.8rem}.subtopic-name{font-weight:500}.subtopic-pct{color:var(--text-muted)}.page-container{max-width:1120px;margin:0 auto;padding:32px 16px 64px}.page-header{margin-bottom:24px}.back-link{background:transparent;border:none;color:#818cf8;font-weight:500;cursor:pointer;margin-bottom:8px}.page-title{font-size:28px;font-weight:800;letter-spacing:.02em;margin:4px 0 8px}.page-subtitle{color:var(--text-muted);max-width:640px;margin-bottom:8px}.page-breadcrumb{font-weight:500;color:#fff6}.difficulty-section{background:linear-gradient(135deg,#f5f7ff,#fdfbff);border-radius:20px;padding:16px 20px 18px;margin-bottom:24px;box-shadow:none}.difficulty-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.difficulty-header h2{font-size:18px;font-weight:700}.difficulty-header select{border-radius:999px;padding:6px 12px;border:1px solid rgba(255,255,255,.08);font-size:14px}.difficulty-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#ffffff14;font-size:13px;color:#ffffffd9}.difficulty-chip--active{background:linear-gradient(135deg,#1cb0f6,#6366f1);color:#fff}.difficulty-emoji{font-size:14px}.marks-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.marks-chip{padding:4px 10px;border-radius:999px;background:#00000005;font-size:12px}.marks-label{margin-right:6px;color:var(--text-muted)}.page-container .section-title{font-size:20px;font-weight:700;margin-bottom:4px}.page-container .section-subtitle{font-size:13px;color:var(--text-muted);margin-bottom:12px}.chapter-trends-card .tier-filter-row{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 16px}.chapter-trends-card .tier-pill{border-radius:999px;border:1px solid #e5e7eb;padding:6px 12px;background:var(--bg-card);font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.tier-summary-title{font-weight:600}.tier-summary-meta{font-size:12px;color:var(--text-muted)}.blueprint-preview{margin-top:24px;padding-top:12px;border-top:1px dashed #e5e7eb}.blueprint-list{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-direction:column;gap:6px}.blueprint-item{display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:10px;background:var(--bg-card);font-size:13px}.blueprint-qno{font-weight:600;color:var(--text-muted);min-width:40px}.blueprint-main{flex:1}.blueprint-difficulty{font-size:11px;border-radius:999px;padding:3px 8px}.blueprint-difficulty--easy{background:#22c55e14;color:#22c55e}.blueprint-difficulty--medium{background:#facc151a;color:#fbbf24}.blueprint-difficulty--hard{background:#ef44441a;color:#ef4444}.mock-paper-page{max-width:1100px;margin:0 auto;padding-bottom:80px}.mockpaper-header{margin-bottom:18px}.mockpaper-meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.mockpaper-pill{padding:8px 14px;border-radius:999px;background:linear-gradient(135deg,#58cc02,#1cb0f6);border:1px solid #374151;color:#e5e7eb;font-size:.78rem;display:flex;flex-direction:column;min-width:120px}.mockpaper-pill--soft{background:#58cc02}.mockpaper-pill-label{opacity:.7}.mockpaper-pill-value{font-weight:600;margin-top:2px}.mockpaper-body-card{margin-top:16px;padding:18px 20px 22px;border-radius:18px;background:#ffffff0f;box-shadow:0 18px 35px #3c3c3c;color:#e5e7eb}.mockpaper-body-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.mock-section-block{margin-top:22px;padding-top:10px;border-top:1px solid rgba(148,163,184,.4)}.mock-section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.mock-section-title{font-weight:700;font-size:1rem}.mock-section-subtitle{font-size:.8rem;color:#fff6;margin-top:2px}.mock-section-tag{display:inline-block;padding:2px 8px;border-radius:999px;background:#f8fafc0f;border:1px solid rgba(148,163,184,.6);margin-right:6px;font-size:.7rem}.mock-question-list{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.mock-question-card{display:flex;gap:14px;padding:12px 14px;border-radius:14px;background:#58cc02;border:1px solid rgba(55,65,81,.8)}.mock-q-left{min-width:230px;max-width:260px;display:flex;flex-direction:column;gap:6px}.mock-q-right{flex:1;display:flex;flex-direction:column;justify-content:space-between}.mock-q-number{width:32px;height:32px;border-radius:999px;background:#f97316;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:#ffffffd9}.mock-q-topic{font-size:.82rem}.mock-q-topic-main{font-weight:600}.mock-q-topic-sub{color:#fff6}.mock-q-meta-row{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.mock-q-meta-chip{padding:2px 8px;border-radius:999px;background:#1f2937e6;border:1px solid rgba(55,65,81,.9);font-size:.7rem}.mock-q-diff{padding:2px 8px;border-radius:999px;font-size:.7rem;font-weight:600}.mock-q-diff--easy{background:#16a34a33;border:1px solid rgba(22,163,74,.8);color:#bbf7d0}.mock-q-diff--medium{background:#eab3082e;border:1px solid rgba(234,179,8,.9);color:#fef9c3}.mock-q-diff--hard{background:#ef444433;border:1px solid rgba(239,68,68,.9);color:#fecaca}.mock-q-prompt{font-size:.9rem;line-height:1.4;margin:0 0 4px}.mock-q-code{font-size:.7rem;color:#fff6;text-align:right}.mockpaper-next-section{margin-top:18px;padding:14px 18px 18px;border-radius:16px;background:#58cc02;border:1px dashed rgba(148,163,184,.6);color:#e5e7eb}.mockpaper-next-title{font-size:.95rem;font-weight:600;margin-bottom:4px}.mockpaper-next-text{font-size:.8rem;color:#fff6;margin-bottom:10px}@media(max-width:768px){.mock-question-card{flex-direction:column}.mock-q-left{max-width:100%}.mockpaper-meta-row{flex-direction:column}}.hpq-page{max-width:1120px;margin:0 auto;padding:24px 16px 96px;font-family:var(--font-body);color:#ffffffd9}.hpq-back-link{border:none;background:transparent;color:#777;font-size:.9rem;cursor:pointer;margin-bottom:12px}.hpq-hero{background:linear-gradient(180deg,rgba(34,197,94,.06) 0%,var(--bg) 100%);border-radius:24px;padding:24px 24px 20px;box-shadow:0 18px 40px #0000000a;margin-bottom:32px}.hpq-hero-heading h1{font-size:1.8rem;margin-bottom:8px}.hpq-hero-sub{font-size:.98rem;line-height:1.6;color:#ffffffd9;max-width:640px}.hpq-hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px;margin-top:20px}.hpq-stat-card{background:#ffffff0d;border-radius:18px;padding:14px 16px;box-shadow:0 10px 24px #00000008}.hpq-stat-label{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#afafaf;margin-bottom:4px}.hpq-stat-value{font-size:1.5rem;font-weight:700;color:#ffffffd9}.hpq-stat-hint{display:block;margin-top:4px;font-size:.78rem;color:#777}.hpq-stat-pill-row .hpq-pill-row{margin-top:4px}.hpq-pill-row{display:flex;flex-wrap:wrap;gap:6px}.hpq-pill{padding:4px 10px;border-radius:999px;font-size:.78rem;font-weight:500;background:#ffffff14;display:inline-flex;align-items:center;gap:4px}.hpq-pill-easy{background:#22c55e14;color:#22c55e}.hpq-pill-medium{background:#facc151a;color:#92400e}.hpq-pill-hard{background:#ef44441a;color:#ef4444}.hpq-hero-highlight{margin-top:20px;padding:12px 14px;border-radius:16px;background:#00000005;font-size:.86rem}.hpq-hero-highlight h3{margin:0 0 6px;font-size:.95rem}.hpq-hero-highlight ol{padding-left:18px;margin:0}.hpq-topic-section{display:flex;flex-direction:column;gap:20px}.hpq-topic-card{background:var(--bg-card);border-radius:22px;padding:18px 20px 16px;box-shadow:0 16px 32px #00000008}.hpq-topic-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.hpq-topic-header h2{margin:0;font-size:1.2rem}.hpq-topic-meta{margin:4px 0 0;font-size:.86rem;color:#777}.hpq-topic-badge{font-size:.78rem;padding:6px 10px;border-radius:999px;background:#facc1514;color:#92400e;font-weight:600;white-space:nowrap}.hpq-question-list{display:flex;flex-direction:column;gap:10px;margin-top:6px}.hpq-question-card{border-radius:16px;padding:10px 12px;background:#ffffff0f}.hpq-q-header{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:6px}.hpq-q-index{font-size:.85rem;font-weight:700;color:#ffffffd9;margin-right:4px}.hpq-q-tags-line{flex:1;display:flex;flex-wrap:wrap;gap:4px}.hpq-tag{font-size:.72rem;padding:3px 7px;border-radius:999px;background:#ffffff14;color:#ffffffd9}.hpq-tag-soft{background:#3b82f614;color:#ffffffd9}.hpq-tag-easy{background:#22c55e14;color:#22c55e}.hpq-tag-medium{background:#facc151a;color:#92400e}.hpq-tag-hard{background:#ef44441a;color:#ef4444}.hpq-q-prompt{margin-top:.75rem;font-size:.98rem;line-height:1.6;color:#ffffffd9}.hpq-q-prompt strong,.hpq-q-prompt em{color:#22c55e}.hpq-topic-card-cta{text-align:left;display:flex;flex-direction:column;gap:.75rem}.hpq-topic-card-cta .cta-btn{align-self:flex-start;margin-top:.25rem}.predictive-hero{margin-top:1rem}.hpq-paper-picker-row{display:flex;justify-content:space-between;gap:1.5rem;align-items:flex-end;flex-wrap:wrap}.hpq-paper-picker-control{display:flex;flex-direction:column;gap:.35rem}.hpq-paper-picker-control label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.hpq-paper-picker-control select{padding:.4rem .6rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:var(--bg-card);font-size:.9rem}.hpq-paper-section{margin-top:1.5rem;padding-top:.5rem;border-top:1px solid rgba(148,163,184,.35)}.hpq-paper-section-title{font-size:1rem;margin-bottom:.75rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:baseline}.hpq-paper-question-list{display:flex;flex-direction:column;gap:.75rem;padding-left:1.2rem}.hpq-paper-q-line{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.hpq-q-prompt-paper{margin-top:.35rem;font-size:.95rem}.hpq-q-prompt{margin-top:.25rem;color:#ffffffd9;font-size:.98rem;line-height:1.6}.hpq-topic-card-cta{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;background:#facc150f;border:1px solid rgba(245,158,11,.2)}.pp-page .hpq-hero{margin-bottom:2rem}.pp-page .hpq-hero-heading h1{font-size:1.9rem}.pp-selector-header{display:flex;flex-direction:column;gap:.25rem}.pp-paper-select{margin-top:.75rem;padding:.6rem .85rem;border-radius:999px;border:1px solid rgba(0,0,0,.06);background:var(--bg-card);font-size:.95rem;outline:none}.pp-paper-select:focus{box-shadow:0 0 0 2px #3b82f64d}.pp-selector-pills{margin-top:.75rem}.pp-paper-card .hpq-paper-section{margin-top:1.25rem}.hpq-paper-section h3{font-size:1rem;margin-bottom:.25rem}.hpq-paper-q-line{display:flex;gap:.5rem;align-items:flex-start;margin:.25rem 0}.hpq-paper-marks{font-weight:600;color:var(--text-muted);min-width:3.5rem}.hpq-paper-text{color:#ffffffd9}.pp-paper-description{margin-top:.5rem;margin-bottom:.75rem}.pp-hero{margin-bottom:1.25rem}.pp-exam-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.pp-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:999px;background:#3b82f614;color:#ffffffd9;font-size:.8rem;font-weight:500}.pp-chip-soft{background:#818cf81a}.pp-chip-dot{font-size:.9rem}.pp-selector .hpq-topic-card{margin-bottom:1.5rem}.pp-selector-header{display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;align-items:flex-end}.pp-selector-header label{font-weight:600;font-size:.95rem;color:#ffffffd9}.pp-paper-select{padding:.6rem .9rem;border-radius:999px;border:1px solid rgba(0,0,0,.06);background:var(--bg-card);font-size:.95rem;outline:none}.pp-paper-select:focus{box-shadow:0 0 0 2px #3b82f640}.pp-selector-pills{margin-top:.85rem}.pp-paper-card{margin-top:.5rem}.pp-paper-description{margin-top:.4rem;margin-bottom:.9rem;font-size:.95rem}.pp-section{margin-top:1.1rem;padding:1rem 1.15rem;border-radius:16px;background:linear-gradient(135deg,#eff6fff2,#f8fafcfa);border:1px solid rgba(148,163,184,.24)}.pp-section-header{display:flex;justify-content:space-between;gap:.75rem;align-items:center;margin-bottom:.4rem}.pp-section-header h3{margin:0;font-size:1rem}.pp-section-chip{padding:.25rem .7rem;border-radius:999px;background:#58cc02;color:#fff;font-size:.75rem;font-weight:600}.pp-question-list{margin-top:.35rem}.hpq-paper-q-line{display:flex;gap:.6rem;align-items:flex-start;margin:.25rem 0}.hpq-paper-marks{min-width:3rem;padding:.18rem .5rem;border-radius:999px;background:#00000008;color:var(--text-muted);font-size:.78rem;font-weight:600;text-align:center}.hpq-paper-text{color:#ffffffd9;font-size:.95rem;line-height:1.5}.hpq-ar-block{background:#ffffff0d;border-radius:14px;padding:.85rem 1rem;border-left:4px solid #2d7ff9;margin-top:.35rem}.hpq-ar-intro{margin-bottom:.5rem}.hpq-ar-line{margin:.25rem 0;font-size:.95rem}.hpq-ar-label{font-weight:600;color:#60a5fa}.hpq-ar-options{list-style:none;padding:0;margin:.6rem 0 0;display:grid;gap:.35rem}.hpq-ar-chip{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;font-weight:600;margin-right:.4rem;background:#3b82f60f;color:#60a5fa}.pp-ar-block{background:#3b82f60a;border-radius:12px;padding:.75rem .9rem;border-left:4px solid #2d7ff9;margin-top:.25rem}.pp-ar-line{margin:.2rem 0;font-size:.95rem}.pp-ar-label{font-weight:600;color:#60a5fa}.pp-ar-options{list-style:none;padding:0;margin:.6rem 0 0;display:grid;gap:.3rem}.pp-ar-chip{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:999px;font-weight:600;margin-right:.4rem;background:#3b82f60f;color:#60a5fa}.pp-paper-selector{gap:.75rem;flex-wrap:wrap}.pp-paper-pill{cursor:pointer;border:none;background:#ffffff0d;font-size:.9rem}.pp-paper-pill-active{background:#1cb0f6;color:#fff}.pp-paper-shell{margin-top:1.5rem}.pp-section-card{background:#ffffff0d;border-radius:16px;padding:1.25rem 1.5rem;margin-bottom:1.5rem;box-shadow:0 12px 30px #00000008}.pp-section-title{font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.pp-question-list{padding-left:1.25rem}.pp-question-item+.pp-question-item{margin-top:.75rem}.pp-q-mainline{line-height:1.6}.pp-q-index{font-weight:600}.pp-ar-card{margin-top:.4rem;border-left:4px solid #1cb0f6;background:#2563eb0f;border-radius:10px;padding:.6rem .8rem}.pp-ar-line{margin:.15rem 0}.pp-ar-options{margin-top:.4rem}.pp-ar-option{display:flex;gap:.35rem;align-items:flex-start}.mock-page{padding:1.5rem min(5vw,3rem) 4rem;background:linear-gradient(180deg,rgba(59,130,246,.04) 0,rgba(59,130,246,.02) 220px,var(--bg) 220px);min-height:100vh}.mock-hero h1{font-size:clamp(2rem,3vw,2.4rem);font-weight:800;letter-spacing:.02em;margin-bottom:.4rem}.mock-hero-sub{color:var(--text-muted);max-width:720px;margin-bottom:1.5rem}.mock-paper-picker{margin-top:.5rem}.mock-paper-picker-label{font-size:.9rem;text-transform:uppercase;font-weight:600;color:#7a84a3;letter-spacing:.06em}.mock-paper-pill-row{margin-top:.6rem;display:flex;flex-wrap:wrap;gap:.5rem}.mock-paper-pill{border:none;padding:.4rem .9rem;border-radius:999px;background:#6366f10f;color:#93c5fd;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .18s ease}.mock-paper-pill:hover{transform:translateY(-1px);box-shadow:0 6px 14px #294d9b26}.mock-paper-pill.is-active{background:#2952ff;color:#fff}.mock-paper-card{margin-top:1.8rem;background:var(--bg-card);border-radius:24px;box-shadow:0 20px 45px #2a3c781f;padding:1.8rem 1.6rem 2.2rem}@media(min-width:768px){.mock-paper-card{padding:2.3rem 2.4rem 2.6rem}}.mock-paper-header h2{font-size:1.4rem;font-weight:750;margin-bottom:.3rem}.mock-paper-desc{color:var(--text-muted);margin-bottom:.4rem}.mock-paper-meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.9rem;color:#6a7695}.mock-section{margin-top:1.8rem;padding-top:1.4rem;border-top:1px solid #edf0ff}.mock-section-header h3{font-size:1.05rem;font-weight:700}.mock-section-instructions{margin-top:.2rem;font-size:.95rem;color:#6a7695}.mock-q-list{margin-top:.9rem;padding-left:1.1rem}.mock-q-item{margin-bottom:.75rem;padding:.7rem .9rem;border-radius:14px;background:#3b82f608}.mock-q-meta-line{display:flex;flex-wrap:wrap;gap:.6rem;font-size:.92rem;font-weight:600;color:#ffffffd9}.mock-q-index{min-width:4.2rem}.mock-q-topic{color:#ffffffb3}.mock-q-subtopic{color:#5b6bb0}.mock-q-concept{margin:.15rem 0 .35rem;font-size:.9rem;color:#6e7899}.mock-q-concept span{font-weight:600;color:#fff9}.mock-q-prompt{margin-top:.2rem;font-size:.96rem}.mock-q-details{margin-top:.35rem;font-size:.9rem}.mock-q-details summary{cursor:pointer;color:#818cf8;font-weight:600}.mock-q-details[open] summary{margin-bottom:.3rem}.mock-q-final-answer{margin-top:.2rem;font-weight:500}.mock-ar-block{margin-top:.4rem;padding:.9rem 1rem;border-radius:18px;background:#3b82f60d;border-left:4px solid #2952ff}.mock-ar-line{font-size:.95rem;color:#ffffffd9;margin-bottom:.25rem}.mock-ar-options{margin-top:.5rem;display:grid;gap:.2rem}.mock-ar-option{display:flex;align-items:flex-start;gap:.4rem;font-size:.94rem}.mock-ar-option-key{font-weight:700;min-width:1.3rem}.mock-ar-option-text{color:#ffffffb3}.page-container{min-height:100vh;padding:24px 16px 96px;background:linear-gradient(180deg,rgba(34,197,94,.06) 0%,var(--bg) 100%);font-family:var(--font-body);color:#ffffffd9}.page-header{max-width:1040px;margin:0 auto 18px}.back-link{border:none;background:transparent;color:var(--text-muted);font-size:.9rem;cursor:pointer;margin-bottom:4px}.page-breadcrumb{font-size:.8rem;text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);margin-bottom:6px}.page-title{margin:0;font-size:1.8rem;line-height:1.2}.page-subtitle{margin:6px 0 0;font-size:.9rem;color:var(--text-muted);max-width:560px}.difficulty-section{max-width:1040px;margin:0 auto 20px;padding:16px 18px;border-radius:22px;background:var(--bg-card);border:1px solid #e5e7eb;box-shadow:0 16px 40px #0000000a}.difficulty-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.difficulty-header h2{margin:0;font-size:1rem}.difficulty-header select{border-radius:999px;border:1px solid rgba(255,255,255,.08);padding:4px 10px;font-size:.85rem;background:var(--bg-card)}.difficulty-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.difficulty-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:.8rem;background:#ffffff0a;color:#fff9}.difficulty-chip--active{background:#3c3c3c;color:#fff}.difficulty-emoji{font-size:.9rem}.marks-row{display:flex;flex-wrap:wrap;gap:8px;font-size:.8rem;color:var(--text-muted)}.marks-label{font-weight:600}.marks-chip{border-radius:999px;padding:4px 10px;background:#3b82f61a;color:#ffffffbf}.chapter-trends-card{max-width:1040px;margin:0 auto 20px;padding:18px 18px 20px;border-radius:26px;background:var(--bg-card);border:1px solid #e5e7eb;box-shadow:0 20px 50px #0000000f}.chapter-trends-card .section-subtitle{margin:0 0 8px;font-size:.85rem;color:var(--text-muted)}.chapter-trends-card .tier-filter-row{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 10px}.chapter-trends-card .tier-pill{border-radius:999px;border:1px solid #e5e7eb;padding:6px 12px;font-size:.8rem;background:var(--bg-card);cursor:pointer;display:inline-flex;align-items:center;gap:6px;color:#ffffffd9}.tier-summary::-webkit-details-marker{display:none}.tier-summary-title{font-weight:600;font-size:.95rem}.tier-summary-meta{font-size:.8rem;color:var(--text-muted)}.concept-item+.concept-item{border-top:1px dashed #e5e7eb}.blueprint-preview{max-width:1040px;margin:0 auto;padding:16px 18px 18px;border-radius:22px;background:var(--bg-card);border:1px solid #e5e7eb;box-shadow:0 16px 40px #0000000a}.chapter-secondary-cta{border-radius:999px;padding:8px 14px;border:1px solid rgba(255,255,255,.08);background:#3c3c3c;color:#fff;font-size:.85rem;cursor:pointer}.examples-modal-backdrop{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:40}.examples-modal{width:min(640px,92vw);max-height:80vh;background:var(--bg-card);border-radius:18px;padding:14px 16px 16px;box-shadow:0 24px 70px #00000080;overflow:hidden;display:flex;flex-direction:column}.examples-modal-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}.examples-modal-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.examples-modal h3{margin:2px 0 0;font-size:1rem}.examples-close-btn{border-radius:999px;border:1px solid #e5e7eb;width:26px;height:26px;font-size:.85rem;cursor:pointer;background:var(--bg-card)}.examples-empty{font-size:.9rem;color:var(--text-muted)}.examples-list{margin:0;padding:0;list-style:none;overflow:auto}.examples-item{padding:10px 0;border-top:1px solid #e5e7eb;font-size:.9rem}.examples-meta{display:flex;flex-wrap:wrap;gap:6px;font-size:.8rem;color:var(--text-muted);margin-bottom:4px}.examples-label{padding:2px 6px;border-radius:999px;background:#6366f11f;color:#818cf8}.examples-text{margin-bottom:4px}.examples-diff-easy{color:#22c55e}.examples-diff-medium{color:#ca8a04}.examples-diff-hard{color:#ef4444}.chapter-trends-card{margin-top:24px;padding:24px 24px 28px;border-radius:24px;background:var(--bg-card);box-shadow:0 18px 40px #0000000a}.chapter-trends-card .section-title{font-size:1.35rem;font-weight:700;letter-spacing:.01em}.chapter-trends-card .tier-pill span:first-child{font-size:1rem}.chapter-trends-card .tier-pill--active{background:linear-gradient(135deg,#58cc02,#1cb0f6);color:#fff;box-shadow:0 10px 24px #00000040;transform:translateY(-1px)}.chapter-trends-card .tier-summary{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-radius:16px;background:#00000005;cursor:pointer}.chapter-trends-card .tier-summary-left{display:flex;gap:10px;align-items:center}.chapter-trends-card .tier-emoji{font-size:1.3rem}.chapter-trends-card .topic-list{display:flex;flex-direction:column;gap:12px;margin-top:14px}.chapter-trends-card .topic-card{border-radius:20px;padding:14px 16px 16px;background:var(--bg-card);box-shadow:0 10px 28px #00000008;border:1px solid rgba(226,232,240,.9);transition:box-shadow .18s ease,transform .12s ease,border-color .18s ease}.chapter-trends-card .topic-card:hover{transform:translateY(-2px);box-shadow:none;border-color:#818cf8e6}.chapter-trends-card .topic-header{display:flex;width:100%;border:none;background:transparent;padding:0;margin-bottom:8px;cursor:pointer;align-items:flex-start;justify-content:space-between}.chapter-trends-card .topic-main{text-align:left}.chapter-trends-card .topic-title{font-size:1.05rem;font-weight:700}.chapter-trends-card .topic-weightage{font-size:.82rem;color:var(--text-muted);margin-top:2px}.chapter-trends-card .topic-meta{display:flex;align-items:center;gap:8px}.chapter-trends-card .topic-tier-pill{font-size:.75rem;padding:4px 10px;border-radius:999px;background:#ef44441a;color:#ef4444;font-weight:600}.chapter-trends-card .topic-toggle{font-size:.8rem;color:var(--text-muted)}.chapter-trends-card .topic-cta-row{margin-top:4px;margin-bottom:8px}.chapter-trends-card .topic-quick-revise-btn{border-radius:999px;padding:6px 14px;font-size:.8rem;border:1px dashed rgba(96,165,250,.9);background:#eff6ffe6;color:#ffffffd9;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.chapter-trends-card .topic-body{margin-top:8px;padding-top:8px;border-top:1px dashed rgba(209,213,219,.9)}.chapter-trends-card .topic-body-label{font-size:.78rem;color:var(--text-muted);margin-bottom:6px}.chapter-trends-card .concept-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px}.chapter-trends-card .concept-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border-radius:999px;background:#ffffff0d;font-size:.78rem}.chapter-trends-card .concept-item-clickable{cursor:pointer}.chapter-trends-card .concept-item-clickable:hover{background:#6366f10f}.chapter-trends-card .concept-name{white-space:nowrap}.chapter-trends-card .concept-link-hint{color:var(--text-muted);font-style:italic;font-size:.72rem}.chapter-trends-card .concept-share{font-weight:600;color:var(--text-muted)}.chapter-trends-card .blueprint-preview{margin-top:28px;padding:18px 20px 22px;border-radius:24px;background:var(--bg-card);box-shadow:0 16px 40px #0000000a}.chapter-trends-card .chapter-secondary-cta{border-radius:999px;border:none;padding:10px 18px;font-size:.9rem;font-weight:600;color:#fff;background:#58cc02;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px #58cc024d;transition:transform .12s ease,box-shadow .18s ease}.chapter-trends-card .chapter-secondary-cta:hover{transform:translateY(-1px);box-shadow:0 4px #58cc0266}.chapter-trends-card .section-subtitle.tiny{font-size:.78rem}.exam-stack-btn-primary{color:#fff;background:#58cc02}.exam-stack-btn-primary:hover,.exam-stack-btn-primary:focus-visible{color:#fff;background:#46a302}.exam-stack-btn-primary,.exam-stack-btn-primary:hover,.exam-stack-btn-secondary,.exam-stack-btn-secondary:hover{background:#58cc02;color:#fff}.hpq-solution-pill{margin-top:10px;padding:10px 14px;border-radius:14px;background:#3b82f61a;border:1px dashed rgba(59,130,246,.2)}.hpq-solution-label{font-size:.8rem;font-weight:600;color:#60a5fa;margin-bottom:4px;text-transform:uppercase;letter-spacing:.06em}.hpq-solution-text{font-size:.9rem;color:#ffffffd9}.topic-summary{font-size:.85rem;color:var(--text-muted);padding:0 14px 4px}.exam-stack-btn-primary{background:linear-gradient(135deg,#22c55e,#1cb0f6);color:#fff;border-color:transparent}.exam-stack-btn-primary:hover{filter:brightness(1.03)}.exam-stack-btn-secondary{background:var(--bg-card);color:#ffffffd9}.topic-hub-page{max-width:1120px;margin:0 auto;padding:24px 16px 80px}.topic-hero-card{background:linear-gradient(90deg,#1b3bff,#0096ff 40%,#12d8fa);color:#fff;border-radius:24px;padding:18px 18px 22px;margin-bottom:24px;box-shadow:0 18px 50px #0f172a4d}.topic-back-link{background:transparent;border:none;color:#e0f7ff;font-size:.9rem;margin-bottom:8px;cursor:pointer}.topic-hero-meta-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.9rem}.topic-breadcrumb{letter-spacing:.08em;text-transform:uppercase}.topic-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:.8rem;background:#0f172a40}.topic-pill-tier{background:#00000040}.topic-hero-tagline{font-size:.98rem;max-width:720px;margin-bottom:12px}.topic-hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.topic-card-exam-link{background:#ffffff29;color:#f9fbff;box-shadow:none}.topic-card-exam-link .topic-body{color:#ecf5ff}.topic-card-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.topic-card-header h2{font-size:1rem;font-weight:600}.topic-card-icon{font-size:1.1rem}.topic-exam-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.topic-exam-chip{display:flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:.82rem;background:#0f172a2e}.topic-exam-letter{width:20px;height:20px;border-radius:999px;background:#58cc02;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;margin-right:6px}.topic-exam-label{font-weight:500}.topic-exam-marks{opacity:.9;margin-left:4px}.topic-main-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1.3fr);gap:20px}.topic-list.numbered{list-style-type:decimal}.topic-link{display:inline-flex;align-items:center;gap:4px;margin-top:8px;font-size:.9rem;color:#60a5fa;text-decoration:none}.topic-ai-mentor-callout{background:#facc1514}@media(max-width:900px){.topic-main-grid{grid-template-columns:1fr}.topic-hero-card{border-radius:0 0 24px 24px}}.lt-topic-page{min-height:100vh;background:linear-gradient(180deg,rgba(34,197,94,.06) 0%,var(--bg) 100%);padding-bottom:80px}.lt-topic-page-inner{max-width:1120px;margin:0 auto;padding:24px 16px 96px}.lt-topic-back{background:none;border:none;color:#818cf8;font-size:.9rem;cursor:pointer;margin-bottom:12px}.lt-topic-back:hover{text-decoration:underline}.lt-topic-hero{border-radius:28px;padding:22px 22px 20px;background:linear-gradient(135deg,#2142ff,#0fb0ff 40%,#2fd39f);color:#fff;box-shadow:0 18px 40px #0000002e}.lt-topic-breadcrumb{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;opacity:.9;margin-bottom:6px}.lt-topic-title{font-size:1.9rem;font-weight:700;margin:0 0 6px}.lt-topic-tagline{font-size:.98rem;opacity:.94;margin:0 0 14px}.lt-topic-chip-row{display:flex;flex-wrap:wrap;gap:8px}.lt-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:.78rem;font-weight:500;border:none}.lt-chip-soft{background:#ffffff29;color:#fdfdfd}.lt-chip-tier{background:var(--bg-card);color:#ffffffd9}.lt-chip-emoji{font-size:.9rem}.lt-chip-tier.tier-must{box-shadow:0 0 0 1px #ff6a6a66}.lt-chip-tier.tier-high{box-shadow:0 0 0 1px #74d0ff66}.lt-chip-tier.tier-good{box-shadow:0 0 0 1px #c5b1ff66}.lt-chip-mini{padding:4px 10px;font-size:.68rem}.lt-topic-grid{margin-top:24px;display:flex;flex-direction:column;gap:18px}.lt-topic-grid-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.lt-card{background:#ffffffeb;border-radius:24px;padding:18px 20px;box-shadow:0 10px 30px #1f29370a}.lt-card-big{padding:20px 22px}.lt-card-pink{background:linear-gradient(135deg,rgba(239,68,68,.04) 0%,rgba(168,85,247,.04) 45%,var(--bg) 100%)}.lt-card-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.lt-card-emoji{font-size:1.1rem}.lt-card-header h2{font-size:1.05rem;margin:0}.lt-card-title{font-size:1.05rem;margin:0 0 8px}.lt-card-sub{font-size:.88rem;color:var(--text-muted);margin-bottom:10px}.lt-bold{font-weight:600}.lt-muted{font-size:.86rem;color:var(--text-muted)}.lt-list-bullets{padding-left:1.1rem;margin:0;font-size:.9rem}.lt-list-bullets li+li{margin-top:4px}.lt-list-numbered{padding-left:1.2rem;margin:0;font-size:.9rem}.lt-list-numbered li+li{margin-top:4px}.lt-exam-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.lt-exam-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 10px 6px 6px;border-radius:999px;border:1px solid #e5e7eb;background:var(--bg-card);font-size:.78rem;cursor:pointer}.lt-exam-chip:hover{background:#6366f11f}.lt-exam-chip-circle{width:24px;height:24px;border-radius:999px;background:#3c3c3c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}.lt-exam-chip-text{white-space:nowrap}.lt-concept-pill-row{display:flex;flex-direction:column;gap:8px}.lt-concept-pill{width:100%;text-align:left;border-radius:18px;padding:10px 12px;border:1px solid #e5e7eb;background:var(--bg-card);cursor:pointer}.lt-concept-pill:hover{background:#6366f11f}.lt-concept-pill-header{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:2px}.lt-concept-title{font-size:.9rem;font-weight:600}.lt-concept-oneline{font-size:.82rem;color:var(--text-muted);margin:0}.lt-chip-priority-must-do{background:#ef44441a;color:#ef4444}.lt-chip-priority-should-do{background:#3b82f614;color:#60a5fa}.lt-chip-priority-good-to-know{background:#22c55e0f;color:#10b981}.lt-chip-link{text-decoration:none}.lt-chip-link:hover{opacity:.9}@media(max-width:768px){.lt-topic-page-inner{padding:18px 12px 80px}.lt-topic-hero{border-radius:22px;padding:18px 16px 16px}.lt-topic-title{font-size:1.5rem}.lt-topic-chip-row{gap:6px}.lt-topic-grid-row{grid-template-columns:1fr}}.mentor-panel{width:100%;max-width:260px;position:relative;overflow:hidden;padding:1.4rem 1.2rem;border-radius:24px;background:linear-gradient(145deg,#32b980,#3467d6);color:#fff;box-shadow:0 18px 40px #00000040;display:flex;flex-direction:column;gap:.75rem;min-height:360px}.mentor-panel__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.mentor-panel__title{font-size:1.05rem;font-weight:700;margin:0 0 .15rem}.mentor-panel__subtitle{font-size:.8rem;opacity:.9;margin:0;max-width:14rem}.mentor-panel__avatar{position:relative;width:64px;height:64px;flex-shrink:0}.mentor-panel__avatar-glow{position:absolute;inset:0;border-radius:20px;background:transparent;filter:blur(4px)}.mentor-panel__avatar-face{position:relative;width:100%;height:100%;border-radius:20px;background:linear-gradient(145deg,#58cc02,#1cb0f6);display:flex;flex-direction:column;align-items:center;justify-content:center}.mentor-panel__avatar-eyes{display:flex;gap:.3rem;margin-bottom:.12rem}.mentor-panel__eye{width:10px;height:10px;background:var(--bg-card);border-radius:999px;position:relative}.mentor-panel__eye:after{content:"";position:absolute;width:4px;height:4px;border-radius:999px;background:#58cc02;top:3px;left:3px}.mentor-panel__avatar-mouth{width:16px;height:4px;border-radius:999px;background:#4b5563}.mentor-panel__modes{display:flex;flex-wrap:wrap;gap:.4rem}.mentor-panel__mode-chip{border:none;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;background:#0f172a3d;color:#e5e7eb;cursor:pointer;transition:background .15s ease,transform .08s ease}.mentor-panel__mode-chip:hover{background:#0f172a66;transform:translateY(-1px)}.mentor-panel__mode-chip--active{background:#facc15;color:#ffffffd9}.mentor-panel__context{display:flex;flex-wrap:wrap;gap:.35rem;font-size:.7rem}.mentor-panel__tag{padding:.15rem .45rem;border-radius:999px;background:#00000040}.mentor-panel__tag--muted{opacity:.75}.mentor-panel__messages{flex:1;min-height:120px;max-height:220px;padding:.4rem .2rem;border-radius:14px;background:#0f172a38;overflow-y:auto}.mentor-panel__hint{font-size:.75rem;opacity:.95}.mentor-panel__hint-title{font-weight:600;margin-bottom:.2rem}.mentor-panel__hint ul{padding-left:1rem;margin:0}.mentor-panel__hint li{margin-bottom:.15rem}.mentor-panel__message{display:flex;margin-top:.32rem}.mentor-panel__message--user{justify-content:flex-end}.mentor-panel__message--assistant{justify-content:flex-start}.mentor-panel__bubble{max-width:90%;border-radius:18px;padding:.4rem .6rem;font-size:.78rem;line-height:1.3;background:#0f172ae0}.mentor-panel__message--user .mentor-panel__bubble{background:#facc15;color:#ffffffd9}.mentor-panel__bubble--loading{opacity:.8;font-style:italic}.mentor-panel__input{margin-top:.4rem;display:flex;gap:.4rem;align-items:flex-end}.mentor-panel__input textarea{flex:1;resize:none;border-radius:14px;border:none;padding:.45rem .6rem;font-size:.8rem;outline:none;background:#58cc02;color:#e5e7eb}.mentor-panel__input textarea::placeholder{color:#fff6}.mentor-panel__send-btn{border:none;border-radius:999px;padding:.5rem .9rem;font-size:.78rem;font-weight:600;cursor:pointer;background:#facc15;color:#ffffffd9;white-space:nowrap;transition:background .12s ease,transform .08s ease,box-shadow .12s ease}.mentor-panel__send-btn:hover:not(:disabled){background:#fbbf24;transform:translateY(-1px);box-shadow:0 8px 18px #00000040}.mentor-panel__send-btn:disabled{opacity:.5;cursor:default}.mentor-layout--no-sidecard{display:flex;flex-direction:column}.mentor-weak-chips{margin-top:8px}.mentor-weak-label{font-size:.75rem;color:var(--text-muted);display:block;margin-bottom:4px}.mentor-weak-chip-row{display:flex;flex-wrap:wrap;gap:6px}.mentor-weak-chip{border-radius:999px;border:1px solid rgba(148,163,184,.6);background:var(--bg-card);font-size:.75rem;padding:4px 10px;cursor:pointer}.mentor-weak-chip--active{background:#6366f11f;border-color:#6366f1;color:#60a5fa;box-shadow:0 4px 12px #6366f140}.mentor-plan-btn{margin-top:16px;align-self:flex-start}.study-plan-page{background:linear-gradient(180deg,#22c55e0f,#ffffff05)}.study-plan-card{max-width:1120px;margin:0 auto;padding:24px 28px 32px;border-radius:32px;background:var(--bg-card);box-shadow:0 24px 60px #0f172a33}.study-plan-back{width:100%;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:var(--bg-card);padding:10px 16px;font-size:.9rem;color:#ffffffd9;margin-bottom:16px;cursor:pointer}.plan-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.8rem;color:#777;margin:8px 0 18px}.plan-meta span{padding:4px 10px;border-radius:999px;background:#6366f11f}.plan-block{margin-top:20px;padding:18px 20px 16px;border-radius:24px;background:#f8fafcfa;border:1px solid rgba(148,163,184,.35)}.plan-block--science{margin-top:24px}.plan-heading{font-size:1.25rem;font-weight:650;color:#ffffffd9}.plan-subline{font-size:.85rem;color:#777;margin-top:4px}.plan-table{margin-top:14px;border-radius:18px;background:var(--bg-card);border:1px solid rgba(226,232,240,.9);overflow:hidden}.plan-table-header,.plan-table-row{display:grid;grid-template-columns:2.2fr 1fr 1.2fr 2.4fr;gap:8px;padding:10px 14px;font-size:.8rem;align-items:center}.plan-table-header{background:#ffffff0f;font-weight:600;color:#ffffffd9}.plan-table-row:nth-child(2n){background:var(--bg-card)}.plan-chapter{font-weight:600;color:#ffffffd9}.plan-actions{display:flex;flex-wrap:wrap;gap:6px;align-items:center;justify-content:flex-end}.plan-hours{font-weight:600;color:#ffffffd9;margin-right:4px}.tier-pill--must{background:#ef44441a;color:#ef4444}.tier-pill--high{background:#6366f10f;color:#a5b4fc}.tier-pill--good{background:#3b82f614;color:#60a5fa}.chip-link{border-radius:999px;border:1px solid rgba(37,99,235,.55);padding:4px 10px;font-size:.75rem;background:#3b82f61a;color:#60a5fa;cursor:pointer}.chip-link--alt{border-color:#8b5cf699;background:#a855f70f;color:#6d28d9}.chip-link--alt2{border-color:#22c55e99;background:#22c55e0f;color:#22c55e}.plan-note{margin-top:10px;font-size:.8rem;color:#777}.home-page{min-height:100vh;background:linear-gradient(180deg,#22c55e0f,#ffffff05);padding-bottom:80px}.home-container{max-width:1120px;margin:0 auto;padding:24px 16px 56px;font-family:var(--font-body)}.home-top-pills{display:flex;gap:8px;margin-bottom:12px;font-size:.78rem}.home-top-pills button{border-radius:999px;border:1px solid rgba(148,163,184,.6);background:#ffffff08;padding:4px 10px;cursor:pointer;color:#777}.home-top-pills button:hover{background:#6366f10d;color:#ffffffd9}.home-hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:26px;align-items:center;margin-bottom:32px}@media(max-width:768px){.home-hero{grid-template-columns:1fr}}.home-hero-left{max-width:640px}.home-eyebrow{font-size:.8rem;text-transform:uppercase;letter-spacing:.18em;color:#777;margin-bottom:6px}.home-heading{font-size:2.4rem;line-height:1.1;font-weight:800;color:#ffffffd9;margin-bottom:8px}@media(min-width:768px){.home-heading{font-size:2.7rem}}.home-heading-highlight{color:#60a5fa}.home-subheading{font-size:.96rem;line-height:1.7;color:var(--text-muted);margin-bottom:4px}.home-subheading.secondary{font-size:.9rem;color:var(--text-muted);margin-bottom:10px}.home-chip-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.home-chip{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#00000005;font-size:.8rem;color:#ffffffd9}.home-form-card{background:var(--bg-card);border-radius:18px;padding:12px 14px 14px;box-shadow:0 14px 32px #0000000f;max-width:420px}.home-form-title{font-size:.8rem;color:var(--text-muted);margin-bottom:6px}.home-form-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.home-input{flex:1;min-width:140px;border-radius:999px;border:1px solid rgba(255,255,255,.08);padding:8px 12px;font-size:.8rem;color:#ffffffd9;outline:none}.home-input::placeholder{color:#fff6}.home-input:focus{border-color:#60a5fa;box-shadow:0 0 0 1px #2563eb4d}.home-select{max-width:140px}.home-primary-btn{width:100%;border:none;border-radius:999px;padding:10px 16px;font-size:.9rem;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#1cb0f6,#1cb0f6,#22c55e);color:#fff;box-shadow:0 14px 30px #3b82f680;transition:filter .12s ease,transform .08s ease,box-shadow .12s ease}.home-primary-btn:hover{filter:brightness(1.05);box-shadow:0 18px 40px #3b82f699}.home-primary-btn:active{transform:scale(.98)}.home-primary-btn.small{width:auto;padding-inline:18px}.home-form-hint{margin-top:4px;font-size:.7rem;color:#fff6}.home-countdown{margin-top:10px;font-size:.8rem;color:var(--text-muted)}.home-countdown-muted{opacity:.9}.home-small-link{margin-top:6px;font-size:.8rem;color:var(--text-muted)}.home-small-link button{border:none;background:none;padding:0;cursor:pointer;color:#60a5fa;text-decoration:underline;text-underline-offset:3px}.home-hero-card{border-radius:28px;padding:18px 18px 16px;background:linear-gradient(145deg,#3c3c3c,#3c3c3c 20%,#1cb0f6 60%,#22c1c3);color:#fff;box-shadow:0 26px 70px #00000080}.home-hero-pill{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:999px;background:#0f172ab8;font-size:.7rem;text-transform:uppercase;letter-spacing:.16em;margin-bottom:14px}.home-hero-dot{width:8px;height:8px;border-radius:999px;background:#22c55e}.home-stats-row{display:flex;align-items:flex-end;gap:6px;margin-bottom:14px}.home-stat-bar{flex:1;border-radius:999px;background:linear-gradient(180deg,#f8fafcf5,#3b82f659)}.home-stat-bar-1{height:48px}.home-stat-bar-2{height:76px}.home-stat-bar-3{height:96px}.home-stat-bar-4{height:62px}.home-hero-card-title{font-size:.86rem;margin-bottom:6px}.home-hero-list{list-style:none;padding-left:0;margin:0 0 10px;font-size:.8rem;line-height:1.6}.home-hero-footer{display:flex;flex-direction:column;gap:4px;font-size:.78rem}.home-hero-tag{padding:3px 10px;border-radius:999px;background:#58cc02;align-self:flex-start;font-weight:500}.home-hero-note{opacity:.9}.home-section-card{border-radius:26px;padding:20px 18px 18px;background:var(--bg-card);border:1px solid rgba(148,163,184,.35);box-shadow:0 18px 40px #94a3b866;margin-bottom:26px}.home-section{margin-bottom:26px}.home-section-title{font-size:1.25rem;font-weight:650;color:#ffffffd9;margin-bottom:4px}.home-section-subtitle{font-size:.86rem;color:#777;margin-bottom:14px}.home-grid-steps{display:grid;gap:12px}@media(min-width:640px){.home-grid-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.home-grid-steps{grid-template-columns:repeat(4,minmax(0,1fr))}}.home-step-card{background:var(--bg-card);border-radius:22px;border:1px solid rgba(226,232,240,.9);padding:12px 12px 14px;box-shadow:0 10px 24px #94a3b852}.home-step-circle{width:32px;height:32px;border-radius:999px;border:1px solid rgba(59,130,246,.4);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;color:#60a5fa;margin-bottom:6px}.home-step-title{font-size:.96rem;font-weight:600;color:#ffffffd9;margin-bottom:4px}.home-step-body{font-size:.8rem;color:var(--text-muted)}.home-grid-pillars{display:grid;gap:12px}@media(min-width:640px){.home-grid-pillars{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.home-grid-pillars{grid-template-columns:repeat(4,minmax(0,1fr))}}.home-pillar-card{background:var(--bg-card);border-radius:22px;border:1px solid rgba(148,163,184,.5);padding:12px 12px 14px;box-shadow:0 14px 30px #94a3b847}.home-pillar-tag{font-size:.78rem;text-transform:uppercase;letter-spacing:.16em;color:var(--text-muted);margin-bottom:4px}.home-pillar-title{font-size:.98rem;font-weight:600;color:#ffffffd9;margin-bottom:4px}.home-pillar-body{font-size:.8rem;color:var(--text-muted);margin-bottom:8px}.home-secondary-btn{border-radius:999px;border:1px solid rgba(37,99,235,.6);background:#dbeafef2;padding:5px 11px;font-size:.78rem;color:#60a5fa;cursor:pointer}.home-secondary-btn.purple{border-color:#8b5cf6b3;background:#ede9fef2;color:#6d28d9}.home-secondary-btn.green{border-color:#22c55eb3;background:#dcfce7fa;color:#22c55e}.home-secondary-btn:hover{filter:brightness(1.03)}.mentor-section{background:linear-gradient(135deg,#f8fafcfa,#e0f2fefa)}.mentor-grid{display:grid;gap:16px;align-items:stretch}@media(min-width:768px){.mentor-grid{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr)}}.mentor-left{font-size:.86rem;color:#777}.mentor-list{margin:0 0 10px;padding-left:18px;font-size:.8rem;color:#ffffffd9;line-height:1.7}.mentor-card{border-radius:18px;padding:10px 12px;background:linear-gradient(145deg,#3c3c3c,#3c3c3c,#1cb0f6);color:#e5e7eb;font-size:.78rem;box-shadow:0 16px 40px #00000080}.mentor-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.mentor-chip{font-size:.75rem;padding:3px 9px;border-radius:999px;background:#58cc02}.mentor-avatar{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#58cc02}.mentor-card-body{border-radius:12px;background:#0f172ad1;padding:8px 9px;margin-bottom:6px}.mentor-card-title{font-size:.82rem;margin:0 0 4px}.mentor-inner-list{margin:0;padding-left:16px;line-height:1.6}.mentor-quote{margin:0;color:#e5e7eb;opacity:.92}.home-page{min-height:100vh;background:linear-gradient(180deg,#22c55e0f,#ffffff05);font-family:var(--font-body)}.home-container{max-width:1120px;margin:0 auto;padding:16px 16px 80px}.home-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid rgba(148,163,184,.5);margin-bottom:18px}.home-logo-group{display:flex;align-items:center;gap:8px}.home-logo-badge{width:30px;height:30px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:800;color:#ffffffd9;background:conic-gradient(from 180deg at 50% 0,#22c55e,#1cb0f6,#6366f1,#fbbf24,#22c55e)}.home-logo-text{font-size:1rem;font-weight:700;color:#ffffffd9;letter-spacing:.03em}.home-nav-links{display:none;gap:16px;font-size:.8rem;color:#777}.home-nav-link{border:none;background:none;padding:0;color:#777;cursor:pointer}.home-nav-link:hover{color:#ffffffd9}.home-nav-cta{border-radius:999px;border:1px solid rgba(37,99,235,.5);background:#3b82f60f;padding:6px 14px;font-size:.8rem;font-weight:600;color:#60a5fa;cursor:pointer;box-shadow:0 4px 10px #2563eb40}.home-nav-cta:hover{background:#3b82f614}@media(min-width:640px){.home-nav-links{display:flex}}.hero-section{margin:20px 0 32px}.hero-card{background:#ffffff0a;border-radius:32px;border:1px solid rgba(255,255,255,.08);box-shadow:0 26px 60px #0f172a2e;padding:24px 20px;display:grid;gap:24px}@media(min-width:900px){.hero-card{padding:32px 36px;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}}.hero-left{max-width:640px}.hero-eyebrow{font-size:.78rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#777;margin-bottom:6px}.hero-title{font-size:2.2rem;line-height:1.1;font-weight:800;color:#ffffffd9;margin-bottom:8px}@media(min-width:640px){.hero-title{font-size:2.6rem}}.hero-title span{color:#60a5fa}.hero-subtitle{font-size:.92rem;line-height:1.6;color:#777;margin-bottom:10px}.hero-subtitle strong{font-weight:700}.hero-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.hero-chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.78rem;white-space:nowrap}.hero-chip-orange{background:#f973160f;color:#c05621}.hero-chip-green{background:#22c55e0f;color:#10b981}.hero-chip-violet{background:#a855f70f;color:#6d28d9}.hero-form{display:flex;flex-direction:column;gap:6px;background:#ffffff0f;border-radius:999px;border:1px solid var(--bg-card-border);padding:6px;max-width:480px}@media(min-width:640px){.hero-form{flex-direction:row;align-items:center}}.hero-input{border-radius:999px;border:1px solid transparent;outline:none;padding:7px 10px;font-size:.8rem;color:#ffffffd9;background:var(--bg-card)}.hero-input::placeholder{color:#afafaf}.hero-select{flex:1}.hero-text-input{flex:1.4}.hero-primary-btn{margin-top:4px;flex-shrink:0;border-radius:999px;border:none;padding:8px 16px;font-size:.82rem;font-weight:600;color:#fff;cursor:pointer;background-image:linear-gradient(90deg,#22c55e,#1cb0f6,#1cb0f6);box-shadow:0 10px 26px #2563eb73}@media(min-width:640px){.hero-primary-btn{margin-top:0}}.hero-primary-btn:hover{filter:brightness(1.05)}.hero-small-text{margin-top:6px;font-size:.7rem;color:#777}.hero-days-text{margin-top:4px;font-size:.8rem;color:#777}.hero-days-highlight{color:#ffffffd9;font-weight:600}.hero-links-row{margin-top:8px;display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.8rem}.hero-link{border:none;background:none;padding:0;cursor:pointer;color:#777;text-decoration:underline;text-underline-offset:4px}.hero-link-primary{color:#60a5fa}.hero-link:hover{color:#ffffffd9}.hero-links-divider{color:#cbd5e1}.hero-right{display:flex;justify-content:center}.hero-dashboard{width:100%;max-width:270px;border-radius:24px;padding:14px;color:#e5e7eb;background-image:linear-gradient(135deg,#58cc02,#1cb0f6);box-shadow:0 24px 60px #3c3c3c}.hero-dashboard-header{display:flex;justify-content:space-between;align-items:center;font-size:.74rem;margin-bottom:10px}.hero-dashboard-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;background:#58cc02;text-transform:uppercase;letter-spacing:.16em;font-size:.68rem}.hero-dashboard-dot{width:7px;height:7px;border-radius:999px;background:#4ade80}.hero-dashboard-meta{color:#e2e8f0e6}.hero-dashboard-progress{background:#58cc02;border-radius:16px;padding:8px 10px;margin-bottom:10px}.hero-progress-bar{width:100%;height:6px;border-radius:999px;background:#58cc02;margin-bottom:6px;overflow:hidden}.hero-progress-fill{width:35%;height:100%;border-radius:999px;background:#22c55e}.hero-dashboard-text{font-size:.78rem;color:#fff}.hero-dashboard-text-muted{margin-top:2px;color:#cbd5f5}.hero-dashboard-points{margin-top:8px;display:flex;flex-direction:column;gap:4px}.hero-dashboard-point{display:flex;gap:8px;font-size:.76rem}.hero-dashboard-icon{width:22px;height:22px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#58cc02}.how-section{margin-bottom:26px;border-radius:32px;border:1px solid rgba(148,163,184,.5);box-shadow:0 16px 40px #94a3b880;background:#f8fafcf5;padding:18px 16px 20px}.how-section .section-title{font-size:1.2rem;font-weight:600;color:#ffffffd9;margin-bottom:4px}.how-section .section-subtitle{font-size:.86rem;color:#777;margin-bottom:12px}.how-grid{display:grid;grid-template-columns:1fr;gap:10px}@media(min-width:640px){.how-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.how-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.how-card{border-radius:24px;border:1px solid var(--bg-card-border);background:var(--bg-card);padding:12px;box-shadow:0 12px 24px #94a3b866}.how-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.how-step-badge{width:30px;height:30px;border-radius:999px;border:1px solid rgba(59,130,246,.4);color:#60a5fa;font-size:.9rem;font-weight:600;display:flex;align-items:center;justify-content:center}.how-emoji{font-size:1rem}.how-title{font-size:.96rem;font-weight:600;color:#ffffffd9;margin-bottom:4px}.how-body{font-size:.8rem;color:#777}.pieces-section{margin-bottom:28px}.pieces-grid{display:grid;grid-template-columns:1fr;gap:10px}@media(min-width:640px){.pieces-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.pieces-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.piece-card{border-radius:24px;border:1px solid rgba(148,163,184,.5);background:var(--bg-card);padding:12px;box-shadow:0 12px 24px #94a3b873}.piece-meta{display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:#777;margin-bottom:4px}.piece-tag{text-transform:uppercase;letter-spacing:.16em}.piece-title{font-size:.96rem;font-weight:600;color:#ffffffd9;margin-bottom:4px}.piece-body{font-size:.8rem;color:#777;margin-bottom:8px}.piece-btn{border-radius:999px;border:1px solid transparent;padding:5px 10px;font-size:.78rem;cursor:pointer}.piece-btn-blue{background:#3b82f60f;color:#60a5fa;border-color:#2563eb99}.piece-btn-violet{background:#a855f70f;color:#6d28d9;border-color:#7c3aed99}.piece-btn-green{background:#22c55e14;color:#10b981;border-color:#22c55e99}.mentor-section{border-radius:28px;border:1px solid rgba(148,163,184,.5);background:linear-gradient(135deg,#ffffff08,#3b82f60f);padding:16px;box-shadow:0 18px 40px #94a3b880}.mentor-grid{display:grid;gap:16px}@media(min-width:900px){.mentor-grid{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr)}}.mentor-copy{font-size:.8rem;color:#777}.mentor-list{margin:8px 0 10px;padding-left:18px;font-size:.8rem;color:#ffffffd9}.mentor-list li{margin-bottom:4px}.mentor-btn{margin-top:4px;border-radius:999px;border:none;padding:8px 16px;font-size:.82rem;font-weight:600;color:#f7f7f7;cursor:pointer;background-image:linear-gradient(90deg,#1cb0f6,#1cb0f6,#22c55e);box-shadow:0 14px 30px #2563eb73}.mentor-card{border-radius:20px;padding:12px;font-size:.78rem;color:#e5e7eb;background-image:linear-gradient(135deg,#58cc02,#1cb0f6);box-shadow:0 16px 40px #00000080}.mentor-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.mentor-avatar{width:22px;height:22px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#58cc02}.mentor-card-body{border-radius:14px;background:#58cc02;padding:8px 10px;margin-bottom:6px}.mentor-card-title{margin-bottom:3px}.mentor-card-list{padding-left:16px}.mentor-card-list li{margin-bottom:2px}.mentor-card-foot{color:#e5e7eb}.ai-mentor-page{max-width:1200px;margin:0 auto;padding:24px 16px 48px}.ai-mentor-header h1{font-size:1.8rem;margin-bottom:4px}.ai-mentor-tagline{font-size:.95rem;color:var(--text-muted)}.ai-mentor-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr);gap:18px;margin-top:18px}.ai-mentor-controls,.ai-mentor-summary{display:flex;flex-direction:column;gap:14px}.ai-mentor-card{border-radius:22px;padding:16px 18px;background:var(--bg-card);border:1px solid #e5e7eb;box-shadow:0 16px 40px #94a3b847}.ai-mentor-card--exam{background:linear-gradient(135deg,#0f172afa,#2563ebf5);color:#e5e7eb;border-color:#94a3b880}.ai-mentor-card--snapshot{background:linear-gradient(135deg,#0f172a,#1e40af);color:#e5e7eb;border-color:#ffffffd9;box-shadow:0 28px 70px #3c3c3c}.ai-mentor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin-top:10px}.ai-mentor-field span{display:block;font-size:.8rem;margin-bottom:2px}.ai-mentor-field input{width:100%;padding:6px 8px;border-radius:999px;border:1px solid rgba(148,163,184,.8);font-size:.85rem}.snapshot-header-line{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.snapshot-kicker{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;opacity:.9}.snapshot-pill{border-radius:999px;padding:4px 10px;font-size:.78rem;background:#0f172af5;border:1px solid rgba(148,163,184,.6)}.snapshot-list{margin:4px 0 6px;padding-left:18px;font-size:.85rem}.snapshot-focus-line{margin:6px 0 0;font-size:.85rem}.ai-mentor-card-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.primary-pill-button{border-radius:999px;border:none;padding:6px 14px;font-size:.8rem;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#facc15,#f97316);color:#ffffffd9;box-shadow:0 12px 30px #f59e0b66}.ai-mentor-hint{font-size:.82rem;color:var(--text-muted);margin-top:4px}.ai-mentor-payload{margin-top:8px;font-size:.78rem;max-height:260px;overflow:auto;background:#58cc02;color:#e5e7eb;border-radius:14px;padding:10px 12px}.daywise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-top:10px}.day-card{border-radius:14px;border:1px solid #e5e7eb;padding:10px 10px 8px;background:var(--bg-card);font-size:.8rem}.day-card-header{font-weight:600;margin-bottom:4px}.summary-sidebar{position:fixed;inset:0;display:none;z-index:100}.summary-sidebar.open{display:block}.summary-sidebar__overlay{position:absolute;inset:0;background:#0006}.summary-sidebar__panel{position:absolute;right:0;top:0;bottom:0;width:320px;background:var(--bg-card);padding:1rem;overflow-y:auto;box-shadow:-2px 0 8px #0000001a}.summary-sidebar__close{border:none;background:transparent;font-size:1.5rem;cursor:pointer;float:right}.summary-sidebar__panel h4,.summary-sidebar__panel h5{margin-top:0}.summary-sidebar__panel ul{list-style:none;padding-left:0}.summary-sidebar__panel li{margin-bottom:.5rem}.summary-sidebar__panel button{background:none;border:none;color:var(--primary);cursor:pointer;text-decoration:underline;padding:0}.summary-sidebar__panel button:hover{text-decoration:none}.summary-toggle-btn{background:linear-gradient(135deg,#f97316,#facc15);border:none;border-radius:999px;padding:8px 18px;font-size:.8rem;font-weight:600;color:#ffffffd9;cursor:pointer;box-shadow:0 12px 30px #f59e0b80;display:inline-flex;align-items:center;gap:6px;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.summary-toggle-btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.summary-toggle-btn:active{transform:translateY(0);box-shadow:0 8px 20px #f59e0b59}@keyframes summaryPanelIn{0%{transform:translate(16px);opacity:0}to{transform:translate(0);opacity:1}}.summary-sidebar.open .summary-sidebar__panel{animation:summaryPanelIn .16s ease-out}@media(max-width:640px){.summary-sidebar__panel{width:min(420px,100vw)}}.vibe-toggle button{border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);background:#ffffff0d;color:var(--text);font-size:.85rem;font-weight:600;padding:6px 14px;cursor:pointer;transition:all .16s ease-out}.vibe-toggle button[data-active=true]{background:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-1px)}.command-palette-backdrop{position:fixed;inset:0;background:#0f172a66;display:flex;align-items:flex-start;justify-content:center;padding-top:20vh;z-index:50}.command-palette{background:#1e1e2e;border-radius:var(--radius);width:90%;max-width:500px;box-shadow:0 25px 50px #00000080;border:1px solid rgba(255,255,255,.1);overflow:hidden}[data-theme=light] .command-palette{background:#fff;box-shadow:0 25px 50px #00000026;border:1px solid #e2e8f0}[data-theme=light] .command-palette-input{border-bottom-color:#e2e8f0}[data-theme=light] .command-palette-option:hover{background:#0000000a}.command-palette-input{width:100%;border:none;padding:14px 16px;border-bottom:1px solid rgba(148,163,184,.5);background:transparent;color:var(--text);font-size:.95rem;outline:none}.command-palette-list{max-height:300px;overflow-y:auto;margin:0;padding:0;list-style:none}.command-palette-option{width:100%;text-align:left;padding:12px 16px;background:transparent;border:none;cursor:pointer;font-size:.95rem;color:var(--text);transition:background .16s ease-out}.command-palette-option:hover{background:#0000000a}.command-palette-empty{padding:12px 16px;color:var(--text-muted);font-size:.9rem}.ux-return-bar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px}.ux-return-bar__back{border-radius:999px;border:1px solid rgba(148,163,184,.8);background:#ffffff0d;color:#ffffffd9;font-size:var(--lt-ux-return-back-font-size);font-weight:700;padding:var(--lt-ux-return-back-padding);cursor:pointer}.ux-return-bar__chips{display:flex;flex-wrap:wrap;gap:6px}.ux-return-bar__chip{border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffffd1;color:#777;font-size:var(--lt-ux-chip-font-size);padding:var(--lt-ux-chip-padding);cursor:pointer}.ux-return-bar__chip[data-active=true]{border-color:#ffffffd9;background:#58cc02;color:#fff;font-weight:700}span.ux-return-bar__chip{cursor:default;-webkit-user-select:none;user-select:none}.ux-return-bar__back:focus-visible,.ux-return-bar__chip:focus-visible,.ux-journey-strip__chip:focus-visible{outline:2px solid #1cb0f6;outline-offset:2px}.ux-journey-strip{border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;padding:10px 12px;margin-bottom:12px;position:var(--lt-ux-journey-position);top:var(--lt-ux-journey-top);z-index:var(--lt-ux-journey-z)}@media(max-width:768px){.ux-journey-strip{background:#0a0a0af7;border-color:#ffffff1a}}.ux-journey-strip__title{font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;color:#777;font-weight:900}.ux-journey-strip__row{margin-top:7px;display:flex;gap:8px;flex-wrap:wrap}.ux-journey-strip__chip{border-radius:999px;border:1px solid rgba(148,163,184,.75);background:#ffffff0d;color:#ffffffd9;font-size:var(--lt-ux-journey-chip-font-size);font-weight:800;padding:var(--lt-ux-journey-chip-padding);cursor:pointer}.ux-journey-strip__chip[data-active=true]{border-color:#ffffffd9;background:#58cc02;color:#fff}@media(max-width:768px){:root{--lt-ux-return-back-padding: 8px 12px;--lt-ux-return-back-font-size: .82rem;--lt-ux-chip-padding: 7px 11px;--lt-ux-chip-font-size: .76rem;--lt-ux-journey-chip-padding: 7px 11px;--lt-ux-journey-chip-font-size: .76rem;--lt-ux-journey-position: sticky;--lt-ux-journey-top: 54px;--lt-ux-journey-z: 8;--lt-ux-journey-backdrop: blur(6px)}}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes lt-confetti-fall{0%{transform:translateY(-10vh) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}@keyframes lt-sparkle{0%,to{transform:scale(0) rotate(0);opacity:0}50%{transform:scale(1) rotate(180deg);opacity:1}}@keyframes lt-xp-pop{0%{transform:scale(.5) translateY(0);opacity:0}50%{transform:scale(1.3) translateY(-10px);opacity:1}to{transform:scale(1) translateY(-30px);opacity:0}}.lt-confetti-overlay{position:fixed;inset:0;pointer-events:none;z-index:9999;overflow:hidden}.lt-confetti-piece{position:absolute;top:-10px;width:10px;height:10px;border-radius:2px;animation:lt-confetti-fall 2.5s ease-in forwards}.lt-sparkle-burst{position:fixed;pointer-events:none;z-index:9999}.lt-sparkle-star{position:absolute;width:12px;height:12px;background:#ffc800;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);animation:lt-sparkle .8s ease-out forwards}.lt-xp-toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%);background:#58cc02;color:#fff;font-weight:900;font-size:1.1rem;padding:10px 24px;border-radius:16px;border-bottom:4px solid #46a302;z-index:9999;animation:lt-xp-pop 1.5s ease-out forwards;pointer-events:none}.lt-progress-ring{transition:stroke-dashoffset .6s ease-out}.lt-desktop-only{display:inline}@media(max-width:768px){.lt-desktop-only{display:none!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--mob-primary: #1a3a5c;--mob-primary-hover: #15304d;--mob-primary-fg: #ffffff;--mob-accent: #22c55e;--mob-accent-hover: #16a34a;--mob-accent-fg: #ffffff;--mob-success: #22c55e;--mob-success-fg: #ffffff;--mob-success-soft: rgba(34,197,94,.12);--mob-success-grad: linear-gradient(135deg,#22c55e 0%,#16a34a 100%);--mob-warning: #f59e0b;--mob-warning-soft: rgba(245,158,11,.12);--mob-danger: #ef4444;--mob-danger-soft: rgba(239,68,68,.1);--mob-bg: #f5f5f7;--mob-card: #ffffff;--mob-card-border: rgba(0,0,0,.08);--mob-fg: #1e293b;--mob-fg-muted: #64748b;--mob-muted: #f1f5f9;--mob-muted-border: rgba(0,0,0,.06);--mob-overlay: rgba(0,0,0,.45);--mob-nav-height: 60px;--mob-font-display: "Fraunces", Georgia, serif}.phone-shell{max-width:440px;margin:0 auto;min-height:100dvh;background:var(--mob-bg);position:relative;overflow-x:hidden}.mobile-screen{min-height:100dvh;background:var(--mob-bg);color:var(--mob-fg);font-family:var(--font-body)}.card-soft{background:var(--mob-card);border:1px solid var(--mob-card-border);border-radius:16px;box-shadow:0 1px 4px #0000000f}.card-soft-sm{background:var(--mob-card);border:1px solid var(--mob-card-border);border-radius:12px;box-shadow:0 1px 3px #0000000d}.screen-pad{padding:20px 20px calc(var(--mob-nav-height) + 32px)}.screen-pad-no-nav{padding:20px 20px 40px}.pill{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.01em}.pill-success{background:var(--mob-success-soft);color:var(--mob-success)}.pill-warning{background:var(--mob-warning-soft);color:var(--mob-warning)}.pill-danger{background:var(--mob-danger-soft);color:var(--mob-danger)}.tap{cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .07s ease,opacity .07s ease}.tap:active{transform:scale(.97);opacity:.88}.shadow-elev{box-shadow:0 4px 20px #0000001f}.shadow-elev-sm{box-shadow:0 2px 10px #00000014}.bg-mob{background:var(--mob-bg)}.bg-mob-card{background:var(--mob-card)}.bg-mob-muted{background:var(--mob-muted)}.bg-hero{background:var(--mob-primary);color:var(--mob-primary-fg)}.bg-success-soft{background:var(--mob-success-soft)}.bg-success-grad{background:var(--mob-success-grad)}.btn-mob-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--mob-accent);color:var(--mob-accent-fg);border:none;border-radius:14px;padding:14px 24px;font-size:15px;font-weight:700;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .12s ease,transform .07s ease;box-shadow:0 4px 0 var(--mob-accent-hover)}.btn-mob-primary:hover{background:var(--mob-accent-hover)}.btn-mob-primary:active{transform:translateY(2px);box-shadow:0 2px 0 var(--mob-accent-hover)}.btn-mob-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--mob-card);color:var(--mob-fg);border:1.5px solid var(--mob-card-border);border-radius:14px;padding:13px 22px;font-size:15px;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .12s ease,transform .07s ease}.btn-mob-secondary:active{transform:translateY(1px)}.text-mob-fg{color:var(--mob-fg)}.text-mob-muted{color:var(--mob-fg-muted)}.text-mob-primary{color:var(--mob-primary)}.text-mob-accent{color:var(--mob-accent)}.text-mob-success{color:var(--mob-success)}.text-mob-danger{color:var(--mob-danger)}@keyframes mobFloatUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.animate-float-up{animation:mobFloatUp .25s ease-out both}@keyframes mobFadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:mobFadeIn .2s ease-out both}.mob-divider{height:1px;background:var(--mob-card-border);border:none;margin:0}.mob-sticky-cta{position:fixed;bottom:var(--mob-nav-height);left:0;right:0;max-width:440px;margin:0 auto;padding:12px 20px;background:#f5f5f7eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--mob-card-border);z-index:15}.mob-upload-zone{border:2px dashed var(--mob-card-border);border-radius:16px;padding:40px 24px;text-align:center;background:var(--mob-muted);cursor:pointer;transition:border-color .15s ease,background .15s ease}.mob-upload-zone:hover,.mob-upload-zone.drag-over{border-color:var(--mob-accent);background:var(--mob-success-soft)}
