@import "//cdn.web-fonts.ge/fonts/alk-rounded-mtav-med/css/alk-rounded-mtav-med.min.css";*{box-sizing:border-box;margin:0;padding:0;font-family:ALK Rounded Mtav Med,sans-serif}.auth-wrapper{background:#fef9ef;justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-card{border-radius:24px;width:860px;max-width:95vw;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000026}.auth-card .auth-left{background:#1b4d87;flex:0 0 45%;justify-content:center;align-items:center;padding:40px;display:flex}.auth-card .auth-left img{object-fit:cover;border-radius:16px;width:100%;height:100%;animation:4s ease-in-out infinite alternate imgScale}.auth-card .auth-right{background:#f0f6fc;flex-direction:column;flex:1;justify-content:center;padding:52px 44px;display:flex}.auth-card .auth-right h1{color:#1b4d87;letter-spacing:1px;margin-bottom:8px;font-size:32px;font-weight:700}.auth-card .auth-right .auth-subtitle{color:#1b4d8799;margin-bottom:32px;font-size:14px}.auth-card .auth-form{flex-direction:column;gap:16px;display:flex}.auth-card .auth-form .input-group{align-items:center;display:flex;position:relative}.auth-card .auth-form .input-group .input-icon{color:#2e6eb5;pointer-events:none;width:18px;height:18px;transition:color .3s;position:absolute;left:14px}.auth-card .auth-form .input-group input{background:#fef9ef;border:1.5px solid #2e6eb559;border-radius:10px;outline:none;width:100%;padding:12px 14px 12px 44px;font-size:14px;transition:border-color .3s,background .3s}.auth-card .auth-form .input-group input:focus{background:#f0f6fc;border-color:#2e6eb5}.auth-card .auth-form .input-group input:focus~.input-icon{color:#1b4d87}.auth-card .auth-form .input-group input::placeholder{color:#aab}.auth-card .auth-form button{color:#fff;letter-spacing:.5px;cursor:pointer;background:#f59e0b;border:none;border-radius:10px;margin-top:8px;padding:13px;font-size:15px;font-weight:600;transition:background .3s,transform .15s}.auth-card .auth-form button:hover{background:#1b4d87;transform:translateY(-1px)}.auth-card .auth-form button:active{transform:translateY(0)}.auth-card .auth-form .auth-error{color:#f59e0b;text-align:center;background:#f59e0b14;border-radius:8px;padding:8px 12px;font-size:13px}.auth-card .auth-form .auth-switch{text-align:center;color:#1b4d8799;margin-top:4px;font-size:13px}.auth-card .auth-form .auth-switch a{color:#2e6eb5;text-decoration:underline;transition:color .3s}.auth-card .auth-form .auth-switch a:hover{color:#f59e0b}@media (width<=768px){.auth-card{border-radius:0;flex-direction:column;width:100%;min-height:100vh}.auth-card .auth-left{flex:none;height:220px;padding:24px}.auth-card .auth-left img{border-radius:50%;width:140px;height:200px}.auth-card .auth-right{padding:36px 24px}}@keyframes imgScale{0%{transform:scale(1.05)}to{transform:scale(1)}}.dashboard{background:#fef9ef;height:100vh;display:flex;position:relative;overflow:hidden}.dashboard .sidebar{background:#1b4d87;flex-direction:column;flex-shrink:0;gap:32px;width:220px;padding:32px 16px;display:flex}.dashboard .sidebar .sidebar-logo{color:#fff;align-items:center;gap:10px;padding:0 8px;font-size:18px;font-weight:700;display:flex}.dashboard .sidebar .sidebar-logo .logo-dot{background:#2e6eb5;border-radius:50%;flex-shrink:0;width:10px;height:10px}.dashboard .sidebar .sidebar-logo .logo-icon{object-fit:contain;flex-shrink:0;width:28px;height:28px}.dashboard .sidebar .sidebar-profile{background:#ffffff14;border-radius:12px;align-items:center;gap:12px;padding:12px 8px;display:flex}.dashboard .sidebar .sidebar-profile .profile-avatar{background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.dashboard .sidebar .sidebar-profile .profile-avatar svg{color:#fff;width:22px;height:22px}.dashboard .sidebar .sidebar-profile .profile-info{flex-direction:column;gap:4px;display:flex;overflow:hidden}.dashboard .sidebar .sidebar-profile .profile-info .profile-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.dashboard .sidebar .sidebar-profile .profile-info .profile-email{color:#ffffff80;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.dashboard .sidebar .sidebar-profile .profile-info .profile-status{color:#fff9;align-items:center;gap:5px;font-size:11px;display:flex}.dashboard .sidebar .sidebar-profile .profile-info .profile-status .status-dot{background:#f59e0b;border-radius:50%;flex-shrink:0;width:7px;height:7px}.dashboard .sidebar .sidebar-nav{flex-direction:column;flex:1;gap:8px;display:flex}.dashboard .sidebar .nav-item{color:#fff9;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:14px;transition:background .3s,color .3s;display:flex}.dashboard .sidebar .nav-item svg{flex-shrink:0;width:18px;height:18px}.dashboard .sidebar .nav-item:hover{color:#fff;background:#ffffff1a}.dashboard .sidebar .nav-item.active{color:#fff;background:#ffffff26}.dashboard .sidebar .nav-item.logout{margin-top:auto}.dashboard .sidebar .nav-item.logout:hover{color:#fff;background:0 0}.dashboard .dashboard-main{scrollbar-width:none;flex-direction:column;flex:1;gap:28px;padding:32px;display:flex;overflow-y:auto}.dashboard .dashboard-main::-webkit-scrollbar{display:none}.dashboard .dashboard-main .news-slider{background:#1b4d87;border-radius:20px;justify-content:space-between;align-items:center;gap:24px;min-height:180px;padding:40px 48px;display:flex}.dashboard .dashboard-main .news-slider .slide-content{flex:1}.dashboard .dashboard-main .news-slider .slide-content h2{color:#fff;margin-bottom:10px;font-size:22px}.dashboard .dashboard-main .news-slider .slide-content p{color:#ffffffb3;font-size:14px;line-height:1.6}.dashboard .dashboard-main .news-slider .slide-controls{align-items:center;gap:12px;display:flex}.dashboard .dashboard-main .news-slider .slide-controls .slide-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .3s;display:flex}.dashboard .dashboard-main .news-slider .slide-controls .slide-btn svg{width:16px;height:16px}.dashboard .dashboard-main .news-slider .slide-controls .slide-btn:hover{background:#ffffff4d}.dashboard .dashboard-main .news-slider .slide-controls .slide-dots{gap:6px;display:flex}.dashboard .dashboard-main .news-slider .slide-controls .slide-dots .dot{cursor:pointer;background:#ffffff59;border-radius:50%;width:8px;height:8px;transition:background .3s,transform .3s}.dashboard .dashboard-main .news-slider .slide-controls .slide-dots .dot.active{background:#f0f6fc;transform:scale(1.3)}.dashboard .dashboard-main .boxes-section{flex-direction:column;gap:16px;display:flex}.dashboard .dashboard-main .section-title{color:#1b4d87;font-size:16px;font-weight:600}.dashboard .dashboard-main .section-empty{color:#1b4d8766;font-family:ALK Rounded Mtav Med,sans-serif;font-size:13px}.dashboard .dashboard-main .boxes-grid{grid-template-columns:repeat(3,1fr);display:grid}@media (width<=1200px){.dashboard .dashboard-main .boxes-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.dashboard .dashboard-main .boxes-grid{grid-template-columns:1fr}}.dashboard .dashboard-main .boxes-grid{gap:20px;padding-bottom:8px}.dashboard .dashboard-main .boxes-grid .box{background:#f0f6fc;border-radius:16px;height:200px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 12px #0000000f}.dashboard .dashboard-main .boxes-grid .box:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.dashboard .dashboard-main .boxes-grid .box.test-card{border-top:4px solid #2e6eb540;flex-direction:column;gap:10px;height:auto;padding:16px;display:flex;position:relative}.dashboard .dashboard-main .boxes-grid .box.test-card.upcoming{border-top-color:#2e6eb5}.dashboard .dashboard-main .boxes-grid .box.test-card.success{border-top-color:#16a34a}.dashboard .dashboard-main .boxes-grid .box.test-card.failed,.dashboard .dashboard-main .boxes-grid .box.test-card.ongoing{border-top-color:#f59e0b}.dashboard .dashboard-main .boxes-grid .box .test-delete-btn{color:#f59e0bbf;cursor:pointer;z-index:1;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .2s,color .2s;display:inline-flex;position:absolute;top:8px;right:8px}.dashboard .dashboard-main .boxes-grid .box .test-delete-btn svg{width:16px;height:16px}.dashboard .dashboard-main .boxes-grid .box .test-delete-btn:hover{color:#f59e0b;background:#f59e0b1f}.dashboard .dashboard-main .boxes-grid .box .test-delete-btn:disabled{opacity:.5;cursor:not-allowed}.dashboard .dashboard-main .boxes-grid .box .test-card-top{justify-content:space-between;align-items:flex-start;display:flex}.dashboard .dashboard-main .boxes-grid .box .test-card-top .test-subject{color:#1b4d87;font-size:14px;font-weight:700;line-height:1.3}.dashboard .dashboard-main .boxes-grid .box .test-card-top .trophy{flex-shrink:0;width:28px;height:28px}.dashboard .dashboard-main .boxes-grid .box .test-card-top .trophy.succeed{color:#16a34a}.dashboard .dashboard-main .boxes-grid .box .test-card-top .trophy.failed{color:#1b4d8759}.dashboard .dashboard-main .boxes-grid .box .test-card-meta{justify-content:space-between;align-items:center;gap:8px;display:flex}.dashboard .dashboard-main .boxes-grid .box .test-card-meta .test-etapi{color:#1b4d87;background:#2e6eb526;border-radius:20px;padding:2px 8px;font-size:11px;font-weight:600}.dashboard .dashboard-main .boxes-grid .box .test-card-meta .test-card-date{color:#1b4d8780;font-size:11px}.dashboard .dashboard-main .boxes-grid .box .test-card-relative{color:#f59e0b;font-variant-numeric:tabular-nums;margin-top:-4px;font-size:11px;font-weight:600}.dashboard .dashboard-main .boxes-grid .box .test-card-relative.time-critical{color:#f59e0b}.dashboard .dashboard-main .boxes-grid .box .test-card-scores{flex-direction:column;gap:4px;display:flex}.dashboard .dashboard-main .boxes-grid .box .test-card-scores .score-row{color:#1b4d87b3;justify-content:space-between;font-size:12px;display:flex}.dashboard .dashboard-main .boxes-grid .box .test-card-scores .score-row strong{color:#1b4d87}.dashboard .dashboard-main .boxes-grid .box .test-card-scores .score-row.final{border-top:1px dashed #2e6eb54d;padding-top:4px;font-size:13px}.dashboard .dashboard-main .boxes-grid .box .test-card-scores .score-row.final.green strong{color:#16a34a}.dashboard .dashboard-main .boxes-grid .box .test-card-scores .score-row.final.red strong{color:#f59e0b}.dashboard .dashboard-main .boxes-grid .box .test-result-badge{border-radius:20px;align-self:flex-start;padding:3px 10px;font-size:11px;font-weight:600}.dashboard .dashboard-main .boxes-grid .box .test-result-badge.passed{color:#16a34a;background:#16a34a1f}.dashboard .dashboard-main .boxes-grid .box .test-result-badge.not-passed{color:#f59e0b;background:#f59e0b1a}.dashboard .dashboard-main .boxes-grid .box.practice{text-align:center;border-top-color:#2e6eb5;align-items:center}.dashboard .dashboard-main .boxes-grid .box .practice-icon{background:#2e6eb526;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.dashboard .dashboard-main .boxes-grid .box .practice-icon svg{color:#1b4d87;width:24px;height:24px}.dashboard .dashboard-main .boxes-grid .box .test-etapi-pill{color:#1b4d87;background:#2e6eb526;border-radius:20px;padding:2px 8px;font-size:11px;font-weight:600}.dashboard .dashboard-main .boxes-grid .box .practice-start-btn{background:#2e6eb5;margin-top:auto}.dashboard .dashboard-main .boxes-grid .box .practice-start-btn:hover{background:#1b4d87}.dashboard .dashboard-main .boxes-grid .box .register-btn{color:#fff;cursor:pointer;background:#1b4d87;border:none;border-radius:8px;align-self:stretch;margin-top:auto;padding:8px;font-size:13px;transition:background .3s}.dashboard .dashboard-main .boxes-grid .box .register-btn:hover{background:#2e6eb5}.dashboard .dashboard-main .boxes-grid .box .test-card-actions{align-self:stretch;gap:8px;margin-top:auto;display:flex}.dashboard .dashboard-main .boxes-grid .box .test-card-actions .register-btn{flex:1 1 0;width:50%;margin-top:0}.dashboard .dashboard-main .boxes-grid .box .start-test-btn{background:#f59e0b}.dashboard .dashboard-main .boxes-grid .box .start-test-btn:hover{background:#cf8508}.dashboard .dashboard-main .boxes-grid .box .stop-test-btn{background:#c0392b}.dashboard .dashboard-main .boxes-grid .box .stop-test-btn:hover{background:#9f2f24}.dashboard .dashboard-main .boxes-grid .box .register-btn:disabled{opacity:.5;cursor:not-allowed}.dashboard .dashboard-main .boxes-grid .box .register-btn:disabled:hover{background:#1b4d87}.dashboard .dashboard-main .boxes-grid .box .ongoing-badge{color:#f59e0b;background:#f59e0b1a;border-radius:20px;flex-shrink:0;align-items:center;gap:5px;padding:3px 8px;font-size:11px;font-weight:700;display:flex}.dashboard .dashboard-main .boxes-grid .box .ongoing-pulse{background:#f59e0b;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite pulse-dot;display:inline-block}.dashboard .dashboard-main .boxes-grid .box .ongoing-enter-btn{background:#f59e0b}.dashboard .dashboard-main .boxes-grid .box .ongoing-enter-btn:hover{background:#cf8508}.dashboard .dashboard-main .boxes-grid .box.taken{opacity:.75}.dashboard .dashboard-main .boxes-grid .box .taken-badge{color:#2e6eb5;background:#2e6eb51a;border-radius:20px;flex-shrink:0;padding:3px 8px;font-size:11px;font-weight:700}.dashboard .dashboard-main .boxes-grid .box .ongoing-taken-label{text-align:center;color:#1b4d8766;padding:8px 0 2px;font-family:ALK Rounded Mtav Med,sans-serif;font-size:13px}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.dashboard .dashboard-right{scrollbar-width:none;flex-shrink:0;width:220px;padding:32px 16px;overflow-y:auto}.dashboard .dashboard-right::-webkit-scrollbar{display:none}.dashboard .dashboard-right{flex-direction:column;gap:16px;display:flex}.dashboard .dashboard-right .side-box{background:#f0f6fc;border-radius:16px;flex-shrink:0;height:120px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 12px #0000000f}.dashboard .dashboard-right .side-box:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.dashboard .mobile-topbar,.dashboard .sidebar-overlay{display:none}@media (width<=1024px){.dashboard .dashboard-right{display:none}}@media (width<=768px){.dashboard .dashboard-right{z-index:100;background:#fef9ef;width:220px;height:100vh;padding:32px 16px;transition:transform .3s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 24px #00000026}.dashboard .dashboard-right.open{transform:translate(0)}.dashboard{flex-direction:column}.dashboard .sidebar{z-index:100;height:100vh;transition:transform .3s;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #00000026}.dashboard .sidebar.open{transform:translate(0)}.dashboard .sidebar-overlay{z-index:99;background:#0006;display:block;position:fixed;inset:0}.dashboard .dashboard-main{padding:0 16px 24px}.dashboard .mobile-topbar{z-index:10;background:#fef9ef;align-items:center;gap:16px;padding:16px 0;display:flex;position:sticky;top:0}.dashboard .mobile-topbar .hamburger{cursor:pointer;color:#1b4d87;background:0 0;border:none;padding:4px}.dashboard .mobile-topbar .hamburger svg{width:24px;height:24px}.dashboard .mobile-topbar .topbar-title{color:#1b4d87;flex:1;font-size:16px;font-weight:600}.dashboard .news-slider{min-height:unset;flex-direction:column;align-items:flex-start;padding:24px}.dashboard .news-slider .slide-controls{align-self:center}.dashboard .boxes-grid{grid-template-columns:1fr}}.ongoing-test-wrapper{background:#fef9ef;justify-content:center;min-height:100vh;padding:40px 20px;display:flex}.ongoing-test-container{flex-direction:column;gap:24px;width:100%;max-width:860px;display:flex}.ongoing-test-header{background:#f0f6fc;border-radius:20px;flex-direction:column;gap:16px;padding:28px 32px;display:flex;box-shadow:0 2px 12px #0000000f}.ongoing-back-btn{cursor:pointer;color:#1b4d87;background:0 0;border:none;align-self:flex-start;align-items:center;gap:4px;padding:4px 0;font-size:13px;font-weight:600;transition:opacity .2s;display:inline-flex}.ongoing-back-btn svg{width:16px;height:16px}.ongoing-back-btn:hover{opacity:.65}.ongoing-test-title-block{flex-direction:column;gap:6px;display:flex}.ongoing-live-badge{color:#f59e0b;background:#f59e0b1a;border-radius:20px;align-self:flex-start;align-items:center;gap:6px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.ongoing-live-badge .ongoing-pulse{background:#f59e0b;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite pulse-dot;display:inline-block}.ongoing-test-title{color:#1b4d87;font-size:26px;font-weight:700}.ongoing-test-etapi{color:#1b4d878c;font-size:13px;font-weight:600}.ongoing-test-meta{border-top:1px solid #1b4d8714;gap:32px;padding-top:8px;display:flex}.ongoing-meta-item{flex-direction:column;gap:2px;display:flex}.ongoing-meta-label{color:#1b4d8780;font-size:11px}.ongoing-meta-value{color:#1b4d87;font-size:16px;font-weight:700}.ongoing-meta-value.time-critical{color:#f59e0b}.ongoing-progress-bar{background:#1b4d8714;border-radius:99px;height:6px;overflow:hidden}.ongoing-progress-fill{background:#f59e0b;border-radius:99px;height:100%;transition:width .35s}.ongoing-question-dots{flex-wrap:wrap;gap:8px;display:flex}.q-dot{color:#1b4d8780;cursor:pointer;background:#f0f6fc;border:1.5px solid #1b4d8726;border-radius:8px;width:34px;height:34px;font-size:12px;font-weight:600;transition:all .2s}.q-dot.answered{color:#2e6eb5;background:#2e6eb514;border-color:#2e6eb5}.q-dot.active{color:#fff;background:#f59e0b;border-color:#f59e0b}.q-dot:hover:not(.active){color:#1b4d87;border-color:#1b4d87}.ongoing-test-body{background:#f0f6fc;border-radius:20px;justify-content:center;align-items:flex-start;min-height:320px;padding:36px 32px;display:flex;box-shadow:0 2px 12px #0000000f}.ongoing-test-placeholder{color:#1b4d874d;flex-direction:column;align-items:center;gap:14px;display:flex}.ongoing-test-placeholder svg{width:52px;height:52px}.ongoing-test-placeholder p{font-size:14px}.ongoing-question-card{flex-direction:column;gap:20px;width:100%;display:flex}.ongoing-question-number{color:#1b4d8766;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.ongoing-question-text{color:#1b4d87;font-size:17px;font-weight:600;line-height:1.55}.ongoing-options{flex-direction:column;gap:10px;display:flex}.ongoing-option{cursor:pointer;text-align:left;background:0 0;border:1.5px solid #1b4d871f;border-radius:12px;align-items:center;gap:14px;padding:13px 16px;transition:border-color .2s,background .2s;display:flex}.ongoing-option:hover{background:#2e6eb50a;border-color:#2e6eb5}.ongoing-option.selected{background:#f59e0b12;border-color:#f59e0b}.ongoing-option.selected .option-letter{color:#fff;background:#f59e0b;border-color:#f59e0b}.option-letter{color:#1b4d8780;border:1.5px solid #1b4d8733;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.option-text{color:#1b4d87;font-size:14px;line-height:1.4}.ongoing-nav{border-top:1px solid #1b4d8712;justify-content:space-between;align-items:center;padding-top:8px;display:flex}.ongoing-nav-btn{color:#1b4d87;cursor:pointer;background:0 0;border:1.5px solid #1b4d8726;border-radius:10px;align-items:center;gap:4px;padding:8px 18px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.ongoing-nav-btn svg{width:16px;height:16px}.ongoing-nav-btn:hover:not(:disabled){color:#2e6eb5;border-color:#2e6eb5}.ongoing-nav-btn:disabled{opacity:.3;cursor:default}.ongoing-nav-btn.next{color:#fff;background:#2e6eb5;border-color:#2e6eb5}.ongoing-nav-btn.next:hover{background:#285f9d}.ongoing-submit-btn{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:10px;padding:10px 28px;font-size:14px;font-weight:700;transition:background .2s,opacity .2s}.ongoing-submit-btn:hover:not(:disabled){background:#cf8508}.ongoing-submit-btn:disabled{opacity:.45;cursor:default}.ongoing-result-card{background:#f0f6fc;border-radius:20px;flex-direction:column;align-items:center;gap:12px;padding:48px 32px;display:flex;box-shadow:0 2px 12px #0000000f}.ongoing-result-icon{border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:4px;display:flex}.ongoing-result-icon svg{width:36px;height:36px}.ongoing-result-icon.passed{color:#16a34a;background:#16a34a1f}.ongoing-result-icon.failed{color:#f59e0b;background:#f59e0b1a}.ongoing-result-label{font-size:20px;font-weight:700}.ongoing-result-label.passed{color:#16a34a}.ongoing-result-label.failed{color:#f59e0b}.ongoing-result-score{font-size:42px;font-weight:700}.ongoing-result-score .score-green{color:#16a34a}.ongoing-result-score .score-red{color:#f59e0b}.ongoing-result-score .score-max{color:#1b4d8766;font-size:22px}.ongoing-result-meta{color:#1b4d8780;margin-bottom:8px;font-size:13px}.ongoing-result-meta strong{color:#1b4d87}.ongoing-result-save-status{min-height:18px;font-size:12px}.ongoing-result-save-status .save-saving{color:#1b4d8773}.ongoing-result-save-status .save-ok{color:#16a34a;font-weight:600}.ongoing-result-save-status .save-err{color:#f59e0b}.ongoing-result-breakdown{scrollbar-width:thin;border-top:1px solid #1b4d8712;flex-direction:column;gap:6px;width:100%;max-height:260px;padding-top:16px;display:flex;overflow-y:auto}.result-row{border-radius:10px;align-items:center;gap:10px;padding:8px 12px;font-size:13px;display:flex}.result-row.correct{background:#16a34a12}.result-row.wrong{background:#f59e0b12}.result-row-num{color:#1b4d87;background:#1b4d8714;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex}.result-row-q{color:#1b4d87;flex:1}.result-row-badge{flex-shrink:0;font-size:14px;font-weight:700}.correct .result-row-badge{color:#16a34a}.wrong .result-row-badge{color:#f59e0b}.ongoing-test-not-found{color:#1b4d8780;flex-direction:column;align-items:center;gap:16px;padding-top:80px;display:flex}.create-test-wrapper{background:#fef9ef;justify-content:center;min-height:100vh;padding:40px 20px;display:flex}.create-test-container{flex-direction:column;gap:24px;width:100%;max-width:1500px;display:flex}.create-test-header{align-items:center;gap:16px;display:flex}.create-test-title{color:#1b4d87;font-size:22px;font-weight:700}.create-test-form{background:#f0f6fc;border-radius:20px;flex-direction:column;gap:20px;padding:32px;display:flex;box-shadow:0 2px 12px #0000000f}.ct-field{flex-direction:column;gap:6px;display:flex}.ct-label{color:#1b4d878c;text-transform:uppercase;letter-spacing:.4px;font-size:12px;font-weight:600}.ct-input{color:#1b4d87;background:#fef9ef;border:1.5px solid #1b4d871f;border-radius:10px;outline:none;padding:11px 14px;font-family:ALK Rounded Mtav Med,sans-serif;font-size:14px;transition:border-color .2s}.ct-input:focus{border-color:#2e6eb5}.ct-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23233D4D' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.ct-row{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.dt24-picker{grid-template-columns:1fr auto;align-items:stretch;gap:10px;display:grid}.dt24-date{color:#1b4d87;background:#fef9ef;border:1.5px solid #1b4d871f;border-radius:10px;outline:none;width:100%;padding:11px 14px;font-family:ALK Rounded Mtav Med,sans-serif;font-size:14px;transition:border-color .2s}.dt24-date:focus{border-color:#2e6eb5}.dt24-time{background:#fef9ef;border:1.5px solid #1b4d871f;border-radius:10px;align-items:center;gap:4px;padding:4px 10px;display:flex}.dt24-time:focus-within{border-color:#2e6eb5}.dt24-colon{color:#1b4d878c;font-size:16px;font-weight:700}.dt24-select{appearance:none;color:#1b4d87;cursor:pointer;text-align:center;background:0 0;border:none;outline:none;min-width:38px;padding:6px 4px;font-family:ALK Rounded Mtav Med,sans-serif;font-size:14px;font-weight:600}.ct-error{color:#f59e0b;background:#f59e0b14;border-radius:8px;padding:8px 12px;font-size:13px}.ct-submit-btn{color:#fff;cursor:pointer;background:#2e6eb5;border:none;border-radius:10px;padding:12px;font-family:ALK Rounded Mtav Med,sans-serif;font-size:14px;font-weight:700;transition:background .2s,opacity .2s}.ct-submit-btn:hover:not(:disabled){background:#285f9d}.ct-submit-btn:disabled{opacity:.45;cursor:default}.ct-questions-section{flex-direction:column;gap:16px;display:flex}.ct-questions-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:16px;display:grid}@media (width<=1024px){.ct-questions-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.ct-questions-grid{grid-template-columns:1fr}}.ct-questions-header{justify-content:space-between;align-items:center;display:flex}.ct-add-question-btn{color:#2e6eb5;cursor:pointer;background:0 0;border:1.5px dashed #2e6eb5;border-radius:8px;padding:7px 14px;font-family:ALK Rounded Mtav Med,sans-serif;font-size:13px;font-weight:600;transition:background .2s,color .2s}.ct-add-question-btn:hover{background:#2e6eb514}.ct-question-card{background:#fef9ef;border:1.5px solid #1b4d871a;border-radius:14px;flex-direction:column;gap:12px;min-width:0;padding:16px;display:flex}.ct-question-card-header{justify-content:space-between;align-items:center;display:flex}.ct-question-number{color:#2e6eb5;font-family:ALK Rounded Mtav Med,sans-serif;font-size:13px;font-weight:700}.ct-remove-question-btn{color:#f59e0b;cursor:pointer;background:#f59e0b1a;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;font-size:18px;line-height:1;transition:background .2s;display:flex}.ct-remove-question-btn:hover{background:#f59e0b33}.ct-options-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ct-option-field{align-items:center;gap:8px;display:flex}.ct-option-label{color:#1b4d8780;min-width:16px;font-size:13px;font-weight:700}.ct-option-input{flex:1;min-width:0}.ct-correct-section{flex-direction:column;gap:8px;display:flex}.ct-correct-options{gap:10px;display:flex}.ct-correct-option{color:#1b4d8799;cursor:pointer;border:1.5px solid #1b4d871f;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-family:ALK Rounded Mtav Med,sans-serif;font-size:13px;font-weight:600;transition:border-color .2s,color .2s,background .2s;display:flex}.ct-correct-option input[type=radio]{display:none}.ct-correct-option.selected{color:#2e6eb5;background:#2e6eb514;border-color:#2e6eb5}.ct-correct-option:hover:not(.selected){border-color:#1b4d8740}.ct-type-toggle{gap:8px;display:flex}.ct-type-btn{color:#1b4d8799;cursor:pointer;background:0 0;border:1.5px solid #1b4d871f;border-radius:10px;flex:1;padding:9px 12px;font-family:ALK Rounded Mtav Med,sans-serif;font-size:13px;font-weight:700;transition:border-color .2s,color .2s,background .2s}.ct-type-btn.selected{color:#2e6eb5;background:#2e6eb514;border-color:#2e6eb5}.ct-type-btn:hover:not(.selected){border-color:#1b4d8740}.ct-image-preview{align-items:flex-start;gap:10px;margin-bottom:8px;display:flex}.ct-image-preview img{object-fit:cover;border:1.5px solid #1b4d871a;border-radius:8px;max-width:180px;max-height:120px}.ct-image-remove{color:#f59e0b;cursor:pointer;background:#f59e0b1a;border:none;border-radius:6px;padding:6px 10px;font-family:ALK Rounded Mtav Med,sans-serif;font-size:12px;font-weight:700}.ct-image-remove:hover{background:#f59e0b33}.ongoing-question-image{justify-content:center;margin-bottom:12px;display:flex}.ongoing-question-image img{border:1.5px solid #1b4d8714;border-radius:12px;max-width:100%;max-height:320px}.ongoing-open-answer{flex-direction:column;gap:8px;display:flex}.ongoing-open-input{color:#1b4d87;background:#fef9ef;border:1.5px solid #1b4d8726;border-radius:12px;outline:none;padding:14px 16px;font-family:ALK Rounded Mtav Med,sans-serif;font-size:15px;transition:border-color .2s}.ongoing-open-input:focus{border-color:#2e6eb5}.ongoing-open-input:disabled{opacity:.7;cursor:not-allowed}.reg-modal-overlay{z-index:200;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.reg-modal{background:#f0f6fc;border-radius:20px;flex-direction:column;gap:12px;width:100%;max-width:380px;padding:32px 28px;display:flex;position:relative;box-shadow:0 20px 60px #00000040}.reg-modal-close{color:#1b4d8780;cursor:pointer;background:0 0;border:none;width:28px;height:28px;font-size:22px;line-height:1;position:absolute;top:10px;right:14px}.reg-modal-close:hover{color:#1b4d87}.reg-modal-title{color:#1b4d87;text-align:center;font-size:18px;font-weight:700}.reg-modal-sub{color:#1b4d8799;text-align:center;font-size:13px}.reg-modal-error{color:#f59e0b;text-align:center;background:#f59e0b14;border-radius:8px;padding:6px 10px;font-size:12px}.reg-modal-actions{gap:10px;margin-top:8px;display:flex}.reg-modal-primary{color:#fff;cursor:pointer;background:#2e6eb5;border:none;border-radius:10px;flex:1;padding:11px;font-family:ALK Rounded Mtav Med,sans-serif;font-size:14px;font-weight:700;transition:background .2s,opacity .2s}.reg-modal-primary:hover:not(:disabled){background:#1b4d87}.reg-modal-primary:disabled{opacity:.5;cursor:default}.reg-modal-secondary{color:#1b4d87;cursor:pointer;background:0 0;border:1.5px solid #1b4d8733;border-radius:10px;flex:1;padding:11px;font-family:ALK Rounded Mtav Med,sans-serif;font-size:14px;font-weight:600;transition:border-color .2s,background .2s}.reg-modal-secondary:hover{background:#1b4d870a;border-color:#1b4d87}
