:root{--background:#f6f8fc;--surface:#fff;--surface-soft:#eef4fb;--text:#142033;--muted:#5e6b7e;--line:#dde5ef;--primary:#175cd3;--primary-dark:#0b4ab5;--primary-soft:#eaf2ff;--success:#067647;--danger:#b42318;--shadow:0 22px 70px rgba(31,52,82,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(23,92,211,.24);outline-offset:2px}.container{width:min(1180px,calc(100% - 36px))}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(221,229,239,.88);background:rgba(246,248,252,.9);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.footer-inner,.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:70px;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:1.18rem;font-weight:900}.brand-mark{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;background:linear-gradient(145deg,var(--primary),#4983eb);color:#fff;box-shadow:0 8px 20px rgba(23,92,211,.24)}nav{display:flex;gap:26px;font-size:.94rem;font-weight:700}.header-actions{display:flex;align-items:center;gap:10px}.account-link{display:inline-flex;align-items:center;min-height:40px;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.72);padding:8px 13px;color:#344054;font-size:.86rem;font-weight:900;white-space:nowrap}.account-link:hover{border-color:#adc0d9}.header-cta{border-radius:11px;background:var(--text);padding:9px 16px;font-size:.9rem;font-weight:800;white-space:nowrap}.hero{overflow:hidden;padding:72px 0 68px;background:radial-gradient(circle at 88% 4%,rgba(73,131,235,.17),transparent 32rem)}.hero-grid,.sample-grid,.waitlist-card{display:grid;grid-template-columns:1.04fr .96fr;grid-gap:54px;gap:54px;align-items:center}.hero-content{max-width:690px}.hero-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:20px;border:1px solid #cfddf3;border-radius:999px;background:rgba(255,255,255,.72);padding:6px 12px;color:#41516a;font-size:.86rem;font-weight:800}.hero-kicker span{border-radius:999px;background:var(--primary);padding:2px 8px}.eyebrow{margin:0 0 10px;color:var(--primary);font-size:.9rem;font-weight:900;letter-spacing:.02em}h1,h2,h3,p{margin-top:0}h1{max-width:780px;margin-bottom:20px;font-size:clamp(2.65rem,6.1vw,5.2rem);line-height:1.02;letter-spacing:-.045em}h2{font-size:clamp(1.9rem,4vw,3.25rem);line-height:1.14;letter-spacing:-.025em}.hero-copy{max-width:650px;font-size:1.18rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 12px}.hero-note{margin:0 0 18px;color:#667085;font-size:.86rem}.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:13px;padding:0 23px;font-weight:900;cursor:pointer;transition:.16s ease}.button.primary{background:var(--primary);color:#fff;box-shadow:0 10px 24px rgba(23,92,211,.2)}.button.primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.button.primary:disabled{opacity:.48;cursor:not-allowed;transform:none}.button.secondary{border-color:var(--line);background:rgba(255,255,255,.8)}.button.secondary:hover{border-color:#adc0d9;background:#fff}.trust-strip{display:flex;flex-wrap:wrap;gap:9px;color:#657288;font-size:.86rem}.trust-strip span{display:inline-flex;align-items:center;gap:6px}.trust-strip span:before{content:"✓";color:var(--success);font-weight:900}.hero-demo{position:relative}.hero-demo:before{content:"";position:absolute;inset:-24px;border-radius:34px;background:linear-gradient(145deg,rgba(23,92,211,.11),rgba(255,255,255,.2));transform:rotate(-2deg)}.demo-header{position:relative;z-index:2;display:flex;justify-content:space-between;margin:0 20px 12px;color:var(--muted);font-size:.84rem}.account-value-card,.beta-card,.learning-card,.question-preview,.step-card,.waitlist-card{border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}.hero-demo .question-preview{position:relative;z-index:1}.question-preview{padding:24px}.preview-topline{display:flex;justify-content:space-between;gap:16px;margin-bottom:20px;color:var(--muted);font-size:.85rem}.question-preview h2{font-size:1.25rem;margin-bottom:18px}.options{display:grid;grid-gap:10px;gap:10px}.options button{display:flex;align-items:center;gap:10px;width:100%;border:1px solid var(--line);border-radius:12px;background:#fbfcfe;padding:13px 15px;color:var(--text);text-align:right;cursor:pointer;transition:.15s ease}.options button:hover{border-color:#aac3d8;background:#f5faff}.options button.selected{border-color:var(--primary);background:var(--primary-soft)}.options button.correct{border-color:#62b18f;background:#eaf7f1}.options button.incorrect{border-color:#e6a49e;background:#fff0ee}.option-indicator{flex:0 0 auto;width:16px;height:16px;border:2px solid #a9b4c1;border-radius:999px}.options button.correct .option-indicator,.options button.incorrect .option-indicator,.options button.selected .option-indicator{border:5px solid var(--primary)}.options button.correct .option-indicator{border-color:var(--success)}.options button.incorrect .option-indicator{border-color:var(--danger)}.submit-answer{width:100%;margin-top:14px}.answer-feedback{margin-top:14px;border-radius:14px;padding:16px}.answer-feedback.is-correct{background:#eaf7f1;color:#145c43}.answer-feedback.is-incorrect{background:#fff4f1;color:#7a271a}.answer-feedback p{margin:8px 0 0;color:inherit}.reset-question{margin-top:10px;border:0;background:transparent;color:inherit;font-weight:800;text-decoration:underline;cursor:pointer}.preview-caption{margin:14px 0 0;color:var(--muted);font-size:.9rem}.availability-strip{border-block:1px solid var(--line);background:#fff}.availability-inner{display:grid;grid-template-columns:repeat(4,1fr);padding-block:20px}.availability-inner div{display:grid;grid-gap:2px;gap:2px;padding-inline:22px;border-left:1px solid var(--line)}.availability-inner div:last-child{border-left:0}.availability-inner strong{font-size:.94rem}.availability-inner span{color:var(--muted);font-size:.82rem}.section{padding:82px 0}.section-heading{max-width:760px;margin-bottom:34px}.section-heading.centered{margin-inline:auto;text-align:center}.section-heading>p:last-child{font-size:1.05rem}.how-section{background:#eef3f9}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.step-card{padding:28px}.step-card>span{display:inline-grid;width:48px;height:38px;place-items:center;margin-bottom:20px;border-radius:11px;background:var(--primary-soft);color:var(--primary);font-weight:900}.step-card h3{margin-bottom:8px;font-size:1.22rem}.account-value-card p,.beta-card p,.sample-grid>div>p,.step-card p,.waitlist-card p{color:var(--muted)}.sample-section{background:linear-gradient(180deg,#f6f8fc,#edf3fa)}.learning-card{display:grid;grid-gap:20px;gap:20px;padding:30px}.learning-success{width:max-content;border-radius:999px;background:#e8f7ef;color:var(--success);padding:6px 11px;font-weight:900}.learning-card div:not(.learning-success):not(.learning-progress){display:grid;grid-gap:5px;gap:5px}.learning-card small{color:var(--muted)}.learning-card strong{font-size:1.08rem}.learning-card p{margin:0;color:var(--text)}.learning-progress{height:8px;overflow:hidden;border-radius:999px;background:#e6ebf2}.learning-progress span{display:block;height:100%;border-radius:inherit;background:var(--primary)}.account-value-section{background:#fff}.account-value-card{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:46px;gap:46px;align-items:center;padding:42px}.account-value-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:26px}.text-link{color:var(--primary);font-weight:900}.account-benefit-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin:0;padding:0;list-style:none}.account-benefit-list li{position:relative;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;padding:14px 42px 14px 14px;font-weight:800}.account-benefit-list li:before{content:"✓";position:absolute;right:15px;color:var(--success);font-weight:900}.beta-section{padding-top:20px}.beta-card{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:32px 36px;box-shadow:none}.beta-card h2{margin-bottom:10px;font-size:clamp(1.6rem,3vw,2.35rem)}.beta-card p{max-width:750px;margin-bottom:0}.waitlist-section{padding-top:30px}.waitlist-card{padding:42px}.waitlist-form{display:grid;grid-gap:16px;gap:16px}.waitlist-form label{display:grid;grid-gap:6px;gap:6px;font-weight:700}.waitlist-form input{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;padding:12px 14px}footer{border-top:1px solid var(--line);background:#fff;color:var(--muted);font-size:.92rem}@media(max-width:880px){nav{display:none}.header-actions{margin-right:auto}.hero{padding:46px 0}.account-value-card,.hero-grid,.sample-grid,.steps-grid,.waitlist-card{grid-template-columns:1fr}.hero-grid,.sample-grid,.waitlist-card{gap:34px}.hero-demo{margin-top:12px}.steps-grid{gap:14px}.section{padding:64px 0}.account-value-card{gap:28px;padding:30px}.beta-card{align-items:flex-start;flex-direction:column}.availability-inner{grid-template-columns:1fr 1fr}.availability-inner div{border-bottom:1px solid var(--line)}.availability-inner div:nth-child(2n){border-left:0}.availability-inner div:nth-last-child(-n+2){border-bottom:0}.waitlist-card{padding:28px}.footer-inner{align-items:flex-start;flex-direction:column;justify-content:center;padding-block:20px}}@media(max-width:620px){.header-inner{gap:10px}.account-link{min-height:38px;padding:7px 10px;font-size:.78rem}.header-cta{padding:8px 11px;font-size:.8rem}.account-benefit-list{grid-template-columns:1fr}}@media(max-width:540px){.container{width:min(100% - 24px,1180px)}.header-inner{min-height:64px}.header-actions{gap:7px}.account-link{font-size:0;width:40px;padding:0;justify-content:center}.account-link:after{content:"אישי";font-size:.76rem}.header-cta{padding:8px 10px;font-size:.76rem}.brand>span:last-child{display:none}.hero{padding-top:34px}.hero-kicker{font-size:.77rem}h1{font-size:clamp(2.25rem,11vw,3.15rem)}.hero-copy{font-size:1.04rem}.hero-actions{display:grid}.hero-actions .button{width:100%}.trust-strip{gap:7px 12px}.hero-demo:before{inset:-12px}.question-preview{padding:19px}.availability-inner{grid-template-columns:1fr}.availability-inner div,.availability-inner div:nth-child(2n),.availability-inner div:nth-last-child(-n+2){border-left:0;border-bottom:1px solid var(--line);padding:13px 4px}.availability-inner div:last-child{border-bottom:0}.section{padding:54px 0}.learning-card,.step-card{padding:21px}.account-value-card{padding:22px}.account-value-actions{display:grid}.account-value-actions .button{width:100%}.beta-card{padding:24px}.waitlist-card{padding:22px}}@media (min-width:901px){html{font-size:15px}body{line-height:1.55}.container{width:min(1120px,calc(100% - 48px))}.footer-inner,.header-inner{min-height:62px}.brand-mark{width:34px;height:34px;border-radius:10px}.hero{padding:54px 0 50px}.hero-grid,.sample-grid,.waitlist-card{gap:42px}h1{font-size:clamp(2.5rem,4.8vw,4.4rem)}h2{font-size:clamp(1.75rem,3.2vw,2.7rem)}.hero-copy{font-size:1.08rem}.hero-actions{margin-top:22px}.button{min-height:44px;border-radius:11px;padding-inline:19px}.question-preview{padding:20px}.account-value-card,.beta-card,.learning-card,.question-preview,.step-card,.waitlist-card{border-radius:18px}.section{padding:64px 0}.section-heading{margin-bottom:26px}.step-card{padding:23px}.step-card>span{margin-bottom:15px}.learning-card{gap:16px;padding:24px}.account-value-card{gap:36px;padding:34px}.account-value-actions{margin-top:20px}.beta-card{padding:26px 30px}.waitlist-card{padding:34px}}.legal-hub-nav{top:12px;z-index:3;margin-bottom:28px;padding:10px;border:1px solid var(--border);gap:8px;background:rgba(251,248,244,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.legal-hub-nav a{padding:8px 11px;color:var(--foreground)}.legal-hub-section{scroll-margin-top:96px;padding-top:14px}.legal-hub-section+.legal-hub-section{margin-top:48px}.legal-document .legal-hub-title{margin:0 0 24px;font-size:clamp(28px,4vw,42px)}.account-shell-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;min-height:58px;padding:6px max(24px,calc((100vw - var(--container))/2));display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--border-soft);background:rgba(255,255,255,.97);color:var(--primary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.account-shell-header .brand{font-size:1rem}.account-shell-nav{display:flex;min-width:0;align-items:center;gap:4px}.account-profile-menu>summary,.account-shell-nav>a{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:5px;border:1px solid transparent;border-radius:9px;padding:5px 9px;background:transparent;color:var(--muted-strong);font-size:var(--text-sm);font-weight:650;white-space:nowrap;text-decoration:none}.account-profile-menu>summary:hover,.account-shell-nav>a:hover{background:var(--surface-soft);color:var(--primary)}.account-shell-nav>a.is-active{background:var(--action-soft);color:var(--primary);font-weight:750}.account-profile-menu{position:relative}.account-profile-menu>summary{cursor:pointer;list-style:none}.account-profile-menu>summary::-webkit-details-marker{display:none}.account-profile-menu[open]>summary{background:var(--surface-soft);color:var(--primary)}.account-profile-caret{font-size:.9rem;line-height:1;transition:transform .16s ease}.account-profile-menu[open] .account-profile-caret{transform:rotate(180deg)}.account-profile-panel{position:absolute;top:calc(100% + 8px);inset-inline-end:0;z-index:40;width:min(260px,calc(100vw - 28px));display:grid;grid-gap:2px;gap:2px;border:1px solid var(--border);border-radius:12px;background:#fff;padding:8px;box-shadow:0 16px 38px rgba(23,32,51,.12)}.account-profile-email{display:block;min-width:0;overflow:hidden;padding:8px 9px 10px;border-bottom:1px solid var(--border-soft);color:var(--muted);font-size:.78rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.account-profile-panel>a,.account-profile-panel>button{width:100%;min-height:38px;display:flex;align-items:center;justify-content:flex-start;border:0;border-radius:8px;background:transparent;padding:7px 9px;color:var(--text);font:inherit;font-size:var(--text-sm);font-weight:650;text-decoration:none;cursor:pointer}.account-profile-panel>a:hover,.account-profile-panel>button:hover{background:var(--surface-soft);color:var(--primary)}.account-profile-panel>button:disabled{cursor:wait;opacity:.65}.account-menu-toggle{display:none;min-height:36px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--primary);padding:6px 10px;font:inherit;font-size:var(--text-sm);font-weight:700;cursor:pointer}.account-shell-nav-loading{color:var(--muted);font-size:.82rem;font-weight:600}@media(max-width:900px){.account-shell-header{min-height:56px;padding:8px 14px;display:grid;grid-template-columns:1fr auto;align-items:center}.account-shell-header>.brand{justify-self:start}.account-menu-toggle{display:inline-flex}.account-menu-toggle,.account-shell-nav-loading{grid-column:2;grid-row:1}.account-shell-nav{display:none;grid-column:1/-1;width:100%;padding-top:8px}.account-shell-nav.is-open{display:grid;grid-gap:0;gap:0}.account-profile-menu>summary,.account-shell-nav>a{width:100%;justify-content:flex-start;min-height:42px;padding:8px 4px;border:0;border-bottom:1px solid var(--border-soft);border-radius:0;text-align:right;white-space:normal}.account-shell-nav>a.is-active{background:transparent;color:var(--primary);box-shadow:inset -3px 0 0 var(--action)}.account-profile-menu{width:100%}.account-profile-panel{position:static;width:100%;border:0;border-bottom:1px solid var(--border-soft);border-radius:0;box-shadow:none;padding:4px 8px 8px;background:var(--surface-soft)}.account-profile-email{padding-inline:4px}}.account-user-nav{gap:12px}.account-user-identity,.account-user-nav{display:flex;min-width:0;align-items:center}.account-user-identity{gap:9px}.account-user-avatar{display:grid;flex:0 0 auto;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--action-soft);color:var(--action);font-size:13px;font-weight:850}.account-user-copy{display:grid;min-width:0;grid-gap:1px;gap:1px;line-height:1.15}.account-user-copy small{color:var(--muted);font-size:10px;font-weight:600}.account-user-copy strong{max-width:180px;overflow:hidden;color:var(--primary);font-size:13px;font-weight:750;text-overflow:ellipsis;white-space:nowrap;direction:ltr}.account-area-link{display:inline-flex;min-height:38px;align-items:center;justify-content:center;border:1px solid var(--action);border-radius:7px;background:var(--action);padding:7px 13px;color:#fff;font-size:var(--text-sm);font-weight:750;text-decoration:none;white-space:nowrap}.account-area-link:hover{border-color:var(--primary);background:var(--primary)}@media (max-width:620px){.account-user-nav{gap:8px}.account-user-copy small{display:none}.account-user-copy strong{max-width:100px;font-size:12px}.account-user-avatar{width:30px;height:30px}.account-area-link{min-height:36px;padding-inline:10px;font-size:12px}}@media (max-width:430px){.account-shell-header>.brand>span:last-child{display:none}.account-user-copy strong{max-width:72px}}.legal-footer{border-top:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:var(--text-sm)}.legal-footer-inner{display:flex;justify-content:space-between;gap:32px;padding-block:24px}.legal-footer strong{display:block;margin-bottom:4px;color:var(--text);font-size:1rem}.legal-footer p{margin:2px 0}.site-version{display:inline-flex;align-items:center;margin-top:8px!important;border:1px solid var(--border);border-radius:999px;background:var(--surface-soft);padding:2px 8px;color:var(--muted-subtle);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.7rem;line-height:1.5;direction:ltr;unicode-bidi:-webkit-isolate;unicode-bidi:isolate}.legal-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;align-content:center;gap:9px 18px}.legal-footer a{color:var(--muted-strong);font-weight:650}.legal-footer a:hover{color:var(--primary)}.legal-page{min-height:100vh;background:var(--background);color:var(--text)}.legal-header{border-bottom:1px solid var(--border-soft);background:rgba(255,255,255,.96)}.legal-header-inner{display:flex;align-items:center;justify-content:space-between;min-height:62px}.legal-header a:last-child{color:var(--muted);font-size:var(--text-sm);font-weight:700}.legal-shell{width:min(860px,calc(100% - 32px));margin:clamp(30px,5vw,52px) auto 76px}.legal-hero{max-width:64ch;margin-bottom:18px}.legal-hero h1{margin:4px 0 10px;font-size:var(--text-h1);line-height:var(--leading-tight);letter-spacing:-.025em}.legal-hero>p:last-child{margin:0;color:var(--muted);font-size:var(--text-lg);line-height:1.6}.legal-notice{width:max-content;max-width:100%;margin:0 0 24px;border:0;border-radius:999px;background:var(--surface-soft);padding:6px 11px;color:var(--muted);font-size:var(--text-sm)}.legal-document{background:transparent;padding:0;box-shadow:none}.legal-document section{scroll-margin-top:96px}.legal-document section+section{margin-top:30px;border-top:1px solid var(--border-soft);padding-top:26px}.legal-document h2{margin-bottom:10px;color:var(--primary);font-size:var(--text-h3);line-height:1.25;letter-spacing:0}.legal-document h3{margin:20px 0 7px;color:var(--text);font-size:1.05rem}.legal-document li,.legal-document p{max-width:72ch;color:var(--muted-strong);font-size:var(--text-base);line-height:1.78}.legal-document p{margin-bottom:12px}.legal-document ol,.legal-document ul{margin-block:10px 18px;padding-right:24px}.legal-document li+li{margin-top:6px}.legal-document a{color:var(--link);font-weight:700;text-decoration:underline;-webkit-text-decoration-color:rgba(53,22,74,.24);text-decoration-color:rgba(53,22,74,.24);text-underline-offset:3px}.legal-document a:hover{-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.legal-hub-nav{position:-webkit-sticky;position:sticky;top:10px;z-index:4;display:flex;flex-wrap:wrap;gap:4px;margin:0 0 30px;border:1px solid var(--border-soft);border-radius:12px;background:rgba(255,255,255,.96);padding:6px;box-shadow:0 2px 10px rgba(23,32,51,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.legal-hub-nav a{min-height:36px;display:inline-flex;align-items:center;border-radius:8px;padding:6px 10px;color:var(--muted-strong);font-size:var(--text-sm);font-weight:700;text-decoration:none}.legal-hub-nav a:focus-visible,.legal-hub-nav a:hover{background:var(--surface-soft);color:var(--primary)}.legal-hub-section{scroll-margin-top:90px;padding-top:4px}.legal-hub-section+.legal-hub-section{margin-top:54px;border-top:2px solid var(--border);padding-top:42px}.legal-document .legal-hub-title{margin:0 0 26px;font-size:var(--text-h2);line-height:1.2}.legal-contact{margin-top:18px;border:1px solid var(--border-soft);border-radius:12px;background:var(--surface-soft);padding:16px 18px}.legal-contact p{margin:3px 0;font-size:var(--text-sm)}.legal-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px;border-top:1px solid var(--border-soft);padding-top:18px}.legal-links a{display:inline-flex;min-height:38px;align-items:center;border:0;border-radius:8px;background:transparent;padding:6px 10px;color:var(--muted-strong);font-size:var(--text-sm);font-weight:700}.legal-links a:hover{background:var(--surface-soft);color:var(--primary)}.legal-shell>.eyebrow:first-child{margin-bottom:8px}.legal-shell>.eyebrow:first-child+h1{max-width:16ch;margin:0 0 14px;font-size:var(--text-h1);line-height:1.08}.legal-shell>.eyebrow:first-child~p{max-width:60ch;color:var(--muted);font-size:var(--text-base)}.legal-shell>.button{margin-block:10px 14px}.legal-shell>.text-link,.legal-shell>div .text-link{color:var(--link);font-weight:800}@media(max-width:760px){.legal-footer-inner{align-items:flex-start;flex-direction:column;gap:18px}.legal-footer nav{justify-content:flex-start}.legal-shell{width:min(100% - 24px,860px);margin-top:26px;margin-bottom:56px}.legal-header-inner{min-height:58px}.legal-hero>p:last-child{font-size:var(--text-base)}.legal-hub-nav{position:static;overflow-x:auto;flex-wrap:nowrap;margin-inline:-4px;padding:5px;white-space:nowrap}.legal-hub-section+.legal-hub-section{margin-top:42px;padding-top:32px}.legal-document section+section{margin-top:24px;padding-top:22px}.legal-document li,.legal-document p{font-size:1rem;line-height:1.72}}@media(min-width:901px){.legal-shell{margin-top:36px;margin-bottom:64px}.legal-footer-inner{padding-block:20px}}body,html{overflow-x:hidden}*,:after,:before,body{min-width:0}canvas,iframe,img,svg,video{max-width:100%;height:auto}button,code,input,pre,select,textarea{max-width:100%}code,pre{overflow-wrap:anywhere;white-space:pre-wrap}table{max-width:100%}.admin-layout>*,.benefit-grid>*,.builder-grid>*,.dashboard-grid>*,.exam-intro-card>*,.feedback-toolbar>*,.hero-grid>*,.review-layout>*,.sample-grid>*,.subject-grid>*,.waitlist-card>*,.workflow-form>*{min-width:0}.benefit-card,.dashboard-card,.diagnosis-list,.editor-card,.feedback-card,.hero-demo,.learning-card,.legal-document,.practice-builder,.practice-results,.practice-shell,.question-preview,.questions-panel,.review-card,.subject-card{min-width:0;max-width:100%}a,button,h1,h2,h3,label,li,p,small,span,strong{overflow-wrap:anywhere}.admin-topbar>*,.attempt-list li,.editor-footer>*,.editor-header>*,.feedback-topbar>*,.footer-inner,.header-inner,.legal-header-inner,.review-header>*,.student-header>div,.weak-list li{min-width:0}@media(max-width:820px){.admin-layout,.review-layout{grid-template-columns:1fr!important}.diagnosis-list,.questions-panel{position:static!important;max-height:none!important}.admin-topbar,.editor-header,.feedback-topbar,.review-header{flex-wrap:wrap}}@media(max-width:620px){.header-inner{gap:10px}.header-cta{white-space:normal;text-align:center}.hero-demo{max-width:100%}.demo-header{margin-inline:8px}.preview-topline{flex-wrap:wrap}.learning-success{max-width:100%;width:-moz-fit-content;width:fit-content}.admin-page,.diagnosis-review-page,.feedback-page{overflow-x:clip}.admin-layout,.admin-overview,.feedback-kpis,.feedback-list,.feedback-loading,.feedback-status,.feedback-toolbar{max-width:100%}.diagnosis-list,.editor-card,.feedback-card,.questions-panel,.review-card{border-radius:14px}.editor-tabs{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}.editor-tabs button{flex:0 0 auto}.decision-buttons,.editor-actions,.footer-actions,.topbar-actions{flex-wrap:wrap}.editor-actions>*,.footer-actions>*{min-width:0}.preview-options>div{align-items:flex-start;flex-wrap:wrap}.preview-options>div>span{flex:1 1 160px}}@media(max-width:420px){.student-header{height:auto;min-height:64px;gap:10px;padding-block:10px}.student-header>div{flex-wrap:wrap;gap:8px}.attempt-list li{align-items:flex-start;flex-direction:column}.attempt-list b{align-self:flex-start}.legal-header-inner{gap:12px}.legal-header-inner>a:last-child{max-width:45%;text-align:end}.results-stats,.topic-results>div{grid-template-columns:1fr}.topic-results>div>*{min-width:0}.admin-overview,.feedback-kpis,.review-summary{grid-template-columns:1fr!important}.admin-topbar,.editor-body,.editor-footer,.editor-header,.feedback-card,.review-card{padding-inline:12px!important}.admin-login{padding:12px!important}.admin-login form{padding:22px 16px!important}.editor-header h1,.feedback-topbar h1,.review-header h1{font-size:clamp(26px,9vw,34px)!important}}:where(main,header,footer,nav,section,article,aside,form,fieldset){min-width:0;max-width:100%}:where(input,select,textarea){min-width:0}textarea{overflow-wrap:anywhere;word-break:break-word}:where(.options,.practice-options,.exam-options,.review-options) button{min-width:0;max-width:100%;white-space:normal}:where(.options,.practice-options,.exam-options,.review-options) button>:where(span,strong,small,p){min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word;white-space:normal}:where(.practice-card,.exam-question-card,.exam-intro-card,.question-preview,.dashboard-card,.settings-card){min-width:0;max-width:100%}:where(.table-wrap,.table-container,.responsive-table){max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}@media(max-width:620px){:where(input,select,textarea){max-width:100%;font-size:16px}:where(.practice-card,.exam-question-card,.exam-intro-card,.question-preview){padding-inline:16px!important}:where(.practice-progress,.exam-progress-header,.preview-topline,.header-actions){min-width:0;flex-wrap:wrap}:where(.practice-options,.exam-options,.options) button{align-items:flex-start;padding-inline:12px}table{width:100%;max-width:100%;display:block;overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}:where(th,td){overflow-wrap:anywhere;word-break:break-word}}:root{--brand-plum:var(--mt-plum);--brand-amber:var(--mt-amber);--success:var(--mt-success);--danger:var(--mt-error);--warning:var(--mt-warning);--info:var(--mt-info);--shadow:0 18px 48px rgba(23,32,51,.08)}body{color:var(--mt-ink)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-color:rgba(16,191,196,.38)}.site-header{border-bottom-color:var(--border);background:rgba(255,255,255,.94);box-shadow:0 1px 0 rgba(23,32,51,.02)}.brand{gap:11px;letter-spacing:-.02em}.brand-mark{width:42px;height:42px;border-radius:0;background:transparent url(/brand/medtargel-mark-light.svg) 50%/contain no-repeat;color:transparent;font-size:0;box-shadow:none}.brand-mark:after{content:none}nav{color:var(--muted)}nav a:hover{color:var(--mt-plum)}.account-link{border-color:var(--border);background:rgba(255,255,255,.78)}.account-link:hover{border-color:#B9C3CF;background:#fff}.header-cta{background:var(--mt-plum);color:#fff;box-shadow:none}.header-cta:hover{background:var(--mt-plum-hover)}.hero{background:var(--background)}.hero-kicker{border-color:var(--border);background:var(--surface);color:var(--mt-plum)}.hero-kicker span{background:var(--mt-plum);color:#fff}.hero h1{color:var(--mt-plum)}.hero-copy{color:var(--muted)}.button.primary{background:var(--mt-aqua);color:var(--mt-plum);box-shadow:none}.button.primary:hover{background:var(--mt-aqua-hover);color:var(--mt-plum)}.button.secondary{border-color:var(--border);background:var(--surface);color:var(--mt-plum)}.button.secondary:hover{border-color:#B9C3CF;background:var(--surface-soft)}.eyebrow,.text-link{color:var(--mt-plum)}.hero-demo:before{background:var(--action-soft)}.question-preview{border-color:var(--border);box-shadow:none}.options button{border-color:var(--border);background:var(--surface);color:var(--mt-ink)}.options button:hover{border-color:#AFC0CA;background:var(--surface-soft)}.options button.selected{background:var(--action-soft)}.options button.selected,.options button.selected .option-indicator{border-color:var(--mt-aqua)}.options button.correct{border-color:var(--mt-success-accent);background:var(--mt-success-soft)}.options button.incorrect{border-color:var(--mt-error-accent);background:var(--mt-error-soft)}footer{border-top-color:var(--border);background:var(--surface)}.diagnostic-page,.practice-page,.settings-page,.student-page{background:var(--background)!important;color:var(--mt-ink)!important;font-family:var(--font-heebo),var(--font-sans)!important}.diagnostic-page h1,.diagnostic-page h2,.diagnostic-page h3,.practice-page h1,.practice-page h2,.practice-page h3,.student-page h1,.student-page h2,.student-page h3{color:var(--mt-plum)}@media(max-width:620px){.brand-mark{width:38px;height:38px}}body,html{font-family:var(--font-heebo),var(--font-sans),Heebo,system-ui,sans-serif}.brand-mark,.exams-brand>span,.login-brand{background-color:transparent!important;background-image:url(/brand/medtargel-mark-light.svg)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;border-radius:0!important;box-shadow:none!important;color:transparent!important;font-size:0!important;text-shadow:none!important}.brand-mark:after{content:none!important}a{transition:color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}a:focus-visible{outline:3px solid rgba(16,191,196,.3)!important;outline-offset:3px}.legal-links a,.question-feedback-login a,.text-link,.weak-topic-link{color:var(--link,var(--mt-plum))!important;-webkit-text-decoration-color:var(--mt-aqua)!important;text-decoration-color:var(--mt-aqua)!important}.legal-links a:hover,.question-feedback-login a:hover,.text-link:hover,.weak-topic-link:hover{color:var(--mt-plum-hover)!important;text-decoration:underline;-webkit-text-decoration-color:var(--mt-aqua);text-decoration-color:var(--mt-aqua);text-underline-offset:4px}.legal-page{background:var(--background)!important;color:var(--mt-ink)!important}.legal-footer,.legal-header{border-color:var(--border)!important;background:rgba(255,255,255,.96)!important}.legal-document{border-color:var(--border)!important;background:var(--surface)!important;box-shadow:none!important}.legal-notice{border-color:rgba(16,191,196,.42)!important;background:var(--action-soft)!important;color:var(--mt-plum)!important}.legal-contact,.site-version{background:var(--surface-soft)!important}.legal-footer a:hover{color:var(--mt-plum)!important}.daily-page,.settings-page,.student-page{background:var(--background)!important;color:var(--mt-ink)!important}.daily-header,.settings-header,.student-header{border-color:var(--border)!important;background:rgba(255,255,255,.96)!important}.auth-card,.daily-card,.dashboard-card,.settings-card,.student-stats>div{border-color:var(--border)!important;box-shadow:none!important}.diagnostic-summary-card,.mission-card,.synced-drafts{border-color:var(--border)!important;background:var(--surface-soft)!important}.diagnostic-next-step,.mission-metrics>div{border-color:var(--border)!important}.daily-header a:not(.brand),.settings-header>a:last-child,.student-header a:not(.brand){color:var(--mt-plum)!important;font-weight:800}.daily-header a:not(.brand):hover,.settings-header>a:last-child:hover,.student-header a:not(.brand):hover{text-decoration:underline;-webkit-text-decoration-color:var(--mt-aqua);text-decoration-color:var(--mt-aqua);text-underline-offset:4px}.auth-card input:focus,.danger-zone input:focus{border-color:var(--mt-aqua)!important;box-shadow:0 0 0 4px rgba(16,191,196,.1)!important;outline:0}.text-button{color:var(--mt-plum)!important}.captcha-panel{border-color:var(--border)!important;background:var(--surface-soft)!important}.exams-header,.practice-header{border-color:var(--border)!important;background:rgba(255,255,255,.96)!important}.exams-header nav a,.student-header-links a{color:var(--mt-plum)!important}.exams-header nav a:hover,.student-header-links a:hover{text-decoration:underline;-webkit-text-decoration-color:var(--mt-aqua);text-decoration-color:var(--mt-aqua);text-underline-offset:4px}.exam-card>a,.exam-empty>a,.exams-quick-start{background:var(--mt-aqua)!important;color:var(--mt-plum)!important}.mode-card.featured{border-color:var(--border)!important;background:var(--surface-soft)!important}.exam-tags span:not(.free-tag),.exams-eyebrow,.library-heading span,.mode-card>strong,.question-tools button{color:var(--mt-plum)!important}.exam-tags span:not(.free-tag),.mode-icon{background:var(--action-soft)!important}.button.primary:hover{color:var(--mt-plum)!important}@media (prefers-reduced-motion:reduce){a{transition:none}}:root{--mt-plum:#35164A;--mt-plum-hover:#2B123C;--mt-aqua:#10BFC4;--mt-aqua-hover:#0DA4A9;--mt-amber:#FFB84A;--mt-ivory:#FFF9F3;--mt-ink:#21172B;--mt-lilac:#D8DEE7;--mt-mist:#ECEFF3;--mt-white:#FFFFFF;--mt-surface-subtle:#F5F6F8;--mt-surface-muted:#ECEFF3;--mt-text-secondary:#667085;--mt-text-tertiary:#7F8998;--mt-border:#D8DEE7;--mt-border-subtle:#E8EBEF;--mt-dark:#17131D;--mt-success:#126B55;--mt-success-accent:#16856B;--mt-success-soft:#E7F6F1;--mt-error:#A92F35;--mt-error-accent:#C9363E;--mt-error-soft:#FDEBED;--mt-warning:#9B5105;--mt-warning-accent:#B45F06;--mt-warning-soft:#FFF4E5;--mt-info:#3157D5;--mt-info-hover:#2748B8;--mt-info-soft:#EDF1FF;--background:#FFFFFF;--surface:#FFFFFF;--surface-soft:var(--mt-surface-subtle);--surface-muted:var(--mt-surface-muted);--foreground:var(--mt-ink);--text:var(--mt-ink);--muted:var(--mt-text-secondary);--muted-strong:#475467;--muted-subtle:var(--mt-text-tertiary);--primary:var(--mt-plum);--primary-dark:var(--mt-plum-hover);--primary-soft:#F3EDF6;--action:var(--mt-aqua);--action-hover:var(--mt-aqua-hover);--action-soft:#E7F8F8;--link:var(--mt-plum);--link-on-dark:#D7BDE4;--accent:var(--mt-amber);--border:var(--mt-border);--border-soft:var(--mt-border-subtle);--line:var(--mt-border);--font-sans:Heebo,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--text-xs:.875rem;--text-sm:.9375rem;--text-base:1.0625rem;--text-lg:1.1875rem;--text-h3:clamp(1.375rem,1.5vw,1.5rem);--text-h2:clamp(1.875rem,2.8vw,2.125rem);--text-h1:clamp(2.5rem,4.4vw,3rem);--text-display:clamp(2.75rem,4.8vw,3.25rem);--text-question:clamp(1.375rem,2vw,1.5rem);--text-option:1.125rem;--text-support:var(--text-sm);--text-question-stem:var(--text-question);--text-question-option:var(--text-option);--leading-tight:1.12;--leading-body:1.6;--reading-width:64ch;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4.5rem;--section-space:clamp(3.75rem,7vw,6rem);--container:72rem;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:18px;--radius-pill:999px;--border-subtle:1px solid var(--border);--shadow:0 1px 2px rgba(23,32,51,.035);--shadow-subtle:0 1px 2px rgba(23,32,51,.035);--shadow-floating:0 14px 36px rgba(23,32,51,.11);--focus-ring:0 0 0 3px rgba(16,191,196,.22);--control-height:44px;--control-padding-inline:1rem;--transition-fast:150ms ease}.dark,[data-theme=dark]{--background:var(--mt-dark);--surface:#211B29;--surface-soft:#292231;--surface-muted:#332B3C;--foreground:#F8FAFC;--text:#F8FAFC;--muted:#C7C2CD;--muted-strong:#E4E0E8;--muted-subtle:#A9A3B0;--primary:#F8FAFC;--primary-dark:#FFFFFF;--primary-soft:#392346;--action:var(--mt-aqua);--action-hover:var(--mt-aqua-hover);--border:#4B4354;--border-soft:#3E3747;--line:#4B4354}html{color-scheme:light;font-size:16px}body,html{background:var(--background)}body{min-height:100vh;color:var(--foreground);font-family:var(--font-heebo),var(--font-sans);font-size:var(--text-base);line-height:var(--leading-body);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}::selection{background:rgba(16,191,196,.22);color:var(--mt-plum)}h1,h2,h3{color:var(--mt-plum);font-family:inherit;font-weight:700;text-wrap:balance}h1{font-size:var(--text-h1);line-height:1.07;letter-spacing:-.03em}h2{font-size:var(--text-h2);line-height:var(--leading-tight);letter-spacing:-.02em}h3{font-size:var(--text-h3);line-height:1.25;letter-spacing:-.01em}.display-title{font-size:var(--text-display);line-height:1.07;letter-spacing:-.03em}li,p{max-width:var(--reading-width)}.supporting-text,small{color:var(--muted);font-size:var(--text-sm)}.eyebrow{font-size:var(--text-sm);line-height:1.35}strong{font-weight:700}.container{width:min(var(--container),calc(100% - clamp(1.5rem,5vw,4rem)));margin-inline:auto}.section{padding-block:var(--section-space)}.section-heading{max-width:46rem;margin-bottom:var(--space-6)}.section-heading>p:last-child{max-width:var(--reading-width);color:var(--muted)}a,button,input,select,textarea{transition:border-color var(--transition-fast),background-color var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast),opacity var(--transition-fast),transform var(--transition-fast)}:where(a,button,input,textarea,select):focus-visible{outline:2px solid var(--mt-aqua)!important;outline-offset:3px!important;box-shadow:none!important}:where(button,input,textarea,select){font:inherit}:where(input,textarea,select){border:var(--border-subtle);border-radius:var(--radius-md);background:var(--surface);color:var(--foreground)}:where(input,select){min-height:var(--control-height)}:where(input,textarea,select)::placeholder{color:var(--muted-subtle)}:where(input,textarea,select):hover{border-color:#B9C3CF}:where(input,textarea,select):focus{border-color:var(--mt-aqua);outline:0;box-shadow:var(--focus-ring)}.button,:where(.grant-button,.exam-card>a,.exam-empty>a,.exams-quick-start){min-height:var(--control-height);border-radius:var(--radius-md);padding-inline:var(--control-padding-inline);font-weight:700;box-shadow:none!important}.button.primary{border-color:var(--mt-aqua)!important;background:var(--mt-aqua)!important;color:var(--mt-plum)!important}.button.primary:hover{border-color:var(--mt-aqua-hover)!important;background:var(--mt-aqua-hover)!important;transform:none!important}.button.secondary{border-color:var(--border)!important;background:transparent!important;color:var(--mt-plum)!important}.button.secondary:hover{border-color:#B9C3CF!important;background:var(--surface-soft)!important}.text-link{color:var(--link);font-weight:700;text-underline-offset:4px}.text-link:hover{color:var(--mt-plum-hover);text-decoration:underline;-webkit-text-decoration-color:var(--mt-aqua);text-decoration-color:var(--mt-aqua)}:where(button,.button):disabled{opacity:.48;cursor:not-allowed;transform:none!important}.account-shell-header,.daily-header,.exams-header,.legal-header,.practice-header,.settings-header,.site-header,.student-header{border-bottom:var(--border-subtle)!important;background:rgba(255,255,255,.96)!important;box-shadow:none!important;-webkit-backdrop-filter:saturate(130%) blur(10px);backdrop-filter:saturate(130%) blur(10px)}.brand{color:var(--mt-plum);font-weight:800}.brand-mark{width:34px;height:34px}:where(.site-header nav,.account-shell-nav,.exams-header nav) a{font-weight:600}:where(.site-header nav,.account-shell-nav,.exams-header nav) a:hover{color:var(--mt-plum)}.header-cta{border:1px solid var(--mt-aqua);border-radius:var(--radius-md);background:var(--mt-aqua);color:var(--mt-plum);font-weight:700}.account-link{border-color:transparent;border-radius:var(--radius-md);background:transparent;color:var(--mt-plum);font-weight:600}.account-link:hover{border-color:var(--border);background:var(--surface-soft)}:where(.question-preview,.learning-card,.waitlist-card,.step-card,.account-value-card,.beta-card,.daily-card,.settings-card,.auth-card,.dashboard-card,.student-stats>div,.mission-card,.diagnostic-summary-card,.synced-drafts,.exam-intro-card,.mode-card,.exam-card,.exam-empty,.practice-builder,.practice-shell,.practice-results,.legal-document,.legal-contact,.questions-panel,.editor-card,.grant-card,.entitlement-card,.feedback-card,.review-card,.diagnosis-list){border-color:var(--border)!important;border-radius:var(--radius-lg)!important;box-shadow:none!important}:where(.step-card,.account-benefit-list li,.mission-metrics>div,.student-stats>div){background:transparent!important}:where(.how-section,.sample-section,.account-value-section,.daily-page,.settings-page,.student-page,.legal-page){background:var(--background)!important}:where(.mission-card,.diagnostic-summary-card,.synced-drafts,.mode-card.featured){border-color:var(--border)!important;background:var(--surface-soft)!important;background-image:none!important}:where(.legal-document,.auth-card,.settings-card,.daily-card,.dashboard-card){background:var(--surface)!important}:where(.badge,.access-badge,.auto-status,.risk-badge,.free-tag,.learning-success,.question-publish-state){border-radius:var(--radius-pill);box-shadow:none}:where(.availability-strip,footer,.legal-footer){border-color:var(--border)!important;background:var(--surface)!important}:where(.availability-inner div,.mission-metrics>div,.diagnostic-next-step){border-color:var(--border)!important}:where(.answer-feedback.is-correct,.correct-answer){background:var(--mt-success-soft)!important;color:var(--mt-success)!important}:where(.answer-feedback.is-incorrect,.incorrect-answer){background:var(--mt-error-soft)!important;color:var(--mt-error)!important}:where(.danger-zone){border-color:var(--mt-error-accent)!important;background:var(--mt-error-soft)!important}:where(.warning,.status-warning){background:var(--mt-warning-soft)!important;color:var(--mt-warning)!important}.hero-demo .question-preview{box-shadow:var(--shadow-floating)!important}:where(dialog,[role=dialog],.modal,.dropdown){box-shadow:var(--shadow-floating)!important}:where(.button,.step-card,.exam-card,.mode-card,.question-preview):hover{transform:none}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(min-width:901px){body{line-height:1.6}.footer-inner,.header-inner{min-height:64px}}@media(max-width:620px){h1{font-size:clamp(2.25rem,10vw,2.625rem)}h2{font-size:clamp(1.75rem,7vw,2rem)}.display-title{font-size:clamp(2.375rem,11vw,2.75rem)}.section{padding-block:clamp(3rem,12vw,4.25rem)}.button{min-height:46px}}