:root{--bg:#f3f6f8;--card:#fff;--ink:#1c2733;--muted:#5e6b79;--accent:#5c8f2f;--accent-2:#4b7526;--error:#b00020;--radius:14px}*{box-sizing:border-box}body{background:linear-gradient(180deg,#f9fbfc 0,var(--bg) 100%);color:var(--ink);font-family:Poppins,Segoe UI,sans-serif;margin:0}.page-shell{margin:0 auto;max-width:960px;padding:24px 16px 64px}.page-header h1{font-size:2rem;margin:0}.page-header p{color:var(--muted);margin:8px 0 0}.breadcrumbs{margin-bottom:16px}.breadcrumbs,.breadcrumbs a{color:var(--muted)}.card-list{display:grid;gap:12px;list-style:none;margin:20px 0 0;padding:0}.card-link,.course-card{background:var(--card);border:1px solid #d5dce3;border-radius:var(--radius);display:block;padding:16px}.card-link{color:var(--ink);text-decoration:none}.card-link span{display:block;font-weight:700}.card-link small{color:var(--muted)}.course-card h3{margin-top:0}.start-button{background:var(--accent);border:0;border-radius:10px;color:#fff;cursor:pointer;display:inline-block;font-weight:700;margin-top:8px;padding:10px 14px;text-decoration:none}.start-button:hover{background:var(--accent-2)}.exam-config{background:var(--card);border:1px solid #d5dce3;border-radius:var(--radius);margin-top:20px;padding:16px}.error-text{color:var(--error)}.exam-inline-note{background:#f7fafc;border:1px solid #d8e3ea;border-radius:8px;color:#3f5060;font-size:.9rem;line-height:1.35;margin:8px 0 2px;padding:7px 10px}.exam-inline-note-wrap{align-items:center;display:flex;gap:8px;margin:8px 0 2px}.exam-inline-note-wrap .exam-inline-note{flex:1 1 auto;margin:0}.exam-inline-note-retry{background:#fff;border:1px solid #c9d6e2;border-radius:8px;color:#314656;cursor:pointer;font-size:.83rem;font-weight:600;height:34px;padding:0 12px;white-space:nowrap}.exam-inline-note-retry:hover{border-color:#5c8f2f;color:#2b3f4d}.exam-run{padding:12px 16px 24px}.exam-react-placeholder,.exam-run{background:#fff;border:1px solid #d7dde4;margin:0 auto;max-width:1440px}.exam-react-placeholder{padding:12px 16px 20px}.exam-react-placeholder-intro{margin:0 auto 14px;max-width:660px}.exam-react-placeholder-loading-card{border-radius:10px;font-size:.92rem;gap:10px;padding:9px 12px}.exam-react-placeholder-loading-card .exam-start-loading-logo-wrap{height:40px;width:40px}.exam-react-placeholder-loading-card .exam-start-loading-logo{height:28px;min-width:28px;width:28px}.exam-react-placeholder-loading-card .exam-start-loading-text{font-size:.88rem;font-weight:700}.exam-react-placeholder-intro-card{align-items:center;background:#fff;border:1px solid #d5dee6;border-radius:16px;display:flex;gap:14px;padding:12px 16px}.exam-react-placeholder-logo{border:4px solid #c9dcc0;border-radius:999px;display:grid;flex:0 0 auto;height:74px;overflow:hidden;place-items:center;position:relative;width:74px}.exam-react-placeholder-logo:after{animation:exam-start-loader-spin 1s linear infinite;border:4px solid transparent;border-radius:inherit;border-top-color:#5c8f2f;content:"";inset:-4px;position:absolute}.exam-react-placeholder-logo .text-logo-stack{transform:scale(.66)}.exam-react-placeholder-intro-card strong{color:#2b3c4d;font-size:2rem;font-weight:700;line-height:1.2}.exam-react-placeholder-progress{background:#dfe8dd;border-radius:999px;height:6px;margin-top:8px;overflow:hidden}.exam-react-placeholder-progress-bar{animation:exam-placeholder-loader-x 1.2s ease-in-out infinite;background:linear-gradient(90deg,#8ab969,#5c8f2f);border-radius:inherit;display:block;height:100%;width:42%}.exam-react-placeholder-top{display:flex;gap:10px;margin-bottom:12px}.exam-react-placeholder-pill{animation:exam-placeholder-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#e6eaee 25%,#f2f4f6 40%,#e6eaee 65%);background-size:220% 100%;border-radius:8px;height:42px;width:120px}.exam-react-placeholder-pill.wide{width:180px}.exam-react-placeholder-body{display:grid;gap:12px;grid-template-columns:minmax(0,1fr) 360px}.exam-react-placeholder-main{animation:exam-placeholder-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#e6eaee 25%,#f2f4f6 40%,#e6eaee 65%);background-size:220% 100%;border:1px solid #dee6ed;min-height:360px}.exam-react-placeholder-side{align-content:start;border:1px solid #dee6ed;display:grid;gap:10px;padding:10px}.exam-react-placeholder-line{background:linear-gradient(90deg,#e6eaee 25%,#f2f4f6 40%,#e6eaee 65%);background-size:220% 100%;border:1px solid #dee6ed;height:30px}.exam-react-placeholder-button,.exam-react-placeholder-line{animation:exam-placeholder-shimmer 1.2s ease-in-out infinite}.exam-react-placeholder-button{background:linear-gradient(90deg,#dbe8d5 25%,#edf5e9 40%,#dbe8d5 65%);background-size:220% 100%;border:1px solid rgba(92,143,47,.22);border-radius:8px;height:40px;margin-top:8px}.exam-react-placeholder-note{color:#5e6b79;font-size:.92rem;margin:10px 0 0}@keyframes exam-placeholder-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes exam-start-loader-spin{to{transform:rotate(1turn)}}@keyframes exam-placeholder-loader-x{0%{transform:translateX(-110%)}to{transform:translateX(260%)}}.exam-head-grid{border-left:1px solid #d8e0e6;border-right:1px solid #d8e0e6;display:grid;gap:0;grid-template-columns:minmax(0,1fr) 400px}.exam-controls-row{display:none}.exam-head-main{min-width:0;padding:10px 12px}.exam-head-side{align-items:center;border-left:1px solid #d8e0e6;display:flex;justify-content:flex-end;padding:10px 12px}.exam-controls-row .exam-head-main,.exam-controls-row .exam-head-side{padding:4px 12px 2px}.exam-meta-row{background:transparent;border:0;border-left:0;border-right:0}.exam-meta-row .exam-head-main{padding-bottom:8px;padding-top:8px}.exam-meta-row .exam-head-side{border-left:0}.exam-meta-row .exam-meta-side{border-left:0;padding-bottom:6px;padding-top:6px}.meta-pill{align-items:center;color:#2c3a46;display:inline-flex;font-size:.68rem;font-weight:700;gap:10px;letter-spacing:.02em;text-transform:uppercase}.exam-meta-main{align-items:center;display:flex;flex-wrap:wrap;gap:8px 10px}.meta-separator{color:#9aaab7;font-size:.88rem;font-weight:600;line-height:1}.meta-pill strong{align-items:center;background:#e8f2ec;border:1px solid #d2e2d8;border-radius:10px;color:#2f4a3a;display:inline-flex;font-size:1rem;gap:6px;justify-content:center;min-width:70px;padding:7px 12px;text-align:center;text-transform:uppercase}.meta-pill__value{font-size:1.05rem;font-weight:800;min-width:70px;padding:7px 12px}.meta-pill__value--time{font-size:1.12rem;min-width:90px}.exam-outline-btn{background:#fff;border:2px solid #11b56f;border-radius:10px;color:#1f2d39;cursor:pointer;font-size:.94rem;font-weight:600;padding:9px 12px;width:100%}.exam-meta-row.topbar-clean .exam-meta-main{gap:10px 12px}.exam-meta-row.topbar-chips .meta-pill,.exam-meta-row.topbar-clean .meta-pill{gap:8px}.exam-meta-row.topbar-chips .meta-pill__value{background:#edf3f0;border:0;border-radius:999px;box-shadow:inset 0 0 0 1px #d6e2dc}.exam-meta-row.topbar-chips-soft .meta-pill{gap:8px}.exam-meta-row.topbar-chips-soft .meta-pill__value{background:#f2f6f4;border:0;border-radius:999px;box-shadow:inset 0 0 0 1px #dfe8e3;color:#2f4a3a}.exam-meta-row.topbar-chips-strong .meta-pill{gap:8px}.exam-meta-row.topbar-chips-strong .meta-pill__value{background:#dcebe3;border:0;border-radius:999px;box-shadow:inset 0 0 0 1px #c5ddd0;color:#234236}.exam-meta-row.topbar-chips-compact .exam-head-main,.exam-meta-row.topbar-chips-compact .exam-meta-side{padding-bottom:4px;padding-top:4px}.exam-meta-row.topbar-chips-compact .exam-meta-main{gap:6px 8px}.exam-meta-row.topbar-chips-compact .meta-pill{font-size:.64rem;gap:6px}.exam-meta-row.topbar-chips-compact .meta-pill__value{background:#edf3f0;border:0;border-radius:999px;box-shadow:inset 0 0 0 1px #d6e2dc;min-width:62px;padding:6px 10px}.exam-meta-row.topbar-compact .exam-head-main,.exam-meta-row.topbar-compact .exam-meta-side{padding-bottom:4px;padding-top:4px}.exam-meta-row.topbar-compact .exam-meta-main{gap:6px 8px}.exam-meta-row.topbar-compact .meta-pill{font-size:.64rem;gap:7px}.exam-meta-row.topbar-compact .meta-pill__value{font-size:1.65rem;height:34px;min-width:54px}.exam-meta-row.topbar-compact .exam-outline-btn{border-radius:12px;font-size:1.9rem;height:46px}.exam-view-controls{align-items:center;display:inline-flex;gap:6px}.exam-view-controls button{background:#fff;border:1px solid #d1dce6;border-radius:8px;color:#32414d;cursor:pointer;font-size:.86rem;font-weight:700;height:32px;min-width:34px}.exam-view-controls button:disabled{cursor:not-allowed;opacity:.45}.exam-layout{align-items:stretch;border-bottom:1px solid #d8e0e6;border-left:1px solid #d8e0e6;border-right:1px solid #d8e0e6;display:grid;gap:0;grid-template-columns:minmax(0,1fr) 400px}.exam-main-column{border-right:1px solid #d8e0e6;flex-direction:column;min-height:560px}.exam-main,.exam-main-column{background:#fff;display:flex;position:relative}.exam-main{flex:1 1 auto;flex-direction:column;min-height:0;padding:10px 12px 12px}.exam-bottom-nav-actions{background:#fff;border-top:1px solid #d8e0e6;display:grid;gap:8px;grid-template-columns:1fr 1fr;margin-top:12px;padding:12px}.exam-main-column-transition-overlay{backdrop-filter:blur(.8px);background:rgba(243,246,248,.72);display:grid;inset:0;place-items:center;pointer-events:none;position:absolute;z-index:8}.exam-main-transition-loader{animation:exam-main-transition-spin .75s linear infinite;border:3px solid #d8e3dc;border-radius:999px;border-top-color:#5c8f2f;box-shadow:0 4px 14px rgba(28,45,58,.1);height:36px;width:36px}@keyframes exam-main-transition-spin{to{transform:rotate(1turn)}}.question-media{background:#f3f5f7;border:1px solid #cfd7df;border-radius:0;margin:0;overflow:hidden;position:relative}.question-media-loader{background:rgba(245,248,251,.78);color:#334451;display:grid;font-size:.92rem;font-weight:600;gap:8px;inset:0;place-items:center;position:absolute;text-align:center;z-index:6}.question-media-loader-spinner{animation:question-media-loader-spin .75s linear infinite;border:3px solid #d6e0e8;border-radius:999px;border-top-color:#5c8f2f;height:28px;width:28px}@keyframes question-media-loader-spin{to{transform:rotate(1turn)}}.question-media img{aspect-ratio:16/9;display:block;object-fit:contain;width:100%}.media-loading-hidden{visibility:hidden}.question-media.is-empty{background:linear-gradient(180deg,#f7f9fb,#f3f6f8);display:grid;place-items:center}.question-video{aspect-ratio:16/9;background:#0b1c22;display:block;object-fit:cover;width:100%}.empty-media,.intro-media-placeholder{align-content:center;aspect-ratio:16/9;background:linear-gradient(180deg,#f7f9fb,#f3f6f8);display:grid;padding:28px 24px;place-items:center;text-align:center;width:100%}.empty-media-icon,.intro-media-icon{background:hsla(0,0%,100%,.72);border:1px solid #dbe5ec;border-radius:999px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7);color:#6b7c89;display:grid;font-size:2rem;font-weight:500;height:96px;margin:0 auto 24px;place-items:center;width:96px}.intro-media-icon__play{color:#5d8d2f;font-size:1.9rem;margin-left:4px}.empty-media-copy,.intro-media-copy{display:grid;gap:8px;max-width:540px}.empty-media-copy strong,.intro-media-copy strong{color:#2a3843;font-size:1.15rem;font-weight:600;letter-spacing:-.02em}.empty-media p,.intro-media-placeholder p{color:#61717e;font-size:.98rem;line-height:1.52;margin:0}.intro-media-action{align-items:center;background:#fff;border:1px solid #5d8d2f;border-radius:999px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.75);color:#4f7d28;cursor:pointer;display:inline-flex;font-size:.92rem;font-weight:700;gap:6px;justify-content:center;letter-spacing:.02em;margin-top:26px;min-height:44px;padding:0 20px}.intro-media-action:hover{background:#f8fbf6;border-color:#4f7d28;color:#4f7d28}.video-overlay{background:rgba(71,107,37,.52);display:grid;inset:0;place-items:center;position:absolute}.video-overlay button{background:#fff;border:0;border-radius:999px;color:#5c8f2f;cursor:pointer;font-size:1.05rem;font-weight:700;height:110px;width:110px}.empty-media{color:#4b7526;min-height:clamp(220px,36vw,320px);padding:20px;text-align:center}.empty-media-icon{border:5px solid #a8d2c8;border-radius:999px;display:grid;font-size:.9rem;font-weight:600;height:88px;letter-spacing:.04em;margin:0 auto 14px;place-items:center;width:88px}.empty-media-copy{gap:6px;max-width:460px}.empty-media-copy strong{font-size:1rem}.empty-media p{font-size:.94rem;line-height:1.45}.question-text{background:#fff;border-radius:0;color:#1f3140;font-size:1.4rem;font-weight:500;line-height:1.35;padding:12px 14px}.pjm-badge-row{align-items:center;display:flex;gap:8px;margin:4px 0 8px;padding:0 4px}.pjm-badge{align-items:center;background:#ecf7ef;border:1px solid #b7d4be;border-radius:999px;color:#2f4a3a;display:inline-flex;font-weight:700;letter-spacing:.02em}.pjm-badge,.pjm-toggle-btn{font-size:.78rem;padding:4px 10px}.pjm-toggle-btn{background:#fff;border:1px solid #cdd8e2;border-radius:8px;color:#334451;cursor:pointer;font-weight:600}.pjm-toggle-btn:hover{border-color:#5c8f2f}.pjm-player-inline{background:#f6f8fa;border:1px solid #d5dde4;border-radius:8px;margin:0 0 10px;overflow:hidden}.answer-grid{display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-top:26px}.exam-main.question-type-yes_no .answer-grid{margin-top:auto;padding-top:26px}.answers-disabled{opacity:var(--exam-answers-disabled-opacity,.55);pointer-events:none}.answer-btn{background:#f4faf6;border:1px solid #a8c2b2;border-radius:8px;color:#2f4a3a;cursor:pointer;font-size:1.2rem;font-weight:600;height:56px;transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .12s ease}.answer-btn:hover:not(:disabled):not(.selected){background:#f1f8ed;border-color:#8fb872;box-shadow:inset 0 0 0 1px rgba(92,143,47,.2);color:#1f3226;transform:none}.answer-btn.selected{color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.14)}.answer-btn.selected,.answer-btn.selected:hover:not(:disabled){background:linear-gradient(180deg,#669a36,#5a8d2e);border-color:#4f7f28;box-shadow:inset 0 0 0 1px rgba(53,92,20,.45),0 0 0 2px rgba(92,143,47,.24)}.answer-btn.selected:hover:not(:disabled){transform:none}.answer-btn:focus{outline:none}.answer-btn:focus-visible{box-shadow:0 0 0 2px rgba(30,86,255,.3),inset 0 0 0 1px rgba(20,33,46,.05);outline:0}.answer-btn:disabled{cursor:not-allowed;opacity:var(--exam-disabled-button-opacity,.5)}.answer-btn.selected:disabled{opacity:var(--exam-selected-disabled-answer-opacity,1)}.answer-list{display:grid;gap:6px;list-style:none;margin:14px 0 0;padding:0}.answers-attention{animation:answer-attention-pulse .9s ease-in-out 1}.answer-option{align-items:center;background:transparent;border:1px solid transparent;border-radius:8px;color:#22313b;cursor:pointer;display:flex;font-size:1rem;gap:10px;min-height:52px;padding:8px 10px;text-align:left;transition:border-color .18s ease,background-color .18s ease,color .18s ease;width:100%}.answer-option:hover:not(:disabled){background:#f3f9ef;border-color:#8fb872}.answer-option:disabled{cursor:not-allowed;opacity:var(--exam-disabled-button-opacity,.5)}.answer-option.selected:disabled{opacity:var(--exam-selected-disabled-answer-opacity,1)}.answer-label{background:#fff;border:2px solid #9fd0b4;border-radius:999px;color:#2f4a3a;display:grid;flex-shrink:0;font-size:.92rem;font-weight:700;height:36px;place-items:center;width:36px}.answer-text{color:inherit}.answer-option.selected .answer-label{background:#5c8f2f;border-color:#5c8f2f;color:#fff}.answer-option.selected{background:linear-gradient(180deg,#edf6e8,#e3f0db);border-color:#5c8f2f;box-shadow:inset 0 0 0 1px rgba(92,143,47,.28);color:#24352a}.answer-option.selected .answer-text{font-weight:700}@keyframes answer-attention-pulse{0%{box-shadow:0 0 0 0 rgba(200,67,67,0)}30%{box-shadow:0 0 0 3px rgba(200,67,67,.35)}to{box-shadow:0 0 0 0 rgba(200,67,67,0)}}.exam-side{align-items:stretch;background:#fff;display:flex;flex-direction:column;gap:10px;height:100%;min-height:100%;overflow:visible;padding:12px}.side-progress-grid{display:grid;gap:14px;grid-template-columns:1fr 1fr}.side-groups-block{padding-bottom:10px}.side-groups-list{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.side-group-item h3{color:#2f3d4a;font-size:.88rem;font-weight:700;line-height:1.3;margin:0 0 5px;text-transform:uppercase}.side-block{border-bottom:1px solid #e0e7ec;padding-bottom:10px}.side-question-tiles{padding-bottom:10px;--question-tiles-per-row:7}.side-question-tiles-current{color:#4a5a68;font-size:.82rem;font-weight:600;margin:0 0 6px}.question-tiles-grid{display:grid;gap:6px;grid-template-columns:repeat(var(--question-tiles-per-row),minmax(0,1fr))}.question-tile{aspect-ratio:1/1;background:#fff;border:1px solid #d1dae3;border-radius:7px;color:#334451;container-type:inline-size;cursor:pointer;font-size:clamp(.95rem,42cqw,1.15rem);font-weight:500;line-height:1;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.question-tile:hover{border-color:#5c8f2f}.question-tile.is-answered{background:#e7f4e8;border-color:#b6d4b9;color:#2f4a3a}.question-tile.is-current{border-color:#5c8f2f;box-shadow:inset 0 0 0 1px #5c8f2f}.side-block h3{color:#2f3d4a;font-size:.88rem;font-weight:700;line-height:1.3;margin:0 0 5px;text-transform:uppercase}.pjm-side-block{display:grid;gap:8px}.pjm-side-video{background:#0b1c22;border:1px solid #d6dee6;border-radius:8px;width:100%}.progress-track{background:#e9f0eb;border:1px solid #d8e4dc;border-radius:0;color:#2b3946;display:grid;font-size:.92rem;font-weight:700;height:28px;overflow:hidden;place-items:center;position:relative}.progress-track.short{height:28px}.progress-fill{background:linear-gradient(90deg,#b6d692,#8fbe5f);bottom:0;left:0;position:absolute;top:0;transition:width .3s linear,background .2s ease}.side-progress-grid .progress-track{background:#eaf1f8;border-color:#d4e1ef}.side-progress-grid .progress-fill{background:linear-gradient(90deg,#8bc0ea,#4a95d1)}.progress-track span{position:relative;z-index:1}.progress-track.short.is-danger .progress-fill{background:linear-gradient(90deg,#b6d692,#8fbe5f)}.progress-track.short.is-danger span{color:#2b3946;font-weight:700}.progress-track.short.is-paused{background:#e7ecef;border-color:#d6dee4}.progress-track.short.is-paused .progress-fill{background:linear-gradient(90deg,#b6d692,#8fbe5f);width:0!important}.progress-track.short.is-paused span{color:#5a6875}.inline-start-btn{align-items:center;background:#fff;border:1px solid #5c8f2f;border-radius:999px;color:#2f3d4a;cursor:pointer;display:inline-flex;font-size:.84rem;font-weight:700;gap:5px;height:34px;justify-content:center;letter-spacing:.03em;margin-top:0;min-width:106px;padding:0 14px}.inline-start-btn span{font-size:1rem;line-height:1}.side-time-row{align-items:center;display:grid;gap:8px;grid-template-columns:1fr}.side-time-row.has-start{grid-template-columns:minmax(0,1fr) auto}.side-block p{color:#394752;font-size:.95rem;line-height:1.35;margin:0 0 6px}.side-block strong{color:#5c8f2f;font-size:1.1rem}.side-settings-block{padding-top:2px}.side-setting-toggle{align-items:flex-start;color:#304252;display:flex;font-size:.86rem;gap:8px;line-height:1.35;margin:0;user-select:none}.side-setting-toggle input[type=checkbox]{accent-color:#5c8f2f;flex:0 0 auto;height:15px;margin-top:2px;width:15px}.side-actions{display:grid;gap:10px}.side-actions button{background:#f8fbf9;border:1px solid #d9e3db;border-radius:10px;color:#33424d;cursor:pointer;font-size:.95rem;height:42px}.next-btn{background:#5c8f2f;border:1px solid #5c8f2f;border-radius:9px;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:600;height:44px;margin-top:8px;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease;width:100%}.next-btn:focus:not(:disabled),.next-btn:hover:not(:disabled){background:#4b7526;border-color:#4b7526}.next-btn:disabled{cursor:not-allowed;opacity:.5}.side-nav-actions{display:grid;gap:6px;margin-top:auto;padding-top:6px}.prev-btn{background:#fff;border:1px solid #c8d4de;border-radius:9px;color:#334451;cursor:pointer;font-size:.95rem;font-weight:600;height:40px;width:100%}.exam-bottom-nav-actions .prev-btn{font-size:.98rem;height:42px}.exam-bottom-nav-actions .next-btn{font-size:1.08rem;height:46px;margin-top:0}.prev-btn:disabled{cursor:not-allowed;opacity:.5}.exam-back-links{margin-top:10px}.exam-back-links a{color:#30485d}.exam-run.side-style-pill .side-block{background:#f7f9fb;border:0;border-bottom:0;border-radius:12px;padding:11px 12px}.exam-run.side-style-pill .side-groups-block{background:#f4f7fa}.exam-run.side-style-pill .side-groups-list{gap:12px}.exam-run.side-style-pill .side-group-item h3{line-height:1.25;margin-bottom:8px}.exam-run.side-style-pill .progress-track{background:#eaf1f4;border:0;border-radius:999px;height:30px}.exam-run.side-style-pill .progress-fill{border-radius:999px}.exam-run.side-style-pill .side-time-row{gap:10px}.exam-run.side-style-pill .side-block h3{margin-bottom:8px}.exam-run.side-style-pill .side-utility-actions{display:grid;gap:9px;margin-bottom:6px;margin-top:6px}.exam-run.side-style-pill .side-utility-action{align-items:center;background:#fbfcfd;border:0;border-radius:16px;box-shadow:inset 0 0 0 1px #e4ebf0;color:#42505c;cursor:pointer;display:flex;font-size:.88rem;font-weight:600;gap:11px;padding:9px 12px;text-align:left;transition:background-color .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease;width:100%}.exam-run.side-style-pill .side-utility-action:hover{background:#f6f9fb;transform:translateY(-1px)}.exam-run.side-style-pill .side-utility-action.is-active{background:#f7fbf4;box-shadow:inset 0 0 0 1px #dde8d4;color:#4a6d29}.exam-run.side-style-pill .side-utility-action--report{color:#7c2f2f}.exam-run.side-style-pill .side-utility-action--report:hover{background:#fbf5f5}.exam-run.side-style-pill .side-utility-action--report .side-utility-action__icon{color:#b24a4a}.exam-run.side-style-pill .side-utility-action__icon{align-items:center;background:#fff;border-radius:999px;box-shadow:inset 0 0 0 1px #dbe5ec;color:#5d8d2f;display:inline-flex;flex:0 0 auto;height:36px;justify-content:center;width:36px}.exam-run.side-style-pill .side-utility-action__icon svg{height:18px;width:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.exam-run.side-style-pill .side-utility-action__label{letter-spacing:-.01em;line-height:1.2}.exam-run.side-style-pill .next-btn{border-radius:15px;height:44px}.exam-run.side-style-pill .prev-btn{border-radius:999px}.exam-run.side-style-pill .side-actions button{border-radius:999px;height:40px}.exam-run.side-style-pill .exam-main-column{background:#fff;border:1px solid #dfe8e3;border-radius:16px;box-shadow:0 1px 0 rgba(28,44,34,.04);overflow:hidden}.exam-run.side-style-pill .exam-head-grid{border-left:0;border-right:0}.exam-run.side-style-pill .exam-meta-row{background:linear-gradient(180deg,#fbfcfb,#f7f9f8);border-radius:18px;box-shadow:inset 0 0 0 1px #e4ebe6;margin:0 0 10px}.exam-run.side-style-pill .exam-meta-row .exam-head-main,.exam-run.side-style-pill .exam-meta-row .exam-meta-side{padding:10px 16px}.exam-run.side-style-pill .exam-meta-row .exam-head-main{align-items:center;display:flex}.exam-run.side-style-pill .exam-meta-row .exam-meta-side{align-items:center;border-left:1px solid #e6ece7;display:flex;justify-content:flex-end}.exam-run.side-style-pill .exam-meta-row .exam-meta-main{gap:8px 12px}.exam-run.side-style-pill .exam-meta-row .meta-pill{color:#2c3a46;font-size:.69rem;font-weight:700;gap:9px;letter-spacing:.1em}.exam-run.side-style-pill .exam-meta-row .meta-pill__value{background:#edf3ef;border:1px solid #d8e1db;border-radius:13px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.55);color:#5d8d2f;font-size:.92rem;font-weight:700;min-height:42px;min-width:52px;padding:7px 12px}.exam-run.side-style-pill .exam-meta-row .meta-pill__value--time{min-width:88px}.exam-run.side-style-pill .exam-meta-row .meta-separator{color:#dde3e8;font-size:.92rem;font-weight:500;margin-inline:0}.exam-run.side-style-pill .exam-meta-row .exam-outline-btn{background:#fff;border:2px solid #5d8d2f;border-radius:15px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7);color:#5a852e;font-size:.88rem;font-weight:700;letter-spacing:.02em;min-height:44px;padding:8px 16px;width:min(100%,248px)}.exam-run.side-style-pill .exam-meta-row .exam-outline-btn:hover:not(:disabled){background:#f8fbf6;border-color:#4f7d28;color:#4f7d28}.exam-run.side-style-pill .exam-layout{border-bottom:0;border-left:0;border-right:0;gap:12px}.exam-run.side-style-pill .exam-side{background:#fbfcfd;border:1px solid #e1e9f0;border-radius:16px;box-shadow:0 1px 0 rgba(27,42,58,.04);gap:10px;padding:12px}.exam-run.side-style-pill .side-progress-panel{background:linear-gradient(180deg,#fbfcfd,#f8fafc);border:1px solid #e3e9ee;border-radius:22px;box-shadow:0 2px 8px rgba(28,44,34,.04);padding:18px 18px 16px}.exam-run.side-style-pill .side-progress-panel__head{align-items:center;display:flex;gap:12px;margin-bottom:18px}.exam-run.side-style-pill .side-progress-panel__head h3{color:#1e2a39;font-size:1.05rem;font-weight:600;margin:0}.exam-run.side-style-pill .side-progress-panel__icon{align-items:center;color:#6c9831;display:inline-flex;height:28px;justify-content:center;width:28px}.exam-run.side-style-pill .side-progress-panel__icon svg{height:100%;width:100%;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.exam-run.side-style-pill .side-progress-groups{display:grid;gap:18px}.exam-run.side-style-pill .side-progress-group{display:grid;gap:10px}.exam-run.side-style-pill .side-progress-group__row,.exam-run.side-style-pill .side-progress-time__row{align-items:baseline;display:flex;gap:12px;justify-content:space-between}.exam-run.side-style-pill .side-progress-group__row h4,.exam-run.side-style-pill .side-progress-time__row h4{color:#2c3a46;font-size:.82rem;font-weight:400;letter-spacing:.03em;margin:0;text-transform:uppercase}.exam-run.side-style-pill .side-progress-group__row strong,.exam-run.side-style-pill .side-progress-time strong{color:#152032;font-size:1.1rem;font-weight:600;letter-spacing:-.02em;margin:0;white-space:nowrap}.exam-run.side-style-pill .side-progress-time strong{color:#2b3944}.exam-run.side-style-pill .side-progress-time strong .side-progress-time__value{font-weight:600}.exam-run.side-style-pill .side-progress-time strong.is-danger{color:#c04646}.exam-run.side-style-pill .side-progress-bar{background:#e8edf2;border-radius:999px;height:16px;overflow:hidden;position:relative}.exam-run.side-style-pill .side-progress-bar__fill{background:linear-gradient(90deg,#87af47,#6a9831);border-radius:inherit;height:100%;min-width:0}.exam-run.side-style-pill .side-progress-bar--time{height:18px}.exam-run.side-style-pill .side-progress-bar--time.is-paused .side-progress-bar__fill{background:linear-gradient(90deg,#b5c39c,#a4b58d)}.exam-run.side-style-pill .side-progress-time{display:grid;gap:12px}.exam-run.side-style-pill .side-progress-time.has-divider{border-top:1px solid #e5eaef;margin-top:18px;padding-top:18px}.exam-run.side-style-pill .side-progress-time__start{justify-content:center;justify-self:flex-start;min-width:148px;padding-inline:24px}.exam-confirm-overlay{background:rgba(19,30,39,.52);display:grid;inset:0;padding:20px;place-items:center;position:fixed;z-index:1200}.exam-confirm-card{background:#fff;border:1px solid #d7e0e7;border-radius:12px;box-shadow:0 24px 56px rgba(17,29,39,.24);padding:22px;width:min(560px,100%)}.exam-confirm-card h2{color:#1d2b37;font-size:1.32rem;line-height:1.25;margin:0}.exam-confirm-card p{color:#566676;font-size:.96rem;line-height:1.5;margin:10px 0 0}.exam-confirm-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:18px}.exam-confirm-cancel,.exam-confirm-submit{border-radius:10px;cursor:pointer;font-size:.93rem;font-weight:600;height:44px;padding:0 16px}.exam-confirm-cancel{background:#fff;border:1px solid #c7d3de;color:#334451}.exam-confirm-submit{background:#c84343;border:1px solid #b23838;color:#fff}.exam-confirm-submit:hover{background:#b53939}.exam-report-fab{background:linear-gradient(180deg,#fff4f1,#ffe4dd);border:1px solid #b23a2d;border-radius:10px 0 0 10px;border-right:0;box-shadow:0 8px 18px rgba(122,35,28,.18);color:#7a231c;cursor:pointer;font-size:.8rem;font-weight:700;letter-spacing:.04em;min-height:152px;padding:10px 6px;position:fixed;right:0;text-orientation:mixed;text-transform:uppercase;top:42%;transform:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;writing-mode:vertical-rl;z-index:40}.exam-report-fab:hover{background:linear-gradient(180deg,#ffece6,#ffd8cf);box-shadow:0 10px 22px rgba(122,35,28,.24);color:#671710;transform:translateX(-8px)}.exam-report-overlay{z-index:1250}.exam-report-card{width:min(640px,100%)}.exam-report-label{color:#2f3d4a;display:block;font-size:.88rem;font-weight:700;margin-top:14px}.exam-report-textarea{background:#fff;border:1px solid #cfd9e2;border-radius:10px;color:#233340;font-size:.95rem;line-height:1.45;margin-top:6px;min-height:120px;padding:10px 12px;resize:vertical;width:100%}.exam-report-textarea:focus{border-color:#8fb872;box-shadow:0 0 0 2px rgba(92,143,47,.12);outline:none}.exam-report-textarea--error{background:#fff8f8;border-color:#c14747;box-shadow:0 0 0 2px rgba(193,71,71,.12)}.exam-report-turnstile{margin-top:10px}.exam-report-feedback{border-radius:10px;font-size:.92rem;font-weight:600;line-height:1.45;margin-top:10px;padding:10px 12px}.exam-report-feedback ul{margin:0;padding-left:18px}.exam-report-feedback li+li{margin-top:2px}.exam-report-feedback--error{background:#fff2f2;border:1px solid #d26a6a;color:#8b2727}.exam-report-feedback--success{background:#eef8ea;border:1px solid #92c483;color:#2e5d22}.exam-start-main{position:relative}.exam-start-main:before{background:radial-gradient(50rem 20rem at 12% -8%,rgba(92,143,47,.11),transparent 65%),radial-gradient(35rem 18rem at 85% 15%,rgba(57,69,81,.08),transparent 72%);content:"";inset:0;pointer-events:none;position:absolute}.exam-start-main>.container{position:relative}.exam-prestart{background:linear-gradient(180deg,#fbfdfd,#f6f9f8);border:1px solid #dbe3e9;border-radius:12px;margin-top:12px;padding:22px}.exam-prestart-grid{align-items:start;display:grid;gap:18px;grid-template-columns:minmax(260px,360px) minmax(0,1fr)}.exam-prestart-info{background:#fff;border:1px solid #e2e9ee;border-radius:12px;padding:18px}.exam-prestart-info h2{color:#1d2b36;font-size:1.24rem;line-height:1.25;margin:0 0 8px}.exam-prestart-eyebrow{color:#5c8f2f;font-size:.74rem;font-weight:700;letter-spacing:.06em;margin:0 0 8px;text-transform:uppercase}.exam-prestart-lead{color:#5a6875;font-size:.95rem;line-height:1.45;margin:0 0 14px}.exam-prestart-info ul{display:grid;gap:10px;list-style:none;margin:0;padding:0}.exam-prestart-info li{border-top:1px solid #eef3f6;display:grid;gap:3px;padding:10px 0}.exam-prestart-info li:first-child{border-top:0;padding-top:0}.exam-prestart-info span{color:#5e6b79;font-size:.76rem;letter-spacing:.02em;text-transform:uppercase}.exam-prestart-info strong{color:#1f2e3a;font-size:1.04rem;line-height:1.3}.exam-prestart-card{background:#fff;border:1px solid #dbe4ea;border-radius:12px;padding:18px 18px 42px;position:relative}.exam-prestart-card h2{color:#1d2b36;font-size:1.35rem;font-weight:700;line-height:1.25;margin:0 0 8px}.exam-prestart-card p{color:#536270;font-size:.96rem;line-height:1.45;margin:0 0 14px}.exam-start-stats{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));margin:12px 0 14px}.exam-start-stat{background:#fafcfd;border:1px solid #e3ebf0;border-radius:10px;padding:11px 12px}.exam-start-stat span{color:#5e6b79;display:block;font-size:.76rem;letter-spacing:.02em;text-transform:uppercase}.exam-start-stat strong{color:#1f2e3a;display:block;font-size:1.18rem;line-height:1.2;margin-top:4px}.exam-start-actions{margin-top:8px}.exam-start-actions,.exam-start-form{display:grid;gap:10px}.exam-start-option{align-items:flex-start;color:#304252;display:flex;font-size:.95rem;gap:10px;line-height:1.4;margin:2px 0 0;user-select:none}.exam-start-option input[type=checkbox]{accent-color:#5c8f2f;flex:0 0 auto;height:16px;margin-top:3px;width:16px}.exam-start-form--with-captcha{padding-bottom:84px;position:relative}.exam-start-captcha{align-items:flex-start;display:flex}.exam-start-form--with-captcha .exam-start-captcha{bottom:0;left:0;min-height:68px;position:absolute}.exam-start-primary{font-size:1.2rem;font-weight:700;min-height:52px;width:100%}.exam-start-primary:focus:not(:focus-visible){box-shadow:none;outline:none}.exam-start-legal-note{color:#8693a0;font-size:.68rem;letter-spacing:.01em;line-height:1.26;margin:-2px 0 2px}.exam-start-legal-note--aside{bottom:12px;left:18px;margin:0;max-width:72%;position:absolute;text-align:left;transform:none}.exam-start-legal-note a{border-bottom:1px dotted rgba(111,125,138,.38);color:#6f7d8a;font-weight:400;text-decoration:none}.exam-start-legal-note a:focus,.exam-start-legal-note a:hover{border-bottom-color:rgba(102,116,130,.56);color:#667482}.exam-start-secondary-wrap{align-items:center;display:flex;gap:12px;justify-content:flex-end;margin-top:6px}.exam-start-secondary{border-radius:8px;font-size:.92rem;font-weight:600;min-height:38px;padding:7px 14px}.exam-turnstile-wrap{display:flex;justify-content:flex-start;margin-top:12px}.exam-start-loading-overlay{backdrop-filter:blur(1px);background:rgba(244,248,251,.82);border-radius:12px;display:grid;inset:0;padding:16px;place-items:center;position:absolute;z-index:5}.exam-start-loading-card{align-items:center;background:#fff;border:1px solid #d5dee6;border-radius:12px;box-shadow:0 10px 26px rgba(20,33,43,.14);color:#2d3d49;display:inline-flex;font-size:1rem;font-weight:600;gap:12px;padding:12px 16px}.exam-start-loading-logo-wrap{display:inline-grid;flex-shrink:0;height:46px;place-items:center;position:relative;width:46px}.exam-start-loading-logo-ring{animation:exam-start-spin 1.1s linear infinite;border:2px solid rgba(92,143,47,.24);border-radius:999px;border-top-color:#5c8f2f;inset:0;position:absolute}.exam-start-loading-logo{align-items:center;animation:exam-start-logo-pulse 1.2s ease-in-out infinite;display:flex;flex-direction:column;height:32px;justify-content:center;line-height:.8;min-width:32px;text-align:center;transform-origin:center;width:32px}.exam-start-loading-logo .text-logo-bottom,.exam-start-loading-logo .text-logo-top{font-size:.6rem;line-height:1;margin:0}.exam-start-loading-logo .text-logo-bottom{margin-top:0}.exam-start-loading-text{align-items:center;display:flex;flex:1;justify-content:center;text-align:center;white-space:nowrap}.exam-start-form.is-loading{pointer-events:none}.exam-start-secondary.is-disabled{opacity:.6;pointer-events:none}@keyframes exam-start-spin{to{transform:rotate(1turn)}}@keyframes exam-start-logo-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.exam-fullscreen-hint{align-items:center;animation:exam-fullscreen-hint-fade 2.8s ease forwards;backdrop-filter:blur(10px);background:rgba(236,240,242,.96);border:1px solid #d7dde2;border-radius:18px;box-shadow:0 16px 40px rgba(24,37,51,.12);color:#2c3a46;display:inline-flex;gap:14px;left:50%;padding:14px 18px;position:fixed;top:18px;transform:translateX(-50%);width:min(680px,100vw - 32px);z-index:1300}.exam-fullscreen-hint__icon{align-items:center;background:#f7f9fa;border-radius:13px;box-shadow:inset 0 0 0 1px #d5dde3;color:#61717f;display:inline-flex;flex:0 0 auto;height:42px;justify-content:center;width:42px}.exam-fullscreen-hint__icon svg{height:22px;width:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.exam-fullscreen-hint__content{display:flex;flex-direction:column;gap:3px;min-width:0}.exam-fullscreen-hint__content strong{font-size:.98rem;font-weight:700;line-height:1.2}.exam-fullscreen-hint__content span{color:#5f6f7e;font-size:.92rem;font-weight:500;line-height:1.3}.exam-fullscreen-hint__key{align-items:center;background:#fff;border-radius:12px;box-shadow:inset 0 0 0 1px #ccd5db;color:#253240;display:inline-flex;flex:0 0 auto;font-size:.9rem;font-weight:800;height:38px;justify-content:center;letter-spacing:.12em;margin-left:auto;min-width:56px;padding:0 12px}.exam-fullscreen-hint--banner{background:rgba(236,240,242,.98);border-left:0;border-radius:0 0 18px 18px;border-right:0;border-top:0;box-shadow:0 10px 24px rgba(24,37,51,.1);justify-content:center;left:0;max-width:none;padding:14px 20px;right:0;top:0;transform:none;width:100%}.exam-fullscreen-hint--banner .exam-fullscreen-hint__content{max-width:980px;min-width:0}.exam-fullscreen-hint--banner .exam-fullscreen-hint__content strong{font-size:.94rem}.exam-fullscreen-hint--banner .exam-fullscreen-hint__content span{font-size:.88rem}@keyframes exam-fullscreen-hint-fade{0%{opacity:0;transform:translateY(-4px)}12%{opacity:1;transform:translateY(0)}78%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-3px)}}@media(max-width:720px){.exam-fullscreen-hint{border-radius:16px;gap:10px;padding:12px 14px;top:12px;width:calc(100vw - 20px)}.exam-fullscreen-hint__icon{border-radius:11px;height:36px;width:36px}.exam-fullscreen-hint__content strong{font-size:.92rem}.exam-fullscreen-hint__content span{font-size:.84rem}.exam-fullscreen-hint__key{font-size:.82rem;height:34px;min-width:48px;padding:0 10px}.exam-fullscreen-hint--banner{border-radius:0 0 14px 14px;justify-content:flex-start;padding:12px 14px}.exam-fullscreen-hint--banner .exam-fullscreen-hint__content{max-width:none}}@media(max-width:1120px){.exam-react-placeholder-body{grid-template-columns:1fr}.exam-react-placeholder-main{min-height:240px}.exam-head-grid{grid-template-columns:1fr}.exam-head-side{border-left:0;border-top:1px solid #d8e0e6;justify-content:flex-start}.exam-run.side-style-pill .exam-meta-row .exam-meta-side{border-left:0;justify-content:stretch}.exam-run.side-style-pill .exam-meta-row .exam-outline-btn{width:100%}.exam-layout{grid-template-columns:1fr}.exam-run.side-style-pill .exam-layout{gap:10px}.exam-main{border-bottom:0}.exam-main-column{border-bottom:1px solid #d8e0e6;border-right:0;min-height:auto}.exam-main.question-type-yes_no .answer-grid{margin-top:26px;padding-top:0}.exam-side{max-height:none;overflow:visible;position:static}.exam-meta-main{gap:6px 8px}.meta-separator{display:none}}@media(max-width:640px){.exam-react-placeholder-intro{max-width:100%}.exam-react-placeholder-loading-card{gap:8px;padding:8px 10px;width:100%}.exam-react-placeholder-loading-card .exam-start-loading-logo-wrap{height:34px;width:34px}.exam-react-placeholder-loading-card .exam-start-loading-logo{height:24px;min-width:24px;width:24px}.exam-react-placeholder-loading-card .exam-start-loading-text{font-size:.8rem}.exam-react-placeholder-intro-card{gap:10px;padding:10px 12px}.exam-react-placeholder-logo{height:62px;width:62px}.exam-react-placeholder-intro-card strong{font-size:1.4rem}.exam-run{padding:10px 10px 18px}.question-text{font-size:1.2rem}.answer-grid,.exam-bottom-nav-actions{grid-template-columns:1fr}.answer-btn,.next-btn{font-size:1.15rem;height:52px}.answer-option{font-size:.95rem}.exam-start-stats{grid-template-columns:1fr}.exam-start-secondary-wrap{align-items:flex-start;flex-direction:column}.exam-start-legal-note--aside{margin-top:6px;max-width:100%;position:static;transform:none}.exam-start-form--with-captcha{padding-bottom:0;position:static}.exam-start-form--with-captcha .exam-start-captcha{position:static}.exam-prestart-grid{grid-template-columns:1fr}.exam-confirm-card{padding:18px}.exam-confirm-actions{align-items:stretch;flex-direction:column-reverse}.exam-confirm-cancel,.exam-confirm-submit{width:100%}.exam-report-fab{bottom:18px;font-size:.76rem;min-height:120px;right:0;top:auto}}@media(max-width:420px){.side-groups-list,.side-progress-grid{grid-template-columns:1fr}}.exam-result{margin:0 auto;max-width:100%;padding:14px 16px 28px}.result-summary-top{background:#fff;border:1px solid #d8e0e6;border-radius:10px;padding:18px 16px}.result-summary-top.fail{background:linear-gradient(90deg,#f7d4d5,#f9efec)}.result-summary-top.pass{background:linear-gradient(90deg,#d9eac8,#f2f8ec)}.result-summary-heading h1{color:#1f2e3a;font-size:1.7rem;line-height:1.2;margin:0}.result-summary-heading h1 span{color:#4b7526}.result-summary-top.fail .result-summary-heading h1 span{color:#b53a3c}.result-summary-heading p{color:#2d3d49;font-size:1.08rem;margin:8px 0 0}.result-summary-heading .result-summary-meta{font-size:.98rem;line-height:1.35;margin-top:8px}.result-summary-meta-sep{color:#6a7782;margin:0 8px}.result-summary-top .result-summary-split{align-items:center;display:grid;gap:14px;grid-template-columns:auto 1fr;margin-top:10px}.result-summary-split-score{background:hsla(0,0%,100%,.56);border:1px solid rgba(46,60,72,.22);border-radius:10px;min-width:170px;padding:8px 12px}.result-summary-split-score span{color:#4a5b67;display:block;font-size:.78rem}.result-summary-split-score strong{color:#1f2e3a;display:block;font-size:1.22rem;line-height:1.15;margin-top:4px}.result-summary-split-meta p{color:#2a3c4a;font-size:.96rem;margin:0}.result-summary-split-meta p+p{margin-top:4px}.result-overview{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.result-overview-card{background:#fff;border:1px solid #d8e0e6;border-radius:10px;padding:14px}.result-overview-card h2{color:#2f3f4c;font-size:1rem;margin:0}.result-overview-card p{font-size:1.6rem;font-weight:700;margin:8px 0 0}.result-overview-card.good p{color:#4b7526}.result-overview-card.bad p{color:#b53a3c}.result-overview-card.empty p{color:#9a6c33}.result-summary-table-wrap{background:#fff;border:1px solid #d8e0e6;border-radius:10px;margin-top:14px;padding:14px}.result-summary-table-wrap h2{font-size:1.1rem;margin:0 0 10px}.result-summary-table{border-collapse:collapse;width:100%}.result-summary-table td,.result-summary-table th{border:1px solid #e1e8ee;font-size:.92rem;padding:8px 10px;text-align:left}.result-summary-table th{background:#f6f9fb;color:#2d3d49}.result-summary-table .total-row td{background:#f9fbfd;font-weight:700}.result-board{background:#f7faf9;border:1px solid #d8e0e6;border-radius:10px;margin-top:14px;padding:14px}.result-board h2{color:#1f2e3a;font-size:1.1rem;line-height:1.25;margin:0;text-align:left}.result-columns{display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-top:12px}.result-columns>div{border-top:1px solid #d8e0e6;padding-top:10px}.result-columns>div:only-child{grid-column:1/-1}.result-columns h3{color:#3c4c58;font-size:.82rem;letter-spacing:.02em;margin:0 0 8px;text-transform:uppercase}.result-number-list{display:flex;flex-wrap:wrap;gap:6px}.result-number{border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;height:34px;line-height:1;width:34px}.result-number.bad{background:#ee4f52}.result-number.ok{background:#5c8f2f}.result-number.empty{background:#e7a548}.result-number.active{box-shadow:0 0 0 2px #1e2b37}.result-number:focus{outline:none}.result-number:focus-visible{box-shadow:0 0 0 2px #1e2b37}.result-detail{background:#fff;border:1px solid #d8e0e6;border-radius:10px;margin-top:14px;padding:12px 14px 14px}.result-detail h4{font-size:1rem;margin:0 0 8px}.result-detail p{font-size:.93rem;line-height:1.4;margin:0 0 6px}.result-detail-media{background:linear-gradient(180deg,#f6f8fa,#f1f5f7);border:1px solid #dce4ea;border-radius:16px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.42);margin:12px auto 16px;overflow:hidden;padding:10px;position:relative;width:min(100% - 40px,900px)}.result-detail-media img,.result-detail-media video{background:#fff;border-radius:10px;display:block;height:auto;margin:0 auto;max-height:560px;object-fit:contain;width:100%}.result-detail-media.is-loading img,.result-detail-media.is-loading video{opacity:0}.result-detail-media.is-loading .result-detail-video-trigger{opacity:0;pointer-events:none}.result-detail-media.is-portrait{width:min(100% - 120px,620px)}.result-detail-media.is-portrait img{max-height:640px}.result-detail-media-loader{background:linear-gradient(180deg,rgba(243,246,248,.92),rgba(239,243,246,.92));border-radius:10px;display:grid;inset:10px;place-items:center;position:absolute;z-index:1}.result-detail-media:not(.is-loading) .result-detail-media-loader{display:none}.result-detail-media-loader-spinner{animation:question-media-loader-spin .75s linear infinite;border:3px solid #d8e3dc;border-radius:999px;border-top-color:#5c8f2f;height:34px;width:34px}.result-detail-video-trigger{align-items:center;background:rgba(18,35,44,.3);border:0;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;gap:10px;inset:10px;justify-content:center;position:absolute;transition:background-color .18s ease,opacity .18s ease;z-index:2}.result-detail-video-trigger:hover{background:rgba(18,35,44,.38)}.result-detail-video-trigger__icon{align-items:center;background:hsla(0,0%,100%,.94);border-radius:999px;color:#5c8f2f;display:inline-flex;font-size:2rem;height:76px;justify-content:center;padding-left:4px;width:76px}.result-detail-video-trigger__label{font-size:.95rem;font-weight:700;letter-spacing:.01em}.result-detail-media.is-video-playing .result-detail-video-trigger{opacity:0;pointer-events:none}.result-answer-list{display:grid;gap:6px;list-style:none;margin:10px 0 8px;padding:0}.result-answer-item{align-items:center;background:#fff;border:1px solid #dbe4eb;border-radius:8px;color:#24333f;display:flex;font-size:.9rem;gap:8px;padding:7px 9px}.result-answer-item.is-selected{background:#fff6f6;border-color:#f0b7b8}.result-answer-item.is-correct{background:#f4fbf0;border-color:#b8dab0}.result-answer-item.is-correct.is-selected{background:#edf8e8;border-color:#9aca8f}.result-answer-dot{background:#fff;border:2px solid #c7d2dc;border-radius:999px;flex:0 0 14px;height:14px;width:14px}.result-answer-item.is-selected .result-answer-dot{background:#ea6668;border-color:#ea6668}.result-answer-item.is-correct .result-answer-dot{background:#5c8f2f;border-color:#5c8f2f}.result-answer-tag{color:#6e7d88;font-size:.74rem;font-weight:600;margin-left:auto;text-transform:uppercase}.result-status-badge{border-radius:8px;font-size:.88rem;font-weight:700;margin-top:6px;padding:6px 10px;width:fit-content}.result-status-badge.status-correct{background:#e9f6e3;color:#336a1f}.result-status-badge.status-incorrect{background:#fdecec;color:#b53a3c}.result-status-badge.status-unanswered{background:#fff1e7;color:#a85a2b}.result-empty{background:#fff;border:1px solid #d8e0e6;border-radius:10px;font-size:.95rem;padding:16px}.result-empty-overlay{display:grid;min-height:calc(100vh - 170px);padding:16px;place-items:center}.result-empty h2{color:#1f2e3a;font-size:1.15rem;margin:0 0 8px}.result-empty p{color:#435363;line-height:1.45;margin:0 0 12px}.result-empty-auth-links{display:flex;gap:10px;margin-bottom:12px}.result-empty-auth-links a{border-bottom:1px solid #cfd9e2;color:#2f4254;font-weight:600;text-decoration:none}.result-empty-auth-links a:focus,.result-empty-auth-links a:hover{color:#1d2b36}.result-empty .next-test-btn{align-items:center;display:inline-flex;justify-content:center}.result-footer-actions{align-items:center;display:flex;gap:10px;justify-content:flex-end;margin-top:14px}.result-footer-actions p{color:#384853;font-size:.95rem;margin:0}.result-support-note{color:#6d7b87;font-size:.84rem}.result-support-note a{border-bottom:1px dotted rgba(77,95,111,.48);color:#4d5f6f;text-decoration:none}.result-support-note a:focus,.result-support-note a:hover{border-bottom-color:rgba(51,69,86,.7);color:#334556}.next-test-btn{background:#5c8f2f;border-radius:8px;color:#fff;font-size:.94rem;font-weight:600;padding:10px 14px;text-decoration:none;white-space:nowrap}@media(max-width:1024px){.result-summary-heading .result-summary-meta{font-size:.92rem}.result-summary-top .result-summary-split{gap:8px;grid-template-columns:1fr}.result-summary-split-score{min-width:0}.result-overview{grid-template-columns:1fr}.result-footer-actions{align-items:flex-start;flex-direction:column}.result-columns{grid-template-columns:1fr}}body.exam-app-focus-mode{overflow:hidden}body.exam-app-focus-mode:before{background:#eff3ef;content:"";inset:0;position:fixed;z-index:1190}.exam-run__focus-content{width:100%}.exam-run.side-style-pill.is-fullscreen-active{align-items:flex-start;background:transparent;display:flex;inset:0;justify-content:center;overflow:auto;padding:12px 16px;position:fixed;z-index:1200}.exam-run.side-style-pill.is-fullscreen-active .exam-run__focus-content{display:flex;flex-direction:column;height:auto;min-height:calc(100vh - 24px);width:min(1620px,100vw - 32px)}.exam-run.side-style-pill.is-fullscreen-active .exam-back-links,.exam-run.side-style-pill.is-fullscreen-active .exam-controls-row,.exam-run.side-style-pill.is-fullscreen-active .exam-report-fab{display:none}.exam-run.side-style-pill.is-fullscreen-active .exam-meta-row{margin-bottom:12px}.exam-run.side-style-pill.is-fullscreen-active .exam-layout{align-items:stretch;flex:1 1 auto;grid-template-columns:minmax(0,1fr) 360px}.exam-run.side-style-pill.is-fullscreen-active .exam-main-column{min-height:auto}.exam-run.side-style-pill.is-fullscreen-active .exam-main{min-height:auto;overflow:visible}.exam-run.side-style-pill.is-fullscreen-active .exam-bottom-nav-actions{flex-shrink:0;margin-top:0}.exam-run.side-style-pill.is-fullscreen-active .exam-side{min-height:auto;overflow:visible}.exam-run.side-style-pill.is-fullscreen-active .side-question-tiles{--question-tiles-per-row:6}.exam-run.side-style-pill.is-fullscreen-active .question-tiles-grid{gap:8px}@media(max-height:859px){.exam-run.side-style-pill.is-fullscreen-active{padding:10px 12px}.exam-run.side-style-pill.is-fullscreen-active .exam-run__focus-content{min-height:calc(100vh - 20px);width:min(1520px,100vw - 24px)}.exam-run.side-style-pill.is-fullscreen-active .exam-layout{gap:10px;grid-template-columns:minmax(0,1fr) 332px}.exam-run.side-style-pill.is-fullscreen-active .exam-main{padding:8px 10px 10px}.exam-run.side-style-pill.is-fullscreen-active .exam-bottom-nav-actions,.exam-run.side-style-pill.is-fullscreen-active .exam-side{padding:10px}.exam-run.side-style-pill.is-fullscreen-active .side-question-tiles{--question-tiles-per-row:5}}