@font-face { font-family: 'Geist'; src: url('../fonts/Geist-Variable.woff2') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Geist Mono'; src: url('../fonts/GeistMono-Variable.woff2') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }



:root{color-scheme:light;--ink:#0d1527;--muted:#57657e;--blue:#3371ff;--blue-dark:#174dc8;--blue-pale:#edf3ff;--paper:#fff;--wash:#f5f7fb;--line:#e2e8f0;--green:#157653;--green-pale:#eaf7f0;--amber:#926013;--amber-pale:#fff6e4;--radius:14px;--sans:Geist,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
*{box-sizing:border-box}body{margin:0;font-family:var(--sans);color:var(--ink);background:#f0f3f9;-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}button:disabled{cursor:not-allowed}button:focus-visible,a:focus-visible{outline:3px solid #285fe8;outline-offset:4px}button{touch-action:manipulation}a{color:var(--blue)}h1,h2,h3,p{margin:0}h1,h2,h3{text-wrap:balance}button:active:not(:disabled){transform:translateY(1px)}.icon{width:20px;height:20px;flex-shrink:0;fill:currentColor;vertical-align:middle}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.skip{position:fixed;top:-100px;left:20px;padding:12px;background:white;z-index:20}.skip:focus{top:12px}.app{max-width:1440px;width:calc(100% - 48px);height:calc(100dvh - 48px);min-height:630px;max-height:980px;margin:24px auto;display:flex;flex-direction:column;overflow:hidden;border:1px solid #dfe5ef;border-radius:22px;background:white;box-shadow:0 16px 60px #20375308}.header{height:78px;flex-shrink:0;padding:0 34px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:16px}.brand{display:flex;gap:13px;align-items:center}.brand-symbol{width:36px;height:39px;object-fit:contain}.brand-word{width:107px;height:auto}.brand-separator{height:23px;width:1px;background:var(--line);margin:0 7px}.brand-label{font-size:13px;font-weight:600;color:var(--muted)}.header-right{display:flex;align-items:center;gap:17px}.xp{display:flex;align-items:center;gap:7px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--blue);font-size:13px}.icon-btn{width:36px;height:36px;border:0;border-radius:8px;background:transparent;display:inline-flex;align-items:center;justify-content:center;color:var(--muted)}.icon-btn:hover{background:var(--wash);color:var(--ink)}.journey{padding:0 34px;display:flex;align-items:center;gap:12px;height:58px;border-bottom:1px solid var(--line);background:#fcfdff;flex-shrink:0}.journey-intro{font-size:11px;text-transform:uppercase;letter-spacing:.11em;color:var(--muted);font-weight:600;margin-right:12px;white-space:nowrap}.chapter{display:flex;align-items:center;gap:9px;border:0;background:none;padding:8px 10px;border-radius:7px;color:var(--muted);font-size:12px;white-space:nowrap}.chapter:not(:disabled):hover{background:var(--blue-pale)}.chapter.active{background:var(--blue-pale);color:var(--blue);font-weight:700}.chapter:disabled{color:#8792a4}.chapter-num{width:24px;height:24px;display:grid;place-items:center;border:1px solid #d9e0eb;border-radius:50%;font-size:10px;font-weight:700;background:white}.chapter.active .chapter-num{background:var(--blue);border-color:var(--blue);color:#fff}.chapter.complete .chapter-num{background:var(--green-pale);border-color:#cce7d8;color:var(--green)}.chapter-num .icon{width:13px;height:13px}.chapter-line{height:1px;width:32px;background:var(--line);flex-shrink:1}.journey-total{margin-left:auto;font-size:12px;color:var(--muted);white-space:nowrap}.stage{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;position:relative}.screen{min-height:100%;padding:38px 46px;animation:arrive .28s ease both}.screen.backwards{animation-name:arrive-back}@keyframes arrive{from{opacity:0;transform:translateX(22px)}to{opacity:1;transform:translateX(0)}}@keyframes arrive-back{from{opacity:0;transform:translateX(-22px)}to{opacity:1;transform:translateX(0)}}.footer{height:78px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 34px;border-top:1px solid var(--line);gap:20px;background:#fff}.footer-left,.footer-right{display:flex;align-items:center;gap:18px}.footer-note{color:var(--muted);font-size:12px}.step-count{color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;border:1px solid transparent;border-radius:9px;padding:11px 18px;font-size:13px;font-weight:600;transition:background .18s,box-shadow .18s;white-space:nowrap}.btn .icon{width:18px;height:18px}.btn.primary{background:var(--blue);color:#fff;box-shadow:0 3px 6px #285fe81a}.btn.primary:hover{background:var(--blue-dark)}.btn.secondary{border-color:var(--line);background:#fff}.btn.secondary:hover{background:var(--wash)}.btn.ghost{background:none;color:var(--muted);padding-left:0}.btn.ghost:hover{color:var(--blue)}.btn:disabled{background:#edf0f5;color:#7b8799;box-shadow:none;border-color:transparent}.text-btn{border:0;background:none;padding:5px 0;color:var(--blue);font-size:12px;font-weight:600;display:inline-flex;gap:7px;align-items:center}.text-btn .icon{width:15px;height:15px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);display:flex;align-items:center;gap:8px;margin-bottom:16px}.eyebrow .icon{width:16px;height:16px}.intro-title{font-size:clamp(36px,4.3vw,61px);line-height:1.08;letter-spacing:-.055em;font-weight:700}.intro-title span{color:var(--blue)}.lead{font-size:15px;line-height:1.75;color:var(--muted);max-width:430px;margin-top:20px}.welcome{display:grid;grid-template-columns:.95fr 1.05fr;gap:44px;align-items:center;overflow:hidden}.welcome-copy{padding-bottom:4px}.welcome-copy .btn{margin-top:27px;min-height:48px;padding:12px 22px}.facts{display:flex;align-items:center;gap:18px;margin-top:23px;color:var(--muted);font-size:12px}.facts span{display:flex;align-items:center;gap:6px}.facts .icon{width:15px;height:15px}.topic-line{margin-top:37px;padding-top:19px;border-top:1px solid var(--line);display:flex;gap:18px;font-size:11px;color:var(--muted)}.topic-line span{display:flex;align-items:center;gap:7px}.topic-line .icon{width:16px;height:16px}.preview-area{position:relative;min-height:390px;display:flex;align-items:center;justify-content:center;padding:24px 16px 38px;background:radial-gradient(ellipse at 55% 45%,#e8efff 0%,#f5f8fe 55%,#fff 75%);isolation:isolate}.preview-area:before{content:'';position:absolute;width:390px;height:390px;border:1px solid #dfe7f6;border-radius:50%;z-index:-1}.preview-area:after{content:'';position:absolute;width:305px;height:305px;border:1px dashed #d0ddf4;border-radius:50%;z-index:-1}.preview-mail{width:100%;max-width:430px;background:white;border:1px solid #dbe3ef;border-radius:13px;box-shadow:0 18px 46px #243a6420;transform:rotate(-2deg);overflow:hidden}.preview-title{display:flex;align-items:center;gap:9px;padding:13px 18px;background:#f8fafc;border-bottom:1px solid var(--line);font-size:11px;color:var(--muted)}.preview-title .icon{width:15px;height:15px}.preview-title span:last-child{margin-left:auto;font-size:10px}.preview-content{padding:23px}.preview-content h3{font-size:16px;letter-spacing:-.02em;margin-bottom:15px}.preview-from{display:flex;gap:10px;align-items:center;font-size:10px;margin-bottom:18px}.preview-from strong{display:block;font-size:11px;margin-bottom:4px}.preview-domain{color:#b14b32;border:1px solid #efb8a9;background:#fff2ed;padding:4px 6px;border-radius:4px}.preview-content p{font-size:11px;color:#58667b;line-height:1.8;margin-bottom:12px}.preview-cta{font-size:11px;display:inline-block;background:#2464c4;color:white;padding:9px 17px;border-radius:3px;margin:3px 0 8px}.preview-sign{font-size:10px;color:var(--muted);margin-top:8px}.clue-callout{position:absolute;right:-4px;top:37px;display:flex;gap:10px;padding:14px 17px;background:#fff;border:1px solid #c9e9da;border-radius:11px;box-shadow:0 10px 24px #174e3212;transform:rotate(2deg);z-index:2}.clue-callout .icon{color:var(--green);width:24px;height:24px}.clue-callout strong{display:block;font-size:12px}.clue-callout small{font-size:10px;color:var(--muted)}.preview-tag{position:absolute;bottom:4px;left:32px;background:var(--ink);color:#fff;display:flex;align-items:center;gap:11px;padding:12px 17px;border-radius:10px;box-shadow:0 8px 20px #17233818;font-size:11px}.preview-tag .icon{color:#9ebcff;width:22px;height:22px}.preview-tag small{display:block;color:#bac8df;font-size:10px;margin-top:2px}.ms-logo{display:inline-grid;place-items:center;width:23px;height:23px;flex-shrink:0;border-radius:6px;background:#5b3fd6;color:#fff;font:800 13px/1 var(--sans)}.page-heading{margin-bottom:26px}.page-heading h1{font-size:32px;line-height:1.15;letter-spacing:-.04em}.page-heading p{color:var(--muted);font-size:13px;line-height:1.65;margin-top:9px;max-width:680px}.page-heading .eyebrow{margin-bottom:10px}.how-grid{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center;max-width:1060px;margin:auto}.how-steps{display:grid;gap:24px}.how-step{display:flex;gap:16px}.step-icon{width:43px;height:43px;flex-shrink:0;display:grid;place-items:center;background:var(--blue-pale);color:var(--blue);border-radius:11px}.how-step h3{font-size:15px;margin:1px 0 6px}.how-step p{font-size:13px;line-height:1.6;color:var(--muted);max-width:360px}.practice{padding:25px;background:var(--wash);border:1px solid var(--line);border-radius:16px}.practice-label{color:var(--muted);font-size:11px;margin-bottom:15px;display:flex;align-items:center;gap:7px}.practice-card{background:white;border:1px solid var(--line);border-radius:10px;padding:23px}.practice-card>p{font-size:12px;color:var(--muted);margin-bottom:6px}.practice-card .known-domain{font-size:13px;font-weight:600;margin-bottom:22px}.practice-card button{border:1px dashed #86a8f3;background:#f6f9ff;padding:12px;border-radius:7px;text-align:left;display:block;width:100%;overflow-wrap:anywhere;font-size:13px;color:var(--blue)}.practice-answer{margin-top:14px;min-height:58px;font-size:12px;line-height:1.65;color:var(--muted)}.practice-answer.success{color:var(--green)}.scoring-note{font-size:11px;line-height:1.7;padding:16px 0 0;color:var(--muted)}.brief{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.brief-title{font-size:45px;line-height:1.12;letter-spacing:-.045em;max-width:450px}.brief-context{font-size:15px;line-height:1.8;color:var(--muted);margin-top:18px;max-width:450px}.brief-role{display:flex;gap:10px;align-items:center;margin-top:26px;font-size:12px}.role-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#eaf0fe;color:var(--blue);font-weight:700}.brief-role small{display:block;color:var(--muted);font-size:11px;margin-top:2px}.brief-board{padding:30px;background:var(--wash);border:1px solid var(--line);border-radius:18px;position:relative}.board-icon{width:58px;height:58px;background:white;border:1px solid var(--line);display:grid;place-items:center;border-radius:14px;color:var(--blue);margin-bottom:24px}.board-icon .icon{width:29px;height:29px}.brief-board h3{font-size:18px;letter-spacing:-.025em;margin-bottom:13px}.brief-board p{font-size:13px;line-height:1.75;color:var(--muted)}.reference{margin-top:22px;background:white;border:1px solid var(--line);padding:15px 17px;border-radius:9px;font-size:12px}.reference strong{display:block;font-size:10px;font-weight:600;color:var(--muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.08em}.brief-targets{display:flex;gap:20px;border-top:1px solid var(--line);padding-top:20px;margin-top:24px;font-size:11px;color:var(--muted)}.brief-targets span{display:flex;gap:6px;align-items:center}.brief-targets .icon{width:16px;height:16px}.investigation{padding-top:24px;padding-bottom:24px}.investigation .page-heading{margin-bottom:19px;display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.investigation .page-heading h1{font-size:26px}.case-stage{display:flex;gap:6px;white-space:nowrap;padding-top:8px}.case-stage span{font-size:10px;color:var(--muted);background:var(--wash);border:1px solid var(--line);padding:5px 10px;border-radius:5px}.case-stage .active{background:var(--blue-pale);color:var(--blue);border-color:#d8e4ff}.investigate-grid{display:grid;grid-template-columns:minmax(0,1fr) 295px;gap:25px;align-items:start;max-width:1240px;margin:0 auto}.simulator{min-width:0;background:#fff;border:1px solid #dbe2ed;border-radius:12px;overflow:hidden;box-shadow:0 7px 18px #20375406}.sim-toolbar{height:39px;background:#f5f7fa;border-bottom:1px solid var(--line);padding:0 16px;display:flex;align-items:center;gap:8px;font-size:10px;color:var(--muted)}.sim-toolbar .icon{width:15px;height:15px}.sim-toolbar .sim-label{margin-left:auto;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.mail-header{padding:16px 23px 13px;border-bottom:1px solid var(--line)}.subject-row{display:flex;align-items:center;gap:10px;margin-bottom:13px}.subject-row h2{font-size:16px;letter-spacing:-.025em;line-height:1.3}.inbox-tag{font-size:9px;padding:2px 6px;background:var(--wash);border:1px solid var(--line);border-radius:3px;color:var(--muted)}.mail-from{display:flex;gap:10px;align-items:flex-start}.sender-avatar{display:grid;place-items:center;width:33px;height:33px;border-radius:50%;background:var(--wash);flex-shrink:0;font-size:12px;font-weight:700;color:var(--blue)}.sender-meta{min-width:0;flex:1;font-size:10px;color:var(--muted)}.sender-meta strong{font-size:11px;color:var(--ink);display:block;margin-bottom:2px}.sender-meta .hotspot{font-size:10px;display:block}.mail-time{font-size:9px;color:var(--muted);white-space:nowrap}.mail-body{padding:19px 23px;font-family:Arial,sans-serif;font-size:12px;line-height:1.65;color:#344159}.mail-body p{margin:0 0 12px}.mail-brand{display:flex;align-items:center;gap:8px;font-size:16px;color:#555f6f;margin-bottom:18px}.mail-brand .ms-logo{width:22px;height:22px}.mail-cta{background:#1767bd;color:white;border:0;border-radius:3px;padding:10px 19px;font:600 12px Arial,sans-serif;display:inline-flex;align-items:center;gap:8px;margin:0 0 13px}.mail-cta:hover{background:#14569d}.mail-cta .icon{width:14px;height:14px}.mail-sign{font-size:11px;color:#637184;padding-top:3px}.hotspot,.neutral{border:0;border-radius:3px;background:transparent;text-align:left;padding:2px 3px;margin:-2px -3px;font:inherit;line-height:inherit;color:inherit;box-decoration-break:clone;-webkit-box-decoration-break:clone;overflow-wrap:anywhere;transition:background .15s,box-shadow .15s}.hotspot:hover,.neutral:hover{background:#eaf0ff;box-shadow:0 0 0 1px #bed0fb}.hotspot.found{color:#115e44;background:#e5f4eb;box-shadow:0 0 0 1px #98ceb0}.hotspot.assisted{background:var(--amber-pale);color:#79500f;box-shadow:0 0 0 1px #e6ca95}.hotspot .found-mark{display:inline-flex;vertical-align:middle;margin-left:5px}.found-mark .icon{width:12px;height:12px}.bank-details{display:block;width:100%;margin:12px 0;background:#f5f7fa;border:1px solid var(--line);padding:13px 15px;border-radius:7px;font-size:11px}.bank-details strong{display:block;margin-bottom:5px}.bank-details small{display:block;font-size:10px;color:var(--muted)}.reference-strip{font-size:10px;background:#f9fbfe;padding:10px 23px;border-top:1px solid var(--line);color:#637184}.reference-strip b{color:#354660;font-weight:600}.destination{background:#f1f5ff;border:1px solid #ccdaf9;padding:11px 13px;border-radius:7px;margin-bottom:13px;font-family:var(--sans)}.destination p{font-size:10px;color:var(--muted);margin-bottom:6px}.destination button{display:block;font-size:11px;color:var(--blue);word-break:break-all}.notes-panel{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.notes-top{padding:18px 19px 15px;border-bottom:1px solid var(--line)}.notes-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.notes-title h2{font-size:14px;letter-spacing:-.02em}.notes-title strong{font-size:12px;color:var(--blue);font-variant-numeric:tabular-nums}.indicator-progress{display:flex;gap:5px}.indicator-progress span{height:4px;flex:1;border-radius:3px;background:#e9eef7}.indicator-progress span.done{background:#288b68}.indicator-progress span.guided{background:#b58a40}.notes-body{padding:16px 19px}.notes-empty{padding:14px 0 22px;text-align:center}.notes-empty .icon{width:30px;height:30px;color:#97aacb;margin-bottom:13px}.notes-empty h3{font-size:13px;margin-bottom:8px}.notes-empty p{color:var(--muted);font-size:11px;line-height:1.7}.feedback{padding:12px;background:var(--blue-pale);border-radius:8px;font-size:11px;line-height:1.7;color:#37537f;margin-bottom:14px}.feedback strong{display:block;font-size:12px;margin-bottom:4px}.feedback.correct{background:var(--green-pale);color:#185b45}.feedback.warning{background:var(--amber-pale);color:#785113}.evidence-list{display:grid;gap:9px}.evidence-item{display:flex;gap:8px;font-size:11px;line-height:1.5;color:#355346}.evidence-item .icon{width:14px;height:14px;margin-top:1px;color:var(--green)}.evidence-item.guided{color:#765b29}.evidence-item.guided .icon{color:var(--amber)}.evidence-item small{display:block;font-size:9px;color:var(--muted);margin-top:1px}.evidence-item button{font-size:11px;font-weight:600;text-align:left;background:none;border:0;padding:0}.notes-actions{padding:13px 19px;background:#fbfcfe;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:10px}.notes-actions button{font-size:10px}.safe-note{display:flex;gap:7px;align-items:flex-start;color:var(--muted);font-size:10px;line-height:1.5;padding:12px 5px 0}.safe-note .icon{width:13px;height:13px;margin-top:1px}.mfa-scene{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:20px;background:#f2f5fa;align-items:center}.phone{border:6px solid #263349;border-radius:29px;background:#fff;box-shadow:0 8px 16px #1b304412;max-width:260px;width:100%;margin:auto;overflow:hidden}.phone-top{height:34px;display:flex;justify-content:space-between;align-items:center;padding:0 14px;font-size:9px;font-weight:600}.phone-top:after{content:'';background:#263349;width:53px;height:13px;border-radius:10px;position:absolute;left:50%;transform:translateX(-50%)}.phone-top{position:relative}.phone-body{padding:13px 14px 16px}.auth-icon{background:var(--blue-pale);color:var(--blue);width:36px;height:36px;border-radius:10px;display:grid;place-items:center;margin:0 auto 9px}.phone-app{text-align:center;font-size:10px;color:var(--muted);margin-bottom:12px}.phone h3{font-size:16px;line-height:1.3;letter-spacing:-.02em;margin-bottom:10px}.phone p{font-size:10px;line-height:1.65;color:var(--muted);margin-bottom:12px}.phone .hotspot{display:block;width:100%}.auth-account{font-size:9px;color:var(--muted);margin-bottom:12px;overflow-wrap:anywhere}.auth-details{font-size:10px;line-height:1.8;padding:10px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.auth-details small{display:block;color:var(--muted);font-size:9px}.auth-options{display:flex;gap:7px;margin-top:14px}.auth-options button{min-height:31px;font-size:10px;flex:1;border-radius:5px;border:1px solid var(--line);background:white;font-weight:600}.auth-options .approve{background:var(--blue);color:#fff;border-color:var(--blue)}.phone-home{width:68px;height:4px;background:#273347;border-radius:4px;margin:3px auto 7px}.messages-panel{min-width:0}.notification-stack{background:#fff;border:1px solid var(--line);border-radius:10px;padding:13px;margin-bottom:17px;font-size:10px;line-height:1.6}.notification-stack strong{display:block;margin-bottom:6px;font-size:11px}.chat-title{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:600;margin-bottom:12px}.chat-avatar{width:28px;height:28px;border-radius:50%;background:#e1e8f3;display:grid;place-items:center;font-size:9px;color:#526788}.chat-bubble{padding:14px;background:white;border:1px solid var(--line);border-radius:1px 12px 12px 12px;font-size:11px;line-height:1.7}.chat-time{font-size:9px;color:var(--muted);margin-top:6px}.decision{display:grid;grid-template-columns:.88fr 1.12fr;gap:60px;align-items:center}.decision h1{font-size:39px;line-height:1.15;letter-spacing:-.045em}.decision .lead{font-size:14px}.decision-recap{display:grid;gap:10px;margin-top:24px;max-width:380px}.decision-recap div{display:flex;align-items:center;gap:10px;font-size:12px;color:#506179}.decision-recap .icon{width:16px;height:16px;color:var(--green)}.options{display:grid;gap:12px}.option{border:1px solid #dce3ee;border-radius:11px;padding:18px;background:#fff;display:flex;align-items:flex-start;gap:14px;text-align:left;transition:background .18s,border-color .18s}.option:hover{background:#f7faff;border-color:#a9c0f0}.option-letter{border:1px solid var(--line);border-radius:7px;min-width:30px;height:30px;display:grid;place-items:center;font-size:11px;font-weight:600}.option strong{display:block;font-size:13px;line-height:1.6}.option small{display:block;font-size:11px;color:var(--muted);line-height:1.65;margin-top:3px}.option.correct{background:var(--green-pale);border-color:#8bc8ab}.option.correct .option-letter{background:var(--green);border-color:var(--green);color:white}.option.wrong{background:#fff5f1;border-color:#e5b29f}.decision-feedback{margin-top:15px;border-radius:10px;padding:15px;font-size:12px;line-height:1.7;background:var(--amber-pale);color:#785113}.decision-feedback.correct{background:var(--green-pale);color:#185b45}.decision-feedback strong{display:block;margin-bottom:4px}.reward{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center}.reward-art{text-align:center;background:radial-gradient(circle,#edf3ff 0,white 69%);padding:25px 0}.medal{width:145px;height:145px;display:grid;place-items:center;border:1px solid #b6cafa;outline:12px solid #f0f5ff;border-radius:50%;margin:10px auto 24px;background:#e3edff;box-shadow:inset 0 0 0 7px #f8fbff;position:relative;color:var(--blue)}.medal>.icon{width:64px;height:64px}.medal-small{position:absolute;bottom:2px;right:0;background:var(--blue);color:#fff;border:5px solid white;border-radius:50%;width:43px;height:43px;display:grid;place-items:center}.medal-small .icon{width:22px;height:22px}.reward-art h2{font-size:20px;letter-spacing:-.025em;margin-top:24px}.reward-art p{color:var(--muted);font-size:12px;margin-top:6px}.reward-xp{display:inline-flex;gap:7px;align-items:center;color:var(--blue);font-size:13px;font-weight:700;padding:8px 14px;background:var(--blue-pale);border-radius:7px;margin-top:18px}.reward h1{font-size:33px;letter-spacing:-.04em;line-height:1.2;margin-bottom:12px}.reward-copy>p{font-size:13px;line-height:1.75;color:var(--muted);max-width:560px}.takeaways{display:grid;gap:14px;margin-top:22px}.takeaway{display:flex;gap:12px}.takeaway>.icon{width:18px;height:18px;color:var(--green);margin-top:2px}.takeaway strong{display:block;font-size:12px;margin-bottom:4px}.takeaway p{font-size:11px;line-height:1.6;color:var(--muted)}.habit{margin-top:23px;padding:14px 17px;background:var(--blue-pale);border-left:3px solid var(--blue);border-radius:0 7px 7px 0;font-size:12px;color:#274b87}.habit strong{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.09em;margin-bottom:5px}.results{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:center}.results h1{font-size:42px;line-height:1.12;letter-spacing:-.05em}.results .medal{width:96px;height:96px;margin:5px 0 28px;outline-width:8px}.results .medal>.icon{width:45px;height:45px}.results .lead{font-size:13px;margin-top:15px}.result-score{display:flex;align-items:baseline;gap:9px;margin-top:22px}.result-score strong{font-size:42px;line-height:1.2;letter-spacing:-.05em;color:var(--blue)}.result-score span{color:var(--muted);font-size:12px}.results-table{border:1px solid var(--line);border-radius:12px;overflow:hidden}.result-row{display:grid;grid-template-columns:40px 1fr auto;gap:12px;align-items:center;padding:19px 21px;border-bottom:1px solid var(--line)}.result-row:last-child{border:0}.result-icon{width:36px;height:36px;background:var(--blue-pale);color:var(--blue);display:grid;place-items:center;border-radius:9px}.result-row strong{font-size:13px}.result-row p{font-size:11px;margin-top:4px;color:var(--muted)}.result-row .text-btn{font-size:11px}.result-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px;background:var(--wash);padding:19px;border-radius:11px}.result-stats strong{font-size:21px;font-variant-numeric:tabular-nums}.result-stats small{display:block;color:var(--muted);font-size:10px;margin-top:4px}.download-note{font-size:10px;color:var(--muted);line-height:1.6;margin-top:15px}.save-error{position:absolute;bottom:85px;left:35px;z-index:3;padding:10px 15px;background:var(--amber-pale);border:1px solid #e8d3ad;border-radius:8px;font-size:11px;color:#785113;max-width:340px}.screen:focus{outline:none}dialog{border:1px solid var(--line);border-radius:17px;padding:30px;max-width:470px;width:calc(100% - 32px);color:var(--ink);box-shadow:0 20px 80px #10284c30}dialog::backdrop{background:#17233866;backdrop-filter:blur(3px)}.dialog-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dialog-head h2{font-size:21px;letter-spacing:-.03em}dialog p,dialog li{font-size:13px;line-height:1.75;color:var(--muted)}dialog ul{padding-left:19px;margin:15px 0 20px}dialog .dialog-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.help-score{background:var(--wash);padding:14px;border-radius:8px;margin-top:18px;font-size:12px;color:var(--muted)}.help-score strong{color:var(--ink)}.confetti{position:absolute;inset:0;pointer-events:none;overflow:hidden}.confetti i{position:absolute;width:6px;height:12px;left:var(--x);top:-20px;background:var(--blue);opacity:0;animation:fall 1.7s ease-out var(--delay) both;transform:rotate(var(--rotate))}.confetti i:nth-child(3n){background:#85bbff}.confetti i:nth-child(3n + 1){background:#41a886}@keyframes fall{0%{opacity:0;transform:translateY(0) rotate(0)}10%{opacity:.7}100%{opacity:0;transform:translateY(390px) rotate(var(--rotate))}}.persisted{font-size:10px;color:var(--muted)}
@media(min-width:1600px){.screen{padding:45px 60px}.investigation{padding:30px 45px}.mail-body{font-size:13px;padding:24px 28px}.mail-header{padding:20px 28px}.preview-area{min-height:440px}.intro-title{font-size:66px}}
@media(max-height:800px) and (min-width:901px){.app{margin:16px auto;height:calc(100dvh - 32px);min-height:600px}.header{height:64px}.journey{height:50px}.footer{height:65px}.screen{padding:25px 35px}.welcome{gap:35px}.intro-title{font-size:48px}.welcome .lead{font-size:13px;margin-top:15px}.welcome-copy .btn{margin-top:20px}.topic-line{margin-top:23px}.preview-area{min-height:345px}.preview-mail{max-width:390px}.preview-content{padding:19px}.investigation{padding:18px 30px}.investigation .page-heading{margin-bottom:14px}.investigation .page-heading h1{font-size:23px}.investigation .page-heading p{margin-top:6px;font-size:12px}.mail-header{padding:12px 19px}.mail-body{padding:14px 19px;font-size:11px}.mail-body p{margin-bottom:10px}.mail-brand{margin-bottom:13px}.notes-top{padding:15px}.notes-body{padding:13px 15px}.notes-actions{padding:10px 15px}.notes-empty{padding:8px 0 16px}.mfa-scene{padding:14px;gap:16px}.phone-body{padding:8px 12px 12px}.phone h3{font-size:14px}.brief-title{font-size:39px}.how-steps{gap:18px}.page-heading{margin-bottom:20px}.medal{width:120px;height:120px}.reward h1{font-size:29px}.takeaways{gap:10px;margin-top:16px}.habit{margin-top:18px}}
@media(max-width:1100px){.journey-intro{display:none}.journey{gap:6px}.chapter-line{width:20px}.screen{padding-left:28px;padding-right:28px}.welcome{gap:25px}.intro-title{font-size:44px}.topic-line{gap:12px;flex-wrap:wrap}.investigate-grid{grid-template-columns:minmax(0,1fr) 260px;gap:18px}.case-stage{display:none}.brief,.decision,.reward,.results{gap:35px}.brief-title{font-size:37px}.mfa-scene{gap:12px}.clue-callout{right:-10px;top:25px}.preview-from{font-size:9px}}
@media(max-width:900px){.app{width:calc(100% - 24px);margin:12px auto;height:calc(100dvh - 24px);min-height:600px;border-radius:15px}.header{padding:0 22px;height:65px}.journey{padding:0 17px;height:55px}.journey-total{display:none}.chapter{font-size:11px;padding:7px}.chapter-line{width:15px}.footer{padding:0 22px;height:72px}.screen{padding:28px}.welcome{grid-template-columns:1fr 1fr;gap:20px}.intro-title{font-size:39px}.lead{font-size:13px}.preview-area{padding:18px 0;min-height:360px}.preview-content{padding:18px}.clue-callout{top:8px;padding:10px;font-size:10px}.preview-tag{left:0;bottom:0;padding:10px}.facts{gap:10px;flex-wrap:wrap}.topic-line{margin-top:25px}.how-grid{gap:25px}.investigate-grid{grid-template-columns:minmax(0,1fr) 245px;gap:14px}.investigation{padding:20px}.mail-header{padding:14px}.mail-body{padding:17px}.mail-time{display:none}.mfa-scene{grid-template-columns:1fr;padding:18px}.phone{max-width:250px}.messages-panel{max-width:280px;margin:auto}.brief,.decision,.reward,.results{gap:25px}.brief-title{font-size:34px}.brief-board{padding:23px}.decision h1{font-size:32px}.reward h1{font-size:29px}.option{padding:14px;gap:10px}.footer-note{font-size:10px}.brand-label{font-size:11px}.result-row{padding:15px 14px;gap:8px}.results h1{font-size:35px}}
@media(max-width:680px){.app{width:100%;height:100dvh;min-height:500px;margin:0;border:0;border-radius:0;max-height:none}.header{height:59px;padding:0 18px}.brand{gap:9px}.brand-symbol{width:28px;height:30px}.brand-word{width:89px}.brand-label,.brand-separator{display:none}.header-right{gap:8px}.xp{font-size:11px}.journey{height:55px;padding:0 12px;justify-content:space-between;gap:3px}.chapter{font-size:10px;gap:6px;padding:7px 5px}.chapter-num{width:21px;height:21px;font-size:9px}.chapter-line{display:none}.chapter .long-label{display:none}.footer{padding:12px 17px;height:auto;min-height:72px;gap:10px}.footer-note{display:none}.footer-left,.footer-right{gap:10px}.footer .btn{font-size:12px;padding:10px 13px}.footer .btn.ghost{padding-left:0}.step-count{font-size:10px}.screen{padding:28px 23px}.welcome{display:flex;flex-direction:column;align-items:stretch;gap:18px;overflow:visible}.intro-title{font-size:43px;max-width:390px}.eyebrow{margin-bottom:13px;font-size:10px}.welcome .lead{font-size:13px;margin-top:15px;max-width:330px}.welcome-copy .btn{margin-top:22px}.facts{margin-top:18px;font-size:10px;gap:17px}.topic-line{display:none}.preview-area{min-height:315px;width:100%;max-width:400px;margin:0 auto;padding:22px 13px 33px}.preview-area:before{width:285px;height:285px}.preview-area:after{width:230px;height:230px}.preview-mail{max-width:320px}.preview-content{padding:18px}.preview-content h3{font-size:14px;margin-bottom:12px}.preview-content p{font-size:10px}.preview-from{font-size:8px;gap:8px}.preview-domain{padding:3px}.preview-content .preview-cta{padding:7px 12px;font-size:10px}.preview-tag{bottom:4px;left:18px;font-size:10px;padding:10px 13px}.clue-callout{top:9px;right:-2px;padding:9px 12px}.clue-callout strong{font-size:10px}.clue-callout small{font-size:9px}.preview-sign{font-size:9px}.page-heading h1{font-size:27px}.page-heading p{font-size:12px}.how-grid{grid-template-columns:1fr;gap:26px}.how-steps{gap:21px}.how-step p{font-size:12px}.practice{padding:19px}.brief{grid-template-columns:1fr;gap:28px}.brief-title{font-size:36px}.brief-context{font-size:13px;margin-top:15px}.brief-role{margin-top:20px}.brief-board{padding:22px}.board-icon{width:43px;height:43px;margin-bottom:18px}.board-icon .icon{width:23px;height:23px}.brief-board h3{font-size:16px}.brief-board p{font-size:12px}.brief-targets{gap:17px;font-size:10px}.investigation{padding:23px 16px}.investigation .page-heading{padding:0 5px;margin-bottom:18px}.investigation .page-heading h1{font-size:25px}.investigate-grid{grid-template-columns:1fr;gap:18px}.mail-header{padding:16px}.subject-row h2{font-size:15px}.sender-meta .hotspot{font-size:9px}.sender-avatar{width:27px;height:27px}.mail-body{padding:19px 18px;font-size:12px}.mail-body p{margin-bottom:14px}.mail-brand{font-size:16px}.notes-empty{padding:7px 0 12px}.notes-empty .icon{display:none}.notes-body{padding:15px 17px}.notes-top{padding:16px 17px}.notes-actions{padding:13px 17px}.notes-actions button{font-size:12px;min-height:30px}.notes-empty p{font-size:12px;max-width:290px;margin:auto}.feedback{font-size:12px}.evidence-item,.evidence-item button{font-size:12px}.safe-note{font-size:10px}.reference-strip{padding:11px 17px;font-size:10px}.mfa-scene{grid-template-columns:1fr;padding:24px 20px;gap:23px}.phone{max-width:250px}.phone-body{padding:13px 17px 20px}.phone h3{font-size:18px}.phone p,.auth-details{font-size:12px}.auth-account{font-size:10px}.auth-options button{min-height:38px;font-size:12px}.notification-stack{font-size:12px}.chat-bubble{font-size:12px}.messages-panel{width:100%}.decision{grid-template-columns:1fr;gap:27px}.decision h1{font-size:34px}.decision-recap{gap:9px;margin-top:17px}.option{padding:17px 14px}.option strong{font-size:13px}.option small{font-size:12px}.reward{grid-template-columns:1fr;gap:23px}.reward-art{padding:6px 0}.medal{width:100px;height:100px;outline-width:8px;margin:7px auto 20px}.medal>.icon{width:43px;height:43px}.medal-small{width:33px;height:33px;border-width:4px}.medal-small .icon{width:16px;height:16px}.reward-art h2{font-size:18px;margin-top:20px}.reward h1{font-size:28px}.takeaway strong{font-size:13px}.takeaway p{font-size:12px}.reward-xp{margin-top:12px;font-size:12px}.results{grid-template-columns:1fr;gap:28px}.results .medal{width:74px;height:74px;outline-width:6px;margin-top:3px}.results .medal>.icon{width:34px;height:34px}.results h1{font-size:36px}.result-score{margin-top:15px}.result-row{padding:17px 13px}.result-row strong{font-size:12px}.result-row p{font-size:10px}.result-stats{gap:10px;padding:15px}.save-error{left:16px;bottom:78px;max-width:calc(100% - 32px)}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.confetti{display:none}}
@media print{body{background:white}.app{height:auto;width:100%;margin:0;max-height:none;border:0;box-shadow:none}.header,.journey,.footer,.confetti{display:none}.stage{overflow:visible}.screen{padding:20px}.result-row .text-btn{display:none}}

/* Site integration (KeenSec website) */
a.brand{text-decoration:none;color:inherit}
.is-embedded .brand-symbol,.is-embedded .brand-word,.is-embedded .brand-separator{display:none}
/* Embedded on the KeenSec homepage: the host frame is the card, so the app fills it edge to edge */
.is-embedded body{background:#fff}
.is-embedded .app{width:100%;height:100dvh;max-height:none;min-height:0;margin:0;border:0;border-radius:0;box-shadow:none}
/* In-place updates (finding a sign, choosing an answer) must not replay the screen's slide-in */
.screen.still{animation:none}
/* Compact embedded mode (homepage): natural height, no inner scrolling; the host frame resizes to fit */
.is-embedded .app{height:auto!important;min-height:0!important;max-height:none!important}
.is-embedded .stage{flex:none;overflow:visible}
.is-embedded .screen{min-height:0;padding:18px 28px 20px}
.is-embedded .header{height:48px;padding:0 24px}
.is-embedded .journey{height:44px;padding:0 24px}
.is-embedded .footer{height:56px;padding:0 24px}
.is-embedded .intro-title{font-size:clamp(32px,3.6vw,48px)}
.is-embedded .page-heading{margin-bottom:16px}
.is-embedded .how-steps{gap:14px}
.is-embedded .welcome{gap:28px}
/* The host frame always fits the app, so the embedded document never scrolls; the wheel scrolls the homepage */
html.is-embedded, html.is-embedded body { overflow: hidden; }
/* Homepage embed is shown at 88% so the whole exercise fits a compact frame; full screen keeps 100% */
@media (min-width: 701px) { html.is-embedded { zoom: .88; } }
