@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}.landing{color:#1b4d87;background:#fef9ef;flex-direction:column;min-height:100vh;display:flex}.landing-nav{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;border-bottom:1px solid #1b4d8714;justify-content:space-between;align-items:center;padding:16px 48px;display:flex;position:sticky;top:0}.landing-nav .landing-logo{color:#1b4d87;align-items:center;gap:10px;font-size:17px;font-weight:700;text-decoration:none;display:flex}.landing-nav .landing-logo img{object-fit:contain;width:32px;height:32px}.landing-nav .landing-nav-links{gap:28px;display:flex}.landing-nav .landing-nav-links a{color:#1b4d87b3;padding:4px 0;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.landing-nav .landing-nav-links a:after{content:"";transform-origin:0;background:#2e6eb5;border-radius:2px;height:2px;transition:transform .25s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.landing-nav .landing-nav-links a:hover{color:#2e6eb5}.landing-nav .landing-nav-links a:hover:after{transform:scaleX(1)}.landing-nav .landing-nav-actions{gap:10px;display:flex}@media (width<=768px){.landing-nav{padding:12px 20px}.landing-nav .landing-nav-links{display:none}}.landing-btn-ghost,.landing-btn-primary,.landing-btn-cta,.landing-btn-secondary,.landing-btn-outline{cursor:pointer;border-radius:10px;font-family:ALK Rounded Mtav Med,sans-serif;font-weight:700;transition:background .2s,color .2s,border-color .2s,transform .15s}.landing-btn-ghost{color:#1b4d87;background:0 0;border:1.5px solid #1b4d872e;padding:9px 18px;font-size:13px}.landing-btn-ghost:hover{background:#1b4d870a;border-color:#1b4d87}.landing-btn-primary{color:#fff;background:#2e6eb5;border:none;padding:9px 18px;font-size:13px}.landing-btn-primary:hover{background:#1b4d87;transform:translateY(-1px)}.landing-btn-cta{color:#fff;background:#f59e0b;border:none;padding:14px 32px;font-size:16px}.landing-btn-cta:hover{background:#d98b09;transform:translateY(-2px)}.landing-btn-outline{color:#fff;background:0 0;border:2px solid #fff;align-items:center;padding:14px 32px;font-size:16px;text-decoration:none;display:inline-flex}.landing-btn-outline:hover{color:#1b4d87;background:#fff}.landing-btn-secondary{color:#fff;background:#2e6eb5;border:none;margin-top:auto;padding:9px 14px;font-size:13px}.landing-btn-secondary:hover{background:#1b4d87}.landing-hero{text-align:center;isolation:isolate;justify-content:center;align-items:center;padding:120px 24px 96px;display:flex;position:relative;overflow:hidden}.landing-hero .landing-hero-bg{filter:blur(5px)saturate(1.1);z-index:-2;background-position:50%;background-size:cover;position:absolute;inset:-40px;transform:scale(1.08)}.landing-hero:after{content:"";z-index:-1;background:linear-gradient(#1b4d878c,#1b4d87b3);position:absolute;inset:0}.landing-hero .landing-hero-content{color:#fff;flex-direction:column;align-items:center;gap:18px;max-width:640px;display:flex}.landing-hero .landing-hero-logo{object-fit:contain;width:84px;height:84px;margin-bottom:6px}.landing-hero h1{color:#fff;font-size:48px;line-height:1.15}.landing-hero p{color:#ffffffd9;max-width:480px;margin-bottom:8px;font-size:17px}@media (width<=768px){.landing-hero{padding:80px 20px 64px}.landing-hero .landing-hero-logo{width:64px;height:64px}.landing-hero h1{font-size:32px}.landing-hero p{font-size:14px}}.landing-section{width:100%;max-width:1280px;margin:0 auto;padding:64px 48px}@media (width<=768px){.landing-section{padding:48px 20px}}.landing-section-head{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.landing-section-head h2{color:#1b4d87;font-size:28px}.landing-section-head .landing-link{color:#2e6eb5;font-size:14px;font-weight:700;text-decoration:none}.landing-section-head .landing-link:hover{color:#1b4d87}.landing-slider-controls{gap:10px;display:flex}.landing-slide-btn{color:#1b4d87;cursor:pointer;background:#fff;border:1.5px solid #1b4d872e;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,border-color .2s,opacity .2s;display:flex}.landing-slide-btn svg{width:16px;height:16px}.landing-slide-btn:hover:not(:disabled){color:#fff;background:#2e6eb5;border-color:#2e6eb5}.landing-slide-btn:disabled{opacity:.35;cursor:default}.landing-slider{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:20px;padding-bottom:4px;display:flex;overflow-x:auto}.landing-slider::-webkit-scrollbar{display:none}.landing-test-card{scroll-snap-align:start;background:#f0f6fc;border-top:4px solid #2e6eb5;border-radius:16px;flex-direction:column;flex:0 0 calc(33.3333% - 13.3333px);gap:12px;padding:22px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 12px #0000000f}@media (width<=1024px){.landing-test-card{flex:0 0 calc(50% - 10px)}}@media (width<=768px){.landing-test-card{flex:0 0 100%}}.landing-test-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001a}.landing-test-card .landing-test-tag{color:#1b4d87;background:#2e6eb526;border-radius:20px;align-self:flex-start;padding:3px 10px;font-size:11px;font-weight:700}.landing-test-card h3{color:#1b4d87;font-size:18px}.landing-test-card .landing-test-meta{color:#1b4d8799;justify-content:space-between;font-size:12px;display:flex}.landing-test-card .landing-test-meta span{align-items:center;gap:5px;display:inline-flex}.landing-test-card .landing-test-meta span svg{width:14px;height:14px}.landing-test-card .landing-test-date{color:#f59e0b;font-size:13px;font-weight:600}.landing-blog-grid{flex-wrap:wrap;gap:20px;display:flex}.landing-blog-card{min-width:280px;color:inherit;cursor:pointer;background:#f0f6fc;border-radius:16px;flex-direction:column;flex:calc(33.3333% - 13.3333px);text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 12px #0000000f}.landing-blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001a}.landing-blog-card .landing-blog-thumb{background-color:#1b4d871a;background-position:50%;background-repeat:no-repeat;background-size:cover;height:180px;position:relative}.landing-blog-card .landing-blog-tag{color:#1b4d87;background:#fffffff2;border-radius:20px;padding:4px 12px;font-size:11px;font-weight:700;position:absolute;top:14px;left:14px}.landing-blog-card .landing-blog-body{flex-direction:column;flex:1;gap:8px;padding:18px 20px 20px;display:flex}.landing-blog-card .landing-blog-body h3{color:#1b4d87;font-size:16px;line-height:1.35}.landing-blog-card .landing-blog-body p{color:#1b4d87a6;flex:1;font-size:13px;line-height:1.55}.landing-blog-card .landing-blog-body .landing-blog-meta{color:#1b4d8780;border-top:1px dashed #1b4d871a;justify-content:space-between;padding-top:8px;font-size:11px;display:flex}.landing-blog-card .landing-blog-body .landing-blog-meta span{align-items:center;gap:4px;display:inline-flex}.landing-blog-card .landing-blog-body .landing-blog-meta span svg{width:12px;height:12px}.landing-footer{color:#ffffffd9;background:#1b4d87;margin-top:auto;padding:56px 48px 24px}.landing-footer .landing-footer-logo{color:#f59e0b;gap:8px;margin-bottom:14px;font-size:15px}.landing-footer .landing-footer-logo img{filter:brightness(0)invert();opacity:.85;width:22px;height:22px}.landing-footer .landing-footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1280px;margin:0 auto;display:grid}@media (width<=900px){.landing-footer .landing-footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.landing-footer .landing-footer-grid{grid-template-columns:1fr}}.landing-footer .landing-footer-brand p{color:#fff9;max-width:360px;font-size:13px;line-height:1.6}.landing-footer .landing-footer-col{flex-direction:column;gap:10px;display:flex}.landing-footer .landing-footer-col h4{color:#fff;margin-bottom:6px;font-size:14px}.landing-footer .landing-footer-col a,.landing-footer .landing-footer-col span{color:#ffffffa6;font-size:13px;text-decoration:none;transition:color .2s}.landing-footer .landing-footer-col a:hover{color:#f59e0b}.landing-footer .landing-footer-bottom{color:#fff6;text-align:center;border-top:1px solid #ffffff1a;max-width:1280px;margin:40px auto 0;padding-top:20px;font-size:12px}@media (width<=768px){.landing-footer{padding:40px 20px 20px}}.blog-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#0000008c;justify-content:center;align-items:center;padding:24px;animation:.2s blogModalFadeIn;display:flex;position:fixed;inset:0}.blog-modal{scrollbar-width:thin;background:#fef9ef;border-radius:20px;width:100%;max-width:760px;max-height:90vh;animation:.25s blogModalSlideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.blog-modal-close{z-index:2;color:#1b4d87;cursor:pointer;background:#fffffff2;border:none;border-radius:50%;width:36px;height:36px;font-size:24px;line-height:1;transition:background .2s,transform .15s;position:absolute;top:14px;right:14px;box-shadow:0 2px 8px #00000026}.blog-modal-close:hover{background:#fff;transform:scale(1.05)}.blog-modal-cover{background-color:#1b4d871a;background-position:50%;background-size:cover;height:280px;position:relative}.blog-modal-cover .landing-blog-tag{position:absolute;top:18px;left:18px}.blog-modal-body{flex-direction:column;gap:16px;padding:28px 36px 36px;display:flex}.blog-modal-body h2{color:#1b4d87;font-size:28px;line-height:1.25}.blog-modal-body p{color:#1b4d87e6;font-size:15px;line-height:1.75}.blog-modal-body .blog-modal-lead{color:#1b4d87;border-left:3px solid #f59e0b;margin:4px 0 8px;padding-left:14px;font-size:16px;font-weight:600}.blog-modal-meta{color:#1b4d878c;align-items:center;gap:8px;font-size:13px;display:flex}.blog-modal-meta span{align-items:center;gap:5px;display:inline-flex}.blog-modal-meta span svg{width:14px;height:14px}@keyframes blogModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes blogModalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.blog-modal-overlay{padding:0}.blog-modal{border-radius:0;max-width:100%;height:100vh;max-height:100vh}.blog-modal-cover{height:200px}.blog-modal-body{padding:22px 22px 32px}.blog-modal-body h2{font-size:22px}}@keyframes landingFadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes landingFadeIn{0%{opacity:0}to{opacity:1}}@keyframes landingShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes landingFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes landingPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.06)}}.landing-nav{animation:.4s both landingFadeIn}.landing-hero-content{animation:.7s .1s both landingFadeInUp}.landing-hero-bg{animation:.9s both landingFadeIn}.landing-hero .landing-hero-logo{animation:3.5s ease-in-out infinite landingFloat}.landing-section .landing-section-head{animation:.5s both landingFadeInUp}.landing-test-card,.landing-blog-card{opacity:0;animation:.55s both landingFadeInUp}.landing-test-card:first-child{animation-delay:50ms}.landing-test-card:nth-child(2){animation-delay:.12s}.landing-test-card:nth-child(3){animation-delay:.19s}.landing-blog-card:first-child{animation-delay:50ms}.landing-blog-card:nth-child(2){animation-delay:.1s}.landing-blog-card:nth-child(3){animation-delay:.15s}.landing-blog-card:nth-child(4){animation-delay:.2s}.landing-blog-card:nth-child(5){animation-delay:.25s}.landing-blog-card:nth-child(6){animation-delay:.3s}.landing-blog-thumb{isolation:isolate;position:relative}.landing-blog-thumb:before{content:"";z-index:-1;background:linear-gradient(90deg,#1b4d8714 0%,#1b4d872e 40%,#1b4d8714 80%) 0 0/200% 100%;animation:1.6s linear infinite landingShimmer;position:absolute;inset:0}.landing-slide-btn:disabled{animation:none}.landing-btn-cta{animation:2.4s ease-in-out 1s infinite landingPulse}.landing-btn-cta:hover{animation:none}@media (prefers-reduced-motion:reduce){.landing-nav,.landing-hero-content,.landing-hero-bg,.landing-hero .landing-hero-logo,.landing-section .landing-section-head,.landing-test-card,.landing-blog-card,.landing-blog-thumb:before,.landing-btn-cta{opacity:1!important;animation:none!important}}
