@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--blue-50: #eff6ff;--blue-100: #dbeafe;--blue-200: #bfdbfe;--blue-300: #93c5fd;--blue-400: #60a5fa;--blue-500: #3b82f6;--blue-600: #2563eb;--blue-700: #1d4ed8;--blue-800: #1e40af;--blue-900: #1e3a8a;--white: #ffffff;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--green-50: #f0fdf4;--green-500: #22c55e;--green-600: #16a34a;--red-50: #fef2f2;--red-500: #ef4444;--red-600: #dc2626;--amber-50: #fffbeb;--amber-500: #f59e0b;--amber-600: #d97706;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);--radius-sm: 6px;--radius: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--gray-50);color:var(--gray-800);line-height:1.6;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--blue-600);text-decoration:none}a:hover{color:var(--blue-700)}button{cursor:pointer;font-family:inherit;border:none;outline:none}input,select,textarea{font-family:inherit;font-size:.9375rem}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fade-in{animation:fadeIn .3s ease-out}.slide-up{animation:slideUp .4s ease-out}.scale-in{animation:scaleIn .2s ease-out}._container_1k4xh_1{min-height:100vh;display:flex}._leftPanel_1k4xh_6{flex:0 0 42%;background:linear-gradient(135deg,#1e3a8a,#2563eb,#3b82f6);display:flex;align-items:center;justify-content:center;padding:3rem;position:relative;overflow:hidden}._leftPanel_1k4xh_6:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;border-radius:50%;background:#ffffff0d}._leftPanel_1k4xh_6:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;border-radius:50%;background:#ffffff08}._brandContent_1k4xh_39{position:relative;z-index:1;color:#fff}._logoMark_1k4xh_45{width:64px;height:64px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}._brandTitle_1k4xh_58{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem}._brandTagline_1k4xh_65{font-size:1.1rem;opacity:.85;font-weight:400;margin-bottom:3rem}._features_1k4xh_72{display:flex;flex-direction:column;gap:1rem}._feature_1k4xh_72{display:flex;align-items:center;gap:.75rem;font-size:.95rem;opacity:.9}._featureDot_1k4xh_86{width:8px;height:8px;border-radius:50%;background:#60a5fa;flex-shrink:0}._rightPanel_1k4xh_94{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem;background:var(--white)}._formContainer_1k4xh_103{width:100%;max-width:520px;animation:_fadeIn_1k4xh_1 .4s ease-out}._formHeader_1k4xh_109{margin-bottom:2rem}._formHeader_1k4xh_109 h2{font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}._formHeader_1k4xh_109 p{color:var(--gray-500);font-size:.95rem}._errorBox_1k4xh_125{background:var(--red-50);border:1px solid #fecaca;color:var(--red-600);padding:.75rem 1rem;border-radius:var(--radius);font-size:.875rem;margin-bottom:1.25rem;animation:_scaleIn_1k4xh_1 .2s ease-out}._form_1k4xh_103{display:flex;flex-direction:column;gap:1.25rem}._inputRow_1k4xh_142{display:flex;gap:1rem}._inputRow_1k4xh_142 ._inputGroup_1k4xh_147{flex:1}._inputGroup_1k4xh_147 label{display:block;font-size:.8125rem;font-weight:600;color:var(--gray-700);margin-bottom:.375rem;letter-spacing:.01em}._inputWrapper_1k4xh_160{position:relative;display:flex;align-items:center}._inputIcon_1k4xh_166{position:absolute;left:.875rem;color:var(--gray-400);pointer-events:none}._inputWrapper_1k4xh_160 input{width:100%;padding:.6875rem .875rem .6875rem 2.75rem;border:1.5px solid var(--gray-200);border-radius:var(--radius);font-size:.9375rem;color:var(--gray-800);background:var(--white);transition:all .15s ease}._inputWrapper_1k4xh_160 input:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 3px #3b82f61a}._inputWrapper_1k4xh_160 input::placeholder{color:var(--gray-400)}._togglePass_1k4xh_194{position:absolute;right:.75rem;background:none;color:var(--gray-400);padding:.25rem;display:flex;align-items:center}._togglePass_1k4xh_194:hover{color:var(--gray-600)}._submitBtn_1k4xh_208{width:100%;padding:.75rem;background:var(--blue-600);color:#fff;font-size:.9375rem;font-weight:600;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .15s ease;margin-top:.5rem}._submitBtn_1k4xh_208:hover:not(:disabled){background:var(--blue-700);transform:translateY(-1px);box-shadow:var(--shadow-md)}._submitBtn_1k4xh_208:disabled{opacity:.7;cursor:not-allowed}._spinner_1k4xh_235{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1k4xh_235 .6s linear infinite}@keyframes _spin_1k4xh_235{to{transform:rotate(360deg)}}._switchText_1k4xh_248{text-align:center;margin-top:1.75rem;font-size:.875rem;color:var(--gray-500)}._switchText_1k4xh_248 a{color:var(--blue-600);font-weight:600}._switchText_1k4xh_248 a:hover{color:var(--blue-700);text-decoration:underline}@media(max-width:768px){._container_1k4xh_1{flex-direction:column}._leftPanel_1k4xh_6{flex:none;padding:2rem 1.5rem}._brandTitle_1k4xh_58{font-size:1.75rem}._brandTagline_1k4xh_65{margin-bottom:1.5rem}._features_1k4xh_72{display:none}._rightPanel_1k4xh_94{padding:2rem 1.5rem}._inputRow_1k4xh_142{flex-direction:column;gap:1.25rem}}._page_x1azi_1{min-height:100vh;background:var(--gray-50)}._header_x1azi_6{background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:50}._headerInner_x1azi_14{max-width:1200px;margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between}._brand_x1azi_24{display:flex;align-items:center;gap:.625rem}._logoIcon_x1azi_30{width:36px;height:36px;background:var(--blue-600);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center}._logoText_x1azi_41{font-size:1.25rem;font-weight:700;color:var(--gray-900);letter-spacing:-.02em}._headerRight_x1azi_48{display:flex;align-items:center;gap:1rem}._userInfo_x1azi_54{display:flex;align-items:center;gap:.625rem}._avatar_x1azi_60{width:34px;height:34px;background:var(--blue-100);color:var(--blue-700);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}._userName_x1azi_73{font-size:.875rem;font-weight:500;color:var(--gray-700)}._logoutBtn_x1azi_79{width:36px;height:36px;background:var(--gray-100);color:var(--gray-500);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;transition:all .15s}._logoutBtn_x1azi_79:hover{background:var(--red-50);color:var(--red-500)}._main_x1azi_96{max-width:1200px;margin:0 auto;padding:2rem;animation:_fadeIn_x1azi_1 .3s ease-out}._welcome_x1azi_103{margin-bottom:2rem}._welcome_x1azi_103 h1{font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}._welcome_x1azi_103 p{color:var(--gray-500);font-size:.95rem}._warningBanner_x1azi_119{background:linear-gradient(135deg,var(--red-50) 0%,var(--orange-50) 100%);border:2px solid var(--red-400);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:2rem;display:flex;gap:1rem;align-items:flex-start;box-shadow:0 4px 12px #ef444426;animation:_slideDown_x1azi_1 .3s ease-out}@keyframes _slideDown_x1azi_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._warningIcon_x1azi_143{font-size:2rem;flex-shrink:0;line-height:1}._warningContent_x1azi_149{flex:1}._warningContent_x1azi_149 h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:700;color:var(--red-700);letter-spacing:.02em}._warningContent_x1azi_149 p{margin:0;color:var(--red-600);font-size:.9rem;line-height:1.5;font-weight:500}._assessmentCard_x1azi_169{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);padding:2rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}._cardHeader_x1azi_178{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:2rem}._cardHeader_x1azi_178 h2{font-size:1.375rem;font-weight:700;color:var(--gray-900);margin-bottom:.375rem}._cardHeader_x1azi_178 p{color:var(--gray-500);font-size:.9rem;max-width:480px}._startBtn_x1azi_199{padding:.75rem 1.5rem;background:var(--blue-600);color:#fff;font-size:.9375rem;font-weight:600;border-radius:var(--radius);display:flex;align-items:center;gap:.375rem;white-space:nowrap;transition:all .15s;flex-shrink:0}._startBtn_x1azi_199:hover{background:var(--blue-700);transform:translateY(-1px);box-shadow:var(--shadow-md)}._viewResultBtn_x1azi_220{background:var(--green-600)}._viewResultBtn_x1azi_220:hover{background:#15803d}._statsRow_x1azi_229{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;border-top:1px solid var(--gray-100);padding-top:1.5rem}._stat_x1azi_229{display:flex;align-items:center;gap:.75rem}._statIcon_x1azi_243{color:var(--blue-500)}._statValue_x1azi_247{font-size:1.125rem;font-weight:700;color:var(--gray-900)}._statLabel_x1azi_253{font-size:.8125rem;color:var(--gray-500)}._sectionsGrid_x1azi_258{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}._sectionCard_x1azi_265{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:1.5rem;text-align:center;transition:all .15s}._sectionCard_x1azi_265:hover{border-color:var(--blue-200);box-shadow:var(--shadow)}._sectionIcon_x1azi_279{width:48px;height:48px;background:var(--blue-50);color:var(--blue-600);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}._sectionCard_x1azi_265 h3{font-size:.9rem;font-weight:600;color:var(--gray-800);margin-bottom:.25rem}._sectionCard_x1azi_265 p{font-size:.8125rem;color:var(--gray-500)}._instructions_x1azi_303{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:1.5rem;margin-bottom:1rem}._instructions_x1azi_303 h3{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:var(--gray-800);margin-bottom:1rem}._instructions_x1azi_303 ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}._instructions_x1azi_303 li{font-size:.875rem;color:var(--gray-600);padding-left:1.25rem;position:relative}._instructions_x1azi_303 li:before{content:"";position:absolute;left:0;top:.5rem;width:6px;height:6px;background:var(--blue-400);border-radius:50%}._proctor_x1azi_346{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--amber-50);border:1px solid #fde68a;border-radius:var(--radius);font-size:.8125rem;color:var(--amber-600)}._securityPanel_x1azi_358{margin-top:1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:1.25rem}._securityHeader_x1azi_366{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}._securityHeader_x1azi_366 h3{display:flex;align-items:center;gap:.45rem;margin:0;font-size:.95rem;font-weight:700;color:var(--gray-900)}._securityBtn_x1azi_384{padding:.5rem .8rem;border-radius:var(--radius);background:var(--gray-900);color:var(--white);font-size:.8rem;font-weight:600}._securityBtn_x1azi_384:hover{background:#111827}._securityGrid_x1azi_397{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:.85rem}._infoCard_x1azi_404{border:1px solid var(--gray-200);border-radius:var(--radius);padding:.75rem;background:var(--gray-50)}._infoCard_x1azi_404 h4{margin:0 0 .35rem;display:flex;align-items:center;gap:.3rem;font-size:.77rem;font-weight:600;color:var(--gray-600);text-transform:uppercase;letter-spacing:.04em}._infoCard_x1azi_404 p{margin:0 0 .15rem;font-size:.85rem;font-weight:600;color:var(--gray-900)}._infoCard_x1azi_404 span{font-size:.75rem;color:var(--gray-500)}._permissionRow_x1azi_435{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.85rem}._permissionRow_x1azi_435 span{display:inline-flex;align-items:center;gap:.25rem;border:1px solid var(--gray-200);border-radius:999px;padding:.35rem .6rem;font-size:.75rem;color:var(--gray-600);background:var(--gray-50)}._cameraWrap_x1azi_454{border:1px solid var(--gray-200);border-radius:var(--radius);padding:.6rem;margin-bottom:.85rem}._cameraPreview_x1azi_461{width:100%;height:210px;border-radius:var(--radius-sm);object-fit:cover;transform:scaleX(-1);background:var(--gray-900)}._cameraLabel_x1azi_470{font-size:.75rem;color:var(--gray-500);margin-top:.35rem}._noticeList_x1azi_476{display:flex;flex-direction:column;gap:.45rem}._notice_x1azi_476{display:flex;align-items:center;gap:.3rem;border-radius:var(--radius-sm);padding:.45rem .55rem;font-size:.78rem}._noticeWarn_x1azi_491{background:var(--amber-50);color:var(--amber-700);border:1px solid #fcd34d}._noticeInfo_x1azi_497{background:var(--blue-50);color:var(--blue-700);border:1px solid #bfdbfe}._startModalOverlay_x1azi_503{position:fixed;inset:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:90}._startModal_x1azi_503{width:100%;max-width:620px;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);padding:1.2rem;position:relative}._startModalClose_x1azi_524{position:absolute;top:.7rem;right:.7rem;width:30px;height:30px;border-radius:50%;background:var(--gray-100);color:var(--gray-600);display:flex;align-items:center;justify-content:center}._startModal_x1azi_503 h3{margin:0 0 .45rem;display:flex;align-items:center;gap:.4rem;color:var(--gray-900)}._startModal_x1azi_503 p{margin:0 0 .75rem;color:var(--gray-600);font-size:.85rem}._compulsoryBlock_x1azi_552{border:1px solid #f59e0b;background:#fffbeb;border-radius:var(--radius);padding:.75rem;margin-bottom:.8rem}._compulsoryTitle_x1azi_560{font-size:.8rem;font-weight:700;color:#92400e;margin-bottom:.45rem;text-transform:uppercase;letter-spacing:.04em}._compulsoryGrid_x1azi_569{display:grid;grid-template-columns:repeat(2,1fr);gap:.45rem}._compulsoryGrid_x1azi_569 span{display:flex;align-items:center;gap:.3rem;font-size:.78rem;background:#fff;border:1px solid #fcd34d;border-radius:var(--radius-sm);color:#78350f;padding:.36rem .48rem}._modalRules_x1azi_587{margin:0 0 .75rem;padding-left:1rem;color:var(--gray-700);font-size:.84rem;display:flex;flex-direction:column;gap:.35rem}._agreeRow_x1azi_597{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.85rem;color:var(--gray-700);font-size:.83rem}._agreeRow_x1azi_597 input{margin-top:2px}._modalActionRow_x1azi_610{display:flex;gap:.6rem}._modalSecondaryBtn_x1azi_615{flex:1;padding:.62rem;background:var(--gray-100);color:var(--gray-700);border-radius:var(--radius);font-weight:600}._modalPrimaryBtn_x1azi_624{flex:1;padding:.62rem;background:var(--blue-600);color:#fff;border-radius:var(--radius);font-weight:600}._modalPrimaryBtn_x1azi_624:disabled{opacity:.55;cursor:not-allowed}._viewAllWarningsBtn_x1azi_638{width:100%;padding:.625rem;background:var(--amber-50);color:var(--amber-700);border:1px solid #fcd34d;border-radius:var(--radius-sm);font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .15s;margin-top:.35rem}._viewAllWarningsBtn_x1azi_638:hover{background:var(--amber-100)}._allWarningsList_x1azi_656{display:flex;flex-direction:column;gap:.6rem;max-height:400px;overflow-y:auto;margin-top:1rem}@media(max-width:768px){._main_x1azi_96{padding:1.25rem}._cardHeader_x1azi_178{flex-direction:column}._statsRow_x1azi_229,._sectionsGrid_x1azi_258{grid-template-columns:repeat(2,1fr)}._securityHeader_x1azi_366{flex-direction:column;align-items:flex-start}._securityGrid_x1azi_397{grid-template-columns:1fr}._cameraPreview_x1azi_461{height:165px}._compulsoryGrid_x1azi_569{grid-template-columns:1fr}._modalActionRow_x1azi_610{flex-direction:column}}._loading_10fpy_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;color:var(--gray-500)}._loadingSpinner_10fpy_11{width:40px;height:40px;border:3px solid var(--gray-200);border-top-color:var(--blue-600);border-radius:50%;animation:_spin_10fpy_807 .6s linear infinite}@keyframes _spin_10fpy_807{to{transform:rotate(360deg)}}._container_10fpy_22{height:100vh;display:flex;flex-direction:column;overflow:hidden;background:var(--gray-50)}._topBar_10fpy_31{height:56px;background:var(--white);border-bottom:1px solid var(--gray-200);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;flex-shrink:0}._topLeft_10fpy_42{display:flex;align-items:center;gap:.625rem}._logoIcon_10fpy_48{width:32px;height:32px;background:var(--blue-600);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center}._testTitle_10fpy_59{font-size:.9375rem;font-weight:600;color:var(--gray-800)}._topCenter_10fpy_65{position:absolute;left:50%;transform:translate(-50%)}._timer_10fpy_71{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--blue-50);color:var(--blue-700);border-radius:var(--radius);font-size:1.125rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.05em}._timerDanger_10fpy_85{background:var(--red-50);color:var(--red-600);animation:_pulse_10fpy_1 1s infinite}@keyframes _pulse_10fpy_1{0%,to{opacity:1}50%{opacity:.7}}._topRight_10fpy_96{display:flex;align-items:center;gap:.75rem}._healthBtn_10fpy_102{display:flex;align-items:center;gap:.35rem;padding:.4rem .65rem;background:var(--gray-900);color:var(--white);border-radius:var(--radius);font-size:.75rem;font-weight:600}._healthBtn_10fpy_102:hover{background:#111827}._tabWarn_10fpy_118{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--amber-600);background:var(--amber-50);padding:.375rem .625rem;border-radius:var(--radius-sm)}._submitTopBtn_10fpy_129{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:var(--blue-600);color:#fff;font-size:.8125rem;font-weight:600;border-radius:var(--radius);transition:all .15s}._submitTopBtn_10fpy_129:hover{background:var(--blue-700)}._submitTopBtn_10fpy_129:disabled{opacity:.5;cursor:not-allowed}._mobileStaticAlert_10fpy_152{display:none;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--amber-50);border-bottom:2px solid var(--amber-400);cursor:pointer;transition:background .2s}._mobileStaticAlert_10fpy_152:active{background:var(--amber-100)}._mobileStaticAlert_10fpy_152 svg{color:var(--amber-600);flex-shrink:0}._mobileAlertContent_10fpy_172{display:flex;flex-direction:column;gap:.2rem;flex:1}._mobileAlertTitle_10fpy_179{font-size:.8rem;font-weight:700;color:var(--amber-800)}._mobileAlertMsg_10fpy_185{font-size:.75rem;color:var(--amber-700);line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}._progressBar_10fpy_196{height:3px;background:var(--gray-200);flex-shrink:0}._progressFill_10fpy_202{height:100%;background:var(--blue-600);transition:width .3s ease}._body_10fpy_209{flex:1;display:flex;overflow:hidden}._sidebar_10fpy_216{width:280px;background:var(--white);border-right:1px solid var(--gray-200);display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto}._sidebarStats_10fpy_226{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-bottom:1px solid var(--gray-100);padding:1rem}._sessionMeta_10fpy_234{border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);padding:.75rem 1rem;font-size:.6875rem;color:var(--gray-500);display:flex;flex-direction:column;gap:.375rem}._sessionMeta_10fpy_234 div{display:flex;align-items:center;gap:.25rem}._sideStat_10fpy_251{text-align:center}._sideStatVal_10fpy_255{display:block;font-size:1.25rem;font-weight:700;color:var(--gray-900)}._sideStatLbl_10fpy_262{font-size:.6875rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em}._legend_10fpy_269{display:flex;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid var(--gray-100);font-size:.6875rem;color:var(--gray-500)}._legend_10fpy_269 span{display:flex;align-items:center;gap:.25rem}._dot_10fpy_284{width:8px;height:8px;border-radius:50%;display:inline-block}._dotAnswered_10fpy_291{background:var(--green-500)}._dotMarked_10fpy_292{background:var(--amber-500)}._dotCurrent_10fpy_293{background:var(--blue-500)}._sectionNav_10fpy_295{flex:1;overflow-y:auto;padding:.75rem}._sectionGroup_10fpy_301{margin-bottom:1.25rem}._sectionLabel_10fpy_305{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;padding:0 .25rem}._qGrid_10fpy_318{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}._qBtn_10fpy_324{width:100%;aspect-ratio:1;border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;color:var(--gray-600);background:var(--gray-100);display:flex;align-items:center;justify-content:center;transition:all .1s;border:2px solid transparent}._qBtn_10fpy_324:hover{background:var(--gray-200)}._qBtnCurrent_10fpy_340{border-color:var(--blue-500);background:var(--blue-50);color:var(--blue-700)}._qBtnAnswered_10fpy_341{background:var(--green-500);color:#fff}._qBtnAnswered_10fpy_341:hover{background:var(--green-600)}._qBtnMarked_10fpy_343{background:var(--amber-500);color:#fff}._qBtnMarked_10fpy_343:hover{background:var(--amber-600)}._qBtnAnswered_10fpy_341._qBtnMarked_10fpy_343{background:var(--amber-500)}._questionArea_10fpy_348{flex:1;overflow-y:auto;padding:2rem 3rem;display:flex;justify-content:center}._questionCard_10fpy_356{width:100%;max-width:800px;animation:_fadeIn_10fpy_1 .2s ease-out}._qMeta_10fpy_362{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}._qSection_10fpy_369{font-size:.75rem;font-weight:600;color:var(--blue-600);background:var(--blue-50);padding:.25rem .625rem;border-radius:100px}._qNumber_10fpy_378{font-size:.8125rem;color:var(--gray-500)}._qMarks_10fpy_383{font-size:.75rem;color:var(--gray-400);margin-left:auto;background:var(--gray-100);padding:.25rem .5rem;border-radius:100px}._qText_10fpy_392{font-size:1.1875rem;font-weight:600;color:var(--gray-900);line-height:1.6;margin-bottom:2rem}._options_10fpy_401{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}._option_10fpy_401{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius-md);text-align:left;transition:all .15s ease;position:relative}._option_10fpy_401:disabled{cursor:not-allowed;opacity:.75}._option_10fpy_401:hover{border-color:var(--blue-300);background:var(--blue-50)}._optionSelected_10fpy_431{border-color:var(--blue-500);background:var(--blue-50);box-shadow:0 0 0 3px #3b82f61a}._optionLetter_10fpy_437{width:36px;height:36px;border-radius:50%;background:var(--gray-100);color:var(--gray-600);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0;transition:all .15s}._optionSelected_10fpy_431 ._optionLetter_10fpy_437{background:var(--blue-600);color:#fff}._optionText_10fpy_457{font-size:.9375rem;color:var(--gray-700);line-height:1.5;flex:1}._optionSelected_10fpy_431 ._optionText_10fpy_457{color:var(--gray-900);font-weight:500}._optionCheck_10fpy_469{color:var(--blue-600);flex-shrink:0}._qActions_10fpy_475{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid var(--gray-100)}._qActionsLeft_10fpy_483{display:flex;align-items:center;gap:.75rem}._markBtn_10fpy_489{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;color:var(--gray-500);background:var(--gray-100);border-radius:var(--radius);transition:all .15s}._markBtn_10fpy_489:hover,._markBtnActive_10fpy_503{color:var(--amber-600);background:var(--amber-50)}._clearBtn_10fpy_505{font-size:.8125rem;color:var(--gray-400);background:none;padding:.5rem .75rem}._clearBtn_10fpy_505:hover{color:var(--red-500)}._navBtns_10fpy_514{display:flex;align-items:center;gap:.5rem}._navBtn_10fpy_514{display:flex;align-items:center;gap:.375rem;padding:.5625rem 1rem;font-size:.875rem;font-weight:500;color:var(--gray-600);background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius);transition:all .15s}._navBtn_10fpy_514:hover:not(:disabled){border-color:var(--gray-300);background:var(--gray-50)}._navBtn_10fpy_514:disabled{opacity:.4;cursor:not-allowed}._navBtnPrimary_10fpy_537{background:var(--blue-600);color:#fff;border-color:var(--blue-600)}._navBtnPrimary_10fpy_537:hover:not(:disabled){background:var(--blue-700);border-color:var(--blue-700)}._navBtnSubmit_10fpy_548{background:var(--green-600);color:#fff;border-color:var(--green-600)}._navBtnSubmit_10fpy_548:hover:not(:disabled){background:#15803d;border-color:#15803d}._modalOverlay_10fpy_560{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;animation:_fadeIn_10fpy_1 .15s ease-out}._modal_10fpy_560{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;width:100%;max-width:440px;text-align:center;position:relative;animation:_scaleIn_10fpy_1 .2s ease-out;box-shadow:var(--shadow-xl)}._modalClose_10fpy_584{position:absolute;top:1rem;right:1rem;width:32px;height:32px;background:var(--gray-100);color:var(--gray-500);border-radius:50%;display:flex;align-items:center;justify-content:center}._modalClose_10fpy_584:hover{background:var(--gray-200)}._modalIcon_10fpy_600{width:56px;height:56px;background:var(--blue-50);color:var(--blue-600);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}._modal_10fpy_560 h3{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}._modal_10fpy_560 p{color:var(--gray-500);font-size:.875rem;margin-bottom:1.5rem}._modalStats_10fpy_625{display:flex;gap:1rem;justify-content:center;margin-bottom:1.25rem}._modalStat_10fpy_625{flex:1;padding:.75rem;background:var(--gray-50);border-radius:var(--radius)}._modalStatVal_10fpy_639{display:block;font-size:1.5rem;font-weight:700;color:var(--gray-900)}._modalStat_10fpy_625 span:last-child{font-size:.75rem;color:var(--gray-500)}._modalWarn_10fpy_651{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem;background:var(--amber-50);color:var(--amber-600);border-radius:var(--radius);font-size:.8125rem;margin-bottom:1.5rem}._modalBtns_10fpy_664{display:flex;gap:.75rem}._modalCancel_10fpy_669{flex:1;padding:.6875rem;background:var(--gray-100);color:var(--gray-700);font-size:.875rem;font-weight:600;border-radius:var(--radius);transition:all .15s}._modalCancel_10fpy_669:hover{background:var(--gray-200)}._modalSubmit_10fpy_682{flex:1;padding:.6875rem;background:var(--blue-600);color:#fff;font-size:.875rem;font-weight:600;border-radius:var(--radius);transition:all .15s;display:flex;align-items:center;justify-content:center}._modalSubmit_10fpy_682:hover:not(:disabled){background:var(--blue-700)}._modalSubmit_10fpy_682:disabled{opacity:.7;cursor:not-allowed}._strictOverlay_10fpy_699{position:fixed;inset:0;background:#0f172ab3;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:120}._strictCard_10fpy_710{width:100%;max-width:560px;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);padding:1.25rem;box-shadow:var(--shadow-xl)}._strictCard_10fpy_710 h3{display:flex;align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:1rem;color:var(--gray-900)}._strictCard_10fpy_710 p{font-size:.85rem;color:var(--gray-600);margin-bottom:.9rem}._strictChecklist_10fpy_735{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:.75rem}._strictChecklist_10fpy_735 div{font-size:.8rem;color:var(--gray-700);background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-sm);padding:.45rem .55rem;display:flex;align-items:center;gap:.25rem}._cameraMirror_10fpy_754{width:100%;height:180px;border-radius:var(--radius);border:1px solid var(--gray-200);object-fit:cover;transform:scaleX(-1);background:var(--gray-900);margin-bottom:.75rem}._strictWarn_10fpy_765{display:flex;gap:.35rem;align-items:flex-start;font-size:.75rem;background:var(--amber-50);color:var(--amber-700);border:1px solid #fcd34d;border-radius:var(--radius);padding:.55rem .65rem;margin-bottom:.8rem}._strictButtons_10fpy_778{display:flex;gap:.65rem}._warningStream_10fpy_783{position:fixed;bottom:1rem;right:1rem;width:min(430px,calc(100vw - 1rem));display:flex;flex-direction:column;gap:.45rem;z-index:110}._warningItem_10fpy_794{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--amber-800);background:#fffbebf5;border:1px solid #fcd34d;border-radius:var(--radius);padding:.45rem .6rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._spinnerSm_10fpy_807{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_10fpy_807 .6s linear infinite}._mobileMenuBtn_10fpy_817{display:none;width:36px;height:36px;background:var(--gray-100);color:var(--gray-700);border-radius:var(--radius);align-items:center;justify-content:center;transition:all .15s}._mobileMenuBtn_10fpy_817:hover{background:var(--gray-200)}._mobileSidebarOverlay_10fpy_834{display:none;position:fixed;inset:0;background:#00000080;z-index:130}._mobileSidebar_10fpy_834{display:none;position:fixed;left:0;top:0;bottom:0;width:280px;background:var(--white);z-index:131;flex-direction:column;animation:_slideIn_10fpy_1 .3s ease-out;box-shadow:var(--shadow-lg)}@keyframes _slideIn_10fpy_1{0%{transform:translate(-100%)}to{transform:translate(0)}}._mobileSidebarHeader_10fpy_861{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--gray-200)}._mobileSidebarHeader_10fpy_861 h3{margin:0;font-size:1rem;font-weight:600;color:var(--gray-900)}._mobileSidebarHeader_10fpy_861 button{width:32px;height:32px;background:var(--gray-100);color:var(--gray-500);border-radius:50%;display:flex;align-items:center;justify-content:center}._mobileSidebarTimer_10fpy_887{padding:1rem;border-bottom:1px solid var(--gray-200)}._mobileSidebarWarnings_10fpy_892{flex:1;overflow-y:auto;padding:1rem}._mobileSidebarWarnings_10fpy_892 h4{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:var(--gray-700)}._warningsList_10fpy_905{display:flex;flex-direction:column;gap:.5rem}._mobileWarningItem_10fpy_911{display:flex;gap:.5rem;padding:.75rem;background:var(--amber-50);border:1px solid #fcd34d;border-radius:var(--radius);flex-shrink:0}._mobileWarningItem_10fpy_911 svg{color:var(--amber-600);flex-shrink:0}._mobileWarningText_10fpy_926{display:block;font-size:.8rem;color:var(--amber-800);line-height:1.4}._mobileWarningTime_10fpy_933{display:block;font-size:.7rem;color:var(--amber-600);margin-top:.25rem}._noWarnings_10fpy_940{text-align:center;color:var(--gray-500);font-size:.85rem;padding:2rem 0;margin:0}._summaryBtn_10fpy_948{width:100%;padding:.75rem;margin:1rem;margin-top:auto;background:var(--blue-600);color:#fff;border:none;border-radius:var(--radius);font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s}._summaryBtn_10fpy_948:hover{background:var(--blue-700)}._summaryBtn_10fpy_948:active{transform:scale(.98)}._progressBar_10fpy_196{width:100%;height:6px;background:var(--gray-200);border-radius:3px;overflow:hidden;margin:1rem 0 .5rem}._progressFill_10fpy_202{height:100%;background:linear-gradient(90deg,var(--blue-500),var(--blue-600));border-radius:3px;transition:width .3s ease}._progressText_10fpy_991{text-align:center;font-size:.85rem;color:var(--gray-600);margin:0;font-weight:500}@media(max-width:768px){._mobileMenuBtn_10fpy_817,._mobileStaticAlert_10fpy_152{display:flex}._mobileSidebarOverlay_10fpy_834{display:block}._mobileSidebar_10fpy_834{display:flex}._sidebar_10fpy_216{display:none}._questionArea_10fpy_348{padding:1.25rem}._topBar_10fpy_31{padding:0 1rem}._testTitle_10fpy_59{display:none}._healthBtn_10fpy_102{padding:.35rem .5rem;font-size:.7rem}._qActions_10fpy_475{flex-direction:column;gap:1rem}._qActionsLeft_10fpy_483,._navBtns_10fpy_514{width:100%}._navBtn_10fpy_514{flex:1;justify-content:center}._strictChecklist_10fpy_735{grid-template-columns:1fr}._strictButtons_10fpy_778{flex-direction:column}}._loading_2rc7q_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;color:var(--gray-500)}._spinner_2rc7q_11{width:40px;height:40px;border:3px solid var(--gray-200);border-top-color:var(--blue-600);border-radius:50%;animation:_spin_2rc7q_11 .6s linear infinite}@keyframes _spin_2rc7q_11{to{transform:rotate(360deg)}}._backBtn_2rc7q_22{padding:.5rem 1.25rem;background:var(--blue-600);color:#fff;border-radius:var(--radius);font-weight:600;font-size:.875rem}._page_2rc7q_31{min-height:100vh;background:var(--gray-50)}._header_2rc7q_36{background:var(--white);border-bottom:1px solid var(--gray-200)}._headerInner_2rc7q_41{max-width:1100px;margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between}._brand_2rc7q_51{display:flex;align-items:center;gap:.625rem}._logoIcon_2rc7q_57{width:36px;height:36px;background:var(--blue-600);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center}._logoText_2rc7q_68{font-size:1.25rem;font-weight:700;color:var(--gray-900)}._logoutBtn_2rc7q_74{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:var(--gray-100);color:var(--gray-600);font-size:.8125rem;font-weight:500;border-radius:var(--radius);transition:all .15s}._logoutBtn_2rc7q_74:hover{background:var(--red-50);color:var(--red-600)}._main_2rc7q_92{max-width:1100px;margin:0 auto;padding:2rem;animation:_fadeIn_2rc7q_1 .4s ease-out}@keyframes _fadeIn_2rc7q_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._resultHeader_2rc7q_104{text-align:center;margin-bottom:2.5rem}._resultHeader_2rc7q_104 h1{font-size:2rem;font-weight:800;color:var(--gray-900);margin-bottom:.5rem}._resultHeader_2rc7q_104 p{color:var(--gray-500);font-size:1rem}._topCards_2rc7q_121{display:grid;grid-template-columns:320px 1fr;gap:1.5rem;margin-bottom:1.5rem}._scoreCard_2rc7q_129{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;align-items:center;box-shadow:var(--shadow-sm)}._circleWrap_2rc7q_140{position:relative;width:160px;height:160px;margin-bottom:1.5rem}._circleSvg_2rc7q_147{width:100%;height:100%}._circleContent_2rc7q_152{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}._scorePct_2rc7q_161{font-size:2.5rem;font-weight:800;color:var(--gray-900);line-height:1}._scoreLabel_2rc7q_168{font-size:.8125rem;color:var(--gray-500);margin-top:.25rem}._gradeTag_2rc7q_174{padding:.5rem 1.25rem;border-radius:100px;color:#fff;font-size:.8125rem;font-weight:600;letter-spacing:.01em}._statsGrid_2rc7q_184{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._statCard_2rc7q_190{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow-sm)}._statIconWrap_2rc7q_201{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._statBlue_2rc7q_211{background:var(--blue-50);color:var(--blue-600)}._statGreen_2rc7q_212{background:var(--green-50);color:var(--green-600)}._statRed_2rc7q_213{background:var(--red-50);color:var(--red-600)}._statAmber_2rc7q_214{background:var(--amber-50);color:var(--amber-600)}._statPurple_2rc7q_215{background:#f5f3ff;color:#7c3aed}._statValue_2rc7q_217{font-size:1.25rem;font-weight:700;color:var(--gray-900)}._statLabel_2rc7q_223{font-size:.8125rem;color:var(--gray-500)}._banner_2rc7q_229{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;border-radius:var(--radius-md);margin-bottom:1.5rem}._bannerIcon_2rc7q_238{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}._bannerPass_2rc7q_248{background:var(--green-50);border:1px solid #bbf7d0}._bannerPass_2rc7q_248 ._bannerIcon_2rc7q_238{background:var(--green-500);color:#fff}._bannerPass_2rc7q_248 h3{color:var(--green-600)}._bannerFail_2rc7q_262{background:var(--red-50);border:1px solid #fecaca}._bannerFail_2rc7q_262 ._bannerIcon_2rc7q_238{background:var(--red-500);color:#fff}._bannerFail_2rc7q_262 h3{color:var(--red-600)}._banner_2rc7q_229 h3{font-size:1rem;font-weight:600;margin-bottom:.375rem}._banner_2rc7q_229 p{font-size:.875rem;color:var(--gray-600);line-height:1.5}._footer_2rc7q_288{text-align:center;padding:1.5rem;color:var(--gray-400);font-size:.875rem}@media(max-width:768px){._main_2rc7q_92{padding:1.25rem}._topCards_2rc7q_121,._statsGrid_2rc7q_184{grid-template-columns:1fr}}
