.practice-main{max-width:1200px}.practice-actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.practice-nav{padding:1.5rem 0;border-top:1px solid var(--s3)}.practice-filters{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.filter-btn{padding:.75rem 1rem;background:var(--s1);border:1px solid var(--s3);border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left;font-weight:500;color:var(--fg)}.filter-btn:hover{background:var(--s2);border-color:var(--accent)}.filter-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.lecture-filters,.difficulty-filters{margin-bottom:1.5rem}.lecture-filters h4,.difficulty-filters h4{font-size:.9rem;font-weight:600;margin-bottom:.75rem;color:var(--fg-dim);text-transform:uppercase;letter-spacing:.5px}.lecture-filters label,.difficulty-filters label{display:flex;align-items:center;gap:.75rem;padding:.5rem;margin-bottom:.25rem;cursor:pointer;border-radius:6px;transition:background .2s ease}.lecture-filters label:hover,.difficulty-filters label:hover{background:var(--s2)}.lecture-check,.difficulty-check{width:18px;height:18px;cursor:pointer;accent-color:var(--accent)}.sidebar-stats{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,var(--s1),var(--s2));border-radius:12px;border:1px solid var(--s3)}.stat-item{text-align:center;padding:.75rem 0}.stat-item:not(:last-child){border-bottom:1px solid var(--s3);margin-bottom:.75rem}.stat-value{font-size:2rem;font-weight:700;color:var(--accent);margin-bottom:.25rem}.stat-label{font-size:.85rem;color:var(--fg-dim);text-transform:uppercase;letter-spacing:.5px}.instruction-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.instruction-card{background:var(--s1);padding:1.5rem;border-radius:12px;border:1px solid var(--s3)}.instruction-card h3{font-size:1.1rem;margin-bottom:1rem;color:var(--accent)}.instruction-card ul{list-style:none;padding:0;margin:0}.instruction-card li{padding:.5rem 0 .5rem 1.5rem;position:relative}.instruction-card li:before{content:"→";position:absolute;left:0;color:var(--accent);font-weight:700}.instruction-card strong{color:var(--fg)}.question-card{background:var(--s1);border:2px solid var(--s3);border-radius:16px;padding:2rem;margin-bottom:2rem;transition:all .3s ease}.question-card:hover{border-color:var(--accent);box-shadow:0 4px 20px #0000001a}.question-card.highlight-incorrect{border-color:#ef4444;animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 8px #ef444400}}.question-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.question-meta{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.question-num{font-weight:700;font-size:1.1rem;color:var(--accent);padding:.5rem 1rem;background:linear-gradient(135deg,var(--accent-dim),transparent);border-radius:8px}.question-type{padding:.5rem 1rem;background:var(--s2);border-radius:8px;font-size:.85rem;font-weight:600;color:var(--fg-dim)}.question-lecture{padding:.5rem 1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:8px;font-size:.85rem;font-weight:600}.question-difficulty{padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600}.difficulty-easy{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.difficulty-medium{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.difficulty-hard{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.question-marks{padding:.5rem 1rem;background:var(--accent-dim);color:var(--accent);border-radius:8px;font-size:.85rem;font-weight:700}.question-status{padding:.75rem 1.5rem;border-radius:8px;font-weight:700;font-size:.9rem}.question-status.correct{background:#10b981;color:#fff}.question-status.incorrect{background:#ef4444;color:#fff}.question-text{font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem;color:var(--fg)}.question-text pre{background:var(--s2);padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0;border-left:4px solid var(--accent)}.question-text code{background:var(--s2);padding:.2rem .5rem;border-radius:4px;font-family:var(--mono);font-size:.95em}.question-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.option{display:flex;align-items:center;padding:1rem 1.5rem;background:var(--s2);border:2px solid var(--s3);border-radius:12px;cursor:pointer;transition:all .2s ease;position:relative}.option:hover{border-color:var(--accent);background:var(--accent-dim);transform:translate(4px)}.option input[type=radio]{width:20px;height:20px;margin-right:1rem;cursor:pointer;accent-color:var(--accent)}.option-text{flex:1;font-size:1rem;line-height:1.6}.option.selected{border-color:var(--accent);background:var(--accent-dim)}.option.correct-answer{border-color:#10b981;background:linear-gradient(135deg,rgba(16,185,129,.1),transparent)}.option.wrong-answer{border-color:#ef4444;background:linear-gradient(135deg,rgba(239,68,68,.1),transparent)}.check-icon{font-size:1.5rem;color:#10b981;font-weight:700;margin-left:1rem}.short-answer-area{margin-bottom:1.5rem}.short-answer-input{width:100%;min-height:200px;padding:1rem;background:var(--s2);border:2px solid var(--s3);border-radius:12px;font-family:var(--sans);font-size:1rem;line-height:1.6;color:var(--fg);resize:vertical;transition:all .2s ease}.short-answer-input:focus{outline:none;border-color:var(--accent);background:var(--bg)}.short-answer-input:disabled{opacity:.6;cursor:not-allowed}.question-explanation{background:linear-gradient(135deg,var(--accent-dim),transparent);border-left:4px solid var(--accent);padding:1.5rem;border-radius:12px;margin-top:1.5rem}.explanation-header{font-size:1.1rem;margin-bottom:1rem;color:var(--accent)}.explanation-content{line-height:1.8;color:var(--fg)}.explanation-content pre{background:var(--s2);padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}.explanation-content strong{color:var(--fg);font-weight:700}.explanation-bangla{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--s3);font-style:italic;color:var(--fg-dim);line-height:1.8}.submit-card{background:linear-gradient(135deg,var(--accent-dim),transparent);border:2px solid var(--accent);border-radius:16px;padding:3rem;text-align:center}.submit-card h2{font-size:2rem;margin-bottom:1rem;color:var(--accent)}.submit-card p{font-size:1.1rem;color:var(--fg-dim);margin-bottom:2rem}.submit-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.results-card{background:linear-gradient(135deg,var(--s1),var(--s2));border:2px solid var(--accent);border-radius:16px;padding:3rem}.results-card h2{font-size:2.5rem;margin-bottom:2rem;text-align:center;color:var(--accent)}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:3rem}.result-stat{background:var(--bg);padding:2rem;border-radius:12px;text-align:center;border:2px solid var(--s3)}.result-value{font-size:3rem;font-weight:800;color:var(--accent);margin-bottom:.5rem}.result-label{font-size:.9rem;color:var(--fg-dim);text-transform:uppercase;letter-spacing:1px}.results-breakdown{margin:2rem 0}.breakdown-section{margin-bottom:2rem}.breakdown-section h3{font-size:1.3rem;margin-bottom:1rem;color:var(--fg)}.breakdown-item{display:grid;grid-template-columns:200px 1fr 150px;align-items:center;gap:1rem;margin-bottom:1rem;padding:.75rem;background:var(--bg);border-radius:8px}.breakdown-label{font-weight:600;color:var(--fg)}.breakdown-bar{height:24px;background:var(--s3);border-radius:12px;overflow:hidden;position:relative}.breakdown-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-dim));border-radius:12px;transition:width .5s ease}.breakdown-value{text-align:right;font-weight:700;color:var(--accent)}.results-actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.empty-state{text-align:center;padding:4rem 2rem;color:var(--fg-dim)}.empty-state h3{font-size:1.5rem;margin-bottom:1rem;color:var(--fg)}.btn-large{padding:1rem 2rem;font-size:1.1rem;font-weight:700}@media (max-width: 768px){.question-card{padding:1.5rem}.question-header{flex-direction:column;align-items:flex-start}.practice-actions,.submit-actions,.results-actions{flex-direction:column;width:100%}.practice-actions .btn,.submit-actions .btn,.results-actions .btn{width:100%}.breakdown-item{grid-template-columns:1fr;gap:.5rem}.breakdown-value{text-align:left}.results-grid{grid-template-columns:1fr 1fr}}.page-comprehensive-practice{scroll-behavior:smooth}.app--exam-practice{background:var(--bg)}.app--exam-practice .sidebar{width:300px;min-width:300px;background:linear-gradient(180deg,var(--s1) 0%,rgba(7,9,15,.98) 100%);border-right:1px solid rgba(34,211,238,.12);box-shadow:4px 0 32px #00000059}.app--exam-practice .sidebar-header{padding:1.35rem 1.15rem 1.1rem;border-bottom:1px solid rgba(30,45,69,.6);background:radial-gradient(ellipse 120% 80% at 0% 0%,rgba(34,211,238,.06) 0%,transparent 55%)}.app--exam-practice .sidebar-back{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;color:var(--muted);text-decoration:none;margin-bottom:.65rem;transition:color .18s ease}.app--exam-practice .sidebar-back:hover{color:var(--cyan)}.app--exam-practice .sidebar-title{font-size:1rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(135deg,var(--text) 0%,var(--cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app--exam-practice .practice-nav{padding:1.1rem .85rem 1.25rem;border-top:none}.app--exam-practice .practice-filters{display:grid;grid-template-columns:1fr;gap:.45rem;margin-bottom:1.25rem}.app--exam-practice .filter-btn{position:relative;padding:.65rem .85rem;font-size:.82rem;font-weight:600;border-radius:10px;border:1px solid var(--border);background:var(--s2);color:var(--muted);box-shadow:0 1px #ffffff08 inset;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease}.app--exam-practice .filter-btn:hover{background:#22d3ee0f;border-color:#22d3ee40;color:var(--text)}.app--exam-practice .filter-btn.active{background:linear-gradient(135deg,#22d3ee38,#a78bfa1f);border-color:#22d3ee73;color:var(--text);box-shadow:0 1px #ffffff0d inset,0 0 0 1px #22d3ee14}.app--exam-practice .lecture-filters h4,.app--exam-practice .difficulty-filters h4{font-family:var(--mono);font-size:.65rem;letter-spacing:.12em;margin-bottom:.55rem;color:var(--cyan);opacity:.9}.app--exam-practice .lecture-filters label,.app--exam-practice .difficulty-filters label{padding:.42rem .5rem;margin-bottom:.15rem;border-radius:8px;font-size:.78rem;line-height:1.35;color:var(--muted);border:1px solid transparent;transition:background .15s ease,border-color .15s ease,color .15s ease}.app--exam-practice .lecture-filters label:hover,.app--exam-practice .difficulty-filters label:hover{background:#131a24d9;border-color:#1e2d45cc;color:var(--text)}.app--exam-practice .lecture-filters label,.app--exam-practice .difficulty-filters label{align-items:flex-start;gap:.65rem}.app--exam-practice .lecture-check,.app--exam-practice .difficulty-check{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1.0625rem;height:1.0625rem;min-width:1.0625rem;margin:.2rem 0 0;flex-shrink:0;border-radius:5px;border:1.5px solid rgba(100,116,139,.55);background:linear-gradient(165deg,#131a24f2,#07090fd9);box-shadow:0 1px #ffffff0a inset,0 1px 3px #00000059;cursor:pointer;accent-color:transparent;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .12s ease}.app--exam-practice .lecture-check:hover,.app--exam-practice .difficulty-check:hover{border-color:#22d3ee73;box-shadow:0 1px #ffffff0d inset,0 0 0 1px #22d3ee1f}.app--exam-practice .lecture-check:focus-visible,.app--exam-practice .difficulty-check:focus-visible{outline:none;border-color:var(--cyan);box-shadow:0 1px #ffffff0d inset,0 0 0 3px #22d3ee40}.app--exam-practice .lecture-check:checked,.app--exam-practice .difficulty-check:checked{border-color:#22d3eebf;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%2307090f' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round' opacity='0.88'%3E%3Cpath d='M2.5 6.2 5.2 9 9.5 3.5'/%3E%3C/svg%3E") center / .62rem no-repeat,linear-gradient(145deg,#22d3ee,#06b6d4 55%,#0e7490);box-shadow:0 1px #ffffff38 inset,0 4px 12px #22d3ee33}.app--exam-practice .lecture-check:active,.app--exam-practice .difficulty-check:active{transform:scale(.94)}.app--exam-practice .sidebar-stats{margin:auto .85rem 1rem;padding:.55rem .35rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:0;background:linear-gradient(160deg,#131a24f2,#0d1117e6);border-radius:12px;border:1px solid rgba(34,211,238,.14);box-shadow:0 1px #ffffff0a inset,0 8px 28px #00000047}.app--exam-practice .stat-item{text-align:center;padding:.45rem .35rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;min-width:0}.app--exam-practice .stat-item:not(:last-child){border-bottom:none;margin-bottom:0;border-right:1px solid rgba(30,45,69,.75)}.app--exam-practice .stat-value{font-family:var(--mono);font-size:1.05rem;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.15;background:linear-gradient(135deg,#67e8f9 0%,var(--cyan) 55%,#a5b4fc 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.app--exam-practice .stat-label{font-size:.58rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);line-height:1.2}.app--exam-practice .practice-main{max-width:min(1120px,100%);padding:0 2.25rem 4rem}body.practice-session-active:not(.practice-sidebar-open) .app--exam-practice .main.practice-main{flex:0 1 min(1120px,100%);margin-left:auto;margin-right:auto}body.practice-session-active .practice-landing-hero{display:none!important}.app--exam-practice .hero{margin:0 -2.25rem;padding:3rem 2.25rem 2.25rem;border-bottom:1px solid rgba(30,45,69,.55)}.app--exam-practice .hero h1 span{display:block;margin-top:.35rem;font-size:clamp(1rem,2.2vw,1.25rem);font-weight:600;color:var(--muted);letter-spacing:.02em}.app--exam-practice .hero-desc{max-width:min(640px,100%);font-size:1rem;line-height:1.65}.practice-cta-banner{margin-top:1.75rem;padding:1.15rem 1.25rem;border-radius:14px;border:1px solid rgba(59,130,246,.28);background:linear-gradient(135deg,#3b82f61a,#a78bfa14),#0d111773;box-shadow:0 1px #ffffff0a inset,0 8px 28px #00000038}.practice-cta-link{display:inline-flex;align-items:center;gap:.55rem;flex-wrap:wrap;color:#93c5fd;text-decoration:none;font-weight:700;font-size:1rem;letter-spacing:-.015em;transition:color .18s ease,transform .18s ease}.practice-cta-link:hover{color:#bfdbfe}.practice-cta-link:focus-visible{outline:2px solid var(--cyan);outline-offset:3px;border-radius:6px}.practice-cta-icon{font-size:1.15rem}.practice-cta-title{text-decoration:underline;text-decoration-color:#93c5fd59;text-underline-offset:3px}.practice-cta-link:hover .practice-cta-title{text-decoration-color:#bfdbfea6}.practice-cta-arrow{font-size:1.15rem;opacity:.85;transition:transform .2s ease}.practice-cta-link:hover .practice-cta-arrow{transform:translate(4px)}.practice-cta-desc{margin:.55rem 0 0;font-size:.88rem;color:var(--muted);line-height:1.5;max-width:36rem}.app--exam-practice .practice-actions{margin-top:1.85rem;gap:.65rem}.app--exam-practice .practice-actions .btn{font-weight:600;font-size:.88rem;padding:.7rem 1.2rem;border-radius:10px;transition:transform .15s ease,box-shadow .2s ease,border-color .15s ease}.app--exam-practice .practice-actions .btn-primary{background:linear-gradient(135deg,#06b6d4,#0891b2 45%,#6366f1);border:1px solid rgba(34,211,238,.4);box-shadow:0 4px 20px #22d3ee33}.app--exam-practice .practice-actions .btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 28px #22d3ee47}.app--exam-practice .practice-actions .btn-secondary{background:var(--s2);border:1px solid var(--border);color:var(--text)}.app--exam-practice .practice-actions .btn-secondary:hover{border-color:#22d3ee40;background:#22d3ee0f}.practice-session-bar{position:sticky;top:0;z-index:40;margin:0 0 1.1rem;padding:.45rem .65rem;border-radius:10px;border:1px solid rgba(30,45,69,.9);background:#0d1117eb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 32px #00000059}body.practice-session-active .practice-session-bar{position:fixed;top:0;left:0;right:0;z-index:200;margin:0;border-radius:0;border-top:none;border-left:none;border-right:none;padding-top:calc(.45rem + env(safe-area-inset-top,0px));padding-bottom:.45rem;padding-left:0;padding-right:0}body.practice-session-active .practice-session-bar-inner{max-width:min(1120px,100%);margin-left:auto;margin-right:auto;padding-left:2.25rem;padding-right:2.25rem;box-sizing:border-box}@media (min-width: 901px){body.practice-session-active.practice-sidebar-open .practice-session-bar{left:300px}}body.practice-session-active .app--exam-practice .main.practice-main{padding-top:calc(5.85rem + env(safe-area-inset-top,0px))}.practice-session-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:.65rem 1rem;flex-wrap:wrap;width:100%}.practice-session-bar-main{display:flex;align-items:flex-start;gap:.6rem;flex:1 1 14rem;min-width:0}.practice-session-info{min-width:0;flex:1 1 auto}.practice-session-title-row{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.practice-session-title{font-weight:700;font-size:.84rem;letter-spacing:-.02em;color:var(--text)}.practice-session-badge{font-family:var(--mono);font-size:.56rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.12rem .4rem;border-radius:6px;background:#22d3ee1f;color:#67e8f9;border:1px solid rgba(34,211,238,.28)}.practice-session-badge.practice-session-badge--done{background:#94a3b81a;color:#94a3b8;border-color:#94a3b847}.practice-session-status{margin:.28rem 0 0;font-size:.66rem;line-height:1.45;color:var(--muted)}.practice-session-bar-tools{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .65rem;margin-left:auto;justify-content:flex-end}.practice-session-quick-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem .55rem}.practice-session-text-link{font-size:.64rem;font-weight:600;color:#93c5fd;text-decoration:underline;text-decoration-color:#93c5fd59;text-underline-offset:2px;white-space:nowrap}.practice-session-text-link:hover{color:#bfdbfe}.practice-session-text-link:focus-visible{outline:2px solid var(--cyan);outline-offset:2px;border-radius:4px}.practice-session-end-btn{font-family:var(--mono);font-size:.58rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.32rem .5rem;border-radius:8px;border:1px solid rgba(129,140,248,.4);background:#6366f114;color:#a5b4fc;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease;white-space:nowrap}.practice-session-end-btn:hover{border-color:#a5b4fc8c;background:#6366f124;color:#c7d2fe}.practice-session-reset-btn{font-family:var(--mono);font-size:.58rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.32rem .5rem;border-radius:8px;border:1px solid rgba(248,113,113,.35);background:#f871710f;color:#fca5a5;cursor:pointer;transition:border-color .15s ease,background .15s ease;white-space:nowrap}.practice-session-reset-btn:hover{border-color:#f871718c;background:#f871711a;color:#fecaca}.practice-session-bar[hidden]{display:none!important}.practice-session-sidebar-toggle{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--mono);font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.4rem .65rem;border-radius:8px;border:1px solid rgba(34,211,238,.3);background:#22d3ee14;color:#7dd3fc;cursor:pointer;transition:border-color .15s ease,background .15s ease}.practice-session-sidebar-toggle:hover{border-color:#22d3ee80;background:#22d3ee1f;color:var(--cyan)}.practice-session-toggle-icon{font-size:.9rem;line-height:1;opacity:.9}.practice-session-timer-group{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem .55rem;justify-content:flex-end}.practice-session-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border-radius:8px;border:1px solid rgba(148,163,184,.35);background:#1e293ba6;color:#cbd5e1;cursor:pointer;flex-shrink:0;transition:border-color .15s ease,background .15s ease,color .15s ease}.practice-session-icon-btn:hover:not(:disabled){border-color:#fbbf2473;color:#fde68a;background:#fbbf2414}.practice-session-icon-btn:disabled{opacity:.35;cursor:not-allowed}.practice-session-icon-btn[hidden]{display:none!important}.practice-session-timer-toggle .practice-timer-icon{display:none;line-height:0}.practice-session-timer-toggle .practice-timer-icon svg{display:block}.practice-session-timer-toggle[aria-pressed=true] .practice-timer-icon--pause,.practice-session-timer-toggle[aria-pressed=false] .practice-timer-icon--play{display:flex}.practice-session-timer-reset{border-color:#5eead447;color:#5eead4;background:#2dd4bf0f}.practice-session-timer-reset:hover:not(:disabled){border-color:#2dd4bf80;color:#99f6e4;background:#2dd4bf1a}.practice-session-timer-wrap{display:flex;align-items:baseline;gap:.45rem}.practice-session-timer-label{font-family:var(--mono);font-size:.58rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.practice-session-timer-digits{font-family:var(--mono);font-size:1rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--cyan)}body.practice-session-active .practice-session-timer-digits.practice-timer-frozen,body.practice-session-active .practice-session-timer-digits.practice-timer-paused{color:#94a3b8}body.practice-session-active .app--exam-practice .sidebar{flex:0 0 0;width:0;min-width:0;max-width:0;padding:0;margin:0;overflow:hidden;opacity:0;pointer-events:none;border:none;box-shadow:none;transition:flex-basis .22s ease,opacity .2s ease,min-width .22s ease}body.practice-session-active.practice-sidebar-open .app--exam-practice .sidebar{flex:0 0 300px;width:300px;min-width:300px;max-width:300px;opacity:1;pointer-events:auto;overflow-x:hidden;overflow-y:auto;padding:initial;border-right:1px solid rgba(34,211,238,.12);box-shadow:4px 0 32px #00000059}.practice-sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:255;padding:0;margin:0;border:none;background:#00000080;cursor:pointer;-webkit-tap-highlight-color:transparent}body.practice-session-active.practice-sidebar-open .practice-sidebar-backdrop{display:block}@media (min-width: 901px){.practice-sidebar-backdrop{display:none!important}}.page-comprehensive-practice .section-instructions.section{padding:1.25rem 0 1.5rem;border-bottom:1px solid rgba(30,45,69,.45);display:flex;flex-direction:column;align-items:center}.practice-instructions-details{border:1px solid rgba(30,45,69,.85);border-radius:12px;background:linear-gradient(165deg,#131a24e6,#0d1117bf);overflow:hidden;width:100%;max-width:30rem;margin-left:auto;margin-right:auto;transition:max-width .2s ease}.practice-instructions-details[open]{max-width:none;align-self:stretch}.practice-instructions-summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding:.85rem 1rem;cursor:pointer;font-weight:600;color:var(--text);list-style:none}.practice-instructions-details:not([open]) .practice-instructions-summary{justify-content:center;text-align:center}.practice-instructions-summary::-webkit-details-marker{display:none}.practice-instructions-title{font-size:.92rem;letter-spacing:-.02em}.practice-instructions-hint{font-family:var(--mono);font-size:.62rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.practice-instructions-details[open] .practice-instructions-hint{color:var(--cyan)}.practice-instructions-body{padding:0 1rem 1rem;border-top:1px solid rgba(30,45,69,.55)}.practice-instructions-list{margin:.75rem 0 0;padding-left:1.15rem;font-size:.84rem;line-height:1.55;color:#cbd5e1}.practice-instructions-list li{margin-bottom:.45rem}.practice-instructions-list strong{color:var(--text)}.practice-instructions-bn{margin:.85rem 0 0;padding-top:.75rem;border-top:1px dashed rgba(30,45,69,.7);font-family:"Noto Sans Bengali",var(--sans);font-size:.82rem;line-height:1.55;color:#94a3b8}.page-comprehensive-practice .instruction-grid{margin-top:1.5rem;gap:1.1rem}.page-comprehensive-practice .instruction-card{background:linear-gradient(165deg,var(--s2) 0%,rgba(13,17,23,.6) 100%);border:1px solid rgba(30,45,69,.85);border-radius:14px;padding:1.35rem 1.4rem;box-shadow:0 10px 36px #0003;transition:border-color .2s ease,box-shadow .2s ease}.page-comprehensive-practice .instruction-card:hover{border-color:#22d3ee38;box-shadow:0 14px 44px #00000047}.page-comprehensive-practice .instruction-card h3{font-size:.95rem;font-weight:700;margin-bottom:.85rem;color:var(--cyan)}.page-comprehensive-practice .instruction-card li{font-size:.88rem;line-height:1.55;color:var(--muted)}.page-comprehensive-practice .instruction-card li:before{content:"›";color:#22d3eea6;font-weight:700}.page-comprehensive-practice #questions-container.section{padding:2.5rem 0}.page-comprehensive-practice .question-card{background:linear-gradient(165deg,#131a24eb,#0d1117bf);border:1px solid rgba(30,45,69,.9);box-shadow:0 12px 40px #00000040}.page-comprehensive-practice .question-card:hover{border-color:#22d3ee47;box-shadow:0 16px 48px #00000052}.page-comprehensive-practice .question-options{gap:.55rem;margin-bottom:1.25rem}.page-comprehensive-practice label.option{display:flex;align-items:center;gap:.75rem;padding:.65rem .95rem;margin:0;background:#131a24;border:1px solid rgba(55,65,81,.85);border-radius:10px;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;position:relative;transform:none}.page-comprehensive-practice label.option:hover{transform:none;border-color:#94a3b873;background:#182030f2}.page-comprehensive-practice label.option:has(input:disabled){cursor:default}.page-comprehensive-practice label.option:focus-within{outline:2px solid rgba(34,211,238,.45);outline-offset:2px}.page-comprehensive-practice .option input[type=radio]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1rem;height:1rem;min-width:1rem;margin:0;flex-shrink:0;border:2px solid rgba(248,250,252,.9);border-radius:50%;background:transparent;cursor:pointer;accent-color:transparent;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.page-comprehensive-practice .option input[type=radio]:checked{background:#f8fafc;border-color:#f8fafc;box-shadow:inset 0 0 0 3px #131a24}.page-comprehensive-practice .option input[type=radio]:disabled{cursor:default;opacity:1}.page-comprehensive-practice .option .option-text{flex:1;font-size:.9rem;line-height:1.5;color:#f1f5f9;min-width:0}.page-comprehensive-practice .option.selected{border-color:#22d3ee66;background:#22d3ee12}.page-comprehensive-practice .option.selected input[type=radio]:checked{background:#f8fafc;border-color:#f8fafc}.page-comprehensive-practice .option.correct-answer{border-color:#4ade8073;background:#4ade8014}.page-comprehensive-practice .option.correct-answer input[type=radio]{border-color:#f8fafcf2;background:#f8fafcf2;box-shadow:inset 0 0 0 3px #4ade8059}.page-comprehensive-practice .option.wrong-answer{border-color:#f8717180;background:#f8717112}.page-comprehensive-practice .option.wrong-answer input[type=radio]{border-color:#fca5a5e6;background:transparent}.page-comprehensive-practice .option .check-icon{flex-shrink:0;font-size:1.1rem;color:var(--green);margin-left:.25rem;font-weight:800}.page-comprehensive-practice .question-explanation{background:linear-gradient(135deg,#22d3ee14,#a78bfa0d);border-left-width:3px}.page-comprehensive-practice #submit-section .submit-card,.page-comprehensive-practice #results-section .results-card{border-radius:18px;box-shadow:0 16px 48px #00000059}@media (max-width: 900px){.app--exam-practice .sidebar{width:100%;min-width:0;position:relative;height:auto;max-height:none;border-right:none;border-bottom:1px solid var(--border)}body.practice-session-active .app--exam-practice .sidebar{position:fixed;left:0;top:0;bottom:0;z-index:260;width:min(300px,88vw);min-width:min(300px,88vw);max-width:min(300px,88vw);max-height:100vh;flex:0 0 min(300px,88vw)!important;transform:translate(-102%);opacity:1;border-right:1px solid rgba(34,211,238,.15);border-bottom:none;box-shadow:8px 0 40px #00000073;transition:transform .25s ease;overflow-y:auto;pointer-events:none}body.practice-session-active.practice-sidebar-open .app--exam-practice .sidebar{transform:translate(0);pointer-events:auto}.practice-session-sidebar-toggle{font-size:.62rem;padding:.35rem .55rem}.practice-session-bar-tools{width:100%;margin-left:0;justify-content:space-between}.app--exam-practice .practice-main{padding:0 1.15rem 3rem}body.practice-session-active .app--exam-practice .main.practice-main{padding-top:calc(6.75rem + env(safe-area-inset-top,0px))}body.practice-session-active .practice-session-bar-inner{padding-left:1.15rem;padding-right:1.15rem}.app--exam-practice .hero{margin:0 -1.15rem;padding-left:1.15rem;padding-right:1.15rem}.app--exam-practice .practice-filters{grid-template-columns:repeat(3,1fr)}.app--exam-practice .filter-btn{font-size:.72rem;padding:.55rem .45rem;text-align:center}}@media (max-width: 520px){.app--exam-practice .practice-filters{grid-template-columns:1fr}}
