.QuestionsListPanel-module__a1UY8a__backdrop{background:var(--surface-overlay);z-index:199;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .3s;position:fixed;top:0;left:0}.QuestionsListPanel-module__a1UY8a__backdrop[data-open=true]{opacity:1;pointer-events:auto}.QuestionsListPanel-module__a1UY8a__panel{background:var(--bg-primary);z-index:200;border-right:2px solid var(--border-default);width:400px;max-width:85vw;height:100vh;box-shadow:var(--shadow-drawer);flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.QuestionsListPanel-module__a1UY8a__panel[data-open=true]{transform:translate(0)}.QuestionsListPanel-module__a1UY8a__header{background:var(--bg-primary);border-bottom:2px solid var(--border-default);height:var(--header-height);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.QuestionsListPanel-module__a1UY8a__header h2{font-family:var(--font-bebas);color:var(--text-primary);letter-spacing:.05em;margin:0;font-size:1.5rem}.QuestionsListPanel-module__a1UY8a__closeButton{color:var(--text-secondary);border:1px solid var(--border-default);cursor:pointer;background:0 0;justify-content:center;align-items:center;min-width:32px;padding:.25rem .5rem;font-size:1.5rem;line-height:1;transition:all .2s;display:flex}.QuestionsListPanel-module__a1UY8a__closeButton:hover{color:var(--accent-primary);border-color:var(--accent-primary)}.QuestionsListPanel-module__a1UY8a__content{scrollbar-width:thin;scrollbar-color:var(--border-default)transparent;flex:1;padding:1.5rem;overflow-y:auto}.QuestionsListPanel-module__a1UY8a__content::-webkit-scrollbar{width:6px}.QuestionsListPanel-module__a1UY8a__content::-webkit-scrollbar-track{background:0 0}.QuestionsListPanel-module__a1UY8a__content::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:3px}.QuestionsListPanel-module__a1UY8a__content::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.QuestionsListPanel-module__a1UY8a__questionsGrid{grid-template-columns:repeat(auto-fill,minmax(48px,1fr));gap:0;display:grid}.QuestionsListPanel-module__a1UY8a__questionCard{aspect-ratio:1;background:var(--bg-primary);border:1px solid var(--border-default);cursor:pointer;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex;position:relative}.QuestionsListPanel-module__a1UY8a__questionCard:hover{border-color:var(--text-secondary);background:var(--gradient-fade-down)}.QuestionsListPanel-module__a1UY8a__questionCard[data-current=true]{border-color:var(--accent-primary);background:var(--gradient-fade-down)}.QuestionsListPanel-module__a1UY8a__questionCard[data-status=correct]{border-color:var(--status-correct);background:var(--status-success-bg)}.QuestionsListPanel-module__a1UY8a__questionCard[data-status=incorrect]{border-color:var(--status-incorrect);background:var(--status-danger-bg)}.QuestionsListPanel-module__a1UY8a__questionCard[data-status=skipped]{border-color:var(--text-secondary);background:var(--gradient-fade-down)}.QuestionsListPanel-module__a1UY8a__questionNumber{font-family:var(--font-bebas);color:var(--text-primary);font-size:.95rem;font-weight:600}.QuestionsListPanel-module__a1UY8a__questionCard[data-current=true] .QuestionsListPanel-module__a1UY8a__questionNumber{color:var(--accent-primary)}.QuestionsListPanel-module__a1UY8a__statusIcon{color:var(--text-primary);font-size:.65rem;position:absolute;top:2px;right:2px}.QuestionsListPanel-module__a1UY8a__questionCard[data-loading=true]{pointer-events:none;opacity:.7}.QuestionsListPanel-module__a1UY8a__loader{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.QuestionsListPanel-module__a1UY8a__spinner{border:2px solid var(--border-default);border-top-color:var(--accent-primary);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite QuestionsListPanel-module__a1UY8a__spin}@keyframes QuestionsListPanel-module__a1UY8a__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.QuestionsListPanel-module__a1UY8a__panel{width:320px}.QuestionsListPanel-module__a1UY8a__questionsGrid{grid-template-columns:repeat(auto-fill,minmax(42px,1fr));gap:.4rem}.QuestionsListPanel-module__a1UY8a__questionNumber{font-size:1rem}.QuestionsListPanel-module__a1UY8a__spinner{width:14px;height:14px}}
