:root{--primary:#0bb46a;--primary-hover:#099a5a;--primary-light:#e8f8f0;--primary-subtle:#f0fdf4;--navy:#1e3a8a;--dark:#0f172a;--charcoal:#1e293b;--muted:#64748b;--light-muted:#94a3b8;--border:#e2e8f0;--border-light:#f1f5f9;--bg-page:#f8fafc;--bg-card:#fff;--sun-gold:#f59e0b;--sun-light:#fef3c7;--sun-glow:#fde047;--pink-bg:#ffe4e6;--pink-text:#e11d48;--blue-bg:#e0f2fe;--blue-text:#0284c7;--green-bg:#dcfce7;--green-text:#16a34a;--purple-bg:#f3e8ff;--purple-text:#9333ea;--yellow-bg:#fef9c3;--yellow-text:#ca8a04;--orange-bg:#ffedd5;--orange-text:#ea580c;--cyan-bg:#cffafe;--cyan-text:#0891b2;--font-main:"Poppins", "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-handwriting:"Kalam", cursive;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 14px #0000000a, 0 1px 3px #00000005;--shadow-lg:0 10px 25px -3px #0000000f, 0 4px 10px -2px #00000005;--shadow-card:0 2px 10px #00000008;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;width:100%;max-width:100vw;font-size:16px;overflow-x:hidden}body{font-family:var(--font-main);background-color:var(--bg-page);color:var(--charcoal);-webkit-font-smoothing:antialiased;width:100%;max-width:100vw;line-height:1.5;overflow-x:hidden}#root,.examshala-web-app,.prayasplush-web-app{width:100%;max-width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 20px}.hover-lift{transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s}.hover-lift:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.pulsing-dot{background-color:#ef4444;border-radius:50%;width:8px;height:8px;animation:1.5s infinite pulse-dot;display:inline-block}@keyframes pulse-dot{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 6px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}@media (width<=768px){.container{padding:0 14px}}.navbar-wrapper{z-index:100;border-bottom:1px solid var(--border-light);background:#fff;position:sticky;top:0;box-shadow:0 1px 4px #00000008}.navbar-container{justify-content:space-between;align-items:center;gap:16px;height:64px;display:flex}.navbar-brand{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:flex}.brand-logo-mark{justify-content:center;align-items:center;display:flex}.brand-text{flex-direction:column;display:flex}.brand-title{color:#0f172a;letter-spacing:-.3px;font-size:1.25rem;font-weight:800;line-height:1.1}.brand-hindi{color:var(--primary)}.brand-tagline{color:var(--muted);letter-spacing:.2px;font-size:.62rem;font-weight:600}.navbar-nav,.desktop-secondary-links{align-items:center;gap:2px;display:flex}.nav-link{color:#475569;border-radius:var(--radius-sm);white-space:nowrap;padding:6px 9px;font-size:.78rem;font-weight:600;transition:color .15s,background .15s;position:relative}.nav-link:hover{color:var(--primary);background:#f0fdf4}.nav-link.active{color:var(--primary);font-weight:700}.active-indicator{background-color:var(--primary);border-radius:2px;height:2.5px;position:absolute;bottom:-2px;left:8px;right:8px}.nav-dropdown-wrapper{display:none;position:relative}.nav-dropdown-trigger{color:#475569;border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:4px;padding:6px 9px;font-size:.78rem;font-weight:600;transition:all .15s;display:flex}.nav-dropdown-trigger:hover,.nav-dropdown-trigger.active{color:var(--primary);background:#f0fdf4}.chevron-icon{transition:transform .2s}.chevron-icon.rotated{transform:rotate(180deg)}.nav-more-popover{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:4px;min-width:190px;padding:8px;animation:.16s cubic-bezier(.16,1,.3,1) userMenuPop;display:flex;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 14px 32px -4px #00000024,0 0 0 1px #0000000a}.more-menu-item{color:#334155;cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:.82rem;font-weight:600;transition:all .15s;display:flex}.more-menu-item:hover{color:var(--primary);background:#f0fdf4}.more-menu-item.active{color:var(--primary);background:#ecfdf5;font-weight:700}.navbar-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.nav-search-box{border:1px solid var(--border);border-radius:var(--radius-full);background-color:#f8fafc;align-items:center;gap:8px;width:160px;padding:6px 12px;transition:all .2s;display:flex}.nav-search-box:focus-within{border-color:var(--primary);background-color:#fff;width:190px;box-shadow:0 0 0 3px #0bb46a1f}.search-icon{color:var(--light-muted);flex-shrink:0}.nav-search-input{color:var(--charcoal);background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.76rem}.nav-search-input::placeholder{color:var(--light-muted)}.nav-notification-btn{color:#475569;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex;position:relative}.nav-notification-btn:hover{background:#e2e8f0}.nav-badge{color:#fff;background-color:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.62rem;font-weight:800;display:flex;position:absolute;top:4px;right:4px}.nav-auth-actions{white-space:nowrap;flex-shrink:0;align-items:center;gap:6px;display:flex}.btn-nav-login{color:#334155;border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;background:#f8fafc;border:1.5px solid #cbd5e1;flex-shrink:0;align-items:center;gap:5px;padding:6px 12px;font-size:.78rem;font-weight:700;transition:all .15s;display:inline-flex}.btn-nav-login:hover{color:#0f172a;background:#eef2f6;border-color:#94a3b8}.btn-nav-register{background:var(--primary);border:1.5px solid var(--primary);color:#fff;border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;flex-shrink:0;align-items:center;gap:5px;padding:6px 14px;font-size:.78rem;font-weight:700;transition:all .15s;display:inline-flex;box-shadow:0 2px 8px #0bb46a40}.btn-nav-register:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #0bb46a59}.nav-mobile-hamburger{color:#0f172a;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:none}.nav-mobile-hamburger:hover{background:#e2e8f0}.nav-user-dropdown-container{position:relative}.nav-user-pill{border-radius:var(--radius-full);cursor:pointer;background:#fff;border:1px solid #e2e8f0;align-items:center;gap:8px;padding:4px 10px 4px 4px;transition:all .15s;display:flex}.nav-user-pill:hover{background:#f8fafc;border-color:#cbd5e1}.user-avatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.user-info{flex-direction:column;display:flex}.user-name{color:var(--charcoal);font-size:.76rem;font-weight:700;line-height:1.2}.user-tier{color:var(--primary);align-items:center;gap:2px;font-size:.65rem;font-weight:600;display:flex}.user-tier.pro{color:#d97706;font-weight:800}.inline-chevron{color:var(--muted)}.nav-user-menu-popover{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:260px;padding:14px;animation:.18s cubic-bezier(.16,1,.3,1) userMenuPop;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 36px -4px #00000024,0 0 0 1px #0000000a}@keyframes userMenuPop{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.user-menu-header{border-bottom:1px solid #f1f5f9;padding-bottom:12px}.user-menu-name{color:#0f172a;font-size:.95rem;font-weight:800;line-height:1.3}.user-menu-email{color:#64748b;word-break:break-all;font-size:.78rem}.user-menu-phone{color:#94a3b8;margin-top:2px;font-size:.74rem}.user-menu-stats{border-bottom:1px solid #f1f5f9;grid-template-columns:1fr 1fr;gap:8px;padding:10px 0;display:grid}.menu-stat-item{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:6px 10px}.stat-num{color:#0bb46a;font-size:.95rem;font-weight:800;display:block}.stat-txt{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.68rem;font-weight:600}.user-menu-links{flex-direction:column;gap:4px;padding-top:8px;display:flex}.user-menu-btn{color:#334155;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:8px 12px;font-size:.82rem;font-weight:600;transition:all .15s;display:flex}.user-menu-btn:hover{color:#0f172a;background:#f1f5f9}.user-menu-btn.highlight{color:#b45309;background:#fef3c7}.user-menu-btn.highlight:hover{background:#fde68a}.user-menu-btn.btn-logout-action{color:#dc2626;font-weight:700}.user-menu-btn.btn-logout-action:hover{color:#b91c1c;background:#fee2e2}.menu-divider{background:#f1f5f9;height:1px;margin:4px 0}.hero-banner-section{background:linear-gradient(135deg,#f0faf5 0%,#f5fbf8 40%,#fefefe 85%);border-bottom:1px solid #e2e8f0;padding:28px 0 0;position:relative;overflow:hidden}.hero-banner-grid{grid-template-columns:1.15fr 1fr;align-items:flex-end;gap:28px;display:grid}.hero-left-content{flex-direction:column;padding-bottom:28px;display:flex}.hero-main-title{font-family:var(--font-main);flex-direction:column;margin-bottom:8px;line-height:1.14;display:flex}.title-prefix{color:#0f172a;letter-spacing:-.5px;font-size:1.85rem;font-weight:800}.title-primary-bold{color:#0d7a4e;letter-spacing:-.6px;font-size:2.3rem;font-weight:900}.title-bracket{color:#0d7a4e;letter-spacing:-.5px;font-size:2.1rem;font-weight:900}.hero-subtitle{color:#64748b;margin-bottom:18px;font-size:.95rem;font-weight:600}.hero-check-pills{flex-wrap:wrap;gap:6px;margin-bottom:22px;display:flex}.check-pill{color:#065f46;border-radius:var(--radius-full);white-space:nowrap;background:#fff;border:1px solid #d1fae5;align-items:center;gap:4px;padding:4px 7px;font-size:.69rem;font-weight:700;display:inline-flex;box-shadow:0 1px 3px #00000008}.check-icon-circle{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;display:flex}.hero-action-buttons{align-items:center;gap:12px;display:flex}.btn-primary-emerald{background:var(--primary);color:#fff;border-radius:var(--radius-full);align-items:center;gap:8px;padding:10px 22px;font-size:.85rem;font-weight:700;transition:transform .15s,background .15s;display:inline-flex;box-shadow:0 4px 14px #0bb46a59}.btn-primary-emerald:hover{background:var(--primary-hover);transform:translateY(-2px)}.btn-outline-white{color:#334155;border-radius:var(--radius-full);background:#fff;border:1.5px solid #cbd5e1;align-items:center;padding:10px 22px;font-size:.85rem;font-weight:700;transition:background .15s,border-color .15s;display:inline-flex;box-shadow:0 1px 3px #00000008}.btn-outline-white:hover{background:#f8fafc;border-color:#94a3b8}.hero-center-visual{justify-content:center;align-items:flex-end;height:100%;min-height:240px;display:flex}.hero-educator-artwork{object-fit:contain;transform-origin:bottom;filter:drop-shadow(0 8px 24px #0bb46a14);width:auto;max-width:100%;height:360px;display:block;transform:translateY(2px)}.study-progress-section{padding:8px 0 20px}.study-progress-dashboard-card{background:linear-gradient(135deg,#fff 0%,#f6fbf8 100%);border:1.5px solid #d1fae5;border-radius:20px;flex-direction:column;gap:20px;padding:22px 28px;display:flex;box-shadow:0 4px 20px #0bb46a12}.progress-card-top-row{border-bottom:1px solid #e6f4ed;justify-content:space-between;align-items:center;gap:20px;padding-bottom:18px;display:flex}.progress-top-left{align-items:center;gap:18px;display:flex}.progress-title-meta{flex-direction:column;gap:4px;display:flex}.progress-badge-chip{color:#0d7a4e;border-radius:var(--radius-full);letter-spacing:.5px;background:#e6f7ed;align-items:center;gap:6px;width:fit-content;padding:3px 10px;font-size:.72rem;font-weight:800;display:inline-flex}.progress-status-headline{color:#0f172a;margin:0;font-size:1.15rem;font-weight:800;line-height:1.25}.progress-status-subline{color:#64748b;margin:0;font-size:.85rem;font-weight:500}.progress-top-right{flex-shrink:0}.btn-progress-continue-strip{background:var(--primary);color:#fff;border-radius:var(--radius-full);white-space:nowrap;align-items:center;gap:9px;padding:12px 24px;font-size:.92rem;font-weight:700;transition:background .15s,transform .15s;display:inline-flex;box-shadow:0 4px 14px #0bb46a59}.btn-progress-continue-strip:hover{background:var(--primary-hover);transform:translateY(-2px)}.circular-progress-box{flex-shrink:0;width:76px;height:76px;position:relative}.circular-progress-box svg{width:76px;height:76px;transform:rotate(-90deg)}.progress-percentage-label{color:#0f172a;font-size:1.05rem;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.progress-metrics-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.progress-stat-card-lg{background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:14px;padding:14px 18px;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex;box-shadow:0 1px 4px #00000008}.progress-stat-card-lg:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.metric-icon-box-lg{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.metric-icon-box-lg.bg-yellow{background:#fef3c7}.metric-icon-box-lg.bg-blue{background:#e0f2fe}.metric-icon-box-lg.bg-pink{background:#ffe4e6}.metric-icon-box-lg.bg-orange{background:#ffedd5}.stat-card-text{flex-direction:column;gap:3px;display:flex}.stat-card-val-lg{color:#0f172a;font-size:1.3rem;font-weight:800;line-height:1.1}.stat-card-lbl-lg{color:#64748b;white-space:nowrap;font-size:.84rem;font-weight:600}.quick-actions-section{padding:24px 0 16px}.quick-actions-grid{grid-template-columns:repeat(8,1fr);gap:12px;display:grid}.quick-action-card{border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-sm);cursor:pointer;background:#fff;flex-direction:column;align-items:center;padding:16px 10px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.quick-action-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.quick-action-icon-circle{border-radius:13px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:9px;display:flex}.quick-action-title{color:#1e293b;margin-bottom:3px;font-size:.86rem;font-weight:700;line-height:1.25}.quick-action-sub{color:var(--muted);font-size:.72rem;font-weight:500;line-height:1.2}.latest-updates-section{padding:12px 0 16px}.latest-updates-layout{grid-template-columns:215px 1fr;align-items:stretch;gap:14px;display:grid}.updates-header-tile{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;flex-direction:column;padding:16px;display:flex}.megaphone-icon-circle{background:#fee2e2;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:12px;display:flex}.updates-title{color:#0f172a;margin-bottom:6px;font-size:.98rem;font-weight:800}.updates-sub{color:var(--muted);margin-bottom:12px;font-size:.76rem;line-height:1.4}.updates-view-all{color:var(--primary);text-align:left;font-size:.8rem;font-weight:700}.updates-cards-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.update-notification-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);cursor:pointer;background:#fff;border-radius:14px;align-items:center;gap:13px;padding:16px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.update-notification-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.update-card-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.update-card-content{flex:1}.update-card-date{color:#94a3b8;margin-bottom:3px;font-size:.72rem;font-weight:600;display:block}.update-card-heading{color:#1e293b;margin-bottom:4px;font-size:.86rem;font-weight:700;line-height:1.35}.update-card-desc{color:#64748b;font-size:.76rem;line-height:1.35}.update-card-arrow{flex-shrink:0}.popular-tests-section{padding:12px 0 16px}.popular-tests-layout{grid-template-columns:215px 1fr;align-items:stretch;gap:14px;display:grid}.popular-header-tile{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;flex-direction:column;padding:16px;display:flex}.trophy-icon-circle{background:#fef3c7;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:12px;display:flex}.popular-title{color:#0f172a;margin-bottom:6px;font-size:.98rem;font-weight:800}.popular-sub{color:var(--muted);margin-bottom:12px;font-size:.76rem;line-height:1.4}.popular-view-all{color:var(--primary);text-align:left;font-size:.8rem;font-weight:700}.popular-cards-grid{grid-template-columns:repeat(6,1fr);gap:11px;display:grid}.popular-test-card{border:1px solid var(--border);text-align:center;min-height:132px;box-shadow:var(--shadow-sm);cursor:pointer;background:#fff;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;padding:18px 10px 14px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;position:relative}.popular-test-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.card-top-badge{border-radius:var(--radius-full);padding:2px 7px;font-size:.65rem;font-weight:800;position:absolute;top:7px;right:7px}.card-top-badge.badge-free{color:#15803d;background:#dcfce7}.card-top-badge.badge-popular{color:#be123c;background:#ffe4e6}.test-card-icon-box{border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:10px;display:flex}.test-card-title{color:#1e293b;margin-bottom:4px;font-size:.86rem;font-weight:700;line-height:1.25}.test-card-subtitle{color:var(--muted);font-size:.72rem;font-weight:500;line-height:1.2}.explore-subjects-section{padding:12px 0 16px}.explore-subjects-layout{grid-template-columns:215px 1fr;align-items:stretch;gap:14px;display:grid}.subjects-header-tile{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;flex-direction:column;padding:16px;display:flex}.subjects-icon-circle{background:#e0f2fe;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:12px;display:flex}.subjects-title{color:#0f172a;margin-bottom:6px;font-size:.98rem;font-weight:800}.subjects-sub{color:var(--muted);margin-bottom:12px;font-size:.76rem;line-height:1.4}.subjects-view-all{color:var(--primary);text-align:left;font-size:.8rem;font-weight:700}.subjects-tiles-grid{grid-template-columns:repeat(8,1fr);gap:10px;display:grid}.subject-square-tile{border:1px solid var(--border);text-align:center;min-height:126px;box-shadow:var(--shadow-sm);cursor:pointer;background:#fff;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;padding:14px 6px 12px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.subject-square-tile:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.subject-tile-icon-box{border-radius:13px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:10px;display:flex}.subject-symbol{font-size:1.45rem;font-weight:800}.subject-tile-name{color:#1e293b;font-size:.8rem;font-weight:700;line-height:1.25}.three-column-section{padding:16px 0 20px}.three-column-grid{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}.showcase-card{border:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;border-radius:16px;flex-direction:column;justify-content:space-between;height:100%;padding:22px;display:flex}.small-steps-inner{align-items:flex-end;gap:16px;height:100%;display:flex}.small-steps-art{flex-shrink:0;align-self:flex-end;width:145px}.boy-study-img{width:100%;height:auto;display:block}.small-steps-content{flex-direction:column;flex:1;justify-content:space-between;height:100%;display:flex}.card-handwritten-title{font-family:var(--font-handwriting);color:#1e293b;margin-bottom:12px;font-size:1.22rem;line-height:1.15}.handwritten-bold{color:#0f172a;font-size:1.45rem;font-weight:700}.check-list-green{flex-direction:column;gap:8px;margin-bottom:16px;list-style:none;display:flex}.check-item{color:#334155;align-items:center;gap:8px;font-size:.82rem;font-weight:600;display:flex}.check-circle-green{color:#fff;background:#0bb46a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.btn-emerald-pill{background:var(--primary);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;gap:7px;padding:11px 20px;font-size:.86rem;font-weight:700;transition:background .15s,transform .15s;display:inline-flex;box-shadow:0 4px 12px #0bb46a59}.btn-emerald-pill:hover{background:var(--primary-hover);transform:translateY(-2px)}.why-choose-header{align-items:center;gap:9px;margin-bottom:14px;display:flex}.green-title-bar{background:var(--primary);border-radius:3px;width:5px;height:20px}.why-choose-title{color:#0f172a;font-size:1.05rem;font-weight:800}.why-choose-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.why-feature-item{border:1px solid var(--border-light);background:#f8fafc;border-radius:10px;align-items:flex-start;gap:10px;padding:10px;transition:transform .15s,border-color .15s;display:flex}.why-feature-item:hover{border-color:#cbd5e1;transform:translateY(-1px)}.feature-icon-box{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.feature-title{color:#1e293b;margin-bottom:2px;font-size:.84rem;font-weight:700;line-height:1.25}.feature-desc{color:var(--muted);font-size:.72rem;line-height:1.25}.showcase-go-premium{background:linear-gradient(145deg,#fffbeb 0%,#fef9c3 60%,#fef08a 100%);border:1px solid #fde68a;position:relative;overflow:hidden}.premium-header-row{align-items:center;gap:10px;margin-bottom:14px;display:flex}.premium-crown-badge{background:#fef3c7;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.crown-mini-icon{font-size:1rem}.premium-kicker{color:#d97706;text-transform:uppercase;letter-spacing:.6px;font-size:.72rem;font-weight:800}.premium-main-heading{color:#0f172a;font-size:1.05rem;font-weight:800}.premium-crown-art-box{pointer-events:none;flex-direction:column;align-items:flex-end;display:flex;position:absolute;top:10px;right:14px}.golden-crown-img{filter:drop-shadow(0 4px 10px #d9770640);width:60px;height:auto}.premium-plant-img{filter:drop-shadow(0 2px 6px #00000014);width:38px;height:auto;margin-top:20px}.check-list-blue{flex-direction:column;gap:7px;margin-bottom:16px;list-style:none;display:flex}.premium-check-item{color:#334155;align-items:center;gap:8px;font-size:.82rem;font-weight:600;display:flex}.check-circle-blue{color:#fff;background:#0284c7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.btn-full-width{width:100%}.blog-reviews-section{padding:12px 0 20px}.blog-reviews-grid{grid-template-columns:1.6fr 1fr;gap:18px;display:grid}.section-header-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.header-icon-title{align-items:center;gap:10px;display:flex}.section-icon-circle{border-radius:11px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.section-icon-circle.bg-orange-soft{background:#ffedd5}.section-icon-circle.bg-yellow-soft{background:#fef3c7}.section-title-sm{color:#0f172a;font-size:.98rem;font-weight:800;line-height:1.25}.section-subtitle-sm{color:var(--muted);font-size:.75rem}.link-view-all{color:var(--primary);font-size:.8rem;font-weight:700}.blog-cards-row{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.blog-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);cursor:pointer;background:#fff;border-radius:14px;transition:transform .15s,box-shadow .15s,border-color .15s;overflow:hidden}.blog-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.blog-card-image-box{width:100%;height:105px;position:relative;overflow:hidden}.blog-card-img{object-fit:cover;width:100%;height:100%}.blog-category-badge{border-radius:var(--radius-full);padding:3px 8px;font-size:.66rem;font-weight:700;position:absolute;bottom:8px;left:8px}.blog-card-body{padding:10px 12px 12px}.blog-card-title{color:#1e293b;margin-bottom:5px;font-size:.84rem;font-weight:700;line-height:1.35}.blog-card-date{color:var(--light-muted);font-size:.7rem;font-weight:500}.student-review-card{border:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;border-radius:16px;flex-direction:column;justify-content:space-between;height:calc(100% - 46px);padding:20px;display:flex}.review-card-top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.reviewer-info{align-items:center;gap:12px;display:flex}.reviewer-avatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.reviewer-name{color:#0f172a;font-size:.94rem;font-weight:800}.reviewer-selection{color:var(--primary);margin-bottom:3px;font-size:.74rem;font-weight:600;display:block}.star-rating{gap:3px;display:flex}.review-nav-arrows{gap:6px;display:flex}.review-arrow-btn{cursor:pointer;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.review-arrow-btn:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.review-quote-hindi{color:#334155;font-size:.94rem;font-style:italic;line-height:1.55}.review-dots-row{justify-content:center;gap:5px;display:flex}.dot{background:#cbd5e1;border-radius:50%;width:6px;height:6px}.dot.active{background:#0284c7;border-radius:3px;width:14px}.bottom-cta-section{padding:16px 0 24px}.cta-banner-card{border-radius:var(--radius-xl);background:linear-gradient(90deg,#0bb46a 0%,#059669 100%);justify-content:space-between;align-items:center;gap:20px;padding:20px 28px;display:flex;box-shadow:0 10px 25px #0bb46a40}.cta-left-art{flex-shrink:0;width:95px}.cta-books-img{filter:drop-shadow(0 4px 10px #00000026);width:100%;height:auto}.cta-center-text{flex:1}.cta-main-title{color:#fff;margin-bottom:4px;font-size:1.15rem;font-weight:800;line-height:1.25}.cta-sub-title{color:#d1fae5;font-size:.78rem;line-height:1.35}.cta-right-btn-wrap{flex-shrink:0;align-items:center;gap:16px;display:flex}.cta-books-right-img{filter:drop-shadow(0 4px 10px #00000026);width:75px;height:auto}.btn-white-cta{color:#065f46;border-radius:var(--radius-full);white-space:nowrap;background:#fff;align-items:center;gap:8px;padding:10px 22px;font-size:.82rem;font-weight:800;transition:transform .15s,background .15s;display:inline-flex;box-shadow:0 3px 10px #0000001a}.btn-white-cta:hover{background:#f0fdf4;transform:translateY(-2px)}.footer-wrapper{border-top:1px solid var(--border);background:#fff;padding:36px 0 20px}.footer-top-grid{border-bottom:1px solid var(--border-light);grid-template-columns:1.4fr .8fr .8fr 1.3fr;gap:28px;padding-bottom:28px;display:grid}.footer-logo{align-items:center;gap:10px;margin-bottom:12px;display:flex}.footer-brand-title{color:#0f172a;font-size:1.2rem;font-weight:800}.footer-brand-tagline{color:var(--muted);font-size:.62rem;font-weight:600;display:block}.footer-description{color:#64748b;margin-bottom:14px;font-size:.75rem;line-height:1.5}.social-icons-row{gap:8px;display:flex}.social-icon-btn{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.social-icon-btn.yt{background:#ef4444}.social-icon-btn.tg{background:#0284c7}.social-icon-btn.ig{background:linear-gradient(45deg,#f59e0b,#ec4899,#8b5cf6)}.social-icon-btn.fb{background:#1d4ed8}.social-icon-btn.tw{background:#0f172a}.footer-heading{color:#0f172a;margin-bottom:12px;font-size:.82rem;font-weight:800}.footer-links-list{flex-direction:column;gap:7px;list-style:none;display:flex}.footer-links-list a{color:#64748b;font-size:.75rem;transition:color .15s}.footer-links-list a:hover{color:var(--primary)}.newsletter-caption{color:#64748b;margin-bottom:10px;font-size:.74rem;line-height:1.4}.newsletter-form{gap:6px;margin-bottom:14px;display:flex}.newsletter-input{border:1px solid var(--border);border-radius:var(--radius-sm);background:#f8fafc;outline:none;flex:1;padding:8px 12px;font-family:inherit;font-size:.75rem}.newsletter-btn{background:var(--primary);color:#fff;border-radius:var(--radius-sm);padding:8px 16px;font-size:.75rem;font-weight:700;transition:background .15s}.newsletter-btn:hover{background:var(--primary-hover)}.app-download-badges{gap:8px;display:flex}.store-badge-btn{color:#fff;background:#000;border-radius:8px;align-items:center;gap:8px;padding:6px 12px;display:inline-flex}.badge-text{flex-direction:column;display:flex}.badge-sub{color:#94a3b8;font-size:.52rem;font-weight:500;line-height:1}.badge-main{color:#fff;font-size:.76rem;font-weight:700;line-height:1.15}.footer-bottom-bar{color:#94a3b8;justify-content:space-between;align-items:center;padding-top:16px;font-size:.72rem;display:flex}.heart-icon{color:#ef4444}.cbt-modal-backdrop{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172aa6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.cbt-modal-window{border-radius:var(--radius-lg);background:#fff;flex-direction:column;width:100%;max-width:1050px;height:85vh;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.cbt-header-bar{border-bottom:1px solid var(--border);background:#f8fafc;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.cbt-title{color:#0f172a;font-size:.95rem;font-weight:800}.cbt-subject-badge{color:#15803d;border-radius:var(--radius-full);background:#dcfce7;padding:2px 8px;font-size:.68rem;font-weight:700}.cbt-header-right{align-items:center;gap:14px;display:flex}.cbt-lang-switch{border-radius:var(--radius-full);background:#e2e8f0;padding:2px;display:flex}.lang-btn{border-radius:var(--radius-full);color:#475569;padding:4px 10px;font-size:.72rem;font-weight:700}.lang-btn.active{color:var(--primary);background:#fff;box-shadow:0 1px 3px #0000001a}.cbt-timer-box{color:#b45309;border-radius:var(--radius-full);background:#fef3c7;border:1px solid #fde68a;align-items:center;gap:6px;padding:5px 12px;font-size:.85rem;font-weight:800;display:flex}.cbt-close-btn{color:#64748b;justify-content:center;align-items:center;display:flex}.cbt-main-exam-layout{grid-template-columns:1fr 280px;height:100%;display:grid;overflow:hidden}.cbt-question-pane{border-right:1px solid var(--border);flex-direction:column;justify-content:space-between;padding:20px 24px;display:flex;overflow-y:auto}.question-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.question-index-tag{color:#0f172a;font-size:.85rem;font-weight:800}.question-marks-tag{color:#10b981;font-size:.72rem;font-weight:600}.question-text-content{margin-bottom:20px}.primary-q-text{color:#0f172a;margin-bottom:8px;font-size:1.05rem;font-weight:600;line-height:1.5}.secondary-q-text{color:var(--muted);font-size:.88rem}.options-container{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.option-tile{border:1.5px solid var(--border);border-radius:var(--radius-md);cursor:pointer;background:#f8fafc;align-items:center;gap:12px;padding:12px 16px;transition:all .15s;display:flex}.option-tile:hover{background:#fff;border-color:#cbd5e1}.option-tile.selected{border-color:var(--primary);background:#f0fdf4;box-shadow:0 0 0 2px #0bb46a33}.option-letter{border:1.5px solid var(--border);color:#475569;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.78rem;font-weight:800;display:flex}.option-tile.selected .option-letter{background:var(--primary);border-color:var(--primary);color:#fff}.option-label{color:#1e293b;font-size:.88rem;font-weight:500}.cbt-bottom-toolbar{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-top:16px;display:flex}.toolbar-left,.toolbar-right{align-items:center;gap:10px;display:flex}.btn-toolbar{border-radius:var(--radius-sm);border:1px solid var(--border);color:#475569;background:#fff;align-items:center;gap:6px;padding:8px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.btn-toolbar.review.active{color:#7e22ce;background:#f3e8ff;border-color:#c084fc}.btn-toolbar.save-next{background:var(--primary);border-color:var(--primary);color:#fff}.cbt-palette-pane{background:#f8fafc;flex-direction:column;justify-content:space-between;padding:16px;display:flex}.palette-title{color:#0f172a;margin-bottom:12px;font-size:.85rem;font-weight:800}.palette-legend{flex-direction:column;gap:6px;margin-bottom:16px;font-size:.7rem;display:flex}.legend-item{align-items:center;gap:6px;display:flex}.legend-dot{border-radius:50%;width:10px;height:10px}.legend-dot.green{background:#10b981}.legend-dot.purple{background:#a855f7}.legend-dot.grey{background:#cbd5e1}.palette-numbers-grid{grid-template-columns:repeat(5,1fr);gap:6px;max-height:340px;display:grid;overflow-y:auto}.palette-num-btn{border:1px solid var(--border);border-radius:6px;justify-content:center;align-items:center;height:34px;font-size:.78rem;font-weight:700;display:flex}.palette-num-btn.not-visited{color:#64748b;background:#fff}.palette-num-btn.answered{color:#fff;background:#10b981;border-color:#059669}.palette-num-btn.review{color:#fff;background:#a855f7;border-color:#7e22ce}.palette-num-btn.current{outline-offset:1px;outline:2px solid #0284c7}.palette-footer{padding-top:12px}.btn-submit-exam{color:#fff;border-radius:var(--radius-sm);background:#0f172a;justify-content:center;align-items:center;gap:6px;width:100%;padding:10px;font-size:.82rem;font-weight:700;display:flex}.cbt-result-screen{text-align:center;padding:30px;overflow-y:auto}.result-trophy-icon{margin-bottom:10px;font-size:3rem}.result-headline{color:#0f172a;margin-bottom:4px;font-size:1.4rem;font-weight:800}.result-subtext{color:var(--muted);margin-bottom:20px;font-size:.82rem}.score-summary-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px;display:grid}.score-stat-box{border:1px solid var(--border);border-radius:var(--radius-md);background:#f8fafc;flex-direction:column;padding:14px;display:flex}.stat-big-num{margin-bottom:4px;font-size:1.8rem;font-weight:800}.score-stat-box.green .stat-big-num{color:#10b981}.score-stat-box.red .stat-big-num{color:#ef4444}.score-stat-box.grey .stat-big-num{color:#64748b}.score-stat-box.blue .stat-big-num{color:#0284c7}.stat-desc{color:var(--muted);font-size:.7rem;font-weight:600}.cbt-solutions-list{text-align:left;flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.solution-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:#f8fafc;padding:12px}.solution-item.correct{border-left:4px solid #10b981}.solution-item.wrong{border-left:4px solid #ef4444}.solution-item.skipped{border-left:4px solid #cbd5e1}.solution-q-header{color:#0f172a;margin-bottom:6px;font-size:.85rem;font-weight:700}.solution-answer-status{color:#475569;gap:16px;margin-bottom:6px;font-size:.78rem;display:flex}.solution-explanation{color:#065f46;background:#ecfdf5;border-radius:4px;padding:6px 10px;font-size:.76rem}.result-actions{justify-content:center;gap:12px;display:flex}@media (width<=1500px){.desktop-secondary-links{display:none}.nav-dropdown-wrapper{display:block}.nav-search-box{width:140px}.btn-nav-login,.btn-nav-register{padding:6px 11px;font-size:.78rem}}@media (width<=1100px){.hero-banner-grid{grid-template-columns:1fr 1fr}.progress-card-top-row{flex-wrap:wrap;gap:16px}.progress-metrics-grid{grid-template-columns:repeat(2,1fr)}.popular-cards-grid{grid-template-columns:repeat(3,1fr)}.subjects-tiles-grid,.quick-actions-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=992px){.navbar-nav,.nav-search-box{display:none}.nav-mobile-hamburger{display:flex}}@media (width<=768px){.btn-nav-register.hide-on-mobile{display:none!important}.brand-title{font-size:1.15rem}.brand-logo-mark svg{width:28px;height:28px}.brand-tagline{display:none}.navbar-container{height:60px;padding:0 12px}.navbar-actions{flex-shrink:0;gap:8px}.btn-nav-login{padding:6px 10px;font-size:.76rem}.nav-mobile-hamburger{display:flex!important}.hero-banner-grid{grid-template-columns:1fr;gap:20px}.hero-center-visual{order:-1;min-height:200px}.hero-educator-artwork{max-width:100%;height:240px}.hero-action-buttons{flex-direction:column;align-items:stretch;gap:10px}.btn-primary-emerald,.btn-outline-white{justify-content:center;width:100%}.progress-card-top-row{flex-direction:column;align-items:stretch;gap:14px}.progress-top-right{width:100%}.btn-progress-continue-strip{justify-content:center;width:100%}.progress-metrics-grid{grid-template-columns:1fr;gap:10px}.quick-actions-grid{grid-template-columns:repeat(2,1fr);gap:10px}.latest-updates-layout,.popular-tests-layout,.explore-subjects-layout{grid-template-columns:1fr}.popular-cards-grid{grid-template-columns:1fr;gap:14px}.subjects-tiles-grid{grid-template-columns:repeat(2,1fr);gap:10px}.updates-cards-grid,.three-column-grid,.blog-reviews-grid{grid-template-columns:1fr}.footer-top-grid{grid-template-columns:1fr;gap:24px}.cbt-main-exam-layout{grid-template-columns:1fr}.cbt-palette-pane{display:none}.cbt-features-grid{grid-template-columns:1fr}.cta-banner-card{text-align:center;flex-direction:column;gap:16px;padding:20px 16px}.cta-left-art,.cta-books-right-img{display:none}.cta-right-btn-wrap,.btn-white-cta{justify-content:center;width:100%}.mobile-drawer-card{width:85%;max-width:320px}}.page-container{background:#f8fafc;min-height:calc(100vh - 64px);padding-bottom:70px}.page-hero-banner,.premium-hero-section,.syllabus-hero-section{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-bottom:1px solid #ffffff1a;padding:44px 0 36px;position:relative;overflow:hidden}.page-hero-banner.green-mesh-bg:before{content:"";pointer-events:none;background:radial-gradient(circle,#0bb46a38 0%,#0000 70%);border-radius:50%;width:550px;height:550px;position:absolute;top:-40%;right:-10%}.page-hero-banner.blue-mesh-bg:before{content:"";pointer-events:none;background:radial-gradient(circle,#0284c738 0%,#0000 70%);border-radius:50%;width:550px;height:550px;position:absolute;top:-40%;right:-10%}.page-hero-banner.purple-mesh-bg:before{content:"";pointer-events:none;background:radial-gradient(circle,#9333ea38 0%,#0000 70%);border-radius:50%;width:550px;height:550px;position:absolute;top:-40%;right:-10%}.page-hero-banner.yellow-mesh-bg:before{content:"";pointer-events:none;background:radial-gradient(circle,#ca8a0438 0%,#0000 70%);border-radius:50%;width:550px;height:550px;position:absolute;top:-40%;right:-10%}.page-breadcrumb{color:#94a3b8;margin-bottom:14px;font-size:.85rem;font-weight:500}.page-breadcrumb .active-crumb{color:#34d399;font-weight:700}.page-main-title,.premium-hero-title,.syllabus-hero-title{color:#fff;letter-spacing:-.5px;max-width:920px;margin-bottom:12px;font-size:2.2rem;font-weight:800;line-height:1.25}.page-main-title .highlight-text{color:#34d399}.page-main-subtitle,.premium-hero-subtitle,.syllabus-hero-subtitle{color:#cbd5e1;max-width:820px;margin-bottom:24px;font-size:1.05rem;line-height:1.6}.page-stats-row{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.page-stat-badge{color:#f1f5f9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:1px solid #ffffff29;border-radius:9999px;align-items:center;gap:8px;padding:6px 14px;font-size:.84rem;font-weight:600;display:inline-flex}.page-content-section{padding:32px 0}.test-filters-wrapper{border:1px solid var(--border-light);background:#fff;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;padding:14px 20px;display:flex;box-shadow:0 2px 8px #00000008}.category-tabs-row{align-items:center;gap:8px;display:flex;overflow-x:auto}.filter-pill-tab{color:#475569;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;padding:8px 16px;font-size:.88rem;font-weight:600;transition:all .2s}.filter-pill-tab:hover{color:#0f172a;background:#e2e8f0}.filter-pill-tab.active{color:#fff;background:#0bb46a;border-color:#0bb46a;box-shadow:0 2px 8px #0bb46a40}.search-filter-box{background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;align-items:center;gap:10px;min-width:280px;padding:8px 14px;display:flex}.search-icon-muted{color:#94a3b8;flex-shrink:0}.filter-search-input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;font-size:.88rem}.subject-quick-pills{align-items:center;gap:8px;margin-bottom:26px;padding-bottom:4px;display:flex;overflow-x:auto}.subject-chip-btn{color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:6px 14px;font-size:.84rem;font-weight:600;transition:all .2s}.subject-chip-btn:hover{color:#0f172a;border-color:#0bb46a}.subject-chip-btn.active{color:#166534;background:#dcfce7;border-color:#86efac;font-weight:700}.tests-cards-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:24px;display:grid}.test-card-item{border:1px solid var(--border-light);background:#fff;border-radius:16px;flex-direction:column;justify-content:space-between;padding:22px;transition:all .25s;display:flex;position:relative;box-shadow:0 4px 12px #0000000a}.test-card-item:hover{border-color:#0bb46a;transform:translateY(-4px);box-shadow:0 12px 28px #00000014}.test-card-top-bar{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.test-category-tag{letter-spacing:.5px;border-radius:6px;padding:4px 10px;font-size:.72rem;font-weight:800}.test-difficulty-pill{color:#64748b;background:#f1f5f9;border-radius:4px;padding:3px 8px;font-size:.75rem;font-weight:600}.test-item-title{color:#0f172a;min-height:48px;margin-bottom:14px;font-size:1.15rem;font-weight:700;line-height:1.4}.test-specs-meta{background:#f8fafc;border-radius:10px;align-items:center;gap:14px;margin-bottom:16px;padding:10px 14px;display:flex}.spec-item{color:#475569;align-items:center;gap:6px;font-size:.82rem;font-weight:600;display:flex}.test-card-divider{background:#f1f5f9;height:1px;margin-bottom:16px}.test-card-bottom-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.test-social-stats{align-items:center;gap:6px;font-size:.82rem;display:flex}.star-rating-text{color:#eab308;font-weight:700}.attempt-count{color:#64748b}.btn-test-action{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 18px;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.btn-free-attempt{color:#fff;background:linear-gradient(135deg,#0bb46a 0%,#059669 100%);box-shadow:0 4px 12px #0bb46a40}.btn-free-attempt:hover{background:linear-gradient(135deg,#099a5a 0%,#047857 100%);transform:translateY(-1px)}.btn-pro-attempt{color:#fbbf24;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:1px solid #fbbf244d}.btn-pro-attempt:hover{background:#0f172a;border-color:#fbbf24}.mock-tests-pro-banner{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:18px;justify-content:space-between;align-items:center;gap:24px;margin-top:40px;padding:28px 36px;display:flex;box-shadow:0 10px 30px #0000001f}.pro-badge-pill{color:#fbbf24;letter-spacing:.6px;background:#fbbf2433;border-radius:9999px;margin-bottom:8px;padding:4px 10px;font-size:.74rem;font-weight:800;display:inline-block}.pro-banner-title{margin-bottom:6px;font-size:1.35rem;font-weight:800}.pro-banner-desc{color:#94a3b8;max-width:600px;font-size:.92rem}.btn-emerald-unlock{color:#fff;cursor:pointer;white-space:nowrap;background:#0bb46a;border:none;border-radius:12px;align-items:center;gap:8px;padding:14px 24px;font-size:.95rem;font-weight:700;display:flex;box-shadow:0 4px 16px #0bb46a4d}.btn-emerald-unlock:hover{background:#099a5a}.materials-cards-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:24px;display:grid}.material-card-item{border:1px solid var(--border-light);background:#fff;border-radius:16px;flex-direction:column;justify-content:space-between;padding:22px;transition:all .25s;display:flex;box-shadow:0 4px 12px #0000000a}.material-card-item:hover{border-color:#0284c7;transform:translateY(-4px);box-shadow:0 12px 28px #00000014}.material-card-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.material-doc-icon{background:#dcfce7;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.material-tag{letter-spacing:.5px;border-radius:6px;padding:4px 10px;font-size:.72rem;font-weight:800}.material-card-title{color:#0f172a;min-height:44px;margin-bottom:10px;font-size:1.1rem;font-weight:700;line-height:1.4}.material-card-desc{color:#475569;background:#f8fafc;border-radius:8px;margin-bottom:16px;padding:10px 12px;font-size:.88rem;line-height:1.5}.material-meta-row{color:#64748b;align-items:center;gap:12px;margin-bottom:16px;font-size:.82rem;font-weight:500;display:flex}.material-card-divider{background:#f1f5f9;height:1px;margin-bottom:16px}.material-actions-row{align-items:center;gap:10px;display:flex}.btn-preview-doc{color:#1e293b;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 14px;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.btn-preview-doc:hover{color:#0f172a;background:#e2e8f0}.btn-download-doc{color:#fff;cursor:pointer;background:#0284c7;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 14px;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.btn-download-doc:hover{background:#0369a1}.study-material-detail-page{padding-bottom:60px}.detail-hero-banner{background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 50%,#e0f2fe 100%);border-bottom:1px solid #e2e8f0;padding:30px 0 40px}.detail-top-nav-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.btn-back-link{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:9999px;align-items:center;gap:8px;padding:8px 16px;font-size:.88rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 1px 3px #0000000d}.btn-back-link:hover{color:#fff;background:#0bb46a;border-color:#0bb46a;transform:translate(-3px)}.material-detail-header-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:32px;box-shadow:0 10px 30px #0000000a}.material-detail-meta-tags{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.badge-pill{letter-spacing:.5px;border-radius:9999px;align-items:center;gap:6px;padding:5px 12px;font-size:.74rem;font-weight:800;display:inline-flex}.badge-green-glow{color:#15803d;background:#dcfce7;border:1px solid #86efac}.badge-amber-glow{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.badge-sky-glow{color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd}.material-detail-title{color:#0f172a;margin-bottom:12px;font-size:1.85rem;font-weight:800;line-height:1.35}.material-detail-subtitle{color:#475569;margin-bottom:24px;font-size:1.05rem;line-height:1.6}.material-stats-strip{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;gap:16px;margin-bottom:26px;padding:14px 20px;display:flex}.stat-pill-item{color:#334155;align-items:center;gap:8px;font-size:.9rem;display:flex}.stat-icon-emerald{color:#0bb46a}.material-action-buttons-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.btn-primary-download{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0bb46a 0%,#059669 100%);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 22px;font-size:.95rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #0bb46a4d}.btn-primary-download:hover{background:linear-gradient(135deg,#099a5a 0%,#047857 100%);transform:translateY(-2px);box-shadow:0 6px 20px #0bb46a66}.btn-bookmark-action{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;align-items:center;gap:8px;padding:12px 18px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-bookmark-action:hover,.btn-bookmark-action.active{color:#16a34a;background:#f0fdf4;border-color:#86efac}.btn-secondary-action{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;align-items:center;gap:7px;padding:12px 18px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-secondary-action:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8}.btn-quiz-shortcut{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;align-items:center;gap:8px;margin-left:auto;padding:12px 20px;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-quiz-shortcut:hover{background:#dbeafe;transform:translateY(-2px)}.detail-body-section{padding:36px 0}.detail-layout-grid{grid-template-columns:1fr 340px;align-items:flex-start;gap:32px;display:grid}.detail-content-tabs-bar{border-bottom:2px solid #e2e8f0;gap:8px;margin-bottom:24px;display:flex;overflow-x:auto}.detail-tab-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:8px;margin-bottom:-2px;padding:12px 20px;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.detail-tab-btn:hover{color:#0f172a}.detail-tab-btn.active{color:#0bb46a;border-bottom-color:#0bb46a;font-weight:700}.detail-rich-content-box{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;box-shadow:0 4px 16px #00000008}.study-chapter-block{border-bottom:1px dashed #e2e8f0;margin-bottom:40px;padding-bottom:32px}.study-chapter-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.chapter-header-badge{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px;display:flex}.chapter-num{color:#fff;letter-spacing:.5px;background:#0f172a;border-radius:6px;padding:4px 10px;font-size:.76rem;font-weight:800}.chapter-title{color:#0f172a;margin:0;font-size:1.35rem;font-weight:750}.study-prose{color:#334155;font-size:1rem;line-height:1.75}.study-prose p{margin-bottom:16px}.stage-comparison-table-wrapper{border:1px solid #e2e8f0;border-radius:12px;margin:20px 0;overflow-x:auto}.stage-table{border-collapse:collapse;text-align:left;width:100%;font-size:.92rem}.stage-table th{color:#1e293b;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:12px 16px;font-weight:700}.stage-table td{color:#334155;vertical-align:top;border-bottom:1px solid #f1f5f9;padding:12px 16px}.stage-table tr:hover td{background:#fafafa}.callout-box{border-radius:12px;margin:24px 0;padding:20px 24px}.pariksha-drishti-callout{background:#fffbeb;border-left:5px solid #f59e0b}.formula-trick-callout{background:#ecfdf5;border-left:5px solid #0bb46a}.callout-header{color:#92400e;align-items:center;gap:8px;margin-bottom:12px;font-size:1.02rem;font-weight:750;display:flex}.formula-trick-callout .callout-header{color:#065f46}.callout-list{color:#78350f;margin:0;padding-left:20px;font-size:.94rem;line-height:1.7}.callout-list li{margin-bottom:8px}.trick-content{color:#064e3b;margin:0;font-size:.95rem;line-height:1.7}.theory-cards-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin:20px 0;display:grid}.theory-stage-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:18px;transition:all .2s}.theory-stage-card:hover{background:#fff;border-color:#0bb46a;box-shadow:0 4px 12px #0000000d}.stage-card-num{color:#0284c7;background:#e0f2fe;border-radius:4px;margin-bottom:8px;padding:3px 8px;font-size:.74rem;font-weight:800;display:inline-block}.theory-stage-card h4{color:#0f172a;margin-bottom:8px;font-size:.98rem;font-weight:700}.theory-stage-card p{color:#475569;margin:0;font-size:.88rem;line-height:1.5}.content-download-cta-box{background:linear-gradient(135deg,#f0fdf4 0%,#e0f2fe 100%);border:1px solid #86efac;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:36px;padding:24px;display:flex}.cta-left{align-items:center;gap:16px;display:flex}.cta-left h3{color:#0f172a;margin-bottom:4px;font-size:1.15rem;font-weight:750}.cta-left p{color:#475569;margin:0;font-size:.88rem}.btn-emerald-cta{color:#fff;cursor:pointer;white-space:nowrap;background:#0bb46a;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 22px;font-size:.92rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-emerald-cta:hover{background:#099a5a;transform:translateY(-2px)}.highlights-header{align-items:center;gap:10px;margin-bottom:24px;display:flex}.highlights-header h3{color:#0f172a;margin:0;font-size:1.25rem;font-weight:750}.bullet-points-list{flex-direction:column;gap:16px;display:flex}.bullet-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:16px;padding:16px;display:flex}.bullet-icon{color:#fff;background:#0bb46a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex}.bullet-text{color:#334155;font-size:.95rem;line-height:1.6}.quiz-intro-box{background:#f0fdf4;border:1px solid #86efac;border-radius:12px;align-items:center;gap:14px;margin-bottom:26px;padding:16px 20px;display:flex}.quiz-intro-box h3{color:#065f46;margin-bottom:4px;font-size:1.1rem;font-weight:750}.quiz-intro-box p{color:#047857;margin:0;font-size:.88rem}.mini-quiz-list{flex-direction:column;gap:24px;display:flex}.quiz-question-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px}.question-title-row{align-items:flex-start;gap:10px;margin-bottom:16px;display:flex}.q-badge{color:#fff;white-space:nowrap;background:#0284c7;border-radius:4px;padding:3px 8px;font-size:.76rem;font-weight:800}.q-text{color:#0f172a;font-size:1rem;font-weight:650;line-height:1.5}.quiz-options-list{flex-direction:column;gap:10px;display:flex}.quiz-opt-btn{cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.quiz-opt-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.quiz-opt-btn.selected{background:#eff6ff;border-color:#3b82f6}.quiz-opt-btn.correct{color:#14532d;background:#dcfce7!important;border-color:#16a34a!important}.quiz-opt-btn.wrong{color:#7f1d1d;background:#fee2e2!important;border-color:#ef4444!important}.opt-key-box{background:#fff;border:1px solid #cbd5e1;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.82rem;font-weight:700;display:flex}.opt-text{color:#1e293b;font-size:.92rem;font-weight:500}.quiz-explanation-box{color:#78350f;background:#fef3c7;border-radius:8px;margin-top:14px;padding:12px 16px;font-size:.88rem;line-height:1.5}.quiz-actions-bar{text-align:center;margin-top:24px}.btn-submit-quick-quiz{color:#fff;cursor:pointer;background:#0bb46a;border:none;border-radius:10px;padding:12px 28px;font-size:.95rem;font-weight:700;transition:all .2s}.btn-submit-quick-quiz:disabled{opacity:.6;cursor:not-allowed}.btn-retry-quick-quiz{color:#fff;cursor:pointer;background:#64748b;border:none;border-radius:8px;padding:10px 24px;font-size:.9rem;font-weight:600}.detail-sidebar{flex-direction:column;gap:24px;display:flex}.sidebar-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:22px;box-shadow:0 4px 14px #00000008}.sidebar-title{color:#0f172a;border-bottom:1px solid #f1f5f9;margin-bottom:16px;padding-bottom:10px;font-size:1.05rem;font-weight:750}.specs-list{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.spec-row{justify-content:space-between;align-items:center;gap:8px;font-size:.86rem;display:flex}.spec-label{color:#64748b}.spec-value{color:#0f172a;text-align:right;font-weight:600}.btn-sidebar-download{color:#fff;cursor:pointer;background:#0284c7;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:.92rem;font-weight:700;transition:all .2s;display:flex}.btn-sidebar-download:hover{background:#0369a1}.practice-cta-card{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-color:#bfdbfe}.practice-badge{color:#fff;letter-spacing:.5px;background:#3b82f6;border-radius:4px;margin-bottom:10px;padding:2px 8px;font-size:.68rem;font-weight:800;display:inline-block}.practice-cta-card h4{color:#1e3a8a;margin-bottom:6px;font-size:1.05rem;font-weight:750}.practice-cta-card p{color:#2563eb;margin-bottom:14px;font-size:.85rem;line-height:1.45}.btn-practice-now{color:#fff;cursor:pointer;background:#1d4ed8;border:none;border-radius:8px;width:100%;padding:10px;font-size:.88rem;font-weight:700;transition:all .2s}.btn-practice-now:hover{background:#1e40af}.pro-vip-card{color:#fff;background:linear-gradient(135deg,#1e1b4b 0%,#312e81 100%);border:none}.pro-vip-badge{color:#fcd34d;background:#f59e0b33;border:1px solid #f59e0b;border-radius:4px;align-items:center;gap:6px;margin-bottom:10px;padding:3px 8px;font-size:.7rem;font-weight:800;display:inline-flex}.pro-vip-card h4{color:#fff;margin-bottom:6px;font-size:1.05rem;font-weight:750}.pro-vip-card p{color:#c7d2fe;margin-bottom:14px;font-size:.85rem;line-height:1.45}.btn-unlock-pro-vip{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border:none;border-radius:8px;width:100%;padding:10px;font-size:.88rem;font-weight:700;transition:all .2s}.btn-unlock-pro-vip:hover{background:linear-gradient(135deg,#d97706 0%,#b45309 100%)}.related-items-list{flex-direction:column;gap:12px;display:flex}.related-item-tile{cursor:pointer;background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;align-items:center;gap:12px;padding:10px;transition:all .2s;display:flex}.related-item-tile:hover{background:#fff;border-color:#cbd5e1;transform:translate(3px);box-shadow:0 2px 8px #0000000d}.related-item-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.related-item-text{flex:1;min-width:0}.related-item-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px;font-size:.86rem;font-weight:650;overflow:hidden}.related-item-meta{color:#64748b;font-size:.74rem;display:block}.chevron-right-muted{color:#94a3b8;flex-shrink:0}@media (width<=900px){.detail-layout-grid,.theory-cards-grid{grid-template-columns:1fr}.material-detail-title{font-size:1.45rem}}.previous-papers-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:24px;display:grid}.paper-card-card{border:1px solid var(--border-light);background:#fff;border-radius:16px;flex-direction:column;justify-content:space-between;padding:24px;transition:all .25s;display:flex;box-shadow:0 4px 12px #0000000a}.paper-card-card:hover{border-color:#9333ea;transform:translateY(-4px);box-shadow:0 12px 28px #00000014}.paper-card-top-bar{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.paper-year-badge{align-items:baseline;gap:6px;display:flex}.year-num{color:#9333ea;font-size:1.6rem;font-weight:900;line-height:1}.year-lbl{color:#64748b;letter-spacing:.6px;font-size:.72rem;font-weight:800}.paper-official-tag{border-radius:6px;padding:4px 10px;font-size:.72rem;font-weight:800}.paper-card-title{color:#0f172a;margin-bottom:10px;font-size:1.15rem;font-weight:700;line-height:1.4}.paper-status-note{color:#059669;align-items:center;gap:6px;margin-bottom:14px;font-size:.85rem;font-weight:600;display:flex}.paper-specs-row{background:#f8fafc;border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px;padding:10px 14px;display:flex}.paper-spec-badge{color:#475569;align-items:center;gap:6px;font-size:.82rem;font-weight:600;display:flex}.paper-card-divider{background:#f1f5f9;height:1px;margin-bottom:16px}.paper-card-actions{gap:10px;display:flex}.btn-paper-cbt{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0bb46a 0%,#059669 100%);border:none;border-radius:9px;flex:1.2;justify-content:center;align-items:center;gap:6px;padding:11px 14px;font-size:.88rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #0bb46a33}.btn-paper-cbt:hover{background:#099a5a}.btn-paper-download{color:#1e293b;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:6px;padding:11px 12px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.btn-paper-download:hover{color:#0f172a;background:#e2e8f0}.daily-quiz-widget-card{background:linear-gradient(135deg,#fff 0%,#f0fdf4 100%);border:2px solid #86efac;border-radius:18px;margin-bottom:32px;padding:26px;box-shadow:0 6px 20px #0bb46a14}.quiz-widget-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.quiz-live-badge{color:#166534;letter-spacing:.6px;background:#dcfce7;border-radius:9999px;margin-bottom:6px;padding:4px 10px;font-size:.74rem;font-weight:800;display:inline-block}.quiz-widget-title{color:#0f172a;font-size:1.35rem;font-weight:800}.quiz-marks-tag{color:#64748b;background:#fff;border:1px solid #cbd5e1;border-radius:9999px;padding:4px 12px;font-size:.82rem;font-weight:600}.quiz-question-text{color:#0f172a;margin-bottom:20px;font-size:1.15rem;font-weight:700;line-height:1.5}.quiz-options-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px;display:grid}.quiz-option-btn{color:#1e293b;cursor:pointer;text-align:left;background:#fff;border:1px solid #cbd5e1;border-radius:10px;align-items:center;gap:12px;padding:12px 16px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.quiz-option-btn:hover{background:#f8fafc;border-color:#0bb46a}.quiz-option-btn.selected-option{color:#166534;background:#dcfce7;border-color:#0bb46a}.quiz-option-btn.correct-option{color:#166534;background:#dcfce7;border-color:#16a34a}.quiz-option-btn.wrong-option{color:#991b1b;background:#fee2e2;border-color:#ef4444}.option-key-circle{background:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.82rem;font-weight:700;display:flex}.btn-submit-quiz-ans{color:#fff;cursor:pointer;background:#0bb46a;border:none;border-radius:8px;padding:10px 24px;font-size:.92rem;font-weight:700}.btn-submit-quiz-ans:disabled{opacity:.5;cursor:not-allowed}.quiz-explanation-box{background:#fff;border-left:4px solid #0bb46a;border-radius:12px;margin-top:16px;padding:16px 20px}.explanation-title{color:#0f172a;align-items:center;gap:8px;margin-bottom:6px;font-size:.92rem;font-weight:700;display:flex}.explanation-desc{color:#475569;font-size:.88rem;line-height:1.55}.capsules-section-wrapper{margin-bottom:36px}.section-title-row{margin-bottom:18px}.sub-section-title{color:#0f172a;font-size:1.35rem;font-weight:800}.sub-section-hint{color:#64748b;font-size:.88rem}.capsules-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.capsule-card{border:1px solid var(--border-light);background:#fff;border-radius:14px;flex-direction:column;justify-content:space-between;padding:18px;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000008}.capsule-card:hover{border-color:#0bb46a;transform:translateY(-3px)}.capsule-top-row{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.capsule-badge{color:#166534;background:#dcfce7;border-radius:4px;padding:2px 8px;font-size:.68rem;font-weight:800}.capsule-month-title{color:#0f172a;margin-bottom:6px;font-size:1.05rem;font-weight:700}.capsule-meta-row{color:#64748b;margin-bottom:14px;font-size:.78rem}.btn-capsule-download{color:#0f172a;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:8px 12px;font-size:.82rem;font-weight:600;display:flex}.btn-capsule-download:hover{color:#fff;background:#0bb46a;border-color:#0bb46a}.news-articles-list{flex-direction:column;gap:18px;display:flex}.news-article-card{border:1px solid var(--border-light);background:#fff;border-radius:14px;padding:22px;box-shadow:0 2px 8px #00000008}.article-top-meta{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.article-category-badge{color:#ea580c;letter-spacing:.6px;font-size:.72rem;font-weight:800}.article-date-text{color:#94a3b8;font-size:.78rem}.article-headline{color:#0f172a;margin-bottom:8px;font-size:1.2rem;font-weight:700}.article-summary-text{color:#475569;margin-bottom:14px;font-size:.92rem;line-height:1.5}.exam-points-box{background:#f8fafc;border-left:3px solid #0284c7;border-radius:10px;padding:14px 18px}.exam-points-title{color:#0f172a;align-items:center;gap:6px;margin-bottom:8px;font-size:.86rem;font-weight:700;display:flex}.exam-points-list{margin:0;padding-left:20px;list-style:outside}.exam-points-list li{color:#334155;margin-bottom:4px;font-size:.88rem;line-height:1.5}.notes-subject-tabs-row{align-items:center;gap:8px;margin-bottom:24px;padding-bottom:6px;display:flex;overflow-x:auto}.notes-tab-btn{color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:10px 18px;font-size:.9rem;font-weight:600;transition:all .2s}.notes-tab-btn:hover{color:#0f172a;border-color:#0bb46a}.notes-tab-btn.active{color:#fff;background:#0bb46a;border-color:#0bb46a;box-shadow:0 4px 12px #0bb46a40}.notes-topics-list{flex-direction:column;gap:18px;display:flex}.topic-note-card{border:1px solid var(--border-light);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 3px 10px #00000008}.topic-note-header{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.topic-title-box{align-items:center;gap:14px;display:flex}.topic-icon-pill{background:#dcfce7;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.topic-read-time{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.topic-headline{color:#0f172a;margin:2px 0;font-size:1.15rem;font-weight:700}.topic-summary-short{color:#64748b;font-size:.88rem}.topic-header-actions{align-items:center;gap:8px;display:flex}.btn-note-bookmark,.btn-note-share{cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.btn-note-bookmark:hover,.btn-note-share:hover{background:#f1f5f9}.topic-note-body{border-top:1px solid #f1f5f9;margin-top:4px;padding:0 24px 24px}.key-points-container{padding-top:16px}.key-points-title{color:#0f172a;margin-bottom:12px;font-size:.95rem;font-weight:700}.key-points-list{flex-direction:column;gap:8px;padding:0;list-style:none;display:flex}.key-point-item{color:#334155;align-items:flex-start;gap:10px;font-size:.92rem;line-height:1.5;display:flex}.bullet-point-circle{background:#0bb46a;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px}.quick-formula-strip{background:#fef9c3;border-left:4px solid #ca8a04;border-radius:8px;align-items:baseline;gap:8px;margin-top:14px;padding:12px 16px;display:flex}.formula-tag{color:#854d0e;letter-spacing:.5px;font-size:.74rem;font-weight:800}.formula-text{color:#713f12;font-size:.88rem;font-weight:600}.topic-bottom-cta{margin-top:18px}.btn-practice-topic-quiz{color:#fff;cursor:pointer;background:#0bb46a;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 18px;font-size:.88rem;font-weight:700;display:inline-flex}.pdf-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:99999;background:#0f172acc;justify-content:center;align-items:center;padding:24px;animation:.2s ease-out pdfModalFadeIn;display:flex;position:fixed;inset:0}@keyframes pdfModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes pdfModalSlideUp{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.pdf-modal-card{background:#1e293b;border-radius:18px;flex-direction:column;width:100%;max-width:900px;height:88vh;max-height:860px;animation:.25s cubic-bezier(.16,1,.3,1) pdfModalSlideUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff1a}.pdf-modal-header{color:#fff;background:#0f172a;border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:14px 22px;display:flex}.pdf-header-title-box{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.pdf-icon-badge{background:#ef44441f;border:1px solid #ef444440;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.pdf-category-tag{color:#38bdf8;text-transform:uppercase;letter-spacing:.8px;margin-bottom:2px;font-size:.72rem;font-weight:700;display:inline-block}.pdf-doc-title{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;max-width:500px;margin:0;font-size:1.05rem;font-weight:700;overflow:hidden}.pdf-header-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.btn-pdf-download-header{color:#fff;cursor:pointer;background:#0bb46a;border:none;border-radius:9999px;align-items:center;gap:7px;padding:8px 16px;font-size:.84rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #0bb46a4d}.btn-pdf-download-header:hover{background:#059669;transform:translateY(-1px);box-shadow:0 6px 16px #0bb46a66}.btn-modal-close{color:#94a3b8;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.btn-modal-close:hover{color:#ef4444;background:#ef444433;border-color:#ef444466}.pdf-modal-body{background:#334155;flex:1;justify-content:center;align-items:flex-start;padding:28px 20px;display:flex;overflow-y:auto}.pdf-modal-body::-webkit-scrollbar{width:8px}.pdf-modal-body::-webkit-scrollbar-track{background:#1e293b}.pdf-modal-body::-webkit-scrollbar-thumb{background:#64748b;border-radius:4px}.simulated-pdf-page{color:#1e293b;background:#fff;border-top:4px solid #0bb46a;border-radius:4px;flex-direction:column;justify-content:space-between;width:100%;max-width:680px;min-height:800px;padding:42px 48px;display:flex;position:relative;box-shadow:0 10px 25px #00000059,0 2px 5px #00000026}.doc-page-header{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:14px;display:flex}.watermark-brand{color:#0bb46a;letter-spacing:.6px;text-transform:uppercase;font-size:.8rem;font-weight:800}.page-counter-top{color:#64748b;font-size:.8rem;font-weight:600}.doc-page-content{flex:1}.doc-chapter-badge{color:#4f46e5;text-transform:uppercase;letter-spacing:.6px;background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;margin-bottom:12px;padding:4px 12px;font-size:.74rem;font-weight:800;display:inline-block}.doc-main-heading{color:#0f172a;margin-bottom:8px;font-size:1.5rem;font-weight:800;line-height:1.35}.doc-meta-sub{color:#64748b;margin-bottom:22px;font-size:.85rem;font-weight:500}.doc-highlight-box{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-left:4px solid #0bb46a;border-radius:8px;align-items:center;gap:12px;margin-bottom:24px;padding:12px 16px;font-size:.92rem;font-weight:600;line-height:1.5;display:flex}.doc-highlight-box svg{flex-shrink:0}.doc-mock-paragraphs{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.doc-mock-line{background:#e2e8f0;border-radius:4px;height:8px}.line-1{width:96%}.line-2{width:88%}.line-3{width:92%}.line-4{width:85%}.line-5{width:70%}.doc-points-sample{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:12px;margin:16px 0;padding:16px 20px;display:flex}.doc-point-item{color:#334155;align-items:flex-start;gap:10px;font-size:.9rem;font-weight:500;line-height:1.5;display:flex}.doc-point-item svg{flex-shrink:0;margin-top:3px}.doc-page-footer{color:#94a3b8;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:28px;padding-top:18px;font-size:.78rem;font-weight:600;display:flex}.pdf-modal-footer{background:#0f172a;border-top:1px solid #ffffff14;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;display:flex}.pdf-page-controls{align-items:center;gap:10px;display:flex}.pdf-nav-btn{color:#f1f5f9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:.82rem;font-weight:600;transition:all .2s;display:inline-flex}.pdf-nav-btn:hover:not(:disabled){color:#fff;background:#ffffff29;border-color:#ffffff40}.pdf-nav-btn:disabled{opacity:.4;cursor:not-allowed}.pdf-page-num-indicator{color:#94a3b8;padding:0 4px;font-size:.84rem;font-weight:700}.pdf-footer-download-hint{align-items:center;gap:16px;display:flex}.pdf-footer-download-hint span{color:#94a3b8;font-size:.82rem;font-weight:500}.btn-primary-download-now{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0bb46a 0%,#059669 100%);border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 18px;font-size:.86rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #0bb46a59}.btn-primary-download-now:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0bb46a73}@media (width<=768px){.pdf-modal-card{border-radius:12px;height:94vh}.pdf-modal-header{padding:12px 16px}.pdf-doc-title{max-width:240px;font-size:.95rem}.btn-pdf-download-header span{display:none}.simulated-pdf-page{min-height:640px;padding:24px 20px}.pdf-modal-footer{flex-direction:column;align-items:stretch;gap:10px;padding:12px 16px}.pdf-page-controls{justify-content:center}.pdf-footer-download-hint{text-align:center;flex-direction:column;gap:8px}.btn-primary-download-now{justify-content:center;width:100%}}.premium-page-wrapper{background:#f8fafc;padding-bottom:80px}.premium-hero-badge{color:#fbbf24;background:#fbbf2426;border:1px solid #fbbf2466;border-radius:9999px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.crown-icon{color:#fbbf24}.premium-stats-bar{flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:30px;display:flex}.prem-stat-item{color:#cbd5e1;align-items:center;gap:8px;font-size:.88rem;font-weight:600;display:flex}.prem-stat-divider{background:#fff3;width:1px;height:18px}.coupon-card-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:14px;max-width:520px;padding:16px 20px}.coupon-form{gap:10px;display:flex}.coupon-input-wrap{background:#fff;border-radius:8px;flex:1;align-items:center;gap:10px;padding:0 14px;display:flex}.coupon-icon{color:#64748b}.coupon-input{letter-spacing:1px;color:#0f172a;border:none;outline:none;width:100%;font-size:.95rem;font-weight:700}.coupon-apply-btn{color:#fff;cursor:pointer;background:#0bb46a;border:none;border-radius:8px;padding:10px 20px;font-weight:700}.coupon-success-pill{color:#34d399;align-items:center;gap:6px;margin-top:10px;font-size:.84rem;display:flex}.coupon-error-pill{color:#f87171;align-items:center;gap:6px;margin-top:10px;font-size:.84rem;display:flex}.pricing-cards-section{z-index:10;margin-top:-30px;position:relative}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));align-items:stretch;gap:24px;display:grid}.pricing-card{border:1px solid var(--border-light);cursor:pointer;background:#fff;border-radius:20px;flex-direction:column;justify-content:space-between;padding:32px 26px;transition:all .25s;display:flex;position:relative;box-shadow:0 6px 20px #0000000d}.pricing-card:hover{transform:translateY(-6px);box-shadow:0 14px 30px #00000017}.pricing-card.popular-card{border:2px solid #f59e0b;transform:scale(1.02);box-shadow:0 10px 30px #f59e0b26}.popular-ribbon{color:#fff;letter-spacing:.6px;white-space:nowrap;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:9999px;align-items:center;gap:5px;padding:4px 14px;font-size:.72rem;font-weight:800;display:flex;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #d977064d}.plan-title{color:#0f172a;margin-bottom:4px;font-size:1.45rem;font-weight:800}.plan-duration{color:#64748b;margin-bottom:18px;font-size:.88rem}.price-box{align-items:baseline;gap:4px;margin-bottom:8px;display:flex}.price-box .currency{color:#0f172a;font-size:1.4rem;font-weight:700}.price-box .price-val{color:#0f172a;font-size:3rem;font-weight:900;line-height:1}.price-box .original-val{color:#94a3b8;margin-left:6px;font-size:1.1rem;text-decoration:line-through}.price-box .validity-label{color:#64748b;margin-left:6px;font-size:.82rem}.savings-chip{color:#166534;background:#dcfce7;border-radius:6px;margin-bottom:24px;padding:3px 10px;font-size:.78rem;font-weight:700;display:inline-block}.plan-features-list{border-top:1px solid #f1f5f9;flex-direction:column;gap:12px;margin-bottom:26px;padding-top:20px;display:flex}.plan-feature-row{color:#334155;align-items:flex-start;gap:10px;font-size:.92rem;line-height:1.4;display:flex}.feat-check-icon{color:#0bb46a;flex-shrink:0;margin-top:2px}.plan-cta-btn{cursor:pointer;color:#fff;background:#1e293b;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 20px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.plan-cta-btn.popular-btn{background:linear-gradient(135deg,#0bb46a 0%,#059669 100%);box-shadow:0 6px 18px #0bb46a4d}.plan-cta-btn:hover{transform:translateY(-2px)}.instant-activation-note{text-align:center;color:#64748b;justify-content:center;align-items:center;gap:5px;margin-top:10px;font-size:.78rem;display:flex}.guarantee-banner{background:#fff;border:1px solid #cbd5e1;border-radius:16px;align-items:center;gap:20px;margin-top:36px;padding:24px 30px;display:flex;box-shadow:0 4px 14px #00000008}.shield-icon{color:#0bb46a;flex-shrink:0}.guarantee-text h4{color:#0f172a;margin-bottom:4px;font-size:1.1rem;font-weight:700}.guarantee-text p{color:#64748b;font-size:.9rem;line-height:1.5}.comparison-table-section{padding:60px 0 40px}.comparison-table-wrap{border:1px solid var(--border-light);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #0000000a}.comparison-table{border-collapse:collapse;text-align:left;width:100%}.comparison-table th{color:#475569;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:16px 20px;font-size:.88rem;font-weight:700}.comparison-table th.th-pro{color:#166534;background:#dcfce7}.th-pro-content{align-items:center;gap:6px;display:flex}.comparison-table td{border-bottom:1px solid #f1f5f9;padding:16px 20px;font-size:.92rem}.pro-cell-badge{color:#166534;background:#dcfce7;border-radius:6px;align-items:center;gap:6px;padding:4px 12px;font-size:.85rem;font-weight:700;display:inline-flex}.faq-section{padding:40px 0 60px}.faq-accordion-list{flex-direction:column;gap:12px;max-width:860px;margin:0 auto;display:flex}.faq-item{border:1px solid var(--border-light);cursor:pointer;background:#fff;border-radius:14px;padding:18px 22px;transition:all .2s}.faq-item:hover{border-color:#cbd5e1}.faq-item.active-faq{border-color:#0bb46a;box-shadow:0 4px 14px #0bb46a14}.faq-question-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.faq-q-left{align-items:center;gap:12px;display:flex}.faq-q-icon{color:#0bb46a;flex-shrink:0}.faq-q-text{color:#0f172a;font-size:1.05rem;font-weight:700}.faq-answer-body{color:#475569;border-top:1px solid #f1f5f9;margin-top:14px;padding-top:12px;font-size:.95rem;line-height:1.6}.free-trial-footer-banner{background:#fff;border:1px dashed #0bb46a;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;margin-top:36px;padding:20px 24px;display:flex}.free-trial-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#0bb46a;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 20px;font-size:.88rem;font-weight:700;display:flex}.syllabus-page-wrapper{background:#f8fafc;padding-bottom:80px}.syllabus-action-btns{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.btn-syllabus-primary{color:#fff;cursor:pointer;background:#0bb46a;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:700;display:flex}.btn-syllabus-secondary{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff40;border-radius:10px;align-items:center;gap:8px;padding:12px 20px;font-size:.95rem;font-weight:600;display:flex}.exam-pattern-highlights-section{z-index:10;margin-top:-30px;position:relative}.highlights-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.highlight-card{border:1px solid var(--border-light);background:#fff;border-radius:16px;align-items:center;gap:16px;padding:22px;display:flex;box-shadow:0 4px 14px #0000000a}.hl-icon-wrap{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.hl-label{color:#64748b;font-size:.78rem;font-weight:600}.hl-val{color:#0f172a;margin:2px 0;font-size:1.05rem;font-weight:800}.hl-sub{color:#94a3b8;font-size:.78rem}.weightage-chart-section{padding:60px 0 40px}.weightage-bars-container{border:1px solid var(--border-light);background:#fff;border-radius:16px;flex-direction:column;gap:20px;padding:30px;display:flex;box-shadow:0 4px 16px #00000008}.weightage-bar-row{flex-direction:column;gap:8px;display:flex}.weightage-bar-label{justify-content:space-between;align-items:center;font-size:.95rem;display:flex}.bar-subj-name{color:#1e293b;font-weight:700}.bar-subj-marks strong{color:#0f172a}.progress-track-large{background:#f1f5f9;border-radius:9999px;width:100%;height:12px;overflow:hidden}.progress-fill-large{border-radius:9999px;height:100%;transition:width .6s}.detailed-topics-section{padding:30px 0 60px}.subject-accordions-wrap{flex-direction:column;gap:14px;display:flex}.subject-accordion-card{border:1px solid var(--border-light);background:#fff;border-radius:14px;transition:all .2s;overflow:hidden;box-shadow:0 2px 8px #00000005}.subj-accordion-header{cursor:pointer;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.subj-head-left{align-items:center;gap:14px;display:flex}.subj-color-dot{border-radius:50%;flex-shrink:0;width:14px;height:14px}.subj-head-title{color:#0f172a;margin-bottom:2px;font-size:1.1rem;font-weight:700}.subj-head-meta{color:#64748b;font-size:.82rem;font-weight:500}.subj-accordion-body{border-top:1px solid #f1f5f9;margin-top:6px;padding:0 24px 24px}.sub-topic-heading{color:#0f172a;margin:18px 0 10px;font-size:.95rem;font-weight:700}.syllabus-bullet-list{flex-direction:column;gap:8px;padding:0;list-style:none;display:flex}.syllabus-bullet-list li{color:#334155;align-items:flex-start;gap:10px;font-size:.92rem;line-height:1.45;display:flex}.bullet-check{flex-shrink:0;margin-top:2px}.exam-tip-box{background:#f8fafc;border-left:4px solid #0bb46a;border-radius:6px;margin-top:16px;padding:14px 18px}.tip-header{color:#0f172a;align-items:center;gap:8px;margin-bottom:6px;font-size:.88rem;display:flex}.exam-tip-box p{color:#475569;font-size:.88rem;line-height:1.5}.subj-action-footer{margin-top:18px}.practice-subj-btn{color:#0f172a;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:.88rem;font-weight:700;transition:all .2s;display:inline-flex}.practice-subj-btn:hover{color:#fff;background:#0bb46a;border-color:#0bb46a}.merit-calculator-section{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:24px;margin:30px auto 0;padding:48px 0}.merit-calc-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}.calc-badge{color:#fbbf24;background:#fbbf2426;border:1px solid #fbbf2466;border-radius:9999px;align-items:center;gap:6px;margin-bottom:14px;padding:4px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.calc-title{margin-bottom:12px;font-size:1.85rem;font-weight:800;line-height:1.3}.calc-desc{color:#94a3b8;margin-bottom:22px;font-size:.95rem;line-height:1.6}.formula-box{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;padding:16px 20px;font-size:.88rem}.formula-row{color:#34d399;margin-bottom:6px;font-weight:700}.formula-plus{color:#38bdf8;margin-bottom:6px;font-weight:700}.formula-result-label{color:#fbbf24;font-size:.8rem;font-weight:600}.merit-calc-card{color:#0f172a;background:#fff;border-radius:20px;padding:28px;box-shadow:0 10px 30px #0003}.calc-inputs-heading{margin-bottom:18px;font-size:1.15rem;font-weight:800}.calc-input-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.calc-input-row label{color:#334155;flex:1;font-size:.88rem;font-weight:600}.calc-input{text-align:center;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:72px;padding:8px 10px;font-size:.92rem;font-weight:700}.calc-input:focus{border-color:#0bb46a}.calc-pt-chip{color:#475569;text-align:right;background:#f1f5f9;border-radius:6px;min-width:65px;padding:6px 10px;font-size:.82rem;font-weight:700}.calc-input-row.highlight-super-tet{background:#fef9c3;border:1px solid #fde047;border-radius:10px;padding:12px 14px}.calc-input.highlight-inp{background:#fff;border-color:#eab308}.calc-pt-chip.highlight-chip{color:#fff;background:#ca8a04}.final-merit-display{background:#f0fdf4;border:2px solid #86efac;border-radius:14px;justify-content:space-between;align-items:center;margin-top:20px;padding:16px 20px;display:flex}.final-merit-tag{color:#166534;text-transform:uppercase;font-size:.82rem;font-weight:700}.final-score-val{color:#15803d;margin-top:4px;font-size:2.2rem;font-weight:900;line-height:1}.final-score-val .max-base{color:#64748b;font-size:1rem;font-weight:600}.badge-safe{color:#fff;background:#16a34a;border-radius:9999px;padding:6px 12px;font-size:.78rem;font-weight:800}.badge-target{color:#713f12;background:#eab308;border-radius:9999px;padding:6px 12px;font-size:.78rem;font-weight:800}@media (width<=992px){.pricing-grid{grid-template-columns:1fr}.pricing-card.popular-card{transform:none}.highlights-grid{grid-template-columns:1fr 1fr}.merit-calc-wrapper{grid-template-columns:1fr}.capsules-grid{grid-template-columns:1fr 1fr}.quiz-options-grid{grid-template-columns:1fr}}.auth-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999999;background:#0f172ad9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.auth-modal-card{opacity:1;background:#fff;border-radius:24px;grid-template-columns:1fr 1.25fr;width:100%;max-width:880px;max-height:92vh;display:grid;position:relative;overflow:hidden;box-shadow:0 25px 60px -12px #00000080,0 0 0 1px #00000014}.auth-page-wrapper{background:linear-gradient(135deg,#f0faf5 0%,#f8fafc 60%,#eef2f6 100%);justify-content:center;align-items:center;min-height:calc(100vh - 160px);padding:48px 20px;display:flex}.auth-standalone-card{background:#fff;border-radius:24px;grid-template-columns:1fr 1.25fr;width:100%;max-width:960px;display:grid;overflow:hidden;box-shadow:0 20px 50px -12px #0000001f,0 0 0 1px #e2e8f0}.auth-brand-side{color:#fff;background:linear-gradient(145deg,#0f172a 0%,#1e293b 100%);border-right:1px solid #ffffff14;flex-direction:column;justify-content:space-between;padding:40px 32px;display:flex}.auth-brand-header{align-items:center;gap:12px;display:flex}.auth-brand-name{color:#fff;margin:0;font-size:1.4rem;font-weight:800;line-height:1.2}.auth-brand-tag{color:#94a3b8;letter-spacing:.4px;font-size:.72rem}.auth-brand-body{margin:28px 0}.auth-promo-title{color:#f8fafc;margin-bottom:10px;font-size:1.35rem;font-weight:800;line-height:1.35}.auth-promo-sub{color:#94a3b8;margin-bottom:24px;font-size:.86rem;line-height:1.5}.auth-features-list{flex-direction:column;gap:12px;display:flex}.auth-feature-item{color:#e2e8f0;align-items:center;gap:10px;font-size:.86rem;font-weight:500;line-height:1.4;display:flex}.auth-trust-badge{color:#7dd3fc;background:#38bdf81a;border:1px solid #38bdf840;border-radius:9999px;align-items:center;gap:8px;padding:8px 14px;font-size:.74rem;font-weight:600;display:inline-flex}.auth-form-side{background:#fff;flex-direction:column;padding:36px 40px;display:flex;position:relative;overflow-y:auto}.auth-close-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex;position:absolute;top:20px;right:20px}.auth-close-btn:hover{color:#ef4444;background:#fee2e2}.auth-tabs-row{background:#f1f5f9;border-radius:12px;gap:6px;margin-bottom:20px;padding:4px;display:flex}.auth-tab-btn{color:#64748b;cursor:pointer;text-align:center;background:0 0;border:none;border-radius:8px;flex:1;padding:10px 14px;font-size:.88rem;font-weight:700;transition:all .15s}.auth-tab-btn.active{color:#0f172a;background:#fff;box-shadow:0 2px 6px #00000014}.auth-demo-box{background:#fffbeb;border:1px dashed #fcd34d;border-radius:12px;margin-bottom:18px;padding:10px 14px}.demo-badge-label{color:#b45309;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;margin-bottom:6px;font-size:.74rem;font-weight:700;display:flex}.demo-btns-row{gap:8px;display:flex}.btn-quick-demo{color:#92400e;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:#fff;border:1px solid #fde68a;border-radius:6px;flex:1;padding:6px 10px;font-size:.78rem;font-weight:700;transition:all .15s;overflow:hidden}.btn-quick-demo:hover:not(:disabled){background:#fef3c7;border-color:#f59e0b}.btn-quick-demo.pro-tag{color:#78350f;background:#fef3c7;border-color:#f59e0b}.btn-quick-demo:disabled{opacity:.5;cursor:not-allowed}.auth-alert{border-radius:10px;align-items:center;gap:10px;margin-bottom:16px;padding:10px 14px;font-size:.84rem;font-weight:600;line-height:1.4;display:flex}.auth-alert.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.auth-alert.success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-field-header{justify-content:space-between;align-items:center;display:flex}.auth-label{color:#334155;font-size:.82rem;font-weight:700}.forgot-pass-link{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.76rem;font-weight:600}.forgot-pass-link:hover{text-decoration:underline}.auth-input-box{align-items:center;display:flex;position:relative}.field-icon{color:#94a3b8;pointer-events:none;position:absolute;left:14px}.auth-input{color:#0f172a;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:11px 14px 11px 40px;font-family:inherit;font-size:.88rem;transition:all .15s}.auth-input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #0bb46a1f}.toggle-pwd-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;right:12px}.toggle-pwd-btn:hover{color:#475569}.auth-terms-checkbox{color:#64748b;align-items:flex-start;gap:8px;font-size:.78rem;line-height:1.4;display:flex}.auth-terms-checkbox input{accent-color:var(--primary);margin-top:3px}.auth-terms-checkbox a{color:var(--primary);cursor:pointer;text-decoration:underline}.btn-auth-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0bb46a 0%,#059669 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:13px 20px;font-size:.94rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 16px #0bb46a59}.btn-auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #0bb46a73}.btn-auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-switch-footer{text-align:center;color:#64748b;margin-top:20px;font-size:.84rem}.auth-switch-footer button{color:var(--primary);cursor:pointer;background:0 0;border:none;margin-left:4px;padding:0;font-weight:700;text-decoration:underline}@media (width<=820px){.auth-modal-card,.auth-standalone-card{grid-template-columns:1fr;max-height:90vh}.auth-brand-side{display:none}.auth-form-side{padding:28px 22px}}.mobile-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999999;background:#0f172aa6;justify-content:flex-end;animation:.2s ease-out fadeInModal;display:flex;position:fixed;inset:0}.mobile-drawer-card{background:#fff;flex-direction:column;width:86%;max-width:340px;height:100vh;animation:.25s cubic-bezier(.16,1,.3,1) drawerSlideIn;display:flex;overflow-y:auto;box-shadow:-10px 0 30px #00000040}@keyframes drawerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-drawer-header{background:#f8fafc;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.mobile-brand-box{flex-direction:column;display:flex}.mobile-drawer-close{color:#475569;cursor:pointer;background:#e2e8f0;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .15s;display:flex}.mobile-drawer-close:hover{color:#ef4444;background:#fee2e2}.mobile-drawer-user-section{background:#fff;border-bottom:1px solid #f1f5f9;padding:16px 20px}.mobile-user-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.mobile-user-row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.mobile-user-avatar{object-fit:cover;border:2px solid var(--primary);border-radius:50%;width:44px;height:44px}.mobile-user-name{color:#0f172a;font-size:.95rem;font-weight:800}.mobile-user-email{color:#64748b;word-break:break-all;font-size:.76rem}.mobile-user-badge{color:var(--primary);background:#dcfce7;border-radius:9999px;margin-top:4px;padding:2px 8px;font-size:.68rem;font-weight:700;display:inline-block}.mobile-user-badge.pro{color:#b45309;background:#fef3c7}.mobile-user-stats-bar{border-top:1px solid #e2e8f0;grid-template-columns:1fr 1fr;gap:8px;padding-top:10px;display:grid}.mob-stat{color:#64748b;flex-direction:column;align-items:center;font-size:.72rem;display:flex}.mob-stat strong{color:#0f172a;font-size:1rem}.mobile-auth-promp-box{background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:14px;padding:14px}.mobile-auth-text{color:#166534;align-items:center;gap:8px;margin-bottom:12px;font-size:.78rem;font-weight:700;line-height:1.4;display:flex}.mobile-auth-btns-grid{grid-template-columns:1fr 1.3fr;gap:8px;display:grid}.btn-mobile-login{color:#1e293b;cursor:pointer;background:#fff;border:1.5px solid #cbd5e1;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:9px 12px;font-size:.84rem;font-weight:700;display:flex}.btn-mobile-register{background:var(--primary);border:1.5px solid var(--primary);color:#fff;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:9px 12px;font-size:.84rem;font-weight:700;display:flex;box-shadow:0 2px 8px #0bb46a4d}.mobile-drawer-search{background:#f8fafc;border-bottom:1px solid #f1f5f9;align-items:center;gap:8px;padding:12px 20px;display:flex}.mobile-search-input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.84rem}.mobile-drawer-nav-list{flex-direction:column;flex:1;gap:4px;padding:16px 14px;display:flex;overflow-y:auto}.mobile-nav-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;padding:0 10px 8px;font-size:.7rem;font-weight:800}.mobile-nav-item{color:#334155;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:11px 14px;font-size:.9rem;font-weight:600;transition:all .15s;display:flex;position:relative}.mobile-nav-item:hover{color:var(--primary);background:#f1f5f9}.mobile-nav-item.active{color:var(--primary);background:#ecfdf5;font-weight:700}.mobile-nav-icon-box{color:#64748b;background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.mobile-nav-item.active .mobile-nav-icon-box{color:var(--primary);background:#dcfce7}.mobile-active-dot{background:var(--primary);border-radius:50%;width:7px;height:7px;margin-left:auto}.mobile-drawer-footer{background:#f8fafc;border-top:1px solid #f1f5f9;padding:14px 20px}.btn-mobile-logout{color:#dc2626;cursor:pointer;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px;font-size:.86rem;font-weight:700;transition:all .15s;display:flex}.btn-mobile-logout:hover{color:#991b1b;background:#fca5a5}@media (width<=520px){.brand-tagline{display:none}}.instructions-page{background:#f8fafc;min-height:calc(100vh - 70px);padding-bottom:60px}.instructions-top-bar{background:#fff;border-bottom:1px solid #e2e8f0;padding:12px 0}.instructions-header-inner{justify-content:space-between;align-items:center;display:flex}.btn-back-link{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:7px 14px;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-back-link:hover{color:#0f172a;background:#e2e8f0}.instructions-exam-tag{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:9999px;align-items:center;gap:8px;padding:6px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.live-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite pulseDot;box-shadow:0 0 0 2px #10b9814d}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.instruction-test-hero{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:20px;padding:24px 28px;box-shadow:0 4px 16px #0000000a}.test-subject-tag{color:#15803d;text-transform:uppercase;letter-spacing:.5px;background:#dcfce7;border-radius:9999px;margin-bottom:10px;padding:3px 10px;font-size:.75rem;font-weight:800;display:inline-block}.instruction-heading{color:#0f172a;margin-bottom:6px;font-size:1.45rem;font-weight:800}.instruction-sub{color:#64748b;margin-bottom:20px;font-size:.9rem}.instruction-specs-grid{border-top:1px solid #f1f5f9;grid-template-columns:repeat(4,1fr);gap:14px;padding-top:18px;display:grid}.spec-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:12px;padding:10px 14px;display:flex}.spec-info{flex-direction:column;display:flex}.spec-label{color:#64748b;font-size:.72rem;font-weight:600}.spec-val{color:#0f172a;font-size:.92rem;font-weight:800}.instruction-lang-toggle-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:12px 20px;display:flex}.lang-label{color:#334155;align-items:center;gap:8px;font-size:.88rem;font-weight:700;display:flex}.lang-pills{background:#f1f5f9;border-radius:8px;gap:4px;padding:3px;display:flex}.lang-pill{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 14px;font-size:.82rem;font-weight:700;transition:all .15s}.lang-pill.active{color:#059669;background:#fff;box-shadow:0 2px 4px #0000000f}.instructions-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px;box-shadow:0 4px 16px #0000000a}.card-header-line{border-bottom:2px solid #f1f5f9;align-items:center;gap:10px;margin-bottom:22px;padding-bottom:16px;display:flex}.card-header-line h2{color:#0f172a;font-size:1.2rem;font-weight:800}.instructions-body-text{flex-direction:column;gap:20px;display:flex}.instruction-point strong{color:#1e293b;margin-bottom:6px;font-size:.95rem;display:block}.instruction-point p,.instruction-point ul{color:#475569;font-size:.9rem;line-height:1.6}.instruction-point ul{margin-top:6px;padding-left:20px}.instruction-point li{margin-bottom:5px}.palette-legend-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px;display:grid}.legend-item{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:.84rem;display:flex}.legend-sample{color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:800;display:inline-flex}.bg-green{background:#10b981}.bg-red{background:#ef4444}.bg-purple{background:#8b5cf6}.bg-gray{background:#94a3b8}.alert-point{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;align-items:flex-start;gap:12px;padding:12px 16px;font-size:.88rem;display:flex}.instruction-declaration-box{background:#f0fdf4;border:1.5px solid #86efac;border-radius:12px;margin-top:26px;padding:18px 20px}.declaration-label{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.declaration-checkbox{accent-color:#059669;cursor:pointer;flex-shrink:0;width:20px;height:20px;margin-top:2px}.declaration-text{color:#065f46;font-size:.9rem;font-weight:700;line-height:1.5}.instruction-footer-actions{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:28px;padding-top:20px;display:flex}.btn-secondary-back{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:10px;align-items:center;gap:8px;padding:11px 22px;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-secondary-back:hover{color:#0f172a;background:#e2e8f0}.btn-begin-exam{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:10px;padding:13px 32px;font-size:1rem;font-weight:800;transition:all .2s;display:inline-flex}.btn-begin-exam.active{color:#fff;background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 4px 14px #10b98159}.btn-begin-exam.active:hover{transform:translateY(-1px);box-shadow:0 6px 20px #10b98173}.btn-begin-exam.disabled{color:#94a3b8;cursor:not-allowed;background:#cbd5e1}.locked-pro-card{text-align:center;background:#fff;border:2px solid #ddd6fe;border-radius:20px;padding:40px 36px;box-shadow:0 12px 32px #7c3aed14}.locked-pro-icon-wrap{background:#ede9fe;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 16px;display:flex}.pro-lock-badge{color:#7c3aed;background:#ede9fe;border-radius:9999px;margin-bottom:12px;padding:4px 12px;font-size:.78rem;font-weight:800;display:inline-block}.locked-pro-title{color:#1e1b4b;margin-bottom:10px;font-size:1.45rem;font-weight:800}.locked-pro-desc{color:#64748b;max-width:620px;margin:0 auto 24px;font-size:.95rem;line-height:1.6}.locked-features-list{text-align:left;flex-direction:column;gap:10px;max-width:480px;margin:0 auto 30px;display:flex}.locked-feature-item{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:12px;padding:10px 16px;font-size:.88rem;font-weight:600;display:flex}.locked-actions-row{justify-content:center;align-items:center;gap:16px;display:flex}.cbt-fullpage-portal{z-index:9999;background:#f1f5f9;flex-direction:column;width:100vw;height:100vh;font-family:inherit;display:flex;position:fixed;inset:0;overflow:hidden}.cbt-portal-navbar{color:#fff;background:#0f172a;border-bottom:2px solid #1e293b;flex-shrink:0;justify-content:space-between;align-items:center;height:62px;padding:10px 24px;display:flex}.cbt-nav-left{align-items:center;gap:20px;display:flex}.cbt-brand-cluster{border-right:1px solid #334155;align-items:center;gap:10px;padding-right:20px;display:flex}.cbt-logo-icon{background:#059669;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.cbt-brand-text{flex-direction:column;display:flex}.cbt-brand-text .brand-name{color:#fff;letter-spacing:-.3px;font-size:1.05rem;font-weight:900;line-height:1.1}.cbt-brand-text .brand-exam{color:#10b981;text-transform:uppercase;letter-spacing:.8px;font-size:.65rem;font-weight:700}.cbt-test-badge-wrap{align-items:center;gap:10px;display:flex}.cbt-live-title{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;max-width:440px;font-size:.92rem;font-weight:700;overflow:hidden}.cbt-subj-pill{color:#38bdf8;background:#1e293b;border:1px solid #334155;border-radius:9999px;padding:3px 9px;font-size:.72rem;font-weight:700}.cbt-nav-right{align-items:center;gap:14px;display:flex}.cbt-portal-lang-switch{background:#1e293b;border-radius:8px;padding:2px;display:flex}.cbt-lang-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 10px;font-size:.76rem;font-weight:700;transition:all .15s}.cbt-lang-btn.active{color:#fff;background:#059669}.cbt-portal-timer{color:#fcd34d;background:#1e293b;border:1.5px solid #f59e0b;border-radius:8px;align-items:center;gap:8px;padding:6px 14px;font-family:monospace;font-size:.95rem;font-weight:800;display:flex}.cbt-portal-timer.timer-warning{color:#fca5a5;background:#450a0a;border-color:#ef4444;animation:1s infinite pulseTimer}@keyframes pulseTimer{0%,to{opacity:1}50%{opacity:.6}}.btn-cbt-submit{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 18px;font-size:.85rem;font-weight:800;transition:background .15s;display:inline-flex}.btn-cbt-submit:hover{background:#047857}.cbt-portal-body{grid-template-columns:1fr 310px;height:calc(100vh - 62px);display:grid;overflow:hidden}.cbt-portal-main{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;display:flex;overflow:hidden}.cbt-question-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:12px 24px;display:flex}.q-title-group{align-items:center;gap:12px;display:flex}.q-number-pill{color:#0f172a;font-size:.92rem;font-weight:800}.q-subject-name{color:#0369a1;background:#e0f2fe;border-radius:9999px;padding:3px 10px;font-size:.78rem;font-weight:700}.q-marks-pill{align-items:center;gap:8px;font-size:.75rem;font-weight:800;display:flex}.mark-pos{color:#15803d;background:#dcfce7;border-radius:4px;padding:3px 8px}.mark-neg{color:#b91c1c;background:#fee2e2;border-radius:4px;padding:3px 8px}.cbt-question-scroll-area{flex:1;padding:28px 32px;overflow-y:auto}.cbt-question-statement{margin-bottom:24px}.statement-text{color:#0f172a;font-size:1.15rem;font-weight:600;line-height:1.7}.cbt-options-container{flex-direction:column;gap:12px;max-width:820px;display:flex}.cbt-option-item{cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;align-items:center;gap:14px;padding:14px 18px;transition:all .15s;display:flex}.cbt-option-item:hover{background:#f0fdf4;border-color:#86efac}.cbt-option-item.selected{background:#ecfdf5;border-color:#059669;box-shadow:0 2px 8px #05966926}.radio-circle{border:2px solid #94a3b8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.cbt-option-item.selected .radio-circle{border-color:#059669}.radio-dot{background:#059669;border-radius:50%;width:10px;height:10px}.opt-key-pill{color:#334155;background:#e2e8f0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:800;display:flex}.cbt-option-item.selected .opt-key-pill{color:#fff;background:#059669}.opt-text-label{color:#1e293b;font-size:1rem;font-weight:500;line-height:1.5}.cbt-portal-bottom-bar{background:#f8fafc;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.bottom-left-actions,.bottom-right-actions{align-items:center;gap:12px;display:flex}.cbt-btn-secondary{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:8px;padding:9px 14px;font-size:.82rem;font-weight:700;transition:all .15s;display:inline-flex}.cbt-btn-secondary:hover{color:#0f172a;background:#f1f5f9}.cbt-btn-clear{color:#64748b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:6px;padding:9px 12px;font-size:.82rem;font-weight:600;display:inline-flex}.cbt-btn-clear:disabled{opacity:.45;cursor:not-allowed}.cbt-btn-prev{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:6px;padding:9px 16px;font-size:.85rem;font-weight:700;display:inline-flex}.cbt-btn-prev:disabled{opacity:.45;cursor:not-allowed}.cbt-btn-save-next{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:8px;align-items:center;gap:8px;padding:9px 20px;font-size:.9rem;font-weight:800;transition:background .15s;display:inline-flex;box-shadow:0 2px 8px #05966940}.cbt-btn-save-next:hover{background:#047857}.cbt-portal-sidebar{background:#fff;flex-direction:column;height:100%;display:flex;overflow:hidden}.cbt-candidate-card{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:12px;padding:16px;display:flex}.candidate-avatar{object-fit:cover;border:2px solid #059669;border-radius:50%;width:44px;height:44px}.candidate-meta{flex-direction:column;display:flex}.candidate-name{color:#0f172a;font-size:.88rem}.candidate-roll{color:#64748b;font-family:monospace;font-size:.72rem}.cbt-palette-summary{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;grid-template-columns:1fr 1fr;gap:8px;padding:12px 16px;display:grid}.summary-chip{color:#475569;align-items:center;gap:8px;font-size:.75rem;font-weight:700;display:flex}.chip-badge{color:#fff;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.72rem;font-weight:800;display:flex}.chip-answered .chip-badge{background:#10b981}.chip-marked .chip-badge{background:#8b5cf6}.chip-unanswered .chip-badge{background:#ef4444}.chip-unvisited .chip-badge{background:#94a3b8}.cbt-palette-grid-wrap{flex:1;padding:14px 16px;overflow-y:auto}.palette-grid-header{color:#334155;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:.8rem;font-weight:700;display:flex}.palette-count{color:#64748b;font-size:.72rem}.cbt-palette-buttons-grid{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.palette-num-btn{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;height:38px;font-size:.82rem;font-weight:800;transition:all .15s;display:flex}.palette-num-btn.status-answered{color:#fff;background:#10b981}.palette-num-btn.status-marked{color:#fff;background:#8b5cf6}.palette-num-btn.status-unanswered{color:#fff;background:#ef4444}.palette-num-btn.status-unvisited{color:#475569;background:#f1f5f9;border-color:#cbd5e1}.palette-num-btn.current-btn{outline-offset:2px;outline:2.5px solid #0f172a;box-shadow:0 0 6px #0f172a66}.sidebar-bottom-actions{background:#f8fafc;border-top:1px solid #e2e8f0;flex-shrink:0;padding:14px 16px}.btn-sidebar-submit{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px;font-size:.85rem;font-weight:800;display:flex}.btn-sidebar-submit:hover{background:#047857}.submit-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#0f172ab3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.submit-modal-dialog{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:480px;padding:28px;box-shadow:0 20px 40px #0003}.modal-header-icon{background:#fef3c7;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex}.modal-dialog-title{color:#0f172a;margin-bottom:8px;font-size:1.25rem;font-weight:800}.modal-dialog-sub{color:#64748b;margin-bottom:20px;font-size:.85rem;line-height:1.5}.submit-summary-table{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:24px;padding:12px 16px}.table-row{color:#334155;justify-content:space-between;padding:6px 0;font-size:.85rem;display:flex}.table-row.row-green{color:#059669}.table-row.row-purple{color:#7c3aed}.table-row.row-red{color:#dc2626}.modal-dialog-actions{gap:12px;display:flex}.btn-modal-cancel{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;flex:1;padding:11px;font-size:.85rem;font-weight:700}.btn-modal-confirm{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:8px;flex:1.2;padding:11px;font-size:.85rem;font-weight:800}.btn-modal-confirm:hover{background:#047857}.cbt-result-page{background:#f8fafc;min-height:100vh;padding-bottom:60px}.cbt-result-full-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:36px 32px;box-shadow:0 10px 30px #0000000d}.result-hero-badge{text-align:center;margin-bottom:30px}.trophy-circle{background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 14px;display:flex}.exam-completed-pill{color:#15803d;background:#dcfce7;border-radius:9999px;margin-bottom:8px;padding:4px 12px;font-size:.72rem;font-weight:800;display:inline-block}.result-title{color:#0f172a;margin-bottom:6px;font-size:1.6rem;font-weight:800}.result-subtitle{color:#64748b;font-size:.92rem}.result-metrics-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:30px;display:grid}.metric-box{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.metric-label{color:#64748b;margin-bottom:6px;font-size:.75rem;font-weight:700;display:block}.big-num{color:#0f172a;font-size:1.8rem;font-weight:900}.total-denom{color:#94a3b8;font-size:1rem;font-weight:700}.green-text{color:#059669}.red-text{color:#dc2626}.gray-text{color:#64748b}.metric-tag{color:#334155;background:#e2e8f0;border-radius:4px;margin-top:6px;padding:2px 8px;font-size:.72rem;font-weight:700;display:inline-block}.green-tag{color:#15803d;background:#dcfce7}.red-tag{color:#b91c1c;background:#fee2e2}.gray-tag{color:#64748b;background:#f1f5f9}.result-analysis-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:32px;padding:20px}.section-title{color:#0f172a;align-items:center;gap:8px;margin-bottom:14px;font-size:1.05rem;font-weight:800;display:flex}.progress-bar-wrap{background:#e2e8f0;border-radius:9999px;height:14px;margin-bottom:12px;display:flex;overflow:hidden}.bar-segment{height:100%;transition:width .4s}.bar-correct{background:#10b981}.bar-wrong{background:#ef4444}.bar-skipped{background:#94a3b8}.legend-strip{gap:20px;display:flex}.legend-chip{color:#475569;align-items:center;gap:6px;font-size:.8rem;font-weight:700;display:flex}.dot{border-radius:50%;width:8px;height:8px}.dot-green{background:#10b981}.dot-red{background:#ef4444}.dot-gray{background:#94a3b8}.solutions-list{flex-direction:column;gap:16px;margin-top:16px;display:flex}.solution-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.solution-item-card.sol-correct{border-left:4px solid #10b981}.solution-item-card.sol-wrong{border-left:4px solid #ef4444}.solution-item-card.sol-skipped{border-left:4px solid #94a3b8}.sol-card-header{align-items:center;gap:12px;margin-bottom:10px;display:flex}.sol-qnum{color:#0f172a;font-size:.85rem;font-weight:800}.sol-subject{color:#64748b;background:#f1f5f9;border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:700}.sol-badge{border-radius:4px;margin-left:auto;padding:2px 8px;font-size:.72rem;font-weight:800}.badge-green{color:#15803d;background:#dcfce7}.badge-red{color:#b91c1c;background:#fee2e2}.badge-gray{color:#64748b;background:#f1f5f9}.sol-question-text{color:#1e293b;margin-bottom:14px;font-size:1rem;font-weight:600;line-height:1.6}.sol-options-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px;display:grid}.sol-opt{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-size:.88rem;display:flex}.sol-opt.opt-correct{color:#15803d;background:#dcfce7;border-color:#86efac;font-weight:700}.sol-opt.opt-user-wrong{color:#b91c1c;background:#fee2e2;border-color:#fca5a5;font-weight:700}.correct-check,.wrong-cross{margin-left:auto;font-size:.7rem;font-weight:800}.sol-explanation-box{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:12px 16px;font-size:.88rem;line-height:1.5}.result-bottom-actions{border-top:1px solid #e2e8f0;justify-content:center;gap:16px;margin-top:36px;padding-top:24px;display:flex}.cbt-fullpage-loader{background:#f8fafc;flex-direction:column;justify-content:center;align-items:center;gap:14px;width:100vw;height:100vh;display:flex}.cbt-fullpage-loader h3{color:#0f172a;font-size:1.2rem;font-weight:800}.cbt-fullpage-loader p{color:#64748b;font-size:.85rem}@media (width<=900px){.cbt-portal-body{grid-template-columns:1fr}.cbt-portal-sidebar{display:none}.instruction-specs-grid,.result-metrics-grid{grid-template-columns:1fr 1fr}.sol-options-grid{grid-template-columns:1fr}}.payment-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#0f172ab3;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.payment-modal-card{background:#fff;border-radius:20px;width:100%;max-width:540px;animation:.2s cubic-bezier(.16,1,.3,1) modalScaleIn;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes modalScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.payment-modal-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 22px;display:flex}.header-badge{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:9999px;align-items:center;gap:6px;padding:4px 10px;font-size:.72rem;font-weight:800;display:inline-flex}.payment-close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .15s;display:flex}.payment-close-btn:hover{color:#0f172a;background:#e2e8f0}.payment-modal-body{padding:22px}.order-summary-box{color:#fff;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:18px 20px;display:flex}.pro-pass-label{color:#fcd34d;background:#f59e0b26;border-radius:4px;margin-bottom:4px;padding:2px 8px;font-size:.68rem;font-weight:800;display:inline-block}.plan-summary-title{color:#fff;margin-bottom:2px;font-size:1.15rem;font-weight:800}.plan-summary-sub{color:#94a3b8;font-size:.78rem}.order-pricing-box{text-align:right;flex-direction:column;align-items:flex-end;display:flex}.orig-price-strike{color:#64748b;font-size:.82rem;text-decoration:line-through}.final-price-tag{color:#38bdf8;align-items:baseline;display:flex}.currency-symbol{font-size:1.1rem;font-weight:800}.amount-digits{font-size:1.85rem;font-weight:900;line-height:1}.save-badge{color:#fff;background:#059669;border-radius:4px;margin-top:4px;padding:2px 6px;font-size:.68rem;font-weight:800}.candidate-billing-info{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;margin-bottom:18px;padding:10px 14px;font-size:.82rem;display:flex}.billing-item{gap:6px;display:flex}.billing-val{color:#0f172a;font-weight:700}.payment-options-section{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.section-subtitle{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.82rem;font-weight:700}.payment-method-card{cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;align-items:center;gap:14px;padding:14px 16px;transition:all .2s;display:flex}.payment-method-card:hover{background:#f0f9ff;border-color:#0284c7;transform:translateY(-1px);box-shadow:0 4px 12px #0284c71a}.payment-method-card.method-sandbox:hover{background:#f0fdf4;border-color:#059669;box-shadow:0 4px 12px #0596691a}.method-icon-wrap{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.method-icon-wrap.bg-blue{background:#e0f2fe}.method-icon-wrap.bg-emerald{background:#dcfce7}.method-info{flex:1}.method-title-row{align-items:center;gap:8px;margin-bottom:2px;display:flex}.method-title-row strong{color:#0f172a;font-size:.92rem}.method-badge-rec{color:#0284c7;background:#e0f2fe;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:800}.method-badge-sandbox{color:#059669;background:#dcfce7;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:800}.method-desc{color:#64748b;font-size:.78rem;line-height:1.35}.payment-modal-footer{border-top:1px solid #f1f5f9;justify-content:space-between;padding-top:14px;display:flex}.trust-badge-item{color:#64748b;align-items:center;gap:6px;font-size:.72rem;font-weight:600;display:flex}.payment-error-alert{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;align-items:center;gap:8px;margin-bottom:14px;padding:10px 14px;font-size:.84rem;display:flex}.order-in-progress-card{background:#f0f9ff;border:1.5px solid #bae6fd;border-radius:12px;margin-bottom:18px;padding:16px}.progress-card-top{color:#0369a1;align-items:center;gap:8px;margin-bottom:6px;font-size:.88rem;display:flex}.progress-card-text{color:#475569;margin-bottom:14px;font-size:.8rem;line-height:1.4}.progress-actions{gap:10px;display:flex}.btn-open-pg{color:#fff;background:#0284c7;border-radius:8px;align-items:center;gap:6px;padding:9px 14px;font-size:.82rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-verify-status{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:8px;align-items:center;gap:6px;padding:9px 16px;font-size:.82rem;font-weight:700;display:inline-flex}.btn-verify-status:disabled{opacity:.6;cursor:not-allowed}.payment-success-screen{text-align:center;padding:32px 24px}.success-trophy-circle{background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 16px;display:flex}.success-tag{color:#059669;background:#dcfce7;border-radius:9999px;margin-bottom:8px;padding:3px 10px;font-size:.72rem;font-weight:800;display:inline-block}.success-title{color:#0f172a;margin-bottom:8px;font-size:1.35rem;font-weight:800}.success-desc{color:#64748b;max-width:440px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:.88rem;line-height:1.5}.success-receipt-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;max-width:400px;margin-bottom:24px;margin-left:auto;margin-right:auto;padding:14px 18px}.receipt-row{color:#334155;justify-content:space-between;padding:6px 0;font-size:.85rem;display:flex}.receipt-row .green-text{color:#059669}.btn-success-continue{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #0596694d}.btn-success-continue:hover{background:#047857;transform:translateY(-1px)}
