.KanbanBoard-module__pPYDEG__board{grid-template-columns:repeat(3,1fr);gap:1.5rem;min-height:400px;display:grid}.KanbanBoard-module__pPYDEG__column{background:var(--bg-tertiary);border-radius:var(--radius-lg);flex-direction:column;padding:1rem;display:flex}.KanbanBoard-module__pPYDEG__columnHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.KanbanBoard-module__pPYDEG__columnTitle{font-size:.9375rem;font-weight:600}.KanbanBoard-module__pPYDEG__count{background:var(--bg-secondary);color:var(--text-secondary);border-radius:100px;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.KanbanBoard-module__pPYDEG__cards{flex-direction:column;flex:1;gap:.625rem;display:flex}.KanbanBoard-module__pPYDEG__cardLink{color:inherit;text-decoration:none}.KanbanBoard-module__pPYDEG__card{flex-direction:column;gap:.25rem;display:flex}.KanbanBoard-module__pPYDEG__cardName{color:var(--text);font-size:.9375rem;font-weight:600}.KanbanBoard-module__pPYDEG__cardCategory{color:var(--text-muted);font-size:.75rem}.KanbanBoard-module__pPYDEG__cardMeta{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-top:.25rem;font-size:.75rem;display:flex}.KanbanBoard-module__pPYDEG__cardScore{color:var(--accent);font-weight:600}.KanbanBoard-module__pPYDEG__cardDate{color:var(--text-muted);margin-top:.25rem;font-size:.6875rem}.KanbanBoard-module__pPYDEG__empty{text-align:center;color:var(--text-muted);padding:2rem 0;font-size:.8125rem}@media (max-width:768px){.KanbanBoard-module__pPYDEG__board{grid-template-columns:1fr}}
.Button-module__8RiFmG__button{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition);white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-weight:500;display:inline-flex}.Button-module__8RiFmG__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__8RiFmG__sm{padding:.375rem .75rem;font-size:.8125rem}.Button-module__8RiFmG__md{padding:.5rem 1.25rem;font-size:.875rem}.Button-module__8RiFmG__lg{padding:.75rem 1.75rem;font-size:1rem}.Button-module__8RiFmG__primary{background:var(--accent);color:#fff;border-color:var(--accent)}.Button-module__8RiFmG__primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:var(--shadow-md)}.Button-module__8RiFmG__secondary{background:var(--bg-secondary);color:var(--text);border-color:var(--border)}.Button-module__8RiFmG__secondary:hover:not(:disabled){background:var(--bg-tertiary);border-color:var(--accent)}.Button-module__8RiFmG__danger{background:var(--danger);color:#fff;border-color:var(--danger)}.Button-module__8RiFmG__danger:hover:not(:disabled){background:var(--danger-hover);border-color:var(--danger-hover)}.Button-module__8RiFmG__ghost{color:var(--text-secondary);background:0 0;border-color:#0000}.Button-module__8RiFmG__ghost:hover:not(:disabled){background:var(--bg-tertiary);color:var(--text)}.Button-module__8RiFmG__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:1em;height:1em;animation:.6s linear infinite Button-module__8RiFmG__spin}@keyframes Button-module__8RiFmG__spin{to{transform:rotate(360deg)}}
.ExamNavigation-module__-I6uwW__footer{background:var(--bg-secondary);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.ExamNavigation-module__-I6uwW__left,.ExamNavigation-module__-I6uwW__right{gap:.75rem;display:flex}@media (max-width:768px){.ExamNavigation-module__-I6uwW__footer{padding:.75rem 1rem}}
.Card-module__b6YjYG__card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition)}.Card-module__b6YjYG__sm{padding:.75rem 1rem}.Card-module__b6YjYG__md{padding:1.25rem 1.5rem}.Card-module__b6YjYG__lg{padding:1.75rem 2rem}.Card-module__b6YjYG__hoverable:hover{box-shadow:var(--shadow-md);border-color:var(--accent);transform:translateY(-1px)}
.Input-module__5jsJuW__wrapper{flex-direction:column;gap:.375rem;display:flex}.Input-module__5jsJuW__label{color:var(--text);font-size:.875rem;font-weight:500}.Input-module__5jsJuW__input,.Input-module__5jsJuW__textarea{width:100%;color:var(--text);background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition);padding:.625rem .875rem;font-family:inherit;font-size:.875rem}.Input-module__5jsJuW__textarea{resize:vertical;min-height:100px}.Input-module__5jsJuW__input:focus,.Input-module__5jsJuW__textarea:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--accent-light);outline:none}.Input-module__5jsJuW__input::placeholder,.Input-module__5jsJuW__textarea::placeholder{color:var(--text-muted)}.Input-module__5jsJuW__error{border-color:var(--danger)!important}.Input-module__5jsJuW__error:focus{box-shadow:0 0 0 3px var(--danger-light)!important}.Input-module__5jsJuW__errorText{color:var(--danger);font-size:.75rem}
.ExamPreview-module__U8r-lW__wrapper{flex-direction:column;gap:1.25rem;display:flex}.ExamPreview-module__U8r-lW__banner{background:var(--warning-light);border:1px solid var(--warning);border-radius:var(--radius-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.ExamPreview-module__U8r-lW__bannerMain{align-items:center;gap:.875rem;min-width:0;display:flex}.ExamPreview-module__U8r-lW__badge{background:var(--warning);color:#fff;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:100px;padding:.2rem .625rem;font-size:.75rem;font-weight:700}.ExamPreview-module__U8r-lW__bannerTitle{color:var(--text);font-size:.9375rem;font-weight:600}.ExamPreview-module__U8r-lW__bannerMeta{color:var(--text-muted);margin-top:.125rem;font-size:.8125rem}.ExamPreview-module__U8r-lW__bannerActions{flex-shrink:0;gap:.5rem;display:flex}.ExamPreview-module__U8r-lW__testHeader{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.25rem}.ExamPreview-module__U8r-lW__content{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem}.ExamPreview-module__U8r-lW__questionNumber{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.875rem;font-weight:600;display:flex}.ExamPreview-module__U8r-lW__points{background:var(--accent-light);color:var(--accent);border-radius:100px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.ExamPreview-module__U8r-lW__empty{text-align:center;color:var(--text-secondary);flex-direction:column;align-items:center;gap:.75rem;display:flex;padding:3rem!important}
.charts-module__RgAH6G__donutWrap{flex-shrink:0;position:relative}.charts-module__RgAH6G__donutCenter{flex-direction:column;justify-content:center;align-items:center;gap:.1rem;display:flex;position:absolute;inset:0}.charts-module__RgAH6G__donutTop{font-size:1.5rem;font-weight:800;line-height:1}.charts-module__RgAH6G__donutBottom{color:var(--text-muted);font-size:.6875rem}.charts-module__RgAH6G__legend{flex-direction:column;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.charts-module__RgAH6G__legendItem{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.charts-module__RgAH6G__dot{border-radius:50%;flex-shrink:0;width:.75rem;height:.75rem}.charts-module__RgAH6G__legendValue{color:var(--text);margin-left:auto}.charts-module__RgAH6G__bars{align-items:flex-end;gap:.5rem;display:flex}.charts-module__RgAH6G__barCol{flex-direction:column;flex:1;align-items:center;min-width:0;height:100%;display:flex}.charts-module__RgAH6G__barTrack{background:var(--bg-tertiary);border-radius:var(--radius-sm);flex:1;align-items:flex-end;width:100%;max-width:28px;display:flex;overflow:hidden}.charts-module__RgAH6G__barFill{border-radius:var(--radius-sm) var(--radius-sm) 0 0;width:100%;transition:height .3s}.charts-module__RgAH6G__barLabel{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-top:.375rem;font-size:.625rem;overflow:hidden}.charts-module__RgAH6G__empty{color:var(--text-muted);font-size:.8125rem}
.Skeleton-module__QUUPIW__skeleton{background:linear-gradient(90deg, var(--bg-tertiary) 0%, var(--border) 50%, var(--bg-tertiary) 100%);border-radius:var(--radius-sm);background-size:200% 100%;width:100%;height:1em;animation:1.4s linear infinite Skeleton-module__QUUPIW__shimmer;display:inline-block}@keyframes Skeleton-module__QUUPIW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.Skeleton-module__QUUPIW__skeleton{background:var(--bg-tertiary);animation:none}}
.dashboard-module__zHdRkq__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.dashboard-module__zHdRkq__section{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:2rem 0 .75rem;font-size:.875rem;font-weight:600}.dashboard-module__zHdRkq__section:first-of-type{margin-top:0}.dashboard-module__zHdRkq__sectionHeader{justify-content:space-between;align-items:baseline;display:flex}.dashboard-module__zHdRkq__sectionHeader .dashboard-module__zHdRkq__section{margin-bottom:.75rem}.dashboard-module__zHdRkq__link{color:var(--accent);font-size:.8125rem}.dashboard-module__zHdRkq__link:hover{color:var(--accent-hover)}.dashboard-module__zHdRkq__stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.dashboard-module__zHdRkq__stat{border-left:3px solid #0000;align-items:flex-start;gap:.875rem;display:flex}.dashboard-module__zHdRkq__accent_accent{border-left-color:var(--accent)}.dashboard-module__zHdRkq__accent_success{border-left-color:var(--success)}.dashboard-module__zHdRkq__accent_warning{border-left-color:var(--warning)}.dashboard-module__zHdRkq__accent_danger{border-left-color:var(--danger)}.dashboard-module__zHdRkq__statIcon{flex-shrink:0;font-size:1.75rem;line-height:1}.dashboard-module__zHdRkq__statBody{min-width:0}.dashboard-module__zHdRkq__statValue{color:var(--text);margin-bottom:.125rem;font-size:1.75rem;font-weight:700;line-height:1.1}.dashboard-module__zHdRkq__statLabel{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.dashboard-module__zHdRkq__statHint{color:var(--text-muted);margin-top:.25rem;font-size:.75rem;line-height:1.3}.dashboard-module__zHdRkq__recent{flex-direction:column;display:flex}.dashboard-module__zHdRkq__recentRow{border-bottom:1px solid var(--border);color:inherit;align-items:center;gap:.875rem;padding:.75rem .25rem;transition:background .12s;display:flex}.dashboard-module__zHdRkq__recentRow:last-child{border-bottom:none}.dashboard-module__zHdRkq__recentRow:hover{background:var(--bg-tertiary)}.dashboard-module__zHdRkq__statusDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dashboard-module__zHdRkq__dot_PASSED{background:var(--success)}.dashboard-module__zHdRkq__dot_FAILED{background:var(--danger)}.dashboard-module__zHdRkq__dot_ON_REVIEW{background:var(--warning)}.dashboard-module__zHdRkq__dot_IN_PROGRESS{background:var(--accent)}.dashboard-module__zHdRkq__recentMain{flex:1;min-width:0}.dashboard-module__zHdRkq__recentName{color:var(--text);margin-bottom:.125rem;font-size:.9375rem;font-weight:500}.dashboard-module__zHdRkq__recentCategory{color:var(--text-muted);font-weight:400}.dashboard-module__zHdRkq__recentExam{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.dashboard-module__zHdRkq__recentMeta{flex-shrink:0;align-items:center;gap:.75rem;font-size:.8125rem;display:flex}.dashboard-module__zHdRkq__statusBadge{white-space:nowrap;border-radius:100px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.dashboard-module__zHdRkq__badge_PASSED{background:var(--success-light);color:var(--success)}.dashboard-module__zHdRkq__badge_FAILED{background:var(--danger-light);color:var(--danger)}.dashboard-module__zHdRkq__badge_ON_REVIEW{background:var(--warning-light);color:var(--warning)}.dashboard-module__zHdRkq__badge_IN_PROGRESS{background:var(--accent-light);color:var(--accent)}.dashboard-module__zHdRkq__recentScore{color:var(--text-secondary);font-weight:600}.dashboard-module__zHdRkq__recentDate{color:var(--text-muted)}@media (max-width:640px){.dashboard-module__zHdRkq__recentMeta{gap:.5rem}.dashboard-module__zHdRkq__recentDate{display:none}}
.attempt-module__ZJSSbG__page{max-width:760px;margin:0 auto}.attempt-module__ZJSSbG__back{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem;display:inline-block}.attempt-module__ZJSSbG__head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.attempt-module__ZJSSbG__title{font-size:1.375rem;font-weight:700}.attempt-module__ZJSSbG__sub{color:var(--text-muted);margin-top:.25rem;font-size:.8125rem}.attempt-module__ZJSSbG__badge{white-space:nowrap;border-radius:999px;padding:.25rem .625rem;font-size:.75rem;font-weight:700}.attempt-module__ZJSSbG__progress{background:var(--bg-tertiary);color:var(--text-secondary)}.attempt-module__ZJSSbG__review{color:#a16207;background:#fef9c3}.attempt-module__ZJSSbG__passed{background:var(--success-light,#dcfce7);color:var(--success,#16a34a)}.attempt-module__ZJSSbG__failed{background:var(--danger-light);color:var(--danger)}.attempt-module__ZJSSbG__donutCard{align-items:center;gap:1.5rem;margin-bottom:1rem;display:flex}.attempt-module__ZJSSbG__stats{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.attempt-module__ZJSSbG__stat{flex-direction:column;align-items:center;gap:.125rem;display:flex}.attempt-module__ZJSSbG__statValue{font-size:1.75rem;font-weight:800}.attempt-module__ZJSSbG__statMax{color:var(--text-muted);font-size:1rem;font-weight:600}.attempt-module__ZJSSbG__green{color:var(--success,#16a34a)}.attempt-module__ZJSSbG__red{color:var(--danger)}.attempt-module__ZJSSbG__statLabel{color:var(--text-muted);font-size:.75rem}.attempt-module__ZJSSbG__note{color:var(--text-muted);text-align:center}.attempt-module__ZJSSbG__section{margin-bottom:1rem;font-size:1.125rem;font-weight:700}.attempt-module__ZJSSbG__answers{flex-direction:column;gap:.75rem;display:flex}.attempt-module__ZJSSbG__answer{border-left:3px solid #0000}.attempt-module__ZJSSbG__answerOk{border-left-color:var(--success,#16a34a)}.attempt-module__ZJSSbG__answerWrong{border-left-color:var(--danger)}.attempt-module__ZJSSbG__answerHead{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.attempt-module__ZJSSbG__num{color:var(--text-muted);font-weight:700}.attempt-module__ZJSSbG__mark{font-size:.8125rem;font-weight:600}.attempt-module__ZJSSbG__qContent{margin-bottom:.5rem;line-height:1.5}.attempt-module__ZJSSbG__qContent img{border-radius:var(--radius-sm);max-width:100%}.attempt-module__ZJSSbG__row{margin-top:.25rem;font-size:.875rem}.attempt-module__ZJSSbG__explanation{background:var(--accent-light);border-left:3px solid var(--accent);border-radius:var(--radius-sm);margin-top:.625rem;padding:.75rem .875rem;font-size:.875rem}.attempt-module__ZJSSbG__explanationBody{margin-top:.375rem;line-height:1.6}.attempt-module__ZJSSbG__explanationBody img{border-radius:var(--radius-sm);max-width:100%}
.children-module__VurNqG__title{margin-bottom:1.25rem;font-size:1.5rem;font-weight:700}.children-module__VurNqG__empty{color:var(--text-muted);text-align:center}.children-module__VurNqG__children{flex-direction:column;gap:1rem;display:flex}.children-module__VurNqG__childHead{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.children-module__VurNqG__childName{font-size:1.125rem;font-weight:700}.children-module__VurNqG__childMeta{color:var(--text-muted);font-size:.8125rem}.children-module__VurNqG__childStats{color:var(--text-secondary);white-space:nowrap;gap:1rem;font-size:.8125rem;display:flex}.children-module__VurNqG__charts{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem;padding:1rem 0;display:flex}.children-module__VurNqG__chartBlock{flex:1;align-items:center;gap:1rem;min-width:220px;display:flex}.children-module__VurNqG__chartBlock:last-child{flex-direction:column;align-items:stretch;gap:.5rem}.children-module__VurNqG__chartTitle{color:var(--text-muted);font-size:.75rem}.children-module__VurNqG__attemptsTitle{margin-bottom:.625rem;font-size:.9375rem;font-weight:600}.children-module__VurNqG__muted{color:var(--text-muted);font-size:.875rem}.children-module__VurNqG__attemptList{flex-direction:column;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.children-module__VurNqG__attemptRow{background:var(--bg-tertiary);border-radius:var(--radius-md);color:inherit;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .75rem;text-decoration:none;transition:background .15s;display:flex}.children-module__VurNqG__attemptRow:hover{background:var(--accent-light)}.children-module__VurNqG__chevron{color:var(--text-muted);font-size:1.125rem}.children-module__VurNqG__examTitle{font-size:.875rem;font-weight:500}.children-module__VurNqG__attemptRight{align-items:center;gap:.625rem;display:flex}.children-module__VurNqG__score{font-size:.875rem;font-weight:700}.children-module__VurNqG__badge{border-radius:999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.children-module__VurNqG__progress{background:var(--bg-secondary);color:var(--text-muted)}.children-module__VurNqG__review{color:#a16207;background:#fef9c3}.children-module__VurNqG__passed{background:var(--success-light,#dcfce7);color:var(--success,#16a34a)}.children-module__VurNqG__failed{background:var(--danger-light);color:var(--danger)}
.return-module__LFBmDa__wrap{justify-content:center;padding-top:3rem;display:flex}.return-module__LFBmDa__card{text-align:center;max-width:440px}.return-module__LFBmDa__icon{margin-bottom:.5rem;font-size:3rem}.return-module__LFBmDa__title{margin-bottom:.5rem;font-size:1.375rem;font-weight:700}.return-module__LFBmDa__text{color:var(--text-secondary);margin-bottom:1.25rem}
.PaymentsView-module__6CmjsW__title{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.PaymentsView-module__6CmjsW__muted{color:var(--text-muted);font-size:.875rem}.PaymentsView-module__6CmjsW__hint{color:var(--text-muted);margin-top:1rem;font-size:.8125rem;line-height:1.5}.PaymentsView-module__6CmjsW__tableWrap{overflow-x:auto}.PaymentsView-module__6CmjsW__table{border-collapse:collapse;width:100%;font-size:.875rem}.PaymentsView-module__6CmjsW__table th,.PaymentsView-module__6CmjsW__table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:.625rem .75rem}.PaymentsView-module__6CmjsW__table th{text-transform:uppercase;letter-spacing:.02em;color:var(--text-muted);font-size:.75rem}.PaymentsView-module__6CmjsW__subEmail{color:var(--text-muted);font-size:.75rem;display:block}.PaymentsView-module__6CmjsW__badge{white-space:nowrap;border-radius:999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.PaymentsView-module__6CmjsW__s_PENDING{color:#a16207;background:#fef9c3}.PaymentsView-module__6CmjsW__s_SUCCEEDED{background:var(--success-light,#dcfce7);color:var(--success,#16a34a)}.PaymentsView-module__6CmjsW__s_CANCELED{background:var(--danger-light);color:var(--danger)}.PaymentsView-module__6CmjsW__pagination{align-items:center;gap:.75rem;margin-top:1rem;font-size:.875rem;display:flex}.PaymentsView-module__6CmjsW__pageInfo{color:var(--text-muted)}
.ReviewToolbar-module__O6esEq__toolbar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.ReviewToolbar-module__O6esEq__field{align-items:center;gap:.5rem;display:flex}.ReviewToolbar-module__O6esEq__label{color:var(--text-muted);font-size:.8125rem;font-weight:500}.ReviewToolbar-module__O6esEq__select{color:var(--text);background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;min-width:200px;padding:.5rem .75rem;font-family:inherit;font-size:.875rem}.ReviewToolbar-module__O6esEq__select:focus{border-color:var(--accent);outline:none}
.NotificationsView-module__tVIsna__head{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.NotificationsView-module__tVIsna__title{font-size:1.5rem;font-weight:700}.NotificationsView-module__tVIsna__muted{color:var(--text-muted)}.NotificationsView-module__tVIsna__empty{color:var(--text-muted);text-align:center}.NotificationsView-module__tVIsna__list{flex-direction:column;gap:.625rem;display:flex}.NotificationsView-module__tVIsna__item{border-left:3px solid #0000}.NotificationsView-module__tVIsna__unread{border-left-color:var(--accent);background:var(--accent-light)}.NotificationsView-module__tVIsna__itemHead{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.NotificationsView-module__tVIsna__itemTitle{font-weight:600}.NotificationsView-module__tVIsna__date{color:var(--text-muted);white-space:nowrap;font-size:.75rem}.NotificationsView-module__tVIsna__body{color:var(--text-secondary);margin-top:.375rem;font-size:.875rem}
