.landing{min-height:100vh;background:radial-gradient(circle at top left,#e0f2fe 0,transparent 55%),radial-gradient(circle at bottom right,#e9d5ff 0,transparent 55%),#f8fafc;color:#0f172a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hero{max-width:1120px;margin:0 auto;padding:40px 20px 56px;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:36px;align-items:center}.hero__brand{display:flex;align-items:center;gap:10px;margin-bottom:6px}.hero__brand-mark{width:18px;height:18px;border-radius:999px;background:radial-gradient(circle,#38bdf8,#0f172a);box-shadow:0 0 18px #38bdf8b3}.hero__brand-text{display:flex;flex-direction:column;gap:2px}.hero__brand-name{font-size:15px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#0f172a}.hero__brand-tagline{font-size:12px;color:#64748b}.hero__content{display:flex;flex-direction:column;gap:16px}.hero__badge{display:inline-flex;align-items:center;padding:5px 11px;border-radius:999px;background:#0f172a0d;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#0f172a}.hero__title{font-size:38px;line-height:1.05;font-weight:800;color:#0f172a}.hero__subtitle{font-size:16px;line-height:1.6;color:#475569;max-width:520px}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.hero__meta{display:flex;flex-wrap:wrap;gap:22px;margin-top:10px;font-size:13px;color:#64748b}.hero__meta-number{display:block;font-size:20px;font-weight:700;color:#0f172a}.hero__meta-label{font-size:12px}.hero__trust{margin-top:12px;display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px}.hero__trust-label{color:#64748b}.hero__trust-pill{padding:4px 10px;border-radius:999px;background:#ffffffe6;border:1px solid rgba(148,163,184,.4);color:#0f172a}.hero__card{position:relative;background:radial-gradient(circle at top left,#1e293b,#020617);color:#e5e7eb;border-radius:22px;padding:18px 18px 14px;box-shadow:0 26px 70px #0f172a99;border:1px solid rgba(148,163,184,.3);display:flex;flex-direction:column;gap:10px;overflow:hidden}.hero__card:before{content:"";position:absolute;inset:-40%;background:radial-gradient(circle at top,rgba(56,189,248,.16),transparent 55%);opacity:.8;pointer-events:none}.hero__card-header{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-start;font-size:12px}.hero__card-label{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;background:#0f172ad9;color:#e5e7eb;border:1px solid rgba(148,163,184,.6);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.hero__card-title{margin-top:6px;font-size:14px;font-weight:600}.hero__card-status{padding:4px 9px;border-radius:999px;font-size:11px;background:#16a34a2e;color:#bbf7d0;border:1px solid rgba(34,197,94,.6)}.hero__video-mock{position:relative;z-index:1;border-radius:16px;background:linear-gradient(135deg,#0ea5e9,#6366f1),radial-gradient(circle at top left,#38bdf8,#0f172a);height:180px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__video-mock:after{content:"";position:absolute;inset:0;opacity:.18;background-image:linear-gradient(to right,rgba(15,23,42,.8) 1px,transparent 1px),linear-gradient(to bottom,rgba(15,23,42,.8) 1px,transparent 1px);background-size:18px 18px}.hero__video-avatar{position:relative;z-index:1;width:76px;height:76px;border-radius:999px;border:3px solid rgba(248,250,252,.9);display:flex;align-items:center;justify-content:center;font-size:44px;background:#0f172ad9}.hero__video-chip{position:absolute;bottom:12px;left:12px;padding:4px 10px;border-radius:999px;font-size:11px;background:#0f172ad9;border:1px solid rgba(148,163,184,.7)}.hero__events{position:relative;z-index:1;list-style:none;padding:0;margin:4px 0 0;font-size:12px;display:flex;flex-direction:column;gap:4px}.hero__events li{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:999px;background:#0f172ab3}.hero__event-dot{width:8px;height:8px;border-radius:999px;flex-shrink:0}.hero__event-dot--ok{background:#22c55e}.hero__event-dot--warn{background:#f97316}.hero__footer{position:relative;z-index:1;margin-top:4px;display:flex;align-items:center;gap:6px;font-size:11px;color:#d1d5db}.hero__footer-dot{width:8px;height:8px;border-radius:999px;background:#64748b}.hero__footer-dot--green{background:#22c55e;box-shadow:0 0 0 4px #22c55e3d}.btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 16px;border-radius:999px;font-size:14px;font-weight:500;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease,transform .05s ease,border-color .15s ease;white-space:nowrap}.btn--primary{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#f9fafb;box-shadow:0 14px 32px #4f46e573}.btn--primary:hover{box-shadow:0 18px 42px #4f46e58c;transform:translateY(-1px)}.btn--ghost{background:#0f172a05;color:#0f172a;border-color:#94a3b899}.btn--ghost:hover{background:#0f172a0a}.btn--ghost-secondary{background:#fff;color:#0f172a;border-color:#94a3b866}.btn--ghost-secondary:hover{background:#f9fafb;border-color:#94a3b8cc}.btn--large{padding:11px 20px;font-size:15px}.btn--ghost-light{background:transparent;color:#e5e7eb;border-color:#94a3b8b3}.btn--ghost-light:hover{background:#0f172a66}.section{max-width:1120px;margin:0 auto;padding:20px 20px 52px}.section--muted{position:relative}.section--muted:before{content:"";position:absolute;inset:0;margin-inline:-999px;background:linear-gradient(to bottom,#eef2ff,#e0f2fe);opacity:.7;z-index:-1}.section--cta{padding-top:28px;padding-bottom:44px}.section__header-row{max-width:560px;display:flex;flex-direction:column;gap:8px}.section__pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#4f46e5;background:#818cf81f}.section__pill--outline{background:transparent;color:#0f172a;border:1px solid rgba(148,163,184,.6)}.section__title{font-size:24px;font-weight:700;margin-bottom:2px;color:#0f172a}.section__title--light{color:#f9fafb}.section__subtitle{font-size:14px;color:#64748b;max-width:480px}.section__subtitle--light{color:#e5e7eb}.grid{display:grid;gap:16px;margin-top:22px}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:#fff;padding:18px 16px;border-radius:16px;border:1px solid rgba(148,163,184,.28);box-shadow:0 14px 30px #0f172a14}.card--soft{background:#fffffff5}.card__icon{font-size:20px;margin-bottom:6px}.card__title{font-size:15px;font-weight:600;margin-bottom:4px;color:#0f172a}.card__text{font-size:13px;color:#64748b}.section__cta-box{background:radial-gradient(circle at top left,#4f46e5,#0f172a);border-radius:22px;padding:22px 24px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 26px 60px #0f172aa6}.section__cta-actions{display:flex;flex-wrap:wrap;gap:10px}.footer{max-width:1120px;margin:0 auto;padding:14px 20px 26px;font-size:12px;color:#9ca3af;display:flex;gap:8px;align-items:center}.footer__divider{opacity:.5}@media(max-width:900px){.hero{grid-template-columns:minmax(0,1fr);padding-top:28px;gap:26px}.hero__card{order:-1}.grid--3{grid-template-columns:minmax(0,1fr)}.section__cta-box{align-items:flex-start}}@media(max-width:600px){.hero__title{font-size:30px}.hero__subtitle{font-size:14px}.hero__meta{gap:16px}.hero__brand-text{gap:1px}.section{padding-inline:16px}.footer{padding-inline:16px;flex-wrap:wrap}}.hero__video-mock--with-image{background:#fff}.hero__video-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 20%}@media(max-width:900px){.hero{grid-template-columns:minmax(0,1fr);padding-top:24px}.hero__card{order:-1}.grid--3{grid-template-columns:minmax(0,1fr)}.section__cta-box{align-items:flex-start}}@media(max-width:600px){.hero__title{font-size:28px}.hero__subtitle{font-size:14px}.hero__meta{gap:16px}}.auth-card{position:relative;width:100%;max-width:440px;border-radius:20px;padding:24px 22px 20px;background:#0f172aeb;border:1px solid rgba(148,163,184,.25);box-shadow:0 22px 45px #0f172ae6,0 0 0 1px #0f172ae6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#e5e7eb}.auth-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#a5f3fc;background:#082f49e6;border:1px solid rgba(56,189,248,.5)}.auth-title{margin:12px 0 4px;font-size:22px;font-weight:600;letter-spacing:.02em;color:#f9fafb}.auth-subtitle{margin:0;font-size:13px;line-height:1.5;color:#9ca3af}.auth-label{font-size:12px;color:#e5e7eb;display:flex;flex-direction:column;gap:6px}.auth-input-wrap{position:relative;display:flex;align-items:center;background:#020617;border-radius:12px;border:1px solid #1f2937;padding-left:30px;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.auth-input-prefix{position:absolute;left:10px;font-size:13px;color:#6b7280}.auth-input{width:100%;border:none;outline:none;background:transparent;border-radius:12px;padding:9px 11px;font-size:13px;color:#e5e7eb;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif}.auth-input::-webkit-input-placeholder{color:#6b7280}.auth-input::placeholder{color:#6b7280}.auth-input-wrap:focus-within{border-color:#22d3ee;box-shadow:0 0 0 1px #22d3ee66;background-color:#020617}.auth-label>.auth-input{padding:9px 11px;border-radius:12px;background:#020617;border:1px solid #1f2937;transition:border-color .15s ease,box-shadow .15s ease}.auth-label>.auth-input:focus{border-color:#22d3ee;box-shadow:0 0 0 1px #22d3ee66}.auth-hint{font-size:11px;color:#6b7280}.auth-error{margin-top:4px;padding:8px 10px;border-radius:10px;font-size:12px;color:#fecaca;background:#7f1d1d4d;border:1px solid rgba(248,113,113,.4)}.app-shell{min-height:100vh;background:#020617;color:#e5e7eb}.app-header{position:sticky;top:0;z-index:20;background:#0f172af2;border-bottom:1px solid #1f2937;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-header__inner{max-width:1120px;margin:0 auto;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.app-logo{display:inline-flex;align-items:center;gap:8px;text-decoration:none}.app-logo__dot{width:12px;height:12px;border-radius:999px;background:#22d3ee;box-shadow:0 0 16px #22d3eee6}.app-logo__text-main{font-weight:600;font-size:18px;color:#f9fafb}.app-logo__text-sub{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#64748b}.app-nav{display:flex;align-items:center;gap:12px}.app-nav__link{font-size:13px;color:#9ca3af;text-decoration:none;padding:6px 10px;border-radius:999px;transition:color .15s ease,background-color .15s ease}.app-nav__link:hover{color:#e5e7eb;background-color:#0f172ae6}.app-nav__link--active{color:#e0f2fe;background-color:#082f49e6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 14px;border-radius:999px;font-size:13px;font-weight:500;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,transform .08s ease,box-shadow .15s ease}.app-header .btn--ghost{background:transparent;border-color:#94a3b899;color:#e5e7eb}.app-header .btn--ghost:hover{border-color:#e5e7eb;background:#0f172ae6}.app-header .btn--primary{background:#06b6d4;color:#0b1120;border-color:#06b6d4;box-shadow:0 0 20px #06b6d499}.app-header .btn--primary:hover{background:#0ea5e9;border-color:#0ea5e9;box-shadow:0 0 24px #0ea5e9b3;transform:translateY(-.5px)}.exam-form{margin-top:24px;padding:18px 18px 16px;border-radius:16px;background:#0f172ae6;border:1px solid rgba(148,163,184,.35);color:#e5e7eb}.exam-form__title{margin:0 0 4px;font-size:16px;font-weight:600}.exam-form__subtitle{margin:0 0 12px;font-size:13px;color:#9ca3af}.exam-form__body{display:flex;flex-direction:column;gap:10px}.exam-form__field{display:flex;flex-direction:column;gap:4px;font-size:12px}.exam-form__field--small{max-width:220px}.exam-form__label{color:#e5e7eb}.exam-form__input,.exam-form__textarea{border-radius:10px;border:1px solid #1f2937;background:#020617;padding:7px 9px;font-size:13px;color:#e5e7eb;outline:none;font-family:inherit}.exam-form__input:focus,.exam-form__textarea:focus{border-color:#22d3ee;box-shadow:0 0 0 1px #22d3ee66}.exam-form__textarea{resize:vertical;min-height:72px}.exam-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.exam-form__error{font-size:12px;color:#fecaca;background:#7f1d1d4d;border:1px solid rgba(248,113,113,.4);border-radius:10px;padding:6px 8px}.exam-form__success{font-size:12px;color:#bbf7d0;background:#16a34a33;border:1px solid rgba(34,197,94,.5);border-radius:10px;padding:6px 8px}.exam-form__submit{margin-top:4px}.exam-form--no-access{margin-top:24px;padding:14px 16px;border-radius:12px;border:1px dashed rgba(148,163,184,.5);background:#0f172acc;font-size:13px}.exam-form__note{margin:0;color:#9ca3af}.auth-page{position:relative;min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;padding:32px 16px;background:radial-gradient(circle at top,#0f172a 0,#020617 55% 100%)}.auth-glow{position:absolute;inset:0;pointer-events:none}.auth-glow:before{content:"";position:absolute;width:420px;height:420px;border-radius:999px;background:radial-gradient(circle,rgba(56,189,248,.18),transparent 60%);filter:blur(12px);top:0;left:50%;transform:translate(-50%,-40%)}.auth-card{position:relative;width:100%;max-width:440px;border-radius:22px;padding:24px 22px 20px;background:#f9fafb;border:1px solid rgba(148,163,184,.4);box-shadow:0 22px 45px #0f172ae6,0 0 0 1px #0f172a99;color:#0f172a}@media(min-width:640px){.auth-card{padding:28px 26px 24px;border-radius:24px}}.auth-card__header{margin-bottom:18px}.auth-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd}.auth-title{margin:12px 0 4px;font-size:22px;font-weight:600;letter-spacing:.01em;color:#0f172a}.auth-subtitle{margin:0;font-size:13px;line-height:1.5;color:#64748b}.auth-form{margin-top:18px;display:flex;flex-direction:column;gap:14px}.auth-label{font-size:12px;color:#0f172a;display:flex;flex-direction:column;gap:6px}.auth-input-wrap{position:relative;display:flex;align-items:center;background:#fff;border-radius:12px;border:1px solid #cbd5f5;padding-left:30px;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.auth-input-prefix{position:absolute;left:10px;font-size:13px;color:#9ca3af}.auth-input{width:100%;border:none;outline:none;background:transparent;border-radius:12px;padding:9px 11px;font-size:13px;color:#0f172a;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif}.auth-input::placeholder{color:#9ca3af}.auth-input:focus{outline:none}.auth-input-wrap:focus-within{border-color:#22d3ee;box-shadow:0 0 0 1px #22d3ee40;background-color:#fff}.auth-label>.auth-input{padding:9px 11px;border-radius:12px;background:#fff;border:1px solid #cbd5f5;transition:border-color .15s ease,box-shadow .15s ease}.auth-label>.auth-input:focus{border-color:#22d3ee;box-shadow:0 0 0 1px #22d3ee40}.auth-hint{font-size:11px;color:#9ca3af}.auth-error{margin-top:4px;padding:8px 10px;border-radius:10px;font-size:12px;color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.auth-submit{margin-top:4px;width:100%;border-radius:999px;font-size:14px;padding-inline:14px}.auth-footer{margin-top:16px;display:flex;align-items:center;gap:6px;font-size:11px;color:#6b7280}.auth-dot{width:8px;height:8px;border-radius:999px}.auth-dot--green{background:#22c55e;box-shadow:0 0 0 4px #22c55e33}.auth-footer-text{max-width:260px}.hero__brand{display:inline-flex;align-items:center;gap:8px;margin-bottom:8px}.hero__logo{height:24px;width:auto}.hero__brand-name{font-size:14px;font-weight:600;color:#0f172a}.dashboard{position:relative;min-height:100vh;padding:32px 16px;display:flex;justify-content:center;align-items:flex-start;box-sizing:border-box;background:radial-gradient(circle at top left,#e0f2fe 0,transparent 55%),radial-gradient(circle at bottom right,#e5e7eb 0,transparent 55%),#f8fafc;color:#0f172a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.dashboard__background{position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 15% 0,rgba(59,130,246,.08),transparent 55%),radial-gradient(circle at 90% 100%,rgba(14,116,144,.08),transparent 55%);opacity:1;z-index:0}.dashboard__container{position:relative;z-index:1;width:100%;max-width:1120px;margin:0 auto;padding:24px 24px 40px;border-radius:24px;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 40px #0f172a14}.dashboard__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:32px}.dashboard__title{font-size:28px;font-weight:700;letter-spacing:-.03em;color:#0f172a;margin:0 0 6px}.dashboard__subtitle{margin:0;font-size:14px;color:#64748b;max-width:480px}.dashboard__header-right{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.dashboard__user-chip{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;background:#f1f5f9;border:1px solid #e2e8f0}.dashboard__user-avatar{width:32px;height:32px;border-radius:999px;background:linear-gradient(135deg,#4f46e5,#06b6d4);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;color:#f9fafb;text-transform:uppercase}.dashboard__user-info{display:flex;flex-direction:column}.dashboard__user-name{font-size:13px;font-weight:500;color:#0f172a}.dashboard__user-role{font-size:11px;color:#6b7280}.btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:999px;font-size:14px;font-weight:500;border:1px solid transparent;cursor:pointer;white-space:nowrap;text-decoration:none;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease,transform .05s ease,border-color .15s ease}.btn--primary{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#f9fafb;box-shadow:0 10px 25px #4f46e559}.btn--primary:hover{box-shadow:0 16px 40px #4f46e573;transform:translateY(-1px)}.btn--ghost-light{background:#fff;color:#0f172a;border-color:#e2e8f0}.btn--ghost-light:hover{background:#f4f4f5}.dashboard__header-actions{display:flex;gap:8px}.dashboard__section{margin-top:8px}.dashboard__section--create{margin-bottom:24px;padding:16px 16px 20px;border-radius:18px;background:#f9fafb;border:1px solid #e2e8f0}.dashboard__section-title{margin:0 0 4px;font-size:18px;font-weight:600;color:#0f172a}.dashboard__section-subtitle{margin:0 0 16px;font-size:13px;color:#6b7280}.dashboard__section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.dashboard__badge{font-size:12px;color:#64748b;padding:4px 10px;border-radius:999px;border:1px solid #e2e8f0;background:#f9fafb}.dashboard__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.dashboard__exam-card{position:relative;border-radius:16px;padding:16px 16px 14px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 25px #0f172a0a;display:flex;flex-direction:column;gap:8px;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.dashboard__exam-card:hover{transform:translateY(-2px);box-shadow:0 16px 40px #0f172a0f;border-color:#cbd5f5}.dashboard__exam-header{display:flex;flex-direction:column;gap:6px}.dashboard__exam-pill{align-self:flex-start;font-size:10px;text-transform:uppercase;letter-spacing:.12em;padding:3px 9px;border-radius:999px;border:1px solid #c7d2fe;color:#4f46e5;background:#eef2ff}.dashboard__exam-title{margin:0;font-size:16px;font-weight:600;color:#0f172a}.dashboard__exam-desc{margin:0;font-size:13px;line-height:1.5;color:#6b7280}.dashboard__exam-footer{margin-top:10px;display:flex;justify-content:flex-end}.dashboard__exam-btn{font-size:13px;padding-inline:14px}.dashboard__empty-card{padding:24px 20px;border-radius:16px;border:1px dashed #e2e8f0;background:#f9fafb;text-align:left}.dashboard__empty-card h3{margin:0 0 6px;font-size:16px;color:#0f172a}.dashboard__empty-card p{margin:0;font-size:13px;color:#6b7280}.dashboard__error{padding:12px 14px;border-radius:12px;border:1px solid #fecaca;background:#fee2e2;color:#991b1b;font-size:13px}.dashboard__placeholder{font-size:13px;color:#6b7280}.dashboard--loading-state{background:radial-gradient(circle at top left,#e0f2fe 0,transparent 55%),#f8fafc;display:flex;align-items:center;justify-content:center}.dashboard__loading-card{position:relative;z-index:1;padding:24px;border-radius:20px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 18px 45px #0f172a14;display:flex;flex-direction:column;align-items:center;gap:12px}.dashboard__spinner{width:22px;height:22px;border-radius:999px;border:2px solid rgba(148,163,184,.4);border-top-color:#4f46e5;animation:dashboard-spin .8s linear infinite}.dashboard__loading-text{font-size:14px;color:#0f172a}@keyframes dashboard-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.dashboard{padding:16px}.dashboard__container{padding:18px 16px 28px;border-radius:18px}.dashboard__header{flex-direction:column;align-items:flex-start}.dashboard__header-right{align-items:flex-start}.dashboard__header-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.dashboard__grid{grid-template-columns:1fr}}.exam-form{display:flex;flex-direction:column;gap:14px}.exam-form--no-access{padding:14px 16px;border-radius:16px;background:#fef2f2;border:1px solid #fecaca}.exam-form--no-access .exam-form__title{margin-bottom:4px}.exam-form--no-access .exam-form__note{margin:0;font-size:13px;color:#7f1d1d}.exam-form__title{margin:0 0 4px;font-size:18px;font-weight:600;color:#0f172a}.exam-form__subtitle{margin:0 0 12px;font-size:13px;color:#6b7280}.exam-form__row{display:flex;flex-wrap:wrap;gap:12px 16px}.exam-form__field{flex:1 1 220px;display:flex;flex-direction:column;gap:4px}.exam-form__label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af}.exam-form__input,.exam-form__textarea{width:100%;border-radius:10px;border:1px solid #e2e8f0;padding:8px 10px;font-size:14px;font-family:inherit;color:#0f172a;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,background-color .1s ease}.exam-form__input:focus,.exam-form__textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 1px #4f46e540;background:#fff}.exam-form__textarea{resize:vertical;min-height:80px}.exam-form__error,.exam-form__success{padding:8px 10px;border-radius:10px;font-size:13px}.exam-form__error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.exam-form__success{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}.exam-form__submit{margin-top:4px;align-self:flex-start;font-size:14px}@media(max-width:640px){.exam-form__row{flex-direction:column}}.testrun{min-height:calc(100vh - 56px);padding-top:24px;padding-bottom:24px;background:radial-gradient(circle at top left,#e0f2fe 0,transparent 55%),radial-gradient(circle at bottom right,#fee2e2 0,transparent 55%),#f8fafc}.testrun__inner{max-width:1120px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:minmax(0,1.8fr) minmax(0,1fr);gap:20px}.testrun__left{background:#fff;border-radius:20px;padding:18px 18px 16px;box-shadow:0 18px 40px #0f172a14;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:14px}.testrun__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.testrun__pill{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;background:#eef2ff;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#4f46e5}.testrun__title{margin:6px 0 4px;font-size:20px;font-weight:700;color:#0f172a}.testrun__description{margin:0;font-size:13px;color:#64748b;max-width:420px}.testrun__header-right{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.testrun__timer{background:#0f172a;color:#f9fafb;padding:6px 10px;border-radius:12px;font-size:11px;display:flex;flex-direction:column;align-items:flex-end;min-width:110px}.testrun__timer-label{opacity:.8}.testrun__timer-value{font-weight:700;font-size:16px}.testrun__timer--low{background:#b91c1c}.testrun__progress{width:160px;font-size:11px}.testrun__progress-top{display:flex;justify-content:space-between;color:#64748b;margin-bottom:4px}.testrun__progress-bar{width:100%;height:6px;border-radius:999px;background:#e5e7eb;overflow:hidden}.testrun__progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#4f46e5,#22c55e)}.testrun__body{display:grid;grid-template-columns:56px minmax(0,1fr);gap:12px}.testrun__question-list{display:flex;flex-direction:column;gap:6px}.testrun__question-chip{width:40px;height:40px;border-radius:999px;border:1px solid #e5e7eb;background:#f9fafb;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background-color .15s ease,border-color .15s ease,transform .05s ease}.testrun__question-chip-index{font-size:13px;font-weight:600;color:#475569}.testrun__question-chip--active{border-color:#4f46e5;background:#eef2ff;transform:translateY(-1px)}.testrun__question-chip--answered{border-color:#22c55e}.testrun__question-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:14px 14px 12px;display:flex;flex-direction:column;gap:10px}.testrun__question-header{display:flex;flex-direction:column;gap:4px}.testrun__question-tag{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.08em}.testrun__question-text{margin:0;font-size:16px;font-weight:600;color:#111827}.testrun__options{display:flex;flex-direction:column;gap:6px}.testrun__option{display:flex;align-items:flex-start;gap:8px;padding:8px 9px;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease,transform .05s ease}.testrun__option input{display:none}.testrun__option-bullet{width:16px;height:16px;border-radius:999px;border:2px solid #cbd5f5;margin-top:3px;flex-shrink:0;position:relative}.testrun__option-bullet:after{content:"";position:absolute;inset:3px;border-radius:inherit;background:transparent}.testrun__option-text{font-size:14px;color:#1f2937}.testrun__option:hover{border-color:#6366f1;background:#eef2ff;transform:translateY(-.5px)}.testrun__option--selected{border-color:#4f46e5;background:#eef2ff;box-shadow:0 0 0 1px #4f46e533}.testrun__option--selected .testrun__option-bullet{border-color:#4f46e5}.testrun__option--selected .testrun__option-bullet:after{background:#4f46e5}.testrun__footer{margin-top:8px;display:flex;justify-content:space-between;gap:12px;align-items:center}.testrun__footer-left{display:flex;gap:6px}.testrun__nav-btn{border-radius:999px;border:1px solid #d1d5db;background:#f3f4f6;font-size:13px;padding:6px 10px;cursor:pointer;color:#111827;transition:background-color .15s ease,border-color .15s ease,transform .05s ease}.testrun__nav-btn:hover:not(:disabled){background:#e5e7eb;transform:translateY(-.5px)}.testrun__nav-btn:disabled{opacity:.5;cursor:default}.testrun__submit-btn{border-radius:999px;border:none;padding:7px 16px;font-size:13px;font-weight:500;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#f9fafb;box-shadow:0 12px 30px #4f46e573;transition:box-shadow .15s ease,transform .05s ease,opacity .15s ease}.testrun__submit-btn:hover:not(:disabled){box-shadow:0 18px 45px #4f46e599;transform:translateY(-1px)}.testrun__submit-btn:disabled{opacity:.7;cursor:default}.testrun__right{align-self:stretch}.testrun__proctor-card{background:#0f172a;color:#e5e7eb;border-radius:20px;padding:14px 14px 10px;box-shadow:0 18px 40px #0f172a8c;border:1px solid #1f2937;display:flex;flex-direction:column;gap:10px;height:100%}.testrun__proctor-header{display:flex;justify-content:space-between;align-items:center}.testrun__proctor-title{font-size:14px;font-weight:600}.testrun__proctor-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;border:1px solid rgba(148,163,184,.7);padding:3px 8px;font-size:11px;color:#e5e7eb}.testrun__proctor-pill--ok{border-color:#16a34acc;background:#16a34a2e}.testrun__session-status{font-size:12px;color:#cbd5f5;display:flex;flex-direction:column;gap:4px}.testrun__camera-wrapper{border-radius:14px;overflow:hidden;background:radial-gradient(circle at top left,#4f46e5,#020617);height:190px;position:relative}.testrun__video{width:100%;height:100%;object-fit:cover}.testrun__camera-placeholder{width:100%;height:100%;padding:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;font-size:13px;color:#e5e7eb}.testrun__camera-icon{font-size:28px}.testrun__proctor-events{list-style:none;padding:0;margin:0;font-size:12px;display:flex;flex-direction:column;gap:4px;color:#cbd5f5}.testrun__proctor-footer{margin-top:2px;display:flex;align-items:center;gap:6px;font-size:11px;color:#9ca3af}.testrun__dot{width:8px;height:8px;border-radius:999px;background:#64748b}.testrun__dot--green{background:#22c55e}.testrun__status-text{font-weight:500}.testrun__status-text--ok{color:#bbf7d0}.testrun__status-text--warn{color:#fecaca}.testrun__ping-card{margin-top:12px;padding:12px 14px;border-radius:12px;border:1px solid #1f2937;background:#020617;font-size:12px}.testrun__ping-header{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.testrun__ping-title{font-weight:600;color:#e5e7eb}.testrun__ping-btn{padding:6px 10px;border-radius:999px;border:1px solid #0ea5e9;background:#0ea5e933;color:#e0f2fe;font-size:11px;cursor:pointer;transition:background .15s ease,transform .08s ease}.testrun__ping-btn:hover:not(:disabled){background:#0ea5e955;transform:translateY(-1px)}.testrun__ping-btn:disabled{opacity:.6;cursor:default}.testrun__ping-output{margin:0;padding:8px 10px;border-radius:8px;background:#020617;border:1px solid #111827;color:#9ca3af;max-height:160px;overflow:auto;white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px}.testrun__canvas-hidden{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.testrun__ws-status{display:block;font-size:11px;color:#9ca3af}@media(max-width:960px){.testrun__inner{grid-template-columns:minmax(0,1fr)}.testrun__right{order:-1}.testrun__left{margin-top:8px}}@media(max-width:640px){.testrun__header{flex-direction:column;align-items:flex-start}.testrun__header-right{align-items:flex-start}.testrun__body{grid-template-columns:minmax(0,1fr)}.testrun__question-list{flex-direction:row;flex-wrap:wrap}}.violations{display:flex;flex-direction:column;gap:16px;margin-top:16px}.violations__state{padding:12px 14px;border-radius:14px;background:#f9fafb;border:1px dashed #e2e8f0;font-size:13px;color:#0f172a}.violations__state--loading{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.violations__state--pending{background:#fef9c3;border-color:#facc15;color:#92400e}.violations__state--error{border-style:solid;background:#fef2f2;border-color:#fecaca;color:#991b1b}.violation-card{display:flex;flex-direction:column;gap:10px;padding:14px 16px;border-radius:18px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 14px 30px #0f172a0f}.violation-card__header{display:flex;justify-content:space-between;align-items:center;gap:12px}.violation-card__time{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;padding:4px 8px;border-radius:999px;background:#eff6ff;color:#1d4ed8}.violation-card__severity{font-size:11px;text-transform:uppercase;letter-spacing:.12em;padding:4px 10px;border-radius:999px;font-weight:600}.violation-card__severity--low{background:#ecfdf5;color:#15803d;border:1px solid #bbf7d0}.violation-card__severity--medium{background:#fef9c3;color:#92400e;border:1px solid #facc15}.violation-card__severity--high{background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5}.violation-card__body{display:flex;gap:12px}.violation-card__content{flex:1 1 auto}.violation-card__title{margin:0 0 4px;font-size:15px;font-weight:600;color:#0f172a}.violation-card__description{margin:0;font-size:13px;color:#4b5563}.violation-card__thumb{flex:0 0 160px;border-radius:12px;overflow:hidden;background:#0f172a;display:flex;align-items:center;justify-content:center}.violation-card__thumb img{width:100%;height:100%;object-fit:cover}.violation-card__footer{margin-top:8px;display:flex;justify-content:space-between;align-items:center;gap:12px}.violation-card__actions{display:flex;flex-wrap:wrap;gap:6px}.violation-card__action-link{font-size:12px;text-decoration:none;padding:6px 10px;border-radius:999px;border:1px solid #e2e8f0;background:#f9fafb;color:#1d4ed8;transition:background-color .15s ease,border-color .15s ease}.violation-card__action-link:hover{background:#eff6ff;border-color:#bfdbfe}.violation-card__meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:11px;color:#6b7280}.violation-card__meta-item{white-space:nowrap}@media(max-width:768px){.violation-card__body{flex-direction:column}.violation-card__thumb{width:100%;max-width:260px;align-self:flex-start;height:150px}.violation-card__footer{flex-direction:column;align-items:flex-start}.violation-card__meta{align-items:flex-start}}@media(max-width:640px){.violation-card{padding:12px}.violation-card__thumb{width:100%;height:140px}}.session-page{max-width:960px;margin:0 auto;padding:32px 24px 40px;box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a}.session-page__top{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.session-page__breadcrumbs{margin-bottom:4px}.session-page__back-link{font-size:.9rem;color:#4f46e5;text-decoration:none}.session-page__back-link:hover{text-decoration:underline}.session-page__header-card{border-radius:20px;padding:18px 20px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 16px 36px #0f172a0f;display:flex;flex-direction:column;gap:16px}.session-page__header-main{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.session-page__title{font-size:1.6rem;font-weight:700;color:#0f172a;margin:0 0 4px}.session-page__subtitle{margin:0;font-size:.95rem;color:#64748b}.session-page__exam-pill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;border:1px solid #c7d2fe;background:#eef2ff;font-size:.8rem;color:#4f46e5}.session-page__status-group{display:flex;flex-wrap:wrap;gap:8px}.session-page__status-pill{font-size:.76rem;padding:4px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.12em;font-weight:600}.session-page__status-pill--in_progress{background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe}.session-page__status-pill--finished{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.session-page__status-pill--cancelled{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.session-page__status-pill--analysis{background:#f1f5f9;color:#0f172a;border:1px solid #e2e8f0}.session-page__status-pill--analysis-queued{background:#fef9c3;color:#92400e;border-color:#facc15}.session-page__status-pill--analysis-processing{background:#dbeafe;color:#1d4ed8;border-color:#60a5fa}.session-page__status-pill--analysis-done{background:#dcfce7;color:#15803d;border-color:#34d399}.session-page__status-pill--analysis-error{background:#fee2e2;color:#b91c1c;border-color:#f87171}.session-page__meta{display:flex;flex-wrap:wrap;gap:12px 24px;padding-top:8px;border-top:1px solid #e5e7eb}.session-page__meta-item{display:flex;flex-direction:column;gap:2px}.session-page__meta-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#9ca3af}.session-page__meta-value{font-size:.95rem;color:#0f172a}.session-page__section-title{margin-top:24px;margin-bottom:8px;font-size:1.2rem;font-weight:600;color:#0f172a}@media(max-width:640px){.session-page{padding:20px 16px 32px}.session-page__header-main{flex-direction:column;align-items:flex-start}.session-page__title{font-size:1.35rem}}.proctor-layout{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f3f4f6}.proctor-layout__center{min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:system-ui,sans-serif}.proctor-sidebar{background:#0f172a;color:#e5e7eb;padding:16px;display:flex;flex-direction:column;gap:24px;min-height:100vh}.proctor-sidebar__logo{display:flex;align-items:center;gap:10px}.proctor-logo-mark{width:32px;height:32px;border-radius:999px;background:#22c55e;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.proctor-logo-text{font-weight:600;font-size:16px}.proctor-nav{display:flex;flex-direction:column;gap:6px}.proctor-nav__item{padding:8px 10px;border-radius:8px;text-decoration:none;color:#e5e7eb;font-size:14px}.proctor-nav__item--active{background:#1d283a}.proctor-sidebar__footer{margin-top:auto;display:flex;flex-direction:column;gap:10px}.proctor-user{display:flex;align-items:center;gap:8px}.proctor-user__avatar{width:32px;height:32px;border-radius:999px;background:#1f2937;display:flex;align-items:center;justify-content:center}.proctor-user__info{font-size:13px}.proctor-user__name{font-weight:500}.proctor-user__role{color:#9ca3af}.proctor-logout-btn{border:none;padding:8px 10px;border-radius:8px;background:#111827;color:#f9fafb;cursor:pointer;font-size:13px}.proctor-main{position:relative;display:flex;flex-direction:column}.proctor-header{height:56px;border-bottom:1px solid #e5e7eb;padding:0 20px;display:flex;align-items:center;justify-content:space-between;background:#fff;position:sticky;top:0;z-index:10}.proctor-header__title{font-weight:600;text-decoration:none;color:#111827}.proctor-header__chip{font-size:12px;color:#6b7280}.proctor-content{padding:20px}.proctor-shell{max-width:1200px;margin:0 auto}.proctor-page-title{font-size:22px;font-weight:600;margin-bottom:16px}.proctor-muted{font-size:13px;color:#6b7280;margin-bottom:8px}.proctor-cards-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.proctor-card{background:#fff;border-radius:12px;padding:12px 14px;box-shadow:0 1px 2px #0f172a14}.proctor-card__label{font-size:13px;color:#6b7280}.proctor-card__value{margin-top:4px;font-size:20px;font-weight:600}.proctor-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;font-size:13px}.proctor-table th,.proctor-table td{padding:8px 10px;border-bottom:1px solid #e5e7eb}.proctor-table th{background:#f3f4f6;text-align:left;font-weight:500}.proctor-link{color:#2563eb;text-decoration:none;font-weight:500}.proctor-link:hover{text-decoration:underline}.proctor-primary-btn{border-radius:8px;border:none;padding:8px 14px;background:#2563eb;color:#f9fafb;font-size:13px;cursor:pointer}.proctor-session__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:16px}.proctor-session__decision{display:flex;gap:10px;align-items:center;margin-bottom:20px}.proctor-session__decision select{margin-left:8px}.proctor-video-block{margin-bottom:20px}.proctor-two-cols{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:16px}.proctor-screenshot{width:80px;height:45px;object-fit:cover;border-radius:6px}.proctor-events-list{background:#fff;border-radius:12px;padding:10px;max-height:420px;overflow:auto}.proctor-event{border-bottom:1px solid #e5e7eb;padding:6px 0}.proctor-event:last-child{border-bottom:none}.proctor-event__time{font-size:12px;color:#4b5563}.proctor-event__type{font-size:13px;font-weight:500}.proctor-event__payload{margin-top:4px;font-size:11px;background:#f9fafb;border-radius:6px;padding:6px}.proctor-burger{display:none;border:none;background:transparent;font-size:22px;line-height:1;margin-right:8px;cursor:pointer}.proctor-backdrop{position:fixed;inset:0;background:#0f172a73;z-index:20;display:none}@media(max-width:920px){.proctor-layout{grid-template-columns:1fr}.proctor-main{grid-column:1 / -1}.proctor-burger{display:inline-flex;align-items:center;justify-content:center}.proctor-sidebar{position:fixed;inset:0 auto 0 0;width:230px;transform:translate(-100%);transition:transform .2s ease-out;z-index:30}.proctor-sidebar.proctor-sidebar--open{transform:translate(0)}.proctor-backdrop{display:block}.proctor-two-cols{grid-template-columns:minmax(0,1fr)}}.proctor-main,.proctor-content,.proctor-shell,.proctor-card,.proctor-table,.proctor-events-list,.proctor-session__decision,.proctor-video-block,.proctor-page-title{color:#111827}.proctor-card__label,.proctor-muted,.proctor-event__time{color:#4b5563}.proctor-table th,.proctor-table td{color:#111827}.proctor-video-block{margin-top:24px}.proctor-video-player{width:480px;max-width:100%;height:auto;border-radius:12px;background:#000;display:block;box-shadow:0 10px 25px #0f172a26}.proctor-table td:nth-child(5){text-align:center}.proctor-screenshot{width:120px;height:68px;object-fit:cover;border-radius:8px;border:1px solid var(--proctor-border-subtle, #e5e7eb);display:inline-block;background:#f3f4f6;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.proctor-screenshot:hover{transform:scale(1.06);box-shadow:0 8px 18px #0f172a40}.proctor-exam-section{margin-top:28px}.proctor-section-title{font-size:18px;font-weight:600;margin-bottom:12px;color:#111827}.proctor-exam-layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:20px;align-items:flex-start;margin-top:6px}.proctor-exam-list{display:flex;flex-direction:column;gap:8px}.proctor-exam-item{width:100%;text-align:left;border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:10px 12px;cursor:pointer;font-size:14px;box-shadow:0 1px 2px #0f172a0a;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .08s ease}.proctor-exam-item:hover{border-color:#cbd5f5;box-shadow:0 3px 8px #0f172a1f;transform:translateY(-1px)}.proctor-exam-item--active{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb4d}.proctor-exam-item__title{font-weight:500;color:#111827}.proctor-exam-item__meta{margin-top:2px;font-size:12px;color:#6b7280}.proctor-exam-details{background:#f9fafb;border-radius:14px;padding:16px 18px;box-shadow:0 1px 3px #0f172a14}.proctor-exam-title{font-size:18px;font-weight:600;margin-bottom:12px;color:#111827}.proctor-cards-grid--compact{margin-top:8px;margin-bottom:10px}.proctor-cards-grid--compact .proctor-card{padding:8px 10px}.proctor-cards-grid--compact .proctor-card__label{font-size:12px}.proctor-cards-grid--compact .proctor-card__value{font-size:18px}.proctor-exam-bottom{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:16px;align-items:stretch}.proctor-table-card,.proctor-chart-card{background:#fff;border-radius:12px;padding:12px 14px;box-shadow:0 1px 2px #0f172a14}.proctor-table-card h4,.proctor-chart-card h4{font-size:14px;font-weight:600;margin-bottom:8px;color:#111827}.proctor-chart-empty{height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:13px;color:#6b7280;padding:8px}.proctor-chart-empty__hint{margin-top:4px;font-size:12px;color:#9ca3af}.proctor-exam-link-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:4px 0 6px}.proctor-button{border-radius:8px;border:1px solid #d1d5db;padding:7px 12px;font-size:13px;background:#fff;color:#111827;cursor:pointer;transition:background .15s ease,box-shadow .15s ease,transform .08s ease}.proctor-button:hover:not(:disabled){background:#f3f4f6;box-shadow:0 1px 4px #0f172a1f;transform:translateY(-.5px)}.proctor-button:disabled{opacity:.6;cursor:default}.proctor-exam-top{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,1.2fr);gap:18px;align-items:stretch}.proctor-exam-top-left{display:flex;flex-direction:column;gap:10px}.proctor-exam-top-right{display:flex}.proctor-chart-card{background:#fff;border-radius:12px;padding:12px 14px;box-shadow:0 1px 2px #0f172a14;width:100%}.proctor-chart-inner{display:flex;align-items:center;gap:16px}.proctor-chart-pie{flex:0 0 230px;height:230px}.proctor-chart-legend{list-style:none;margin:0;padding:0;font-size:13px;color:#374151;display:flex;flex-direction:column;gap:6px;max-width:210px}.proctor-chart-legend-item{display:flex;align-items:center;gap:8px}.proctor-chart-legend-dot{width:12px;height:12px;border-radius:999px;display:inline-block}.proctor-chart-legend-label{white-space:normal;word-break:break-word;line-height:1.3;font-size:12px}@media(max-width:920px){.proctor-exam-layout,.proctor-exam-bottom{grid-template-columns:minmax(0,1fr)}.proctor-exam-list{flex-direction:row;overflow-x:auto;padding-bottom:4px}.proctor-exam-item{min-width:180px;flex-shrink:0}.proctor-exam-top{grid-template-columns:minmax(0,1fr)}.proctor-exam-top-right{margin-top:10px}.proctor-chart-inner{flex-direction:column;align-items:flex-start}.proctor-chart-pie{flex:0 0 auto;width:100%;max-width:260px;height:220px;align-self:center}}.proctor-filter-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:10px 0;flex-wrap:wrap}.proctor-filter-left{flex:1 1 260px}.proctor-filter-right{display:flex;gap:8px;flex-wrap:wrap}.proctor-input{width:100%;border-radius:8px;border:1px solid #d1d5db;padding:7px 10px;font-size:13px;background:#fff}.proctor-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb40}.proctor-select{border-radius:8px;border:1px solid #d1d5db;padding:7px 26px 7px 10px;font-size:13px;background:#fff}.proctor-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb40}.proctor-table-summary{font-size:12px;color:#6b7280;margin-bottom:6px}.proctor-text-muted{font-size:12px;color:#6b7280}.proctor-help{font-size:12px;color:#6b7280;cursor:help;border-bottom:1px dotted #9ca3af}.proctor-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.proctor-page-subtitle{font-size:13px;color:#6b7280;margin-top:4px}.proctor-text-strong{font-weight:600;color:#111827}.proctor-session-header-tags{display:flex;gap:8px;flex-wrap:wrap}.proctor-chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:500}.proctor-chip--status{background:#eff6ff;color:#1d4ed8}.proctor-chip--analysis{background:#ecfdf3;color:#15803d}.proctor-session-decision-card{display:flex;flex-direction:column;gap:8px}.proctor-session-decision-row{display:flex;gap:10px;align-items:center}.proctor-select{border-radius:8px;border:1px solid #d1d5db;padding:7px 10px;font-size:13px;background:#fff}.proctor-section-title{font-size:18px;font-weight:600;margin-bottom:6px;color:#111827}*,*:before,*:after{box-sizing:border-box}html,body,#root{max-width:none;margin:0;padding:0;text-align:left}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#020617;color:#0f172a}#root{min-height:100vh}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at 0% 0%,rgba(56,189,248,.18) 0,transparent 55%),radial-gradient(circle at 100% 0%,rgba(129,140,248,.14) 0,transparent 55%),#020617;color:#e5e7eb}.app-header{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(to bottom,#0f172af5,#0f172adb,#0f172ac7);border-bottom:1px solid rgba(148,163,184,.35)}.app-header__inner{max-width:1120px;margin:0 auto;padding:8px 20px;display:flex;align-items:center;gap:16px}.app-logo{display:inline-flex;align-items:center;gap:18px;text-decoration:none}.app-logo__img{height:38px;width:auto;display:block}.app-logo__dot{width:18px;height:18px;border-radius:999px;background:conic-gradient(from 180deg,#4f46e5,#6366f1,#22c55e,#4f46e5);box-shadow:0 0 0 1px #94a3b84d}.app-logo__text{display:flex;flex-direction:column;line-height:1.1}.app-logo__text-main{font-size:15px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#e5e7eb}.app-logo__text-sub{font-size:11px;color:#9ca3af;text-transform:none;letter-spacing:.02em;padding:0;border:none}.app-nav{display:flex;align-items:center;gap:12px;margin-left:32px;flex:1}.app-nav__link{position:relative;font-size:14px;color:#cbd5f5;text-decoration:none;padding:6px 4px;opacity:.8;transition:opacity .15s ease,color .15s ease}.app-nav__link:after{content:"";position:absolute;left:0;bottom:2px;height:2px;width:0;border-radius:999px;background:linear-gradient(90deg,#4f46e5,#6366f1);transition:width .18s ease}.app-nav__link:hover{opacity:1}.app-nav__link--active{color:#e5e7eb;opacity:1}.app-nav__link--active:after{width:100%}.app-header__actions{display:flex;align-items:center;gap:8px}.app-header__btn{font-size:13px;padding-inline:14px;padding-block:6px}.app-header__btn--accent{box-shadow:0 10px 25px #2563eb66}.app-main{flex:1;padding:0 0 32px}@media(max-width:800px){.app-header__inner{padding-inline:16px}.app-nav{display:none}.app-header__actions{margin-left:auto}.app-logo__text-sub{display:none}}
