:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f6f7fb;font-synthesis:none;text-rendering:optimizeLegibility;--primary: #5b54e8;--primary-dark: #4840d4;--primary-soft: #efeeff;--ink: #172033;--muted: #697386;--line: #e7e9f1;--surface: #ffffff;--success: #16a66a;--danger: #e5484d;--shadow: 0 14px 44px rgba(32, 42, 78, .08);--hero-from: #24205c;--hero-to: #5f56e2;--hero: radial-gradient(circle at 87% 10%, rgba(255,255,255,.18), transparent 27%), linear-gradient(135deg, var(--hero-from), var(--hero-to));--hero-shadow: 0 18px 46px rgba(36, 32, 92, .22);--exam-color: var(--primary)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:#f6f7fb;font-size:15px;line-height:1.5}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(91,84,232,.24);outline-offset:2px}.button{min-height:44px;border:0;border-radius:12px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:750;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:not(:disabled):active{transform:translateY(1px) scale(.99)}.button:disabled{cursor:not-allowed;opacity:.55}.primary-button{color:#fff;background:var(--primary);box-shadow:0 9px 22px #5b54e840}.primary-button:hover{background:var(--primary-dark)}.secondary-button{color:#3d4659;background:#fff;border:1px solid #dde0ea;box-shadow:0 3px 10px #1820380a}.success-button{color:#fff;background:#16a66a}.light-button{color:#3933a8;background:#ffffffeb;box-shadow:0 8px 20px #1f1b742e}.icon-button{width:42px;height:42px;padding:0;border:1px solid var(--line);background:#fff;color:#596176;border-radius:12px;display:grid;place-items:center}.app-shell{min-height:100vh}.sidebar{display:none}.mobile-header{position:fixed;inset:0 0 auto;height:66px;padding:0 18px;background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(229,231,239,.82);z-index:40;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:10px;font-size:17px;letter-spacing:-.5px;font-weight:850;color:#201f39}.brand-mark{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;color:#fff;background:var(--primary);box-shadow:0 7px 18px #5b54e847}.brand-mark.light{color:#5b54e8;background:#fff;box-shadow:none}.avatar{width:38px;height:38px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;color:#574fde;background:#efeeff;border:0}.app-content{min-height:100vh;padding:86px 16px 96px}.mobile-nav{position:fixed;inset:auto 10px 10px;min-height:66px;z-index:50;border:1px solid rgba(226,228,238,.9);border-radius:20px;background:#fffffff0;box-shadow:0 12px 40px #1b223d29;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:stretch;justify-content:space-around;padding:7px 4px calc(7px + env(safe-area-inset-bottom))}.mobile-nav-item{min-width:58px;color:#858b9c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:13px;font-size:13px;font-weight:700}.mobile-nav-item.active{color:var(--primary);background:var(--primary-soft)}.page{max-width:1220px;margin:0 auto}.app-loader{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:var(--muted);font-weight:650;background:#f8f8fc}.loader-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:var(--primary);color:#fff;font-size:22px;font-weight:900;box-shadow:0 10px 28px #5b54e840;animation:pulse 1.4s infinite}@keyframes pulse{50%{transform:scale(1.06);box-shadow:0 15px 34px #5b54e857}}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:7px;color:#5b54e8;text-transform:uppercase;letter-spacing:1.35px;font-size:14px;font-weight:850}.eyebrow>span{width:20px;height:2px;background:currentColor;border-radius:3px}.light-text{color:#ffffffd1}.subtle-text{color:var(--muted);font-size:15px}.desktop-only{display:none}.auth-page{min-height:100vh;display:grid;background:#fff}.auth-showcase{display:none}.auth-form-panel{display:flex;align-items:center;justify-content:center;padding:28px 20px}.login-card{width:100%;max-width:430px}.mobile-auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:56px;font-weight:850;font-size:18px}.login-card h2{margin:13px 0 9px;font-size:clamp(28px,8vw,38px);line-height:1.08;letter-spacing:-1.3px;color:#181a2e}.form-intro{color:var(--muted);font-size:16px;line-height:1.6;margin-bottom:28px}.field{display:grid;gap:8px;margin-bottom:17px;color:#42495c;font-size:15px;font-weight:700}.field>span{padding-left:2px}.field input,.field select,.field textarea{width:100%;border:1px solid #dfe2eb;background:#fff;color:#172033;border-radius:12px;padding:12px 13px;min-height:46px;outline:0;transition:border .18s,box-shadow .18s}.field textarea{resize:vertical;line-height:1.5}.field input:focus,.field select:focus,.field textarea:focus{border-color:#837df1;box-shadow:0 0 0 4px #5b54e817}.field.compact{min-width:200px;margin:0}.input-with-icon{position:relative}.input-with-icon input{padding-right:48px}.input-with-icon button{position:absolute;right:3px;top:3px;width:40px;height:40px;border:0;background:transparent;color:#83899a;display:grid;place-items:center}.login-button{width:100%;margin-top:4px}.error-banner,.success-banner{border-radius:11px;padding:11px 13px;margin:12px 0;font-size:15px;font-weight:650;display:flex;align-items:center;gap:8px}.error-banner{color:#ad2634;background:#fff1f2;border:1px solid #ffd8dc}.success-banner{color:#087f50;background:#ebfff7;border:1px solid #c4f2df;margin-bottom:18px}.demo-divider{display:flex;align-items:center;gap:10px;margin:24px 0 14px;color:#9499a8;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.8px}.demo-divider:before,.demo-divider:after{content:"";height:1px;flex:1;background:#e7e9ef}.demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.demo-card{border:1px solid #e1e3ec;background:#fff;border-radius:13px;padding:12px;display:flex;gap:9px;align-items:center;text-align:left;color:#5b54e8}.demo-card:hover{border-color:#b8b4f7;background:#f9f8ff}.demo-card span{display:grid;gap:2px}.demo-card strong{color:#2c3140;font-size:15px}.demo-card small{color:#7e8495;font-size:13px}.auth-page-modern{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 8%,#ebe9ff 0,transparent 31%),radial-gradient(circle at 90% 92%,#e5f6ff 0,transparent 28%),#f8f8fc}.auth-page-modern .auth-form-panel{position:relative;z-index:2}.auth-page-modern .login-card{padding:25px 21px;border:1px solid rgba(226,228,239,.9);border-radius:23px;background:#ffffffeb;box-shadow:0 24px 70px #262a521f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-switch{margin:18px 0 0;color:#7d8393;text-align:center;font-size:14px}.auth-switch a{color:#554ddf;font-weight:850}.verify-help{margin-top:10px;display:grid;gap:7px;text-align:center}.verify-help button,.verify-help a{border:0;background:transparent;color:#5b54df;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:800}.auth-success-icon{width:68px;height:68px;margin-bottom:20px;border-radius:21px;color:#0d9a62;background:#e9faf3;display:grid;place-items:center}.verification-sent{text-align:center}.verification-sent .auth-success-icon{margin-left:auto;margin-right:auto}.verification-page{min-height:100vh;padding:20px;background:radial-gradient(circle at 20% 10%,#eae8ff,transparent 35%),#f7f7fb;display:grid;place-items:center}.verification-card{width:100%;max-width:480px;padding:35px 25px;border:1px solid #e3e5ee;border-radius:24px;background:#fff;box-shadow:0 24px 70px #23274d1f;text-align:center}.verification-mark{width:72px;height:72px;margin:0 auto 20px;border-radius:22px;color:#5c55df;background:#efeeff;display:grid;place-items:center}.verification-mark.success{color:#0d9660;background:#e8faf2}.verification-mark.error{color:#c33a45;background:#fff0f1}.verification-card h1{margin:9px 0 8px;font-size:28px}.verification-card p{margin-bottom:22px;color:#777e8f;font-size:14px;line-height:1.6}.otp-input{width:100%;margin:0 0 16px;padding:16px 12px;border:1px solid #dfe2ec;border-radius:16px;text-align:center;letter-spacing:14px;font-size:28px;font-weight:800;color:#1e2433}.resend-code{margin-top:12px;border:0;background:transparent;color:#5b54df;display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:800}.google-auth{margin:4px 0 18px;display:grid;gap:12px}.google-signin-btn{width:100%;border:1px solid #d9dce6;background:#fff;border-radius:14px;padding:12px 14px;display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#3c4043;font-size:15px;font-weight:750}.google-signin-btn:hover{background:#f8f9fb;border-color:#c9cdd8}.auth-or{width:100%;display:flex;align-items:center;gap:10px;color:#8a90a0;font-size:14px;font-weight:700}.auth-or:before,.auth-or:after{content:"";flex:1;height:1px;background:#eceef4}.forgot-password-link{margin:-8px 0 16px;text-align:right}.forgot-password-link a{color:#5b54df;font-size:14px;font-weight:800}.change-password-form{display:grid;gap:0}.change-password-form>.button{margin-top:4px}.student-hero{overflow:hidden;position:relative;min-height:230px;padding:28px 23px;border-radius:24px;color:#fff;background:var(--hero);box-shadow:var(--hero-shadow);display:flex;flex-direction:column;justify-content:space-between;gap:22px}.hero-copy{position:relative;z-index:2}.hero-copy h1{margin:13px 0 12px;max-width:580px;font-size:clamp(30px,8vw,48px);line-height:1.04;letter-spacing:-1.6px}.hero-copy>p{max-width:545px;color:#ffffffb3;line-height:1.65;font-size:14px}.hero-metrics{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}.hero-metrics span{min-width:85px;display:grid;gap:3px;padding-right:14px;border-right:1px solid rgba(255,255,255,.2)}.hero-metrics span:last-child{border:0}.hero-metrics strong{font-size:17px}.hero-metrics small{font-size:13px;color:#ffffffb3}.hero-target{display:none}.section-heading{margin:32px 1px 16px;display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.section-heading h2{margin:5px 0 0;font-size:22px;letter-spacing:-.7px}.exam-strip{display:grid;gap:10px}.exam-tile{--exam-color: #635bff;min-width:0;border:1px solid #e5e7ef;background:#fff;border-radius:16px;padding:13px;display:flex;align-items:center;gap:11px;text-align:left;box-shadow:0 6px 18px #18203809}.exam-tile.selected{border-color:color-mix(in srgb,var(--exam-color) 45%,white);box-shadow:0 8px 22px color-mix(in srgb,var(--exam-color) 15%,transparent)}.exam-monogram{width:42px;height:42px;border-radius:13px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;font-weight:900;font-size:14px}.exam-tile>span:nth-child(2){min-width:0;flex:1;display:grid;gap:3px}.exam-tile strong,.exam-tile small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exam-tile strong{color:#293043;font-size:15px}.exam-tile small{color:#858b9a;font-size:13px}.exam-tile>svg{color:#a4a9b6}.exam-hub-grid{margin-top:8px}.exam-hub-card{--exam-color: #635bff;min-width:0;padding:16px;border:1px solid #e5e7ef;border-radius:18px;background:#fff;box-shadow:0 6px 18px #18203809;display:flex;align-items:center;gap:12px;text-align:left}.exam-hub-card>div{min-width:0;flex:1;display:grid;gap:4px}.exam-hub-card strong{color:#243044;font-size:15px}.exam-hub-card small,.exam-hub-count{color:#858b9a;font-size:13px}.exam-hub-count{flex:0 0 auto;font-weight:800}.exam-hub-card>svg{color:#a4a9b6}.practice-breadcrumb{margin-bottom:14px;display:flex;flex-wrap:wrap;align-items:center;gap:7px;color:#8a90a0;font-size:13px;font-weight:750}.practice-breadcrumb a{color:#5b54e8}.practice-breadcrumb strong{color:#2c3346}.exam-browse-hero{margin-bottom:18px;padding:24px 22px;border-radius:24px;color:#fff;background:var(--hero);box-shadow:var(--hero-shadow);display:flex;align-items:center;gap:14px}.exam-browse-hero .exam-monogram{background:#ffffff29;color:#fff}.exam-browse-hero .section-kicker{color:#ffffffc7}.exam-browse-hero h1{margin:4px 0 6px;font-size:clamp(24px,6vw,34px)}.exam-browse-hero p{margin:0;color:#ffffffb3;font-size:13px;line-height:1.5}.practice-folder-grid{display:grid;gap:12px;margin-top:8px}.practice-folder-card{min-width:0;padding:16px;border:1px solid #e5e7ef;border-radius:18px;background:#fff;box-shadow:0 6px 18px #18203809;display:flex;align-items:center;gap:12px}.practice-folder-card>span{width:44px;height:44px;flex:0 0 auto;border-radius:14px;color:var(--primary);background:var(--primary-soft);display:grid;place-items:center}.practice-folder-card>div{min-width:0;flex:1;display:grid;gap:3px}.practice-folder-card strong{font-size:14px}.practice-folder-card small{color:#858b9a;font-size:13px}.practice-folder-card b{color:var(--primary);font-size:16px}.practice-folder-card>svg{color:#a4a9b6}.practice-folder-card.compact b{display:none}.test-browser{margin-top:5px}.test-heading{align-items:stretch;flex-direction:column}.search-box{min-height:44px;flex:1;display:flex;align-items:center;gap:9px;padding:0 13px;border:1px solid #dfe2eb;background:#fff;color:#8b90a0;border-radius:12px}.search-box input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#273044}.filter-scroll{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:1px 1px 10px;scrollbar-width:none;color:#8a90a0}.filter-scroll::-webkit-scrollbar{display:none}.filter-chip{flex:0 0 auto;min-height:36px;padding:0 13px;border:1px solid #e0e3ec;border-radius:18px;color:#646b7c;background:#fff;font-size:14px;font-weight:700}.filter-chip.active{color:#fff;border-color:var(--primary);background:var(--primary)}.test-grid,.skeleton-grid{display:grid;gap:14px;margin-top:10px}.test-card{min-width:0;border:1px solid #e6e8f0;border-top:3px solid var(--primary);background:#fff;border-radius:18px;padding:18px;display:grid;gap:18px;box-shadow:0 8px 24px #1820380b;transition:transform .2s,box-shadow .2s}.test-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.test-card-top,.test-card-footer,.test-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.exam-badge,.premium-badge,.free-badge{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:800;border-radius:18px;padding:6px 9px}.exam-badge{color:var(--primary);background:var(--primary-soft)}.exam-badge i{width:6px;height:6px;border-radius:50%;background:var(--primary)}.premium-badge{color:#9b6810;background:#fff6dc}.free-badge{color:#087d52;background:#ebfaf4}.test-type{color:#858b9a;font-size:13px;text-transform:capitalize;font-weight:800}.test-card h3{margin:6px 0 8px;font-size:17px;line-height:1.35;letter-spacing:-.25px}.test-card p{margin:0;color:#737a8c;font-size:14px;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.test-meta{justify-content:flex-start;flex-wrap:wrap;gap:15px;color:#697183;font-size:14px;font-weight:650}.test-meta span,.test-card-footer>span{display:inline-flex;align-items:center;gap:6px}.test-card-footer{padding-top:15px;border-top:1px solid #eef0f4;color:#747b8b;font-size:14px}.card-cta{min-height:39px;padding:0 13px;color:#fff;background:var(--primary);font-size:14px}.paid-test-checkout{padding-top:14px;border-top:1px solid #eceef3;display:grid;gap:9px}.paid-test-checkout>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.paid-test-checkout>div strong{font-size:22px}.paid-test-checkout>div a{color:#5b54df;font-size:13px;font-weight:800}.paid-test-checkout label{min-height:39px;padding:0 10px;border:1px dashed #d8dae5;border-radius:10px;color:#766fec;display:flex;align-items:center;gap:7px}.paid-test-checkout input{min-width:0;width:100%;border:0;outline:0;background:transparent;font-size:13px;font-weight:750}.paid-test-checkout .button{width:100%}.cart-layout{display:grid;gap:15px}.cart-items{display:grid;gap:10px}.cart-items>article{padding:14px;border:1px solid #e5e7ef;border-radius:16px;background:#fff;box-shadow:0 6px 20px #19213909;display:flex;align-items:center;gap:11px}.cart-item-icon{width:42px;height:42px;flex:0 0 auto;border-radius:12px;color:#5b54df;background:#efeeff;display:grid;place-items:center}.cart-items article>div{min-width:0;flex:1;display:grid;gap:3px}.cart-items article>div small{color:#655de2;font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:.5px}.cart-items article>div strong,.cart-items article>div span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-items article>div strong{font-size:15px}.cart-items article>div span{color:#8a90a0;font-size:14px}.cart-items article>section{flex:0 0 auto;display:grid;justify-items:end;gap:2px}.cart-items article>section del{color:#a0a5b1;font-size:14px}.cart-items article>section b{font-size:17px}.cart-items article>section button{width:32px;height:32px;margin-top:4px;border:0;border-radius:9px;color:#b83d47;background:#fff0f1;display:grid;place-items:center}.cart-summary{padding:20px;border:1px solid #e4e6ef;border-radius:19px;background:#fff;box-shadow:0 14px 40px #1a213a12}.cart-summary-head{margin-bottom:20px;display:flex;align-items:center;gap:10px}.cart-summary-head>span{width:40px;height:40px;border-radius:12px;color:#2d6de9;background:#eaf2ff;display:grid;place-items:center}.cart-summary-head>div{display:grid;gap:3px}.cart-summary-head strong{font-size:15px}.cart-summary-head small{color:#8b91a0;font-size:14px}.cart-total-row{min-height:35px;display:flex;align-items:center;justify-content:space-between;color:#555d6f;font-size:15px}.cart-total-row.muted{color:#8e94a3}.cart-total-row.coupon-discount{color:#087d52}.cart-coupon{min-height:45px;margin:10px 0;padding:0 7px 0 11px;border:1px dashed #d5d7e3;border-radius:11px;color:#7169e9;display:flex;align-items:center;gap:8px}.cart-coupon input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#3f4657;font-size:14px;font-weight:750;letter-spacing:.4px}.cart-coupon button{min-height:32px;padding:0 10px;border:0;border-radius:8px;color:#fff;background:#625be4;font-size:14px;font-weight:800}.cart-coupon button:disabled{opacity:.5}.cart-grand-total{margin:13px 0;padding-top:15px;border-top:1px solid #e9ebf1;display:flex;align-items:baseline;justify-content:space-between}.cart-grand-total span{font-size:16px;font-weight:800}.cart-grand-total strong{font-size:29px;letter-spacing:-.8px}.razorpay-button{width:100%;color:#fff;background:linear-gradient(135deg,#2e74eb,#1762dc);box-shadow:0 10px 24px #2069e03d;font-size:15px}.razorpay-setup{margin:12px 0;padding:11px;border-radius:11px;color:#966213;background:#fff6df;display:flex;align-items:flex-start;gap:8px}.razorpay-setup>span{display:grid;gap:3px;font-size:14px;line-height:1.45}.razorpay-setup strong{color:#6f490d;font-size:14px}.payment-trust{margin-top:11px;color:#888f9f;display:flex;align-items:center;justify-content:center;gap:5px;text-align:center;font-size:13px}.cart-empty{min-height:55vh;border:1px dashed #dfe1ea;border-radius:20px;background:#fff}.skeleton-card{height:280px;border-radius:18px;background:linear-gradient(100deg,#edeef3 25%,#f8f8fa 42%,#edeef3 60%);background-size:400% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-130% 0}}.empty-state,.state-card{padding:46px 20px;text-align:center;color:#848a99}.empty-state svg,.state-card>svg{color:#7871eb}.empty-state h3,.state-card h2{color:#343a4b;margin:13px 0 6px}.empty-state p,.state-card p{margin-bottom:20px;font-size:15px}.state-card{min-height:65vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.page-heading{margin:4px 0 23px;display:flex;flex-direction:column;align-items:flex-start;gap:15px}.page-heading h1{margin:5px 0 7px;font-size:clamp(28px,7vw,40px);letter-spacing:-1.2px;line-height:1.1}.page-heading p{margin:0;max-width:650px;color:var(--muted);font-size:15px;line-height:1.55}.count-pill,.builder-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid #e1e3ed;background:#fff;color:#5f6678;padding:9px 12px;border-radius:12px;font-size:14px;font-weight:750}.panel,.form-panel,.data-panel,.upload-panel{border:1px solid #e6e8f0;background:#fff;border-radius:18px;box-shadow:0 8px 25px #1921390a}.panel,.form-panel{padding:20px}.panel-heading{display:flex;justify-content:space-between;align-items:center;gap:12px}.panel-heading h2{margin:5px 0 0;font-size:17px;letter-spacing:-.45px}.panel-icon{color:#746deb}.toolbar{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.select-filter{min-height:44px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #dfe2eb;background:#fff;border-radius:12px;color:#858b9a}.select-filter select{flex:1;border:0;background:transparent;outline:0;color:#4e5567;font-size:15px}.data-panel{overflow:hidden}.responsive-table{overflow-x:auto}table{width:100%;min-width:760px;border-collapse:collapse}th{padding:13px 16px;color:#858b9a;background:#fafafd;border-bottom:1px solid #e9ebf2;font-size:13px;letter-spacing:.5px;text-transform:uppercase;text-align:left}td{padding:15px 16px;border-bottom:1px solid #eff0f5;color:#5c6475;font-size:14px}tr:last-child td{border-bottom:0}.question-cell{display:block;max-width:480px;color:#343a4c;line-height:1.45}.status-badge{display:inline-flex;border-radius:15px;padding:5px 8px;font-size:13px;letter-spacing:.3px;font-weight:850}.status-badge.published{color:#087d52;background:#eafaf4}.status-badge.draft,.status-badge.medium{color:#9a6813;background:#fff6df}.status-badge.archived,.status-badge.hard{color:#a0343d;background:#fff0f1}.status-badge.easy{color:#2476a7;background:#eaf7ff}.medium-badge{width:fit-content;padding:5px 8px;border-radius:11px;color:#4e47c8;background:#efeeff;font-size:13px;font-weight:850;white-space:nowrap}.test-table-title{display:grid;gap:5px}.test-table-title strong{color:#303647}.test-table-title span{display:flex;align-items:center;gap:5px;color:#9095a3;font-size:13px}.table-actions{display:flex;flex-wrap:wrap;gap:6px}.mini-action{min-height:32px;display:inline-flex;align-items:center;gap:5px;border:1px solid #e0e2ea;background:#fff;border-radius:9px;padding:0 9px;color:#636a7b;font-size:13px;font-weight:750}.mini-action.publish{color:#087d52;border-color:#c8efdf;background:#f0fbf7}.pagination{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#767d8d;font-size:14px}.pagination .button{padding:0 11px;min-height:40px;font-size:14px}.text-link,.back-link{display:inline-flex;align-items:center;gap:6px;color:#5b54e8;font-size:14px;font-weight:750}.back-link{margin-bottom:13px;color:#737a8b}.admin-welcome{overflow:hidden;position:relative;border-radius:22px;padding:25px 22px;background:var(--hero);color:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:20px;box-shadow:var(--hero-shadow)}.admin-welcome h1{margin:10px 0 8px;font-size:clamp(28px,7vw,39px);letter-spacing:-1.25px}.admin-welcome p{margin:0;color:#ffffffbf;font-size:15px}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0}.stat-card{min-width:0;padding:15px;border:1px solid #e7e9f0;background:#fff;border-radius:16px;display:grid;gap:13px;box-shadow:0 5px 18px #19213909}.stat-card-link{color:inherit;text-decoration:none;display:block}.stat-card-link .stat-card{height:100%}.stat-icon{width:37px;height:37px;border-radius:11px;display:grid;place-items:center}.stat-icon.violet{color:#5e56e8;background:#efeeff}.stat-icon.blue{color:#1684c7;background:#e9f7ff}.stat-icon.green{color:#139665;background:#e9faf3}.stat-icon.orange{color:#dc8411;background:#fff4df}.stat-card>div{min-width:0;display:grid;gap:3px}.stat-card span{color:#777e8e;font-size:13px;font-weight:700}.stat-card strong{color:#252b3d;font-size:24px;letter-spacing:-.7px}.stat-card small{color:#a0a5b2;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-grid{display:grid;gap:14px}.readiness-list{display:grid;gap:20px;margin-top:24px}.readiness-item>div:first-child{display:flex;justify-content:space-between;margin-bottom:8px;color:#687082;font-size:14px}.readiness-item strong{color:#303647}.progress-track{height:7px;border-radius:8px;background:#eceef4;overflow:hidden}.progress-track span{display:block;height:100%;border-radius:inherit}.progress-track .violet{background:#655df0}.progress-track .blue{background:#24a2e3}.progress-track .green{background:#20ad78}.insight-note{margin-top:25px;padding:13px;border-radius:13px;color:#6159db;background:#f4f3ff;display:flex;gap:10px}.insight-note div{display:grid;gap:3px}.insight-note strong{color:#39345f;font-size:14px}.insight-note span{color:#77728d;font-size:13px;line-height:1.45}.quick-actions{display:grid;gap:10px;margin-top:18px}.quick-action{border:1px solid #e9eaf0;border-radius:13px;padding:12px;display:flex;align-items:center;gap:11px;transition:border .18s,background .18s}.quick-action:hover{border-color:#cbc8f6;background:#faf9ff}.quick-action>span{width:35px;height:35px;border-radius:10px;color:#5e56e5;background:#efeeff;display:grid;place-items:center}.quick-action div{flex:1;display:grid;gap:3px}.quick-action strong{font-size:14px}.quick-action small{color:#858b9a;font-size:13px}.quick-action>svg{color:#afb3bf}.admin-exam-grid{display:grid;gap:10px}.admin-exam-card{padding:13px;border:1px solid #e6e8ef;border-radius:14px;background:#fff;display:flex;align-items:center;gap:11px}.admin-exam-icon{width:40px;height:40px;border-radius:12px;color:#fff;display:grid;place-items:center}.admin-exam-card div{flex:1;min-width:0;display:grid;gap:4px}.admin-exam-card strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-exam-card span{color:#8c91a0;font-size:13px}.admin-exam-card>svg{color:#b1b5c1}.csv-preview{margin-top:16px;display:grid;gap:12px}.csv-preview-head h3{margin:0 0 4px;font-size:15px}.csv-preview-head p{margin:0 0 4px;color:#828898;font-size:14px}.csv-preview-card{padding:14px;border:1px solid #e8e9f0;border-radius:14px;background:#fafafd;display:grid;gap:10px}.csv-preview-card.has-error{border-color:#f0c4c8;background:#fff8f8}.csv-preview-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.csv-preview-top strong{font-size:14px;color:#454b5d}.csv-import-button{width:100%;margin-top:12px}.upload-copy{display:flex;gap:12px;margin-bottom:17px}.upload-icon,.summary-icon{width:43px;height:43px;flex:0 0 auto;border-radius:13px;display:grid;place-items:center;color:#5b54e8;background:#efeeff}.upload-copy h2{margin:1px 0 4px;font-size:16px}.upload-copy p{color:#828898;font-size:14px;margin:0;line-height:1.4}.upload-controls{display:grid;gap:10px}.inline-message a{font-weight:800;color:inherit}.file-picker{min-height:46px;border:1px dashed #c9cce0;border-radius:12px;padding:0 13px;color:#666d80;background:#fafafe;display:flex;align-items:center;gap:9px;font-size:14px;font-weight:700;cursor:pointer}.file-picker input{display:none}.inline-message{margin-top:12px;color:#8e5d16;font-size:14px;display:flex;align-items:center;gap:6px}.inline-message.success{color:#087d52}.builder-layout,.builder-main{display:grid;gap:14px}.form-panel-head{margin-bottom:20px;display:flex;align-items:flex-start;gap:11px}.form-panel-head>span{width:32px;height:32px;flex:0 0 auto;border-radius:10px;display:grid;place-items:center;color:#5b54e8;background:#efeeff;font-size:14px;font-weight:900}.form-panel-head div{flex:1}.form-panel-head h2{margin:1px 0 4px;font-size:17px}.form-panel-head p{margin:0;color:#858b9a;font-size:13px;line-height:1.45}.form-grid{display:grid;gap:0 12px}.form-grid.section-fields{grid-template-columns:1fr}.section-builder-head{flex-wrap:wrap}.section-builder-head .button{width:100%}.section-list{display:grid;gap:12px}.section-editor{padding:15px;border:1px solid #e8e9f0;border-radius:14px;background:#fafafd}.section-editor-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px;color:#454b5d;font-size:14px}.delete-button{width:34px;height:34px;border:0;border-radius:9px;display:grid;place-items:center;color:#bd3d49;background:#fff0f1}.difficulty-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.difficulty-grid label{position:relative;color:#858b9a;font-size:13px;font-weight:700}.difficulty-grid input{width:100%;min-height:40px;margin-top:5px;padding:8px 24px 8px 9px;border:1px solid #dfe2ea;border-radius:10px;outline:0;background:#fff}.difficulty-grid small{position:absolute;right:8px;bottom:12px;color:#a1a6b3}.toggle-row{position:relative;min-height:58px;margin-top:3px;padding:10px 11px;border:1px solid #e6e8ef;border-radius:12px;display:flex;align-items:center;gap:10px;cursor:pointer}.toggle-row>input:first-child{position:absolute;opacity:0;pointer-events:none}.toggle-ui{width:38px;height:22px;flex:0 0 auto;border-radius:12px;padding:3px;background:#c8ccd7;transition:background .2s}.toggle-ui:after{content:"";display:block;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #0003;transition:transform .2s}.toggle-row>input:checked+.toggle-ui{background:#655de9}.toggle-row>input:checked+.toggle-ui:after{transform:translate(16px)}.toggle-row>span:nth-of-type(2){flex:1;display:grid;gap:3px}.toggle-row strong{font-size:14px}.toggle-row small{color:#8b90a0;font-size:13px}.marks-input{width:65px;min-height:36px;border:1px solid #dfe2eb;border-radius:9px;padding:7px}.builder-summary{min-width:0}.summary-sticky{padding:19px;border:1px solid #e5e7ef;border-radius:17px;background:#fff;box-shadow:var(--shadow)}.summary-sticky h2{margin:12px 0 15px;font-size:17px}.summary-list{display:grid;gap:12px}.summary-list span{display:flex;justify-content:space-between;gap:10px;padding-bottom:10px;border-bottom:1px solid #eff0f5}.summary-list small{color:#858b9a;font-size:13px}.summary-list strong{font-size:14px;text-align:right}.builder-tip{margin:14px 0;padding:11px;border-radius:11px;display:flex;align-items:flex-start;gap:8px;color:#6d678d;background:#f5f4ff;font-size:13px;line-height:1.45}.builder-tip svg{flex:0 0 auto}.builder-submit{width:100%}.builder-bank-note{margin:12px 0 0;color:#6d7486;font-size:13px}.section-slug-hint{margin:10px 0 0;color:#6d678d;font-size:13px;font-weight:700}.builder-submit+.builder-submit{margin-top:8px}.ai-pack-card{margin-bottom:14px}.ai-pack-actions{display:grid;gap:8px;margin-bottom:12px}.ai-pack-preview{margin:0;max-height:220px;overflow:auto;padding:12px;border-radius:12px;background:#f6f7fb;color:#3d4354;font-size:13px;line-height:1.45;white-space:pre-wrap}.ai-paste{margin-top:12px;display:grid;gap:8px}.ai-paste .button{width:100%}.section-bank{margin:10px 0 0;color:#087d52;font-size:13px;font-weight:750}.section-bank.short{color:#c2444d}.builder-questions-link{display:block;margin-top:10px;color:#5d55dc;text-align:center;font-size:13px;font-weight:800}.review-admin-meta{margin:0 0 16px;display:flex;flex-wrap:wrap;gap:8px}.review-admin-meta span{padding:8px 10px;border:1px solid #e4e7ef;border-radius:12px;background:#fff;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:750}.review-admin-sections{display:grid;gap:12px}.review-question-ol{margin:0;padding-left:18px;display:grid;gap:10px}.review-question-ol li{display:grid;gap:4px}.review-question-ol strong{font-size:14px;line-height:1.45}.review-question-ol small{color:#8a909e;font-size:13px}.review-admin-actions{margin-top:16px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.catalog-tabs{display:flex;gap:7px;overflow-x:auto;margin-bottom:14px;padding-bottom:2px}.catalog-tabs button{min-height:42px;flex:1 0 auto;border:1px solid #e0e2eb;border-radius:11px;background:#fff;color:#697082;padding:0 13px;display:flex;justify-content:center;align-items:center;gap:7px;font-size:14px;font-weight:750}.catalog-tabs button.active{color:#fff;border-color:#5b54e8;background:#5b54e8}.catalog-layout{display:grid;gap:14px}.catalog-form .button{width:100%}.catalog-items{display:grid;gap:8px;margin-top:17px;max-height:620px;overflow:auto}.catalog-item{padding:10px;border:1px solid #e9eaf0;border-radius:12px;display:flex;align-items:center;gap:10px}.catalog-item-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#fff;background:#7670eb}.catalog-item div{min-width:0;display:grid;gap:3px}.catalog-item strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.catalog-item small{color:#9297a4;font-size:13px}.bundle-page{padding-bottom:14px}.bundle-hero{min-height:250px;padding:27px 22px;border-radius:24px;color:#fff;background:var(--hero);box-shadow:var(--hero-shadow);display:flex;align-items:center;justify-content:space-between;gap:18px;overflow:hidden}.bundle-hero h1{margin:12px 0 10px;max-width:620px;font-size:clamp(30px,8vw,48px);line-height:1.03;letter-spacing:-1.6px}.bundle-hero p{max-width:590px;margin:0;color:#ffffffb8;font-size:15px;line-height:1.6}.bundle-hero-art{display:none}.bundle-grid{display:grid;gap:15px}.bundle-card{--exam-color: #635bff;position:relative;padding:20px;border:1px solid #e4e6ef;border-top:4px solid var(--exam-color);border-radius:20px;background:#fff;box-shadow:0 10px 30px #1a213a0e;overflow:hidden}.bundle-card.featured{box-shadow:0 16px 40px color-mix(in srgb,var(--exam-color) 13%,transparent)}.bundle-ribbon{position:absolute;right:0;top:0;padding:7px 11px;border-radius:0 0 0 12px;color:#7c5410;background:#fff0b8;display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:850}.bundle-card-head{display:flex;align-items:center;gap:10px;padding-right:70px}.bundle-logo{width:45px;height:45px;flex:0 0 auto;border-radius:13px;color:var(--exam-color);background:color-mix(in srgb,var(--exam-color) 11%,white);display:grid;place-items:center}.bundle-card-head>div{min-width:0;flex:1;display:grid;gap:3px}.bundle-card-head>div span{font-size:14px;font-weight:850}.bundle-card-head>div small{color:#8b91a0;font-size:13px}.owned-badge{color:#087d52;background:#eafaf4;padding:6px 8px;border-radius:12px;display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:850}.bundle-card h2{margin:20px 0 8px;font-size:21px;letter-spacing:-.5px}.bundle-card>p{min-height:38px;margin:0;color:#747b8c;font-size:14px;line-height:1.55}.bundle-stats{margin:18px 0;padding:13px 5px;border:1px solid #ebecef;border-radius:14px;background:#fafafd;display:grid;grid-template-columns:repeat(3,1fr)}.bundle-stats>span{text-align:center;display:grid;gap:3px;border-right:1px solid #e4e6ed}.bundle-stats>span:last-child{border:0}.bundle-stats strong{font-size:17px}.bundle-stats small{color:#9297a5;font-size:13px}.bundle-highlights{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:19px}.bundle-highlights span{min-width:0;color:#626a7b;display:flex;align-items:flex-start;gap:6px;font-size:13px;line-height:1.4}.bundle-highlights svg{flex:0 0 auto;color:#12a56a}.bundle-price{padding-top:16px;border-top:1px solid #eceef3;display:flex;align-items:center;justify-content:space-between;gap:12px}.bundle-price>div{display:flex;align-items:baseline;gap:8px}.bundle-price del{color:#9ba0ac;font-size:14px}.bundle-price strong{font-size:27px;letter-spacing:-.8px}.bundle-price>span{color:#087f50;background:#eafaf4;padding:6px 8px;border-radius:10px;font-size:13px;font-weight:850}.bundle-coupon{min-height:43px;margin:12px 0 9px;padding:0 11px;border:1px dashed #d3d5e1;border-radius:11px;color:#817aee;display:flex;align-items:center;gap:8px}.bundle-coupon input{min-width:0;width:100%;border:0;outline:0;color:#343a4c;background:transparent;font-size:14px;font-weight:750;letter-spacing:.5px}.bundle-buy{width:100%;color:#fff;background:var(--primary);font-size:14px}.bundle-tests{padding-top:15px;border-top:1px solid #eceef3}.bundle-tests-title{margin-bottom:9px;color:#3f4658;display:flex;align-items:center;gap:7px;font-size:14px;font-weight:850}.bundle-preview{margin:5px 0 17px}.bundle-test-preview{min-height:49px;padding:8px 3px;border-bottom:1px solid #eef0f4;display:flex;align-items:center;gap:9px}.bundle-test-preview>span{width:29px;height:29px;flex:0 0 auto;border-radius:8px;color:var(--exam-color);background:color-mix(in srgb,var(--exam-color) 10%,white);display:grid;place-items:center;font-size:13px;font-weight:850}.bundle-test-preview>div{min-width:0;display:grid;gap:3px}.bundle-test-preview strong,.bundle-test-preview small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-test-preview strong{font-size:14px}.bundle-test-preview small{color:#9297a5;font-size:13px}.bundle-expand{width:100%;min-height:37px;margin-top:6px;border:0;border-radius:10px;color:#5b54db;background:#f3f2ff;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:800}.bundle-expand svg{transition:transform .2s}.bundle-expand.expanded svg{transform:rotate(180deg)}.owned-bundle-link{margin-top:3px}.checkout-note{margin-top:17px;padding:15px;border:1px solid #dfe4ef;border-radius:15px;background:#fff;color:#5b54e8;display:flex;align-items:flex-start;gap:10px}.checkout-note div{display:grid;gap:4px}.checkout-note strong{color:#353b4d;font-size:14px}.checkout-note span{color:#858b9b;font-size:13px;line-height:1.5}.bundle-admin-layout{display:grid;gap:14px}.bundle-form>.button{width:100%}.test-picker{margin:5px 0 18px;padding:14px;border:1px solid #e4e6ed;border-radius:14px;background:#fafafd}.test-picker>div:first-child{margin-bottom:10px;display:flex;justify-content:space-between;color:#4b5264;font-size:14px}.test-picker>div:first-child span{color:#655de9;font-weight:800}.test-picker-list{max-height:320px;overflow:auto;display:grid;gap:7px}.test-picker-list button{width:100%;padding:9px;border:1px solid #e4e6ed;border-radius:11px;background:#fff;color:#4f5668;display:flex;align-items:center;gap:9px;text-align:left}.test-picker-list button.selected{border-color:#a7a2f5;background:#f3f2ff}.test-picker-list button>i{width:27px;height:27px;flex:0 0 auto;border-radius:8px;color:#655de9;background:#efeeff;display:grid;place-items:center;font-style:normal}.test-picker-list button>span{min-width:0;display:grid;gap:3px}.test-picker-list button strong,.test-picker-list button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.test-picker-list button strong{font-size:13px}.test-picker-list button small{color:#9297a5;font-size:13px}.bundle-admin-list{margin-top:18px;display:grid;gap:9px}.bundle-admin-list>div{padding:11px;border:1px solid #e8eaf0;border-radius:13px;display:flex;align-items:center;gap:10px}.bundle-list-icon{width:37px;height:37px;flex:0 0 auto;border-radius:11px;color:#5c55dc;background:#efeeff;display:grid;place-items:center}.bundle-admin-list section{min-width:0;flex:1;display:grid;gap:3px}.bundle-admin-list section strong,.bundle-admin-list section small{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bundle-admin-list section strong{font-size:13px}.bundle-admin-list section small{color:#8e94a2;font-size:13px}.bundle-admin-list section span{color:#087d52;font-size:13px;font-weight:850}.bundle-admin-list section del{color:#a2a6b1;font-weight:500}.bundle-admin-list>div>i{font-style:normal}.completed-grid{display:grid;gap:14px}.completed-card{--exam-color: #635bff;padding:19px;border:1px solid #e5e7ef;border-top:4px solid var(--exam-color);border-radius:18px;background:#fff;box-shadow:0 8px 25px #1921390b}.completed-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.completed-card-top>span:last-child{color:#078253;display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:850}.completed-card h2{margin:17px 0 4px;font-size:17px}.completed-card>small{color:#9499a7;font-size:13px}.completed-score{margin:17px 0 12px;display:flex;align-items:center;gap:13px}.completed-score>strong{min-width:80px;font-size:31px;color:var(--exam-color)}.completed-score>span{display:grid;gap:3px}.completed-score b{font-size:16px}.completed-score small{color:#9398a6;font-size:13px}.completed-mini-stats{padding:10px;border-radius:11px;background:#f8f9fb;display:flex;justify-content:space-between;gap:7px;color:#737a8b;font-size:13px}.completed-actions{margin-top:13px;display:grid;grid-template-columns:.8fr 1.2fr;gap:8px}.completed-actions .button{min-width:0;padding:0 9px;font-size:13px}.completed-actions .card-cta{background:var(--exam-color)}.review-page{max-width:1120px}.review-header{padding:15px;border:1px solid #e5e7ef;border-radius:16px 16px 0 0;background:#fff;display:flex;align-items:center;gap:10px}.review-header>div{min-width:0;flex:1}.review-header>div span{color:#6a63e6;font-size:13px;font-weight:850}.review-header h1{margin:3px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.review-outcome{flex:0 0 auto;padding:7px 8px;border-radius:10px;display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:850;text-transform:capitalize}.review-outcome.correct{color:#078253;background:#eafaf4}.review-outcome.incorrect{color:#b72f3a;background:#fff0f1}.review-outcome.skipped{color:#966312;background:#fff5dd}.review-progress{height:4px;margin-bottom:14px;background:#e7e9f0}.review-progress span{display:block;height:100%;background:#655de9;transition:width .2s}.review-layout{display:grid;gap:13px}.review-question{padding:19px 16px;border:1px solid #e5e7ef;border-radius:17px;background:#fff}.review-question h2{margin-bottom:22px;font-size:clamp(17px,4.8vw,22px);line-height:1.5}.review-options{display:grid;gap:9px}.review-options>div{min-height:55px;padding:10px;border:1px solid #e2e4ec;border-radius:12px;color:#596173;display:flex;align-items:center;gap:9px}.review-options>div>span{width:32px;height:32px;flex:0 0 auto;border-radius:9px;background:#f0f1f5;display:grid;place-items:center;font-size:13px;font-weight:850}.review-options p{flex:1;margin:0;font-size:14px;line-height:1.45}.review-options .correct{color:#087d52;border-color:#8fdcbd;background:#effbf6}.review-options .correct>span{color:#fff;background:#18a66b}.review-options .wrong{color:#ac303a;border-color:#f0a6ad;background:#fff3f4}.review-options .wrong>span{color:#fff;background:#dc4d57}.solution-box{margin-top:18px;padding:15px;border:1px solid #d9d6fa;border-radius:14px;background:#f6f5ff;display:flex;align-items:flex-start;gap:10px}.solution-box>span{width:35px;height:35px;flex:0 0 auto;border-radius:10px;color:#5b54df;background:#fff;display:grid;place-items:center}.solution-box strong{font-size:14px}.solution-box p{margin:6px 0;color:#67637e;font-size:13px;line-height:1.6}.solution-box small{color:#4e48c7;font-size:13px;font-weight:800}.review-actions{margin-top:11px;display:flex;justify-content:space-between;gap:8px}.review-actions .button{padding:0 11px;font-size:13px}.review-palette{padding:16px;border:1px solid #e5e7ef;border-radius:15px;background:#fff}.review-palette>div:first-child{margin-bottom:13px;color:#4e5567;display:flex;align-items:center;gap:7px;font-size:14px}.review-palette>div:last-child{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.review-palette button{aspect-ratio:1;border:1px solid #e1e3eb;border-radius:8px;background:#fff;color:#737a8b;font-size:13px;font-weight:800}.review-palette button.correct{color:#087d52;border-color:#a9dfc8;background:#ecfaf4}.review-palette button.incorrect{color:#b72f3a;border-color:#efbbc0;background:#fff2f3}.review-palette button.skipped{color:#956313;border-color:#ebd59f;background:#fff7e4}.review-palette button.active{box-shadow:0 0 0 2px #655de9}.completed-score{justify-content:space-between}.completed-score>span{margin-left:auto;justify-items:end;text-align:right}.manual-question-form{margin-bottom:16px}.manual-question-form>.button{width:100%}.question-option-grid{display:grid;gap:0 12px}.option-input{position:relative}.option-input i{position:absolute;left:8px;top:8px;width:30px;height:30px;border-radius:8px;color:#5b54e8;background:#efeeff;display:grid;place-items:center;font-size:13px;font-style:normal;font-weight:850}.option-input input{padding-left:47px}.solution-field>span{display:flex;align-items:center;gap:6px;color:#554ddf}.access-layout{display:grid;gap:14px}.access-form .button{width:100%}.access-items{display:grid;gap:9px;margin-top:18px;max-height:630px;overflow:auto}.access-item{padding:11px;border:1px solid #e8eaf0;border-radius:13px;display:flex;align-items:center;gap:10px}.access-icon{width:36px;height:36px;flex:0 0 auto;border-radius:11px;display:grid;place-items:center;color:#6c64e6;background:#efeeff}.access-icon.completed{color:#0b8c59;background:#e9faf3}.access-item>div{flex:1;min-width:0;display:grid;gap:3px}.access-item strong,.access-item span,.access-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.access-item strong{font-size:14px}.access-item span{color:#747b8c;font-size:13px}.access-item small{color:#a0a5b2;font-size:13px}.coupon-item{padding:13px;border:1px dashed #d9dbea;border-radius:13px;background:#fafafe}.coupon-item>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.coupon-item code{color:#4d46cf;font-size:16px;font-weight:900;letter-spacing:1px}.coupon-item span{color:#0d8b5b;font-size:14px;font-weight:800}.coupon-item small{display:block;margin-top:6px;color:#8b91a0;font-size:13px}.assignment-grid{display:grid;gap:13px}.assigned-card{--exam-color: #635bff;padding:18px;border:1px solid #e5e7ef;border-left:4px solid var(--exam-color);border-radius:17px;background:#fff;box-shadow:0 8px 24px #1820380b}.assigned-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.assigned-card h2{margin:16px 0 7px;font-size:17px}.assigned-card>p{min-height:36px;color:#7b8292;font-size:14px;line-height:1.5}.assigned-card .test-meta{margin:16px 0}.assigned-card .card-cta{width:100%;background:var(--primary)}.completed-note{min-height:40px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:11px;color:#087d52;background:#ebfaf4;font-size:14px;font-weight:800}.library-section+.library-section{margin-top:32px}.library-section-heading{margin:0 1px 14px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.library-section-heading h2{margin:4px 0 0;font-size:22px;letter-spacing:-.6px}.library-section-heading>span{padding:6px 9px;border-radius:10px;color:#5a53da;background:#efeeff;font-size:13px;font-weight:850}.owned-bundle-grid{display:grid;gap:14px}.owned-bundle-card{--exam-color: #635bff;padding:18px;border:1px solid #e4e6ef;border-top:4px solid var(--exam-color);border-radius:20px;background:#fff;box-shadow:0 12px 32px #1a213a0f}.owned-bundle-head{display:flex;align-items:center;gap:10px}.owned-bundle-icon{width:43px;height:43px;flex:0 0 auto;border-radius:13px;color:var(--exam-color);background:color-mix(in srgb,var(--exam-color) 11%,white);display:grid;place-items:center}.owned-bundle-head>div{min-width:0;flex:1;display:grid;gap:3px}.owned-bundle-head>div>span{color:var(--exam-color);font-size:13px;font-weight:850;text-transform:uppercase}.owned-bundle-head h3{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px}.owned-bundle-head>strong{color:var(--exam-color);font-size:18px}.bundle-progress{height:7px;margin:17px 0 7px;border-radius:8px;background:#eceef3;overflow:hidden}.bundle-progress>span{display:block;height:100%;border-radius:inherit;background:var(--exam-color)}.bundle-progress-copy{color:#858b9a;display:flex;align-items:center;justify-content:space-between;font-size:13px}.bundle-progress-copy a{color:#5a53dc;font-weight:800}.owned-bundle-tests{margin:15px 0 8px;border-top:1px solid #eceef3}.owned-bundle-tests>a{min-height:57px;padding:8px 2px;border-bottom:1px solid #eef0f4;display:flex;align-items:center;gap:9px}.owned-bundle-tests>a>span{width:30px;height:30px;flex:0 0 auto;border-radius:9px;color:var(--exam-color);background:color-mix(in srgb,var(--exam-color) 10%,white);display:grid;place-items:center;font-size:13px;font-weight:850}.owned-bundle-tests>a>div{min-width:0;flex:1;display:grid;gap:3px}.owned-bundle-tests strong,.owned-bundle-tests small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.owned-bundle-tests strong{font-size:14px}.owned-bundle-tests small{color:#9297a5;font-size:13px}.owned-bundle-tests i{color:#655ee0;display:flex;align-items:center;gap:3px;font-size:13px;font-style:normal;font-weight:850}.owned-bundle-tests .in-progress i{color:#087d52}.bundle-continue{width:100%;margin-top:12px;color:#fff;background:var(--exam-color);font-size:14px}.owned-bundle-summary{display:block;color:inherit;transition:transform .2s,box-shadow .2s}.owned-bundle-summary:hover{transform:translateY(-2px);box-shadow:0 18px 42px #1a213a1a}.bundle-progress-copy b{color:#596071;font-weight:800}.bundle-next-test{margin:16px 0 13px;padding:12px;border:1px solid color-mix(in srgb,var(--exam-color) 18%,white);border-radius:14px;background:color-mix(in srgb,var(--exam-color) 6%,white);display:flex;align-items:center;gap:10px}.bundle-next-test>span{width:36px;height:36px;flex:0 0 auto;border-radius:11px;color:#fff;background:var(--exam-color);display:grid;place-items:center}.bundle-next-test>div{min-width:0;flex:1;display:grid;gap:3px}.bundle-next-test small{color:#898f9d;font-size:13px}.bundle-next-test strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.bundle-next-test>svg{color:var(--exam-color)}.bundle-card-footer{padding-top:12px;border-top:1px solid #eceef3;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px}.bundle-card-footer span,.bundle-card-footer strong{display:flex;align-items:center;gap:5px}.bundle-card-footer span{color:#858b9a}.bundle-card-footer strong{color:var(--exam-color)}.library-source{max-width:54%;padding:6px 8px;border-radius:10px;color:#5f58d8;background:#f0efff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:800}.bundle-back-link{width:fit-content;margin-bottom:13px;color:#656c7d;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:750}.bundle-library-hero{padding:25px 20px;border-radius:23px;color:#fff;background:var(--hero);box-shadow:var(--hero-shadow);display:flex;flex-direction:column;gap:20px}.bundle-library-copy h1{margin:11px 0 9px;max-width:720px;font-size:clamp(28px,8vw,45px);line-height:1.04;letter-spacing:-1.4px}.bundle-library-copy p{max-width:650px;margin:0;color:#ffffffbd;font-size:14px;line-height:1.6}.bundle-library-score{width:105px;padding:13px;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:#ffffff1f;display:grid;gap:3px;text-align:center}.bundle-library-score strong{font-size:27px}.bundle-library-score span{color:#ffffffb3;font-size:13px}.bundle-library-overview{position:relative;margin:-1px 0 28px;padding:18px;border:1px solid #e4e6ed;border-radius:0 0 19px 19px;background:#fff;box-shadow:0 12px 32px #1a213a0e;display:grid;gap:17px}.bundle-overview-progress>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#858b99;font-size:13px}.bundle-overview-progress strong{color:#41485a}.bundle-overview-progress .bundle-progress{margin-bottom:0}.bundle-overview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.bundle-overview-stats>span{min-width:0;padding:10px 6px;border:1px solid #e9eaf0;border-radius:12px;color:var(--exam-color);background:#fafafd;display:flex;align-items:center;justify-content:center;gap:7px}.bundle-overview-stats>span>div{display:grid;gap:1px}.bundle-overview-stats strong{color:#303647;font-size:15px}.bundle-overview-stats small{color:#8f94a2;font-size:13px}.bundle-next-cta{min-width:0;width:100%;min-height:55px;padding:9px 12px;color:#fff;background:var(--exam-color);display:flex;justify-content:flex-start}.bundle-next-cta.completed{background:#078152}.bundle-next-cta>span{min-width:0;flex:1;display:grid;gap:3px;text-align:left}.bundle-next-cta small{color:#ffffffb8;font-size:13px}.bundle-next-cta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.bundle-test-heading{margin-bottom:15px;display:grid;gap:13px}.bundle-test-heading h2{margin:5px 0 0;font-size:22px;letter-spacing:-.6px}.bundle-test-filters{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.bundle-test-filters::-webkit-scrollbar{display:none}.bundle-test-filters button{min-height:35px;flex:0 0 auto;padding:0 11px;border:1px solid #e1e3eb;border-radius:18px;color:#6d7485;background:#fff;font-size:13px;font-weight:800}.bundle-test-filters button.active{color:#fff;border-color:var(--exam-color);background:var(--exam-color)}.bundle-library-test-grid{display:grid;gap:13px}.bundle-library-test-card{padding:17px;border:1px solid #e5e7ef;border-top:3px solid var(--exam-color);border-radius:18px;background:#fff;box-shadow:0 8px 24px #1820380b;display:grid}.bundle-library-test-card.completed{border-top-color:#10a36b}.bundle-library-test-card.in-progress{border-top-color:#dc8b1a}.bundle-test-card-top{display:flex;align-items:center;justify-content:space-between;gap:9px}.bundle-test-number{width:34px;height:34px;border-radius:10px;color:var(--exam-color);background:color-mix(in srgb,var(--exam-color) 10%,white);display:grid;place-items:center;font-size:13px;font-weight:850}.bundle-test-status{padding:6px 8px;border-radius:12px;color:#686f80;background:#f1f2f6;display:flex;align-items:center;gap:5px;font-size:13px;font-weight:850}.completed .bundle-test-status{color:#087d52;background:#eafaf4}.in-progress .bundle-test-status{color:#98600c;background:#fff5df}.bundle-library-test-card h3{margin:15px 0 7px;font-size:16px;line-height:1.35}.bundle-library-test-card>p{min-height:36px;margin:0;color:#7b8292;font-size:13px;line-height:1.5}.bundle-test-meta{margin:15px 0;padding:11px 0;border-top:1px solid #eceef3;border-bottom:1px solid #eceef3;color:#6c7384;display:flex;flex-wrap:wrap;gap:10px;font-size:13px}.bundle-test-meta span{display:flex;align-items:center;gap:5px}.bundle-test-action{width:100%;color:#fff;background:var(--exam-color);font-size:14px}.bundle-test-action.review{color:#087d52;background:#eafaf4}.analysis-hero{padding:24px 21px;border-radius:21px;color:#fff;background:var(--hero);box-shadow:var(--hero-shadow);display:flex;flex-direction:column;gap:20px}.analysis-hero h1{margin:10px 0 6px;font-size:clamp(25px,7vw,38px);letter-spacing:-1px}.analysis-hero p{margin:0;color:#ffffffb8;font-size:14px}.analysis-score{min-width:115px;padding:15px;border-radius:16px;background:#ffffff24;display:grid;align-content:center;text-align:center}.analysis-score strong{font-size:30px}.analysis-score span{color:#ffffffb8;font-size:13px}.analysis-stats{margin:12px 0}.analysis-layout,.analysis-main{display:grid;gap:13px}.breakdown-list{margin-top:20px;display:grid;gap:18px}.breakdown-item>div:first-child{display:flex;justify-content:space-between;margin-bottom:7px;color:#596173;font-size:14px}.breakdown-item small{display:block;margin-top:6px;color:#969ba9;font-size:13px}.topic-columns{display:grid;gap:12px;margin-top:18px}.topic-list{padding:14px;border-radius:13px;background:#fafafd}.topic-list h3{margin-bottom:11px;font-size:14px}.topic-list>span{min-height:32px;display:flex;align-items:center;gap:7px;border-bottom:1px solid #eceef3;color:#697082;font-size:13px}.topic-list>span:last-child{border:0}.topic-list i{width:7px;height:7px;border-radius:50%;background:#e34e58}.topic-list.strong i{background:#18a66c}.topic-list strong{margin-left:auto;color:#41485a}.topic-list p{margin:0;color:#9398a6;font-size:13px}.difficulty-analysis{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.difficulty-analysis>div{padding:12px 7px;border:1px solid #e8eaf0;border-radius:12px;text-align:center;display:grid;justify-items:center;gap:7px}.difficulty-analysis strong{font-size:17px}.difficulty-analysis small{color:#969ba8;font-size:13px}.coach-panel{padding:21px;border-radius:19px;color:#fff;background:linear-gradient(150deg,#28255d,#39347c);box-shadow:0 15px 36px #23205330}.coach-icon{width:48px;height:48px;margin-bottom:14px;border-radius:14px;display:grid;place-items:center;color:#3d37a2;background:#fff}.coach-panel h2{margin:6px 0 8px;font-size:21px}.coach-summary{color:#ffffffb3;font-size:14px;line-height:1.55}.coach-section{margin-top:19px}.coach-section h3{margin-bottom:9px;display:flex;align-items:center;gap:7px;color:#fff;font-size:14px}.coach-section ul{margin:0;padding-left:18px;color:#ffffffb3;font-size:13px;line-height:1.7}.encouragement{margin-top:18px;padding:11px;border-radius:11px;color:#fff3bf;background:#f5ba361f;display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.5}.encouragement svg{flex:0 0 auto}.analysis-source{display:block;margin-top:13px;color:#fff6;font-size:13px;text-align:center}.analysis-actions{margin-top:13px;display:flex;justify-content:flex-end;gap:8px}.analysis-actions .button{flex:1;font-size:13px}.attempt-page{max-width:1220px;margin:-10px auto 0}.attempt-header{position:sticky;top:66px;z-index:30;margin:0 -16px;padding:10px 16px;background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid #e7e9ef;display:flex;align-items:center;gap:10px}.attempt-title{flex:1;min-width:0;display:grid;gap:2px}.attempt-title span{color:#746deb;font-size:13px;font-weight:850}.attempt-title strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.timer{flex:0 0 auto;min-height:39px;padding:0 10px;border-radius:10px;color:#3f3aab;background:#efeeff;display:flex;align-items:center;gap:6px;font-size:14px}.timer.danger{color:#b72d39;background:#fff0f1}.attempt-progress{height:4px;margin:0 -16px 15px;background:#e8e9f0}.attempt-progress span{display:block;height:100%;background:#635bea;transition:width .25s}.attempt-layout{display:grid;gap:14px}.question-stage{min-width:0}.question-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.question-number{color:#5e6576;font-size:14px;font-weight:800}.section-pill{padding:5px 8px;border-radius:10px;color:#5b54dc;background:#efeeff;font-size:13px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:45%}.question-panel{min-height:390px;padding:19px 16px;border:1px solid #e5e7ef;background:#fff;border-radius:17px;box-shadow:0 8px 25px #1921390a}.question-panel h1{margin-bottom:23px;font-size:clamp(17px,4.8vw,22px);line-height:1.55;letter-spacing:-.2px}.options-list{display:grid;gap:10px}.answer-option{min-height:58px;padding:11px;border:1.5px solid #e2e4ec;border-radius:13px;display:flex;align-items:center;gap:10px;color:#535a6c;font-size:14px;line-height:1.4;cursor:pointer;transition:border .18s,background .18s}.answer-option input{display:none}.answer-option.selected{color:#39339e;border-color:#746dec;background:#f5f4ff}.option-key{width:33px;height:33px;flex:0 0 auto;border-radius:9px;display:grid;place-items:center;color:#737a8b;background:#f1f2f6;font-weight:850}.answer-option.selected .option-key{color:#fff;background:#655de9}.answer-option>span:nth-child(3){flex:1}.selected-check{opacity:0;color:#655de9;flex:0 0 auto}.answer-option.selected .selected-check{opacity:1}.attempt-actions{margin-top:11px;display:flex;justify-content:space-between;gap:8px}.attempt-actions .button{padding:0 12px;font-size:14px}.question-palette{padding:17px;border:1px solid #e5e7ef;border-radius:16px;background:#fff}.palette-head{display:flex;justify-content:space-between;align-items:center;color:#5c55db}.palette-head div{display:grid;gap:4px}.palette-head span{color:#858b9b;font-size:13px}.palette-head strong{color:#303647;font-size:14px}.palette-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:7px;margin:15px 0}.palette-grid button{aspect-ratio:1;min-width:0;border:1px solid #e1e3eb;border-radius:9px;color:#747b8c;background:#fff;font-size:13px;font-weight:750}.palette-grid button.answered{color:#fff;border-color:#19a76e;background:#19a76e}.palette-grid button.current{color:#5b54e8;border:2px solid #5b54e8;background:#f0efff}.palette-legend{display:flex;flex-wrap:wrap;gap:9px;color:#8b90a0;font-size:13px}.palette-legend span{display:flex;align-items:center;gap:4px}.palette-legend i{width:8px;height:8px;border:1px solid #dfe1e8;border-radius:3px}.palette-legend .answered-dot{border-color:#19a76e;background:#19a76e}.palette-legend .current-dot{border:2px solid #5b54e8;background:#efeeff}.submit-outline{width:100%;margin-top:16px;color:#4d46cf;border:1px solid #c9c6fa;background:#f7f6ff}.save-indicator{display:none;align-items:center;gap:5px;color:#697183;font-size:13px;font-weight:750;white-space:nowrap}.save-indicator.offline,.save-indicator.error{color:#b36b0a}.question-response-tools{margin-top:18px;padding-top:14px;border-top:1px solid #eceef3;display:flex;flex-wrap:wrap;gap:8px}.response-tool{min-height:40px;padding:0 11px;border:1px solid #dfe2ea;border-radius:11px;color:#697183;background:#fff;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:750}.response-tool.active{color:#8c5b0b;border-color:#f0c873;background:#fff8e8}.response-tool:disabled{opacity:.45}.palette-grid button.review{color:#fff;border-color:#e09a22;background:#e09a22}.palette-grid button.current{box-shadow:0 0 0 2px #fff inset}.palette-legend .review-dot{border-color:#e09a22;background:#e09a22}.instructions-page{max-width:1080px;margin:0 auto}.instructions-hero{padding:25px 20px;border-radius:23px;color:#fff;background:var(--hero);display:flex;flex-direction:column;gap:19px}.instructions-hero h1{margin:10px 0 8px;font-size:clamp(27px,7vw,43px);line-height:1.08}.instructions-hero p{max-width:650px;margin:0;color:#ffffffb8;font-size:14px;line-height:1.6}.instructions-medium{width:fit-content;padding:11px 13px;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:#ffffff1f;display:grid;grid-template-columns:auto auto;align-items:center;column-gap:8px}.instructions-medium svg{grid-row:1 / 3}.instructions-medium small{color:#ffffffa6;font-size:13px}.instructions-medium strong{font-size:14px}.instructions-layout{margin-top:14px;display:grid;gap:14px}.instructions-card,.instructions-summary{padding:20px;border:1px solid #e4e7ef;border-radius:19px;background:#fff;box-shadow:0 9px 28px #1920370d}.instructions-card h2{margin:7px 0 18px;font-size:21px}.instruction-list{display:grid;gap:14px}.instruction-list>span{display:flex;align-items:flex-start;gap:11px}.instruction-list svg{width:19px;flex:0 0 auto;color:#18a66d}.instruction-list div{display:grid;gap:4px}.instruction-list strong{font-size:14px}.instruction-list p,.instructions-summary>p{margin:0;color:#7f8696;font-size:13px;line-height:1.55}.instruction-metrics{margin:15px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.instruction-metrics>span{padding:11px 5px;border-radius:12px;color:#5f58df;background:#f4f3ff;display:grid;justify-items:center;gap:4px;text-align:center}.instruction-metrics strong{color:#303647;font-size:17px}.instruction-metrics small{color:#858b99;font-size:13px}.instruction-start{width:100%;margin-top:17px}.submit-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;padding:16px;background:#17192ba8;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);display:flex;align-items:flex-end;justify-content:center;animation:modal-fade-in .18s ease-out}.submit-modal{position:relative;width:min(100%,480px);padding:27px 20px 20px;border:1px solid rgba(255,255,255,.7);border-radius:24px 24px 18px 18px;background:#fff;box-shadow:0 28px 80px #11142d47;text-align:center;animation:modal-slide-up .24s ease-out}.submit-modal-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:0;border-radius:11px;color:#777e8e;background:#f4f5f8;display:grid;place-items:center}.submit-modal-icon{width:62px;height:62px;margin:0 auto 15px;border-radius:19px;display:grid;place-items:center}.submit-modal-icon.warning{color:#b7750b;background:#fff3d8}.submit-modal-icon.ready{color:#078152;background:#e9faf3}.submit-modal h2{margin:7px auto 8px;max-width:380px;color:#282e3e;font-size:clamp(22px,6vw,28px);line-height:1.18;letter-spacing:-.65px}.submit-modal>p{max-width:410px;margin:0 auto;color:#777e8f;font-size:15px;line-height:1.6}.submit-modal-stats{margin:21px 0 18px;padding:13px 5px;border:1px solid #e8eaf0;border-radius:15px;background:#fafafd;display:grid;grid-template-columns:repeat(3,1fr)}.submit-modal-stats span{display:grid;gap:3px;border-right:1px solid #e3e5ec}.submit-modal-stats span:last-child{border:0}.submit-modal-stats strong{color:#343a4b;font-size:21px}.submit-modal-stats small{color:#8d93a1;font-size:13px}.submit-modal-stats .warning strong{color:#b56d06}.submit-modal-error{margin-bottom:14px;text-align:left}.submit-modal-actions{display:grid;gap:9px}.submit-modal-actions .button{width:100%;min-height:48px;font-size:15px}.submit-secure-note{margin-top:13px;color:#969ba8;display:flex;align-items:center;justify-content:center;gap:5px;font-size:13px}@keyframes modal-fade-in{0%{opacity:0}}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(24px) scale(.98)}}.result-page{max-width:650px;margin:-10px auto 0;text-align:center}.result-hero{margin:0 -16px;padding:30px 20px 55px;color:#fff;background:var(--hero)}.result-trophy{width:68px;height:68px;margin:0 auto 13px;border-radius:22px;display:grid;place-items:center;color:#ffdf75;background:#ffffff24}.result-hero h1{margin:8px 0 5px;font-size:32px}.result-hero p{margin:0;color:#ffffffbf;font-size:14px}.score-card{position:relative;margin:-32px 0 13px;padding:19px;border:1px solid #e5e7ef;border-radius:18px;background:#fff;box-shadow:var(--shadow);display:flex;align-items:center;gap:17px;text-align:left}.score-ring{--score: 0deg;width:90px;height:90px;flex:0 0 auto;padding:8px;border-radius:50%;background:conic-gradient(#635be9 var(--score),#ececf4 0)}.score-ring>span{width:100%;height:100%;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.score-ring strong{font-size:17px}.score-ring small{color:#8b90a0;font-size:13px}.score-copy{display:grid;gap:4px}.score-copy>span{color:#858b99;font-size:13px;text-transform:uppercase;font-weight:800}.score-copy h2{margin:0;font-size:21px}.score-copy p{margin:0;color:#838999;font-size:13px;line-height:1.45}.result-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.result-stats>div{padding:13px 7px;border:1px solid #e6e8ef;border-radius:13px;background:#fff;display:grid;place-items:center;gap:8px;color:#7770e9}.result-stats>div:nth-child(2){color:#e05059}.result-stats>div:nth-child(3){color:#d68a1f}.result-stats span{display:grid;gap:2px}.result-stats strong{color:#2e3445;font-size:18px}.result-stats small{color:#8b90a0;font-size:13px}.result-button{width:100%;margin-top:14px}@media(min-width:560px){.app-content{padding-left:24px;padding-right:24px}.exam-strip,.exam-hub-grid,.practice-folder-grid,.test-grid,.skeleton-grid,.admin-exam-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-heading{flex-direction:row;align-items:flex-end;justify-content:space-between}.toolbar{flex-direction:row}.toolbar .search-box{max-width:420px}.select-filter{min-width:180px}.ai-pack-actions{grid-template-columns:1fr 1fr}.upload-controls{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}.upload-controls .file-picker,.upload-controls .button{grid-column:1 / -1}.form-grid.two{grid-template-columns:1fr 1fr}.form-grid.three{grid-template-columns:repeat(3,1fr)}.form-grid.section-fields{grid-template-columns:1.2fr 1.2fr .6fr}.section-builder-head{flex-wrap:nowrap}.section-builder-head .button,.catalog-form .button,.access-form .button{width:auto}.assignment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analysis-hero{flex-direction:row;align-items:center;justify-content:space-between}.analysis-actions .button{flex:0 0 auto}.bundle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bundle-form>.button{width:auto}.completed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.question-option-grid{grid-template-columns:1fr 1fr}.manual-question-form>.button{width:auto}.attempt-header{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}.attempt-progress,.result-hero{margin-left:-24px;margin-right:-24px}.submit-modal-backdrop{align-items:center}.submit-modal{padding:31px 28px 23px;border-radius:24px}.submit-modal-actions{grid-template-columns:1fr 1fr}.save-indicator{display:flex}.instructions-hero{flex-direction:row;align-items:center;justify-content:space-between;padding:31px 28px}.instructions-medium{flex:0 0 auto}.bundle-library-hero{flex-direction:row;align-items:center;justify-content:space-between;padding:31px 28px}.bundle-library-score{flex:0 0 auto}.bundle-test-heading{grid-template-columns:1fr auto;align-items:end}.bundle-library-test-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:760px){.test-heading{flex-direction:row;align-items:flex-end}.test-heading .search-box{max-width:340px}.test-grid,.skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-grid{grid-template-columns:repeat(4,1fr)}.stat-card{display:flex;align-items:flex-start}.stat-card strong{font-size:27px}.dashboard-grid{grid-template-columns:1.35fr .9fr}.catalog-layout{grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr)}.access-layout{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:start}.topic-columns{grid-template-columns:1fr 1fr}.analysis-layout{grid-template-columns:minmax(0,1fr) 310px;align-items:start}.coach-panel{position:sticky;top:25px}.bundle-admin-layout{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:start}.bundle-admin-layout>.panel{position:sticky;top:24px}.owned-bundle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-layout{grid-template-columns:minmax(0,1fr) 220px;align-items:start}.review-palette{position:sticky;top:25px}.review-palette>div:last-child{grid-template-columns:repeat(5,1fr)}.cart-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start}.cart-summary{position:sticky;top:24px}.attempt-layout{grid-template-columns:minmax(0,1fr) 250px;align-items:start}.question-palette{position:sticky;top:140px}.palette-grid{grid-template-columns:repeat(5,1fr)}.instructions-layout{grid-template-columns:minmax(0,1fr) 310px;align-items:start}.instructions-summary{position:sticky;top:24px}.question-panel{padding:28px}.result-hero{border-radius:22px;margin-left:0;margin-right:0}.score-card{margin-left:30px;margin-right:30px}}@media(min-width:960px){.auth-page-modern{grid-template-columns:minmax(0,1.15fr) minmax(440px,.85fr)}.auth-page-modern .auth-showcase{min-height:100vh;position:relative;padding:42px 48px;overflow:hidden;color:#fff;background:var(--hero);display:flex;flex-direction:column;justify-content:space-between}.auth-brand{position:relative;z-index:2;display:flex;align-items:center;gap:10px;font-size:18px;font-weight:850}.showcase-copy{position:relative;z-index:2;max-width:650px}.showcase-copy h1{margin:17px 0 15px;font-size:clamp(45px,5vw,72px);line-height:.98;letter-spacing:-3px}.showcase-copy>p{max-width:570px;color:#ffffffb3;font-size:15px;line-height:1.7}.showcase-points{margin-top:28px;display:grid;gap:12px}.showcase-points span{color:#ffffffdb;display:flex;align-items:center;gap:9px;font-size:14px;font-weight:700}.showcase-points svg{width:19px}.showcase-proof{position:relative;z-index:2;display:flex;align-items:center;gap:13px}.proof-avatars{display:flex}.proof-avatars i{width:36px;height:36px;margin-left:-7px;border:2px solid #5a53d3;border-radius:50%;color:#4f48c9;background:#fff;display:grid;place-items:center;font-size:13px;font-style:normal;font-weight:900}.proof-avatars i:first-child{margin:0}.showcase-proof>div:last-child{display:grid;gap:3px}.showcase-proof strong{font-size:14px}.showcase-proof span{color:#ffffff9e;font-size:13px}.auth-orb{position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%}.orb-one{width:380px;height:380px;right:-100px;top:110px}.orb-two{width:210px;height:210px;right:140px;bottom:-70px}.auth-page-modern .auth-form-panel{padding:35px}.auth-page-modern .login-card{max-width:480px;padding:32px}.auth-page-modern .mobile-auth-brand{display:none}.app-shell{display:grid;grid-template-columns:242px minmax(0,1fr)}.mobile-header,.mobile-nav{display:none}.sidebar{position:fixed;inset:0 auto 0 0;width:242px;padding:24px 16px 18px;background:#fff;border-right:1px solid #e6e8ef;z-index:50;display:flex;flex-direction:column}.sidebar .brand{padding:0 8px}.sidebar-label{margin:38px 10px 11px;color:#adb1bd;font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:1.1px}.sidebar-nav{display:grid;gap:5px}.nav-item{min-height:45px;padding:0 12px;border-radius:12px;color:#737a8c;display:flex;align-items:center;gap:11px;font-size:14px;font-weight:700}.nav-item:hover{background:#f7f7fb}.nav-item.active{color:var(--primary);background:var(--primary-soft)}.sidebar-profile{margin-top:auto;padding:12px 8px 0;border-top:1px solid #eceef3;display:flex;align-items:center;gap:9px}.sidebar-profile>div{min-width:0;flex:1;display:grid;gap:3px}.sidebar-profile strong,.sidebar-profile small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-profile strong{font-size:13px}.sidebar-profile small{color:#9297a5;font-size:13px}.sidebar-profile .icon-button{width:34px;height:34px;border:0}.app-content{grid-column:2;padding:34px 32px 45px}.desktop-only{display:inline}.student-hero{min-height:255px;padding:38px}.hero-copy{max-width:62%}.hero-target{position:absolute;right:35px;top:25px;width:300px;height:260px;display:grid;place-items:center}.target-ring{position:absolute;border:1px solid rgba(255,255,255,.17);border-radius:50%}.ring-1{width:230px;height:230px}.ring-2{width:150px;height:150px}.target-core{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;color:var(--primary);background:#fff;box-shadow:0 15px 40px #261f8340}.float-chip{position:absolute;padding:9px 11px;border-radius:11px;color:var(--primary);background:#fffffff0;box-shadow:0 9px 20px #2720862e;display:flex;align-items:center;gap:6px;font-size:13px;font-style:normal;font-weight:750}.chip-one{right:0;top:38px}.chip-two{left:5px;bottom:30px}.bundle-hero{min-height:280px;padding:38px 42px}.bundle-hero>div{max-width:65%}.bundle-hero-art{width:210px;height:190px;flex:0 0 auto;border:1px solid rgba(255,255,255,.14);border-radius:50%;color:#4d46cb;background:#fffffff0;display:grid;place-items:center;box-shadow:0 20px 45px #19145f40;position:relative}.bundle-hero-art i{position:absolute;right:-8px;bottom:14px;padding:9px 11px;border-radius:11px;color:#7c5410;background:#fff0b8;display:flex;align-items:center;gap:6px;font-size:13px;font-style:normal;font-weight:850}.bundle-grid,.exam-strip,.exam-hub-grid,.practice-folder-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.test-grid,.skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-welcome{padding:31px 33px;flex-direction:row;align-items:center;justify-content:space-between}.panel,.form-panel{padding:24px}.admin-exam-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.builder-layout{grid-template-columns:minmax(0,1fr) 270px;align-items:start}.summary-sticky{position:sticky;top:25px}.assignment-grid,.completed-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.attempt-page{margin-top:0}.attempt-header{top:0;margin-left:0;margin-right:0;border:1px solid #e5e7ef;border-radius:15px 15px 0 0;padding-left:16px;padding-right:16px}.attempt-progress{margin:0 0 18px}.attempt-title strong{font-size:15px}}.solution-tools{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.solution-tools .button{font-size:13px}.solution-tools .saved{color:#76510f;border-color:#e8c66f;background:#fff8e3}.question-report-form{margin-top:10px;padding:14px;border:1px solid #e3e5ec;border-radius:14px;background:#fafafd;display:grid;gap:9px}.question-report-form>div{display:flex;align-items:center;justify-content:space-between;font-size:14px}.question-report-form>div button{border:0;color:#898f9e;background:transparent}.question-report-form textarea{resize:vertical}.question-report-form .button{justify-self:end}.success-banner button{margin-left:auto;border:0;color:inherit;background:transparent;font-size:13px;font-weight:800}.store-filter-row{margin:10px 0 17px;display:flex;flex-wrap:wrap;align-items:end;gap:8px}.store-filter-row label{min-width:130px;color:#898f9e;display:grid;gap:4px;font-size:13px}.store-filter-row select,.bundle-store-filters select{min-height:39px;padding:0 30px 0 10px}.store-filter-row button{min-height:39px;padding:0 10px;border:0;color:#5d55dc;background:transparent;font-size:13px;font-weight:800}.store-filter-row>span{margin-left:auto;color:#8d93a1;font-size:13px}.bundle-store-filters{margin:-4px 0 17px;display:grid;gap:8px}.bundle-store-filters .search-box{max-width:none}.student-admin-filters .search-box{flex:1;min-width:200px}@media(min-width:560px){.bundle-store-filters{grid-template-columns:minmax(240px,1fr) 180px}}.cart-heading-actions{display:flex;align-items:center;gap:10px}.cart-heading-actions>a{color:#5c55dc;font-size:13px;font-weight:800}.bundle-access-validity{margin:5px 0 11px;padding:9px 10px;border-radius:11px;color:#087d52;background:#eafaf4;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:750}.bundle-validity-pill{width:fit-content;margin-top:12px;padding:7px 9px;border-radius:10px;color:#fff;background:#ffffff24;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:750}.order-list{display:grid;gap:12px}.order-list>article{padding:17px;border:1px solid #e4e7ef;border-radius:18px;background:#fff;box-shadow:0 8px 26px #1920370b}.order-head{display:flex;align-items:center;gap:10px}.order-icon{width:42px;height:42px;flex:0 0 auto;border-radius:13px;color:#5c55dc;background:#f0efff;display:grid;place-items:center}.order-head>div{min-width:0;flex:1;display:grid;gap:3px}.order-head small{color:#9297a5;font-size:13px}.order-head strong{font-size:13px}.order-status{padding:6px 8px;border-radius:11px;color:#94610f;background:#fff5df;display:flex;align-items:center;gap:5px;font-size:13px;font-weight:850;text-transform:capitalize}.order-status svg{width:14px}.order-status.paid{color:#087d52;background:#eafaf4}.order-status.failed{color:#b43d47;background:#fff0f1}.order-items{margin:14px 0;padding:10px 0;border-top:1px solid #eceef3;border-bottom:1px solid #eceef3;display:grid}.order-items>span{padding:7px 0;display:flex;justify-content:space-between;gap:12px}.order-items div{display:grid;gap:2px}.order-items small{color:#959aa8;font-size:14px}.order-items strong,.order-items b{font-size:13px}.order-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.order-footer>div{display:grid;gap:2px}.order-footer small{color:#9297a5;font-size:13px}.order-footer strong{font-size:18px}.order-footer span{color:#bb5b20;font-size:13px}.order-footer .button{font-size:13px}.receipt-page{max-width:850px;margin:0 auto}.receipt-toolbar{margin-bottom:13px;display:flex;align-items:center;justify-content:space-between;gap:10px}.receipt-toolbar>a{color:#697183;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:750}.receipt-toolbar svg{width:17px}.receipt-sheet{padding:22px;border:1px solid #e1e4ec;border-radius:21px;background:#fff;box-shadow:var(--shadow)}.receipt-sheet>header{padding-bottom:18px;border-bottom:1px solid #e8eaf0;display:flex;align-items:center;justify-content:space-between}.receipt-paid{padding:7px 9px;border-radius:11px;color:#087d52;background:#eafaf4;display:flex;align-items:center;gap:5px;font-size:13px;font-weight:850;text-transform:capitalize}.receipt-paid svg{width:15px}.receipt-title{padding:28px 0 20px}.receipt-title>span{color:#625bdb;font-size:13px;font-weight:850;letter-spacing:1px}.receipt-title h1{margin:8px 0 6px;font-size:clamp(24px,6vw,37px)}.receipt-title p{margin:0;color:#838a99;font-size:13px}.receipt-details{padding:14px;border-radius:14px;background:#f7f7fb;display:grid;grid-template-columns:1fr 1fr;gap:15px}.receipt-details>span{display:grid;gap:3px}.receipt-details small{color:#9297a5;font-size:14px}.receipt-details strong{overflow-wrap:anywhere;font-size:13px}.receipt-details em{color:#7f8695;font-size:13px;font-style:normal}.receipt-items{margin-top:20px}.receipt-items>div{padding:11px 0;border-bottom:1px solid #eceef3;display:grid;grid-template-columns:1fr auto;gap:15px}.receipt-items>div:first-child{color:#8b91a0;font-size:13px;font-weight:800;text-transform:uppercase}.receipt-items>div>span{display:grid;gap:3px}.receipt-items strong{font-size:13px}.receipt-items small{color:#9297a5;font-size:13px}.receipt-total,.receipt-refund{padding:17px 0;display:flex;align-items:center;justify-content:flex-end;gap:20px}.receipt-total span,.receipt-refund span{color:#7f8695;font-size:13px}.receipt-total strong{font-size:24px}.receipt-refund{padding-top:0;color:#b25b1c}.receipt-sheet>footer{margin-top:15px;padding:13px;border-radius:13px;color:#087d52;background:#eafaf4;display:flex;align-items:center;gap:9px}.receipt-sheet>footer>span{display:grid;gap:2px}.receipt-sheet footer strong{font-size:13px}.receipt-sheet footer small{color:#5e8e79;font-size:14px}@media(min-width:760px){.order-list{grid-template-columns:repeat(2,minmax(0,1fr))}.receipt-sheet{padding:35px}}@media print{.sidebar,.mobile-header,.mobile-nav,.receipt-toolbar{display:none!important}.app-shell{display:block!important}.app-content{padding:0!important}.receipt-sheet{border:0;box-shadow:none}.receipt-page{max-width:none}}@media(min-width:960px){.exam-hub-grid,.practice-folder-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1220px){.app-shell{grid-template-columns:258px minmax(0,1fr)}.sidebar{width:258px}.app-content{padding-left:42px;padding-right:42px}.admin-exam-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:559px){.responsive-table{overflow:visible}table{min-width:0}thead{display:none}tbody,tr,td{display:block}tbody{padding:8px}tr{margin-bottom:9px;padding:12px;border:1px solid #e8eaf0;border-radius:13px;background:#fff}tr:last-child{margin-bottom:0}td{min-height:31px;padding:6px 0 6px 35%;border:0;position:relative}td:before{content:attr(data-label);position:absolute;left:0;top:7px;width:31%;color:#999eab;font-size:13px;text-transform:uppercase;font-weight:800;letter-spacing:.4px}.question-cell{max-width:none}.test-data-panel td:first-child,.data-panel td:first-child{padding-left:0;padding-bottom:11px}.test-data-panel td:first-child:before,.data-panel td:first-child:before{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}.student-dashboard-hero{min-height:230px;padding:28px 22px;border-radius:24px;color:#fff;background:var(--hero);box-shadow:var(--hero-shadow);display:flex;flex-direction:column;justify-content:space-between;gap:22px}.student-dashboard-hero h1{margin:11px 0 8px;font-size:clamp(30px,8vw,48px);line-height:1.03}.student-dashboard-hero p{max-width:650px;margin:0;color:#ffffffb3;font-size:14px;line-height:1.65}.dashboard-hero-cta{width:fit-content;color:var(--primary);background:#fff}.student-stat-grid{margin:14px 0;display:grid;grid-template-columns:1fr 1fr;gap:9px}.student-stat{min-width:0;padding:14px;border:1px solid #e5e7ef;border-radius:16px;background:#fff;display:flex;align-items:center;gap:10px}.student-stat>span{width:38px;height:38px;flex:0 0 auto;border-radius:12px;color:var(--primary);background:var(--primary-soft);display:grid;place-items:center}.student-stat>div{min-width:0;display:grid;gap:3px}.student-stat strong{font-size:18px}.student-stat small{color:#8b91a0;font-size:13px}.student-dashboard-grid,.dashboard-stack{display:grid;gap:13px}.learning-panel{padding:19px;border:1px solid #e5e7ef;border-radius:19px;background:#fff;box-shadow:0 8px 26px #1920370b}.learning-panel-head{margin-bottom:16px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.learning-panel-head h2{margin:5px 0 0;font-size:18px}.learning-panel-head>a{color:#5d55dc;display:flex;align-items:center;gap:5px;font-size:13px;font-weight:800}.recent-attempt-list{display:grid}.recent-attempt-list>a{min-width:0;padding:11px 0;border-bottom:1px solid #eceef3;color:inherit;display:flex;align-items:center;gap:9px}.recent-attempt-list>a:last-child{border:0}.attempt-score-bubble{width:42px;height:42px;flex:0 0 auto;border-radius:13px;color:#554ed4;background:#f0efff;display:grid;place-items:center;font-size:13px;font-weight:850}.recent-attempt-list div{min-width:0;flex:1;display:grid;gap:3px}.recent-attempt-list strong,.recent-attempt-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-attempt-list strong{font-size:13px}.recent-attempt-list small{color:#9297a5;font-size:13px}.recent-attempt-list b{font-size:13px}.recent-attempt-list b.positive{color:#078154}.recent-attempt-list b.negative{color:#c2444d}.weak-topic-list{display:grid;gap:14px}.weak-topic-list>div>div{margin-bottom:6px;display:flex;justify-content:space-between;gap:8px;font-size:13px}.weak-topic-list>div>div span{color:#8c92a0}.weak-topic-list>div>span{height:7px;border-radius:5px;background:#eceef3;display:block;overflow:hidden}.weak-topic-list i{height:100%;border-radius:inherit;background:linear-gradient(90deg,#ed8a40,#e1505a);display:block}.learning-empty{min-height:90px;color:#8b91a0;display:flex;align-items:center;justify-content:center;gap:9px;text-align:center}.learning-empty p{max-width:330px;margin:0;font-size:13px;line-height:1.5}.action-panel{color:#fff;border:0;background:var(--hero)}.action-panel-icon{width:46px;height:46px;border-radius:14px;color:#3f399e;background:#fff;display:grid;place-items:center}.action-panel h2{margin:15px 0 7px}.action-panel p{margin:0 0 17px;color:#ffffffab;font-size:13px;line-height:1.55}.action-panel .button{color:#39338f;background:#fff}.upcoming-task-list{display:grid;gap:11px}.upcoming-task-list>a{display:flex;align-items:center;gap:9px;color:inherit}.upcoming-task-list i{width:8px;height:8px;border:2px solid #fff;border-radius:50%;background:#6058e1;box-shadow:0 0 0 2px #dcd9ff}.upcoming-task-list div{display:grid;gap:3px}.upcoming-task-list strong{font-size:13px}.upcoming-task-list small{color:#9297a4;font-size:13px}.active-tests-card{padding:16px;border-radius:17px;color:#fff;background:linear-gradient(135deg,#117b55,#19a875);display:flex;align-items:center;gap:11px}.active-tests-card>div{flex:1;display:grid;gap:3px}.active-tests-card small{color:#ffffffab;font-size:13px}.active-tests-card strong{font-size:14px}.learning-tabs{margin:17px 0;padding:5px;border:1px solid #e4e6ed;border-radius:15px;background:#fff;display:flex;gap:4px;overflow-x:auto}.learning-tabs button{min-height:42px;flex:1 0 auto;padding:0 11px;border:0;border-radius:11px;color:#747b8c;background:transparent;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:800}.learning-tabs button svg{width:16px}.learning-tabs button.active{color:#fff;background:var(--primary)}.learning-question-list{display:grid;gap:12px}.learning-question-card{padding:18px;border:1px solid #e4e7ef;border-radius:18px;background:#fff}.learning-question-meta{display:flex;justify-content:space-between;gap:8px;color:#7971e5;font-size:13px;font-weight:800;text-transform:uppercase}.learning-question-meta b{padding:4px 7px;border-radius:9px;color:#b7434d;background:#fff0f1}.learning-question-card h2{margin:14px 0;font-size:15px;line-height:1.5}.learning-answer-row{display:flex;flex-wrap:wrap;gap:7px}.learning-answer-row span{padding:7px 9px;border-radius:10px;display:flex;align-items:center;gap:5px;font-size:13px;font-weight:750}.learning-answer-row svg{width:15px}.learning-answer-row .wrong{color:#b43d47;background:#fff0f1}.learning-answer-row .correct{color:#087d52;background:#eafaf4}.learning-explanation{margin-top:12px;padding:11px;border-radius:12px;color:#746319;background:#fff9df;display:flex;align-items:flex-start;gap:8px}.learning-explanation svg{width:17px;flex:0 0 auto}.learning-explanation p{margin:0;font-size:13px;line-height:1.55}.learning-card-actions{margin-top:13px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.learning-card-actions .button{font-size:13px}.learning-card-actions .saved{color:#6f4b0d;border-color:#edc873;background:#fff8e6}.practice-start-card{max-width:650px;margin:30px auto;padding:30px 22px;border:1px solid #e4e6ed;border-radius:23px;background:#fff;box-shadow:var(--shadow);text-align:center}.practice-start-card>span{width:68px;height:68px;margin:0 auto;border-radius:21px;color:#fff;background:linear-gradient(135deg,#554ed0,#766ff0);display:grid;place-items:center}.practice-start-card h2{margin:18px 0 8px;font-size:23px}.practice-start-card p{max-width:480px;margin:0 auto 20px;color:#7e8594;font-size:14px;line-height:1.6}.practice-workspace{padding:17px;border:1px solid #e4e7ef;border-radius:20px;background:#fff}.practice-workspace>header{margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;gap:10px}.practice-workspace header h2{margin:5px 0 0;font-size:17px}.practice-layout{display:grid;gap:13px}.practice-question>h2{margin:0 0 20px;font-size:17px;line-height:1.55}.practice-question .answer-option{width:100%;text-align:left}.answer-option.practice-correct{color:#087d52;border-color:#30ad7c;background:#eafaf4}.answer-option.practice-wrong{color:#b43d47;border-color:#e46a72;background:#fff0f1}.practice-palette{display:grid;grid-template-columns:repeat(8,1fr);gap:6px}.practice-palette button{aspect-ratio:1;border:1px solid #dfe2e9;border-radius:9px;color:#747b8c;background:#fff;font-size:13px}.practice-palette button.answered{color:#fff;border-color:#17a56c;background:#17a56c}.practice-palette button.active{box-shadow:0 0 0 2px #5d55de inset}.planner-layout{display:grid;gap:14px}.planner-form{display:grid;gap:13px}.planner-form-icon{width:50px;height:50px;border-radius:15px;color:#fff;background:var(--primary);display:grid;place-items:center}.planner-form h2{margin:0}.planner-reminder{flex-direction:row;align-items:center;gap:8px;font-size:13px}.planner-reminder input{width:16px;height:16px}.planner-stats{margin:0 0 14px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.planner-stats article{padding:13px 14px;border:1px solid #e5e7ef;border-radius:16px;background:#fff;display:grid;gap:3px}.planner-stats small{color:#8b91a0;font-size:13px;font-weight:800;text-transform:uppercase}.planner-stats strong{font-size:18px}.planner-stats span{color:#8a909e;font-size:13px}.planner-week{margin-bottom:14px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;overflow-x:auto}.planner-week button{min-width:64px;padding:10px 6px;border:1px solid #e4e7ef;border-radius:14px;background:#fff;display:grid;gap:3px;text-align:center}.planner-week small{color:#8b91a0;font-size:13px;font-weight:800;text-transform:uppercase}.planner-week strong{font-size:16px}.planner-week span{color:#8a909e;font-size:14px}.planner-week button.active{color:#fff;border-color:#5c55dc;background:#5c55dc}.planner-week button.active small,.planner-week button.active span{color:#ffffffbf}.planner-board{min-width:0;display:grid;gap:12px;align-content:start}.planner-filters{display:flex;flex-wrap:wrap;gap:6px}.planner-filters button{min-height:34px;padding:0 10px;border:1px solid #e4e7ef;border-radius:999px;color:#6d7486;background:#fff;font-size:13px;font-weight:800}.planner-filters button.active{color:#fff;border-color:#5c55dc;background:#5c55dc}.planner-suggestions{padding:12px;border:1px dashed #c9c6f3;border-radius:14px;background:#f7f6ff;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.planner-suggestions>div{width:100%;color:#5c55dc;display:flex;align-items:center;gap:6px;font-size:13px}.planner-suggestions button{min-height:32px;padding:0 10px;border:0;border-radius:999px;color:#4f48c4;background:#fff;font-size:13px;font-weight:750}.planner-day-group h3{margin:4px 0 8px;font-size:14px}.planner-list{display:grid;align-content:start;gap:9px}.planner-list>article{padding:14px;border:1px solid #e4e7ef;border-radius:16px;background:#fff;display:flex;align-items:center;gap:11px}.planner-list article.completed{opacity:.62}.planner-list article.completed h2{text-decoration:line-through}.planner-list article.overdue{border-color:#f0c4c7;background:#fff8f8}.planner-check{width:28px;height:28px;flex:0 0 auto;border:2px solid #bebbe9;border-radius:9px;color:#fff;background:#fff;display:grid;place-items:center}.completed .planner-check{border-color:#18a66d;background:#18a66d}.planner-check svg{width:16px}.planner-list article>div{min-width:0;flex:1}.planner-list article span{color:#6861d8;font-size:14px;font-weight:850}.planner-list article.overdue span{color:#c2444d}.planner-list h2{margin:4px 0;font-size:15px}.planner-list p{margin:0;color:#8a909e;display:flex;align-items:center;gap:5px;font-size:13px}.planner-card-actions{display:flex;align-items:center;gap:4px}.planner-card-actions .button{min-height:32px;padding:0 9px;font-size:13px}.preferences-form{max-width:780px;display:grid;gap:12px}.preference-section{padding:19px;border:1px solid #e4e7ef;border-radius:18px;background:#fff;display:grid;gap:16px}.preference-section-title{display:flex;align-items:center;gap:10px}.preference-section-title>span{width:38px;height:38px;border-radius:12px;color:#5e56dc;background:#f0efff;display:grid;place-items:center}.preference-section-title h2{margin:0;font-size:15px}.preference-section>div:last-child{display:grid;gap:11px}.preference-toggle{min-height:52px;flex-direction:row;align-items:center;justify-content:space-between;gap:15px}.preference-toggle span{display:grid;gap:3px}.preference-toggle small{color:#8d93a1;font-size:13px;font-weight:500}.preference-toggle input{width:20px;height:20px}.preferences-save{width:100%}@media(min-width:760px){.student-stat-grid{grid-template-columns:repeat(4,1fr)}.student-dashboard-grid{grid-template-columns:minmax(0,1.5fr) minmax(270px,.7fr);align-items:start}.learning-question-list{grid-template-columns:repeat(2,minmax(0,1fr))}.practice-layout{grid-template-columns:minmax(0,1fr) 150px;align-items:start}.practice-palette{grid-template-columns:repeat(4,1fr)}.planner-layout{grid-template-columns:330px minmax(0,1fr);align-items:start}.planner-form{position:sticky;top:24px}.planner-stats{grid-template-columns:repeat(4,1fr)}}@media(min-width:960px){.student-dashboard-hero{min-height:255px;padding:38px;flex-direction:row;align-items:flex-end}.student-dashboard-hero>div{max-width:700px}.student-stat{padding:17px}.student-stat strong{font-size:22px}}
