:root{--navy:#061b33;--navy2:#0e345e;--gold:#efa400;--goldSoft:#fff4d6;--bg:#f4f7fa;--text:#132238;--muted:#68788a;--line:#dfe6ee;--white:#fff;--green:#0f9f6e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.home{min-height:100vh;display:grid;place-items:center;padding:30px}.homeCard{max-width:720px;padding:55px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 25px 70px rgba(10,35,62,.08)}.logo,.top div span{width:45px;height:45px;border-radius:13px;background:var(--gold);color:var(--navy);display:grid;place-items:center}.eyebrow{margin:25px 0 10px;color:#b77900;font-size:11px;font-weight:900;letter-spacing:.16em}.formCard h1,.home h1{margin:0;color:var(--navy);font-size:clamp(38px,6vw,64px);line-height:1.02;letter-spacing:-.045em}.home p,.muted{color:var(--muted);line-height:1.6}.generate,.primaryButton{min-height:50px;padding:0 20px;border:0;border-radius:12px;background:var(--navy);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:850}.top{height:72px;padding:0 34px;border-bottom:1px solid var(--line);background:#fff;justify-content:space-between}.top,.top>a,.top>div{display:flex;align-items:center}.top>a,.top>div{gap:9px;font-weight:800;color:var(--navy)}.top div span{width:34px;height:34px;border-radius:10px}.builderGrid{max-width:1500px;margin:auto;padding:42px 34px 70px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(390px,.7fr);grid-gap:28px;gap:28px}.formCard{padding:34px;border:1px solid var(--line);border-radius:22px;background:#fff}.formCard h1{font-size:clamp(34px,4vw,50px)}.section{margin-top:34px;padding-top:28px;border-top:1px solid var(--line)}.section h2{margin:0 0 12px;color:var(--navy);font-size:19px}.buttonGrid{display:grid;grid-gap:9px;gap:9px;margin-top:10px}.four{grid-template-columns:repeat(4,1fr)}.three{grid-template-columns:repeat(3,1fr)}.option{min-height:58px;padding:13px;border:1px solid var(--line);border-radius:12px;background:#fff;font-weight:750;text-align:left;cursor:pointer}.activeOption,.chosen{border-color:#8299ae;background:#f7fafc;box-shadow:inset 3px 0 0 var(--gold)}.multiBlock{margin-top:18px;padding:18px;border:1px solid var(--line);border-radius:15px;background:#fbfcfe}.multiHeader{display:flex;align-items:center;justify-content:space-between;gap:20px}.multiHeader h3{margin:0;color:var(--navy);font-size:14px}.multiHeader>span{padding:5px 9px;border-radius:999px;background:#eaf1f8;color:var(--navy2);font-size:10px;font-weight:850}.multiGrid{margin-top:13px;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.topic{position:relative;border:1px solid var(--line);border-radius:11px;background:#fff}.topic,.topicMain{display:flex;align-items:center}.topicMain{width:100%;min-height:49px;padding:9px 42px 9px 10px;border:0;background:transparent;gap:9px;text-align:left;cursor:pointer}.check{width:21px;height:21px;border:1px solid #b8c6d4;border-radius:6px;display:grid;place-items:center;color:var(--green);flex:0 0 auto}.topicMain>span:last-child{font-size:11px;font-weight:650}.star{position:absolute;right:8px;width:30px;height:30px;border:0;border-radius:8px;background:transparent;color:#a3adb8;display:grid;place-items:center;cursor:pointer}.primaryNote{margin:11px 0 0;color:var(--muted);font-size:11px}.competencyGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px}.competency{position:relative;min-height:62px;padding:10px 38px 10px 11px;border:1px solid var(--line);border-radius:12px;background:#fff;display:grid;grid-template-columns:48px 1fr;align-items:center;grid-gap:10px;gap:10px;text-align:left;cursor:pointer}.competency>span{padding:8px 5px;border-radius:8px;background:#eaf1f8;color:var(--navy2);font-size:11px;font-weight:900;text-align:center}.competency strong{font-size:11px}.competency svg{position:absolute;right:12px;color:var(--green)}.formGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.threeFields{grid-template-columns:repeat(3,1fr)}.field,.textField{display:flex;flex-direction:column;gap:7px}.field>span,.textField>span{color:var(--navy2);font-size:12px;font-weight:850}.selectWrap{position:relative}.selectWrap select{width:100%;height:47px;padding:0 40px 0 13px;border:1px solid var(--line);border-radius:11px;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.selectWrap svg{position:absolute;right:13px;top:15px;pointer-events:none;color:#8492a0}.difficulty{margin-top:14px;padding:17px;border:1px solid var(--line);border-radius:13px;display:flex;align-items:center;justify-content:space-between}.difficulty>div:first-child{display:flex;flex-direction:column}.difficulty small,.textField small{color:var(--muted)}.difficulty>div:last-child{display:flex;gap:7px}.difficulty button{width:39px;height:39px;border:0;border-radius:10px;background:#f4f7fa;color:var(--navy2);font-weight:850;cursor:pointer}.difficulty .difficultyActive{background:var(--navy)}.textField{margin-top:14px}.textField textarea{width:100%;padding:13px;border:1px solid var(--line);border-radius:11px;resize:vertical;outline:0;line-height:1.5}.textField textarea:focus{border-color:#8ca2b7;box-shadow:0 0 0 3px rgba(14,52,94,.07)}.generate{width:100%;margin-top:26px;cursor:pointer}.generate:disabled{opacity:.45;cursor:not-allowed}.preview{position:-webkit-sticky;position:sticky;top:20px;align-self:start;padding:29px;border-radius:22px;color:#dbe5ee;background:radial-gradient(circle at 100% 0,rgba(239,164,0,.2),transparent 32%),linear-gradient(145deg,#0b2e52,#061a31);box-shadow:0 25px 70px rgba(6,27,51,.18)}.previewTop{display:flex;justify-content:space-between;color:#94aabe;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.previewTop b{padding:4px 8px;border-radius:999px;color:#f7bd41;background:rgba(239,164,0,.12)}.previewTop .ready{color:#66d8af;background:rgba(15,159,110,.13)}.previewKicker{margin:31px 0 8px;color:#f2b832;font-size:10px;font-weight:850;letter-spacing:.13em}.preview h2{margin:0;color:#fff;font-size:29px;line-height:1.1}.preview>p{color:#adbfce;font-size:13px}.summary{margin:23px 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.previewColumns section,.previewText,.summary div{padding:13px;border:1px solid rgba(255,255,255,.11);border-radius:12px;background:rgba(255,255,255,.04);display:flex;flex-direction:column;gap:4px}.previewColumns span,.previewText span,.summary span{color:#879eb4;font-size:10px;text-transform:uppercase}.previewColumns strong,.previewText strong,.summary strong{color:#fff;font-size:12px;line-height:1.45}.previewColumns{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:8px}.previewColumns p,.previewText p{margin:5px 0 0;color:#9eafc0;font-size:11px;line-height:1.5}.previewText{margin-top:8px}.preview footer{margin-top:20px;color:#7f95a9;font-size:10px}@media(max-width:1050px){.builderGrid{grid-template-columns:1fr}.preview{position:static}}@media(max-width:680px){.builderGrid{padding:25px 16px}.formCard,.preview{padding:21px}.competencyGrid,.formGrid,.four,.multiGrid,.previewColumns,.summary,.three,.threeFields{grid-template-columns:1fr}.difficulty{align-items:flex-start;flex-direction:column;gap:12px}}.landingPage{min-height:100vh;overflow:hidden;color:var(--navy)}.landingNav{height:78px;max-width:1440px;margin:0 auto;padding:0 54px;justify-content:space-between;position:relative;z-index:5}.landingBrand,.landingNav{display:flex;align-items:center}.landingBrand{gap:11px;color:var(--navy)}.landingBrand>span{width:39px;height:39px;border-radius:12px;background:var(--gold);display:grid;place-items:center;box-shadow:0 8px 22px rgba(239,164,0,.2)}.landingBrand>strong{font-size:17px;letter-spacing:-.02em}.landingNavActions{display:flex;align-items:center;gap:11px}.betaPill,.landingNavActions form{display:flex}.betaPill{height:30px;padding:0 11px;border:1px solid var(--line);border-radius:999px;color:#607186;background:#fff;align-items:center;gap:7px;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.betaPill>span{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px rgba(15,159,110,.1)}.navSignIn,.navWorkspace{height:42px;padding:0 16px;border-radius:10px;background:var(--navy);color:#fff;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:850}.heroPrimary:hover,.landingCta>a:hover,.navSignIn:hover,.navWorkspace:hover{background:#0c2d50;transform:translateY(-1px)}.navSignOut{width:42px;height:42px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--muted);display:grid;place-items:center;cursor:pointer}.landingHero{min-height:690px;padding:74px max(54px,calc((100vw - 1332px)/2)) 100px;display:grid;grid-template-columns:minmax(0,.88fr) minmax(540px,1.12fr);align-items:center;grid-gap:72px;gap:72px;position:relative;background:radial-gradient(circle at 88% 18%,rgba(239,164,0,.11),transparent 24%),linear-gradient(180deg,#fbfdff,#f3f7fb);border-top:1px solid #edf1f5;border-bottom:1px solid var(--line)}.landingHero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(14,52,94,.032) 1px,transparent 0),linear-gradient(90deg,rgba(14,52,94,.032) 1px,transparent 0);background-size:44px 44px;-webkit-mask-image:linear-gradient(90deg,#000 0,transparent 55%);mask-image:linear-gradient(90deg,#000 0,transparent 55%);pointer-events:none}.heroCopy{position:relative;z-index:2}.heroEyebrow{width:max-content;margin-bottom:24px;padding:8px 11px;border:1px solid #ead79e;border-radius:999px;background:#fffaf0;color:#805a00;display:flex;align-items:center;gap:7px;font-size:10px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.heroCopy h1{max-width:690px;margin:0;color:var(--navy);font-size:clamp(48px,5.35vw,78px);line-height:.98;letter-spacing:-.058em}.heroCopy h1 span{color:#9d6b00;background:linear-gradient(95deg,#ae7400,#efa400);-webkit-text-fill-color:transparent}.heroLead{max-width:610px;margin:27px 0 0;color:#5e7083;font-size:17px;line-height:1.72}.heroActions{margin-top:34px;display:flex;align-items:center;gap:11px;flex-wrap:wrap}.heroPrimary,.heroSecondary{min-height:54px;padding:0 21px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:12px;font-weight:850;transition:.18s ease}.heroPrimary{background:var(--navy);color:#fff;box-shadow:0 13px 30px rgba(6,27,51,.16)}.heroPrimary svg:last-child{margin-left:4px}.heroSecondary{border:1px solid var(--line);background:#fff;color:var(--navy)}.heroAssurance{max-width:570px;margin-top:27px;padding-top:21px;border-top:1px solid #dce4ec;color:#6c7d8e;display:flex;align-items:flex-start;gap:9px;font-size:10px;line-height:1.55}.heroAssurance svg{flex:0 0 auto;color:var(--green)}.productVisual{min-height:515px;position:relative;display:flex;align-items:center;z-index:2}.visualGlow{position:absolute;width:440px;height:440px;right:5%;border-radius:50%;background:rgba(239,164,0,.17);filter:blur(70px)}.appPreview{width:100%;position:relative;border:1px solid rgba(6,27,51,.16);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 35px 80px rgba(6,27,51,.19),0 4px 15px rgba(6,27,51,.08);transform:perspective(1300px) rotateY(-2deg) rotateX(1deg)}.previewChrome{height:49px;padding:0 17px;border-bottom:1px solid #e3e8ee;background:#fbfcfd;color:#7a8998;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.previewChrome>span{text-align:right}.previewDots{display:flex;gap:5px}.previewDots i{width:7px;height:7px;border-radius:50%;background:#d0d7df}.previewDots i:first-child{background:#f1af22}.previewDots i:nth-child(2){background:#9cb1c2}.previewBrand{display:flex;align-items:center;gap:5px;color:var(--navy);font-size:9px;font-weight:900;letter-spacing:0;text-transform:none}.previewBrand svg{color:#bb7d00}.previewWorkspace{padding:20px;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:13px;gap:13px;background:#f3f6f9}.previewForm,.previewOutput{min-height:389px;padding:20px;border:1px solid #dce4eb;border-radius:13px;background:#fff}.previewLabel{color:#8190a0;font-size:7px;font-weight:900;letter-spacing:.14em}.previewTitleRow{margin-top:8px;display:flex;align-items:center;justify-content:space-between}.previewTitleRow strong{font-size:17px;letter-spacing:-.035em}.previewTitleRow span{color:#8b9aaa;font-size:7px;font-weight:800}.previewFields{margin-top:17px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px}.previewFields div{padding:10px;border:1px solid #e0e6ec;border-radius:8px;display:flex;flex-direction:column;gap:4px}.outputStats small,.previewFields small,.previewRoute small{color:#8a99a7;font-size:6px;font-weight:800}.outputStats b,.previewFields b,.previewRoute b{font-size:8px}.previewTopicLabel{margin-top:20px}.previewTopics{margin-top:8px;display:grid;grid-gap:6px;gap:6px}.previewTopics>span{min-height:37px;padding:0 9px;border:1px solid #e1e7ed;border-radius:8px;color:#607080;display:flex;align-items:center;gap:7px;font-size:7px;font-weight:700}.previewTopics i{width:12px;height:12px;border:1px solid #bdc8d2;border-radius:4px}.previewTopics .selectedTopic{border-color:#d9ba75;background:#fffaf0;color:var(--navy)}.previewTopics .selectedTopic i{border-color:var(--gold);background:var(--gold);box-shadow:inset 0 0 0 3px #fff}.previewRoute{margin-top:18px;padding:11px;border-radius:9px;background:#f4f7fa;display:flex;align-items:center;justify-content:space-between}.previewRoute>span{display:flex;flex-direction:column;gap:4px}.previewRoute>i{height:1px;flex:1 1;margin:0 12px;background:#c8d2dc;position:relative}.previewRoute>i:after{content:"";position:absolute;right:0;top:-2px;width:5px;height:5px;border-top:1px solid #93a3b2;border-right:1px solid #93a3b2;transform:rotate(45deg)}.previewOutput{border:0;color:#dbe7f0;background:radial-gradient(circle at 100% 0,rgba(239,164,0,.2),transparent 36%),linear-gradient(145deg,#0c3157,#061b33)}.outputHeader{display:flex;align-items:center;justify-content:space-between;color:#91a8bc;font-size:6px;font-weight:900;letter-spacing:.11em}.outputHeader b{padding:4px 6px;border-radius:99px;color:#74d7b5;background:rgba(15,159,110,.15);font-size:6px}.previewOutput h2{margin:24px 0 7px;color:#fff;font-size:20px;line-height:1.05;letter-spacing:-.035em}.previewOutput>p{margin:0;color:#9eb2c4;font-size:7px;line-height:1.6}.outputStats{margin:18px 0 13px;display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.outputStats span{padding:9px;border:1px solid rgba(255,255,255,.11);border-radius:7px;display:flex;flex-direction:column;gap:4px}.outputStats small{color:#7891a6}.outputStats b{color:#fff}.outputSection{margin-top:7px;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:8px}.outputSection span{display:block;margin-bottom:7px;color:#f2b42b;font-size:6px;font-weight:900;letter-spacing:.12em}.outputSection i{display:block;width:92%;height:4px;margin-top:5px;border-radius:9px;background:rgba(255,255,255,.12)}.outputSection i:last-child{width:62%}.previewOutput button{width:100%;height:34px;margin-top:13px;border:0;border-radius:7px;background:var(--gold);color:var(--navy);display:flex;align-items:center;justify-content:center;gap:5px;font-size:7px;font-weight:900}.visualBadge{position:absolute;right:-19px;bottom:16px;padding:13px 16px;border:1px solid #d8e0e8;border-radius:12px;background:#fff;display:flex;align-items:center;gap:9px;box-shadow:0 15px 35px rgba(6,27,51,.15)}.visualBadge>svg{color:#b87a00}.visualBadge>span{display:flex;flex-direction:column;gap:3px}.visualBadge small{color:#8a99a8;font-size:6px;font-weight:900;letter-spacing:.11em}.visualBadge b{font-size:9px}.featureSection{max-width:1332px;margin:0 auto;padding:105px 54px 112px}.sectionIntro{max-width:760px}.landingCta p,.sectionIntro>p{margin:0 0 13px;color:#a26d00;font-size:9px;font-weight:900;letter-spacing:.16em}.sectionIntro h2{margin:0;color:var(--navy);font-size:clamp(34px,4vw,54px);line-height:1.03;letter-spacing:-.045em}.sectionIntro>span{max-width:630px;margin-top:17px;color:var(--muted);display:block;font-size:14px;line-height:1.65}.featureGrid{margin-top:52px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:17px;gap:17px}.featureCard{min-height:260px;padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff;position:relative;transition:.2s ease}.featureCard:hover{border-color:#cad5df;box-shadow:0 18px 40px rgba(6,27,51,.07);transform:translateY(-3px)}.featureNumber{position:absolute;top:26px;right:26px;color:#c0cad4;font-size:9px;font-weight:900}.featureIcon{width:43px;height:43px;border-radius:12px;background:var(--goldSoft);color:#a26d00;display:grid;place-items:center}.featureCard h3{margin:37px 0 10px;color:var(--navy);font-size:17px;letter-spacing:-.02em}.featureCard p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}.landingCta{max-width:1224px;min-height:210px;margin:0 auto 90px;padding:42px 46px;border-radius:24px;color:#fff;background:radial-gradient(circle at 78% 0,rgba(239,164,0,.24),transparent 28%),linear-gradient(135deg,#0c3157,#061b33);display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 25px 60px rgba(6,27,51,.16)}.landingCta p{color:#efb52f}.landingCta h2{max-width:680px;margin:0;font-size:clamp(28px,3.5vw,45px);letter-spacing:-.04em}.landingCta>a{min-height:52px;padding:0 21px;border-radius:11px;background:var(--gold);color:var(--navy);display:flex;align-items:center;gap:9px;font-size:11px;font-weight:900;white-space:nowrap;transition:.18s ease}.landingCta>a:hover{background:#f5b82a}.landingFooter{max-width:1332px;min-height:100px;margin:0 auto;padding:0 54px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:25px;gap:25px}.landingFooter .landingBrand>span{width:32px;height:32px;border-radius:9px}.landingFooter .landingBrand>strong{font-size:14px}.landingFooter p,.landingFooter>span{margin:0;color:#8290a0;font-size:9px}.landingFooter>span{text-align:right}@media(max-width:1100px){.landingHero{grid-template-columns:1fr;padding-top:64px}.heroCopy{max-width:760px}.productVisual{width:min(100%,780px);margin:0 auto}.landingCta{margin-left:32px;margin-right:32px}.landingFooter{padding:0 32px}}@media(max-width:760px){.landingNav{height:68px;padding:0 18px}.betaPill{display:none}.navWorkspace{padding:0 12px}.landingHero{padding:52px 18px 70px;gap:48px}.landingHero:before{display:none}.heroCopy h1{font-size:clamp(44px,13vw,65px)}.heroLead{font-size:15px}.heroActions{align-items:stretch;flex-direction:column}.heroPrimary,.heroSecondary{width:100%}.productVisual{min-height:auto}.appPreview{transform:none;border-radius:14px}.previewWorkspace{grid-template-columns:1fr;padding:10px}.previewOutput{display:none}.previewForm{min-height:auto;padding:16px}.visualBadge{display:none}.featureSection{padding:72px 18px}.featureGrid{grid-template-columns:1fr;margin-top:36px}.featureCard{min-height:220px}.landingCta{margin:0 18px 60px;padding:34px 25px;align-items:flex-start;flex-direction:column}.landingCta>a{width:100%;justify-content:center}.landingFooter{padding:25px 18px;grid-template-columns:1fr}.landingFooter p{display:none}.landingFooter>span{text-align:left}}.atcScriptChoice{margin-top:14px;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:#fbfcfe;display:flex;align-items:flex-start;gap:11px;cursor:pointer}.atcScriptChoice input{margin-top:3px;accent-color:var(--navy)}.atcScriptChoice>span{display:flex;flex-direction:column;gap:3px}.atcScriptChoice strong{color:var(--navy);font-size:12px}.atcScriptChoice small{color:var(--muted);line-height:1.45}.atcScriptTable{margin-top:12px;border:1px solid rgba(255,255,255,.13);border-radius:12px;overflow:hidden}.atcScriptHeader,.atcScriptTable article{display:grid;grid-template-columns:minmax(105px,.8fr) minmax(130px,1fr) minmax(220px,1.7fr) minmax(145px,1.1fr);grid-gap:0;gap:0}.atcScriptHeader{background:rgba(255,255,255,.09)}.atcScriptHeader b{padding:10px;color:#a9bbca;font-size:9px;letter-spacing:.06em;text-transform:uppercase}.atcScriptTable article{border-top:1px solid rgba(255,255,255,.1)}.atcScriptTable article>div,.atcScriptTable article>p{margin:0;padding:11px;border-right:1px solid rgba(255,255,255,.09);font-size:11px;line-height:1.5}.atcScriptTable article>:last-child{border-right:0}.atcScriptTable article>div:first-child{display:flex;flex-direction:column;gap:4px}.atcScriptTable article strong{color:#fff}.atcScriptTable article small{color:#9fb2c2;line-height:1.45}.atcTransmission{color:#fff!important;font-weight:700}.packageAtcScript .packageSourceDisclaimer{margin-top:10px}@media(max-width:900px){.atcScriptHeader{display:none}.atcScriptTable article{grid-template-columns:1fr}.atcScriptTable article>div,.atcScriptTable article>p{border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}.atcScriptTable article>:last-child{border-bottom:0}}.programAtcCallout{margin:12px 0 4px;padding:11px 13px;border:1px solid rgba(91,196,139,.42);border-left:4px solid #5bc48b;border-radius:9px;background:rgba(45,126,83,.16);display:flex;flex-direction:column;gap:6px}.programAtcHeading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.programAtcHeading b{color:#8ee0ae!important;font-size:10px;letter-spacing:.055em;text-transform:uppercase}.programAtcCallout>small,.programAtcHeading small{color:#b6c9c0;line-height:1.45}.programAtcCallout>p{margin:0!important;color:#c8f2d8!important;font-weight:750}.programAtcCallout>small{display:block}.programAtcCallout>small b{color:#dce9e2}@media(max-width:700px){.programAtcHeading{align-items:flex-start;flex-direction:column;gap:2px}}.topic:has(.topicFailureDetails){flex-wrap:wrap;align-items:flex-start}.topicFailureDetails{width:100%;margin:-3px 9px 9px 40px;display:flex;flex-wrap:wrap;gap:5px}.topicFailureDetails span{padding:4px 7px;border-radius:7px;background:#fff0f0;color:#bd3434;font-size:9px;font-weight:800;line-height:1.3}.optionalSectionHeading{display:flex;align-items:center;gap:9px}.optionalSectionHeading h2{margin:0}.optionalSectionHeading>span{padding:4px 7px;border-radius:999px;background:#edf2f7;color:#78899a;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.sectionIntroduction{margin:4px 0 13px;color:var(--muted);font-size:12px;line-height:1.5}.additionalFailureSection .malfunctionPickerButton{margin-top:0}:root{--navy:#041a35;--navy2:#0b3c74;--blue:#086cff;--blueDeep:#0755ce;--blueSoft:#eaf3ff;--gold:#e7a619;--goldSoft:#fff7df;--bg:#f3f7fb;--text:#10233d;--muted:#63758b;--line:#d9e3ed;--green:#27b47e}body{background:linear-gradient(180deg,#f7faff,#f1f6fb);font-feature-settings:"ss01" 1,"cv02" 1}a,button,input,select,textarea{transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(8,108,255,.23);outline-offset:2px}.brandMark{min-width:0;display:inline-flex;align-items:center;gap:10px;background:transparent!important;color:inherit!important}.brandMark>img{width:42px;height:42px;display:block;border-radius:12px;box-shadow:0 7px 20px rgba(0,88,210,.23)}.brandMarkCompact>img{width:24px;height:24px;border-radius:7px;box-shadow:none}.brandWordmark{width:auto!important;height:auto!important;border-radius:0!important;background:transparent!important;display:flex!important;align-items:flex-start!important;flex-direction:column;gap:1px!important;color:inherit!important;line-height:1!important}.brandWordmark strong{font-size:17px;letter-spacing:-.035em;color:inherit}.brandWordmark strong span{width:auto!important;height:auto!important;border-radius:0!important;background:transparent!important;color:#1b8cff!important;display:inline!important}.brandWordmark small{font-size:7px;font-weight:850;letter-spacing:.13em;text-transform:uppercase;opacity:.6}.top{height:76px;padding:0 clamp(18px,3vw,46px);border:0;background:linear-gradient(105deg,#03172f,#062445);box-shadow:0 10px 30px rgba(4,26,53,.12);display:grid;grid-template-columns:auto 1fr auto;grid-gap:30px;gap:30px}.top,.top>a,.top>div{color:#fff}.top .brandMark,.top .brandMark span{width:auto;height:auto;border-radius:0;background:transparent}.topBrandLink{align-items:center}.topBrandLink,.topBrandLink .brandWordmark{display:flex!important}.topNav{gap:6px}.topNav,.topNav a{height:100%;display:flex;align-items:center}.topNav a{padding:0 14px;color:#b8c9d9;gap:7px;font-size:11px;font-weight:750;position:relative}.topNav a:hover{color:#fff}.topNav a:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:3px;border-radius:3px 3px 0 0;background:transparent}.topNav .topNavActive{color:#fff}.topNav .topNavActive:after{background:var(--blue)}.topIdentity{min-width:max-content;justify-self:end;display:flex;align-items:center;gap:10px}.topIdentity form{margin:0}.signOutButton{height:38px;padding:0 12px;white-space:nowrap;border-color:rgba(255,255,255,.18)!important;background:rgba(255,255,255,.06)!important;color:#dbe7f2!important}.signOutButton:hover{border-color:rgba(255,255,255,.35)!important;background:rgba(255,255,255,.12)!important}.builderGrid{max-width:1580px;padding:38px clamp(18px,3vw,46px) 76px;grid-template-columns:minmax(0,1.22fr) minmax(410px,.78fr);gap:26px}.formCard{padding:clamp(25px,3vw,42px);border-color:#dbe5ef;border-radius:20px;box-shadow:0 18px 55px rgba(18,51,86,.065)}.formCard h1{font-size:clamp(38px,4vw,57px);letter-spacing:-.055em}.eyebrow{color:var(--blue);letter-spacing:.18em}.section{margin-top:36px;padding-top:31px}.section h2{font-size:20px;letter-spacing:-.025em}.option{border-color:#d7e2ec;border-radius:13px}.option:hover{border-color:#8cbaff;background:#f8fbff}.activeOption,.chosen{border-color:var(--blue)!important;background:#f5f9ff!important;box-shadow:inset 3px 0 0 var(--blue)!important}.multiBlock,.operatorScope,.performancePanel{border-color:#d8e4ef!important;background:#f8fbff!important}.multiHeader>span{background:var(--blueSoft);color:var(--blueDeep)}.topic{border-color:#d9e3ed}.topic:hover{border-color:#96beef}.topic.chosen{border-color:#70a9f4!important}.check{color:var(--blue)}.primaryStar{background:var(--goldSoft);color:var(--gold)}.field>span,.textField>span{color:#21466d}.airportField input,.selectWrap select,.textField textarea{border-color:#d4e0eb!important;background:#fff}.airportField input:hover,.selectWrap select:hover,.textField textarea:hover{border-color:#a7bfd6!important}.airportField input:focus,.selectWrap select:focus,.textField textarea:focus{border-color:var(--blue)!important;box-shadow:0 0 0 3px rgba(8,108,255,.1)!important;outline:0}.difficulty .difficultyActive{background:var(--blue);color:#fff}.generate,.primaryButton{background:linear-gradient(135deg,var(--blue),var(--blueDeep));box-shadow:0 12px 28px rgba(8,108,255,.2)}.generate:hover,.primaryButton:hover{transform:translateY(-1px);box-shadow:0 15px 34px rgba(8,108,255,.26)}.preview{border:1px solid rgba(67,128,193,.32);background:radial-gradient(circle at 100% 0,rgba(18,117,255,.16),transparent 33%),linear-gradient(145deg,#082b50,#03192f 70%);box-shadow:0 28px 70px rgba(4,26,53,.2)}.previewTop b{color:#e8b442;background:rgba(231,166,25,.12)}.previewKicker{color:#e7b241}.previewColumns section,.previewText,.summary div{border-color:rgba(142,188,231,.17);background:rgba(255,255,255,.035)}.landingPage{background:#fff}.landingNav{height:82px;max-width:none;padding:0 max(28px,calc((100vw - 1400px)/2));background:linear-gradient(105deg,#03172f,#062445);color:#fff}.landingBrand,.landingBrand>span{width:auto!important;height:auto!important;border-radius:0!important;background:transparent!important;color:#fff!important;box-shadow:none!important}.landingBrand .brandMark{display:flex}.landingBrand .brandWordmark strong{color:#fff}.landingNavActions .betaPill{border-color:rgba(231,166,25,.7);background:rgba(231,166,25,.08);color:#f1c45e}.landingNavActions .betaPill>span{background:#f0b72f;box-shadow:none}.navSignIn,.navWorkspace{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08)}.navSignIn:hover,.navWorkspace:hover{background:rgba(255,255,255,.14)}.navSignOut{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.08);color:#fff}.landingHero{background:radial-gradient(circle at 82% 8%,rgba(8,108,255,.15),transparent 27%),linear-gradient(180deg,#f8fbff,#eef5fc)}.landingHero:before{background-image:linear-gradient(rgba(8,78,154,.045) 1px,transparent 0),linear-gradient(90deg,rgba(8,78,154,.045) 1px,transparent 0)}.heroEyebrow{border-color:#cfe1f8;background:#f5f9ff;color:var(--blueDeep)}.heroCopy h1 span{background:linear-gradient(95deg,#075ddd,#1b91ff);background-clip:text;-webkit-background-clip:text}.heroPrimary{background:linear-gradient(135deg,var(--blue),var(--blueDeep));box-shadow:0 13px 30px rgba(8,108,255,.22)}.heroPrimary:hover{background:linear-gradient(135deg,#1379ff,#064bb8)}.heroAssurance svg{color:var(--blue)}.visualGlow{background:rgba(8,108,255,.2)}.previewOutput{background:radial-gradient(circle at 100% 0,rgba(8,108,255,.2),transparent 36%),linear-gradient(145deg,#0a315b,#041a35)}.previewOutput button{background:var(--blue);color:#fff}.featureIcon{background:var(--blueSoft);color:var(--blue)}.landingCta p,.sectionIntro>p{color:var(--blueDeep)}.landingCta{background:radial-gradient(circle at 78% 0,rgba(21,124,255,.28),transparent 30%),linear-gradient(135deg,#0a315b,#041a35)}.landingCta p{color:#74b7ff}.landingCta>a{background:var(--blue);color:#fff}.landingCta>a:hover{background:#1b7dff}.savedScenariosHeading p{color:var(--blueDeep)}.savedScenarioActions a,.savedScenariosHeading>a{background:var(--blue)}.savedScenarioEmpty>svg{color:var(--blue)}@media(max-width:950px){.top{grid-template-columns:1fr auto}.topNav{display:none}.builderGrid{grid-template-columns:1fr}.preview{position:static}.topBrandLink .brandWordmark{display:flex!important}}.topBetaPill{min-width:max-content;padding:7px 11px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;line-height:1;border:1px solid #d6a82e;border-radius:8px;color:#ffd262;background:rgba(231,166,25,.06);font-size:9px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.signOutButton{border-color:#365575;background:rgba(255,255,255,.045);color:#dce7f0}.signOutButton:hover{border-color:#6484a4;background:rgba(255,255,255,.09)}@media(max-width:680px){.topBetaPill{display:none}}@media(max-width:620px){.top{height:68px}.topBrandLink .brandWordmark{display:none!important}.brandMark>img{width:38px;height:38px}.landingBrand .brandWordmark{display:flex!important}.landingNav{padding:0 16px}}body,html{width:100%;max-width:100%;overflow-x:hidden}.workspaceHeader{width:100%;max-width:100%;min-width:0}.workspaceHeader .landingBrand{flex:0 0 auto}.workspaceHeader .landingNavActions{min-width:0}.workspaceNav{min-width:0;display:flex;align-items:center;gap:11px}.workspaceNav .navWorkspace{white-space:nowrap}.workspaceNav .navWorkspaceActive{border-color:rgba(74,151,255,.7);background:rgba(8,108,255,.28);box-shadow:inset 0 -2px 0 #1683ff}.builderGrid,.builderGrid>*,.builderWorkflow,.formCard,.formCard>*,.operatorScope{min-width:0;max-width:100%}.builderGrid{width:100%}@media(max-width:1100px){.workspaceHeader{padding-left:18px;padding-right:18px}.workspaceHeader .landingNavActions,.workspaceNav{gap:6px}.workspaceNav .navWorkspace{padding:0 10px;font-size:10px}.workspaceHeader .betaPill{display:none}}@media(max-width:760px){.workspaceHeaderAuthenticated{height:116px;padding:8px 12px;display:grid;grid-template-columns:minmax(0,1fr) 42px;grid-template-rows:44px 48px;grid-gap:6px 8px;gap:6px 8px}.workspaceHeaderAuthenticated .landingBrand{grid-column:1;grid-row:1}.workspaceHeaderAuthenticated .landingNavActions{display:contents}.workspaceHeaderAuthenticated .workspaceNav{grid-column:1/-1;grid-row:2;width:100%;gap:6px}.workspaceHeaderAuthenticated .workspaceNav .navWorkspace{min-width:0;flex:1 1;padding:0 6px;justify-content:center;font-size:10px}.workspaceHeaderAuthenticated .landingNavActions form{grid-column:2;grid-row:1;justify-self:end}}@media(max-width:520px){.workspaceHeaderAuthenticated .landingBrand .brandWordmark{display:none!important}.workspaceHeaderAuthenticated .workspaceNav .navWorkspace{font-size:9px}.workspaceHeaderAuthenticated .workspaceNav .navWorkspace svg{width:14px;height:14px}}@media(max-width:680px){.builderGrid{padding-left:12px;padding-right:12px}.formCard{width:100%;padding-left:16px;padding-right:16px}.builderWorkflow,.operatorScopeOptions{grid-template-columns:minmax(0,1fr)}.operatorScopeOptions button{border-right:0;border-bottom:1px solid #c8d6e3}.operatorScopeOptions button:last-child{border-bottom:0}.operatorScopeNotice{overflow-wrap:anywhere}}.previewDots i:first-child{background:#2b82ff}.previewDots i:nth-child(2){background:#83b8f5}.previewBrand svg{color:var(--blue)}.previewTopics .selectedTopic{border-color:#79adf4;background:#eef6ff}.previewTopics .selectedTopic i{border-color:var(--blue);background:var(--blue)}.outputSection span{color:#6fb4ff}.visualBadge>svg{color:var(--blue)}.ebtModulesPage{min-height:100vh;background:linear-gradient(180deg,#f3f8fd,#eaf2f9);color:#071d37}.ebtModulesIntro{max-width:1800px;margin:0 auto;padding:42px clamp(20px,3vw,52px) 24px;display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.ebtCoverageHeading p,.ebtEditorHeader p,.ebtModulesIntro p,.ebtRailHeading p,.ebtScenarioLibrary>div>p{margin:0 0 7px;color:#116fea;font-size:10px;font-weight:900;letter-spacing:.16em}.ebtModulesIntro h1{margin:0;font-size:clamp(34px,4vw,58px);letter-spacing:-.055em;line-height:1}.ebtModulesIntro>span{max-width:620px;color:#59718a;font-size:14px;line-height:1.6}.ebtPageNotice{max-width:calc(1800px - clamp(40px,6vw,104px));margin:0 auto 16px;padding:14px 18px;border:1px solid #bcd7f6;border-radius:12px;background:#eaf4ff;color:#24517d;font-size:12px;font-weight:700}.ebtPageNoticeError{border-color:#ffc1c1;background:#fff1f1;color:#a72d2d}.ebtWorkspace{width:100%;max-width:1800px;margin:0 auto;padding:0 clamp(20px,3vw,52px) 70px;display:grid;grid-template-columns:230px minmax(0,1fr);grid-gap:18px;gap:18px}.ebtModuleEditor,.ebtModuleRail,.ebtPublishedModuleView{border:1px solid #d7e4ef;border-radius:18px;background:#fff;box-shadow:0 18px 55px rgba(20,57,95,.07)}.ebtModuleRail{align-self:start;position:-webkit-sticky;position:sticky;top:18px;padding:18px 12px}.ebtRailHeading{padding:2px 6px 14px;display:flex;align-items:center;justify-content:space-between;gap:8px}.ebtCoverageHeading h3,.ebtRailHeading h2,.ebtScenarioLibrary h2{margin:0;font-size:17px;letter-spacing:-.025em}.ebtRailHeading button{width:32px;height:32px;border:0;border-radius:9px;background:#e8f2ff;color:#086cff;display:grid;place-items:center;cursor:pointer}.ebtModuleList{display:grid;grid-gap:6px;gap:6px}.ebtModuleList>button{width:100%;padding:11px 10px;border:1px solid transparent;border-radius:11px;background:transparent;color:#476078;text-align:left;display:flex;align-items:center;gap:9px;cursor:pointer}.ebtModuleList>button:hover{background:#f3f8fd}.ebtModuleList>button.ebtModuleActive{border-color:#bed9fb;background:#edf5ff;color:#075fcf}.ebtModuleList>button span{min-width:0;display:grid;grid-gap:3px;gap:3px}.ebtModuleList>button strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#102e4d;font-size:11px}.ebtModuleList>button small{font-size:9px;color:#72869a}.ebtNoModules{padding:22px 10px;color:#8294a6;font-size:11px;line-height:1.5;text-align:center}.ebtModuleEditor{min-width:0;overflow:hidden}.ebtEditorHeader{padding:22px 24px;border-bottom:1px solid #dfe9f2;display:flex;align-items:center;justify-content:space-between;gap:22px}.ebtEditorTitleBlock{min-width:0;flex:1 1}.ebtModuleNameField{width:min(680px,100%);padding:9px 12px 10px;border:1px solid #cfe0ef;border-radius:11px;background:#f8fbff;display:flex;flex-direction:column;gap:3px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.ebtModuleNameField:focus-within{border-color:#147cff;background:#fff;box-shadow:0 0 0 3px rgba(20,124,255,.1)}.ebtModuleNameField>span{color:#55728e;display:flex;align-items:center;gap:5px;font-size:9px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.ebtModuleNameField input{width:100%;padding:0;border:0;background:transparent;color:#071d37;font:800 clamp(19px,2.2vw,27px)/1.2 inherit;letter-spacing:-.035em;outline:0}.ebtEditorTitleBlock>small{margin-top:5px;color:#70859a;display:block;font-size:9px}.ebtEditorActions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.ebtEditorActions button{height:40px;padding:0 14px;border-radius:10px;display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:850;cursor:pointer}.ebtDeleteButton{border:1px solid #d7e3ed;background:#fff;color:#7a3941}.ebtUnpublishButton{border:1px solid #e1c996;background:#fffaf0;color:#8a6206}.ebtSaveButton{border:0;background:#e8f2ff;color:#075fcf}.ebtPublishButton{border:0;background:linear-gradient(135deg,#147cff,#075bcd);color:#fff}.ebtEditorActions button:disabled{opacity:.5;cursor:default}.ebtPublishedModuleView{min-width:0;overflow:hidden}.ebtPublishedModuleView>header{padding:28px 30px;border-bottom:1px solid #dfe9f2;background:linear-gradient(135deg,#f9fcff,#edf6ff);display:flex;align-items:center;justify-content:space-between;gap:24px}.ebtPublishedModuleView>header p{margin:0 0 7px;color:#0874f5;font-size:9px;font-weight:900;letter-spacing:.14em}.ebtPublishedModuleView>header h1{margin:0;color:#092844;font-size:clamp(25px,3vw,38px);letter-spacing:-.04em}.ebtPublishedModuleView>header span{margin-top:7px;color:#71869a;display:block;font-size:10px}.ebtPublishedModuleView>header>svg{color:#0874f5}.ebtPublishedDays{padding:28px 30px 14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.ebtPublishedDays button{min-height:112px;padding:20px;border:1px solid #cfe0ef;border-radius:15px;background:#fff;color:#173b5c;display:grid;grid-template-columns:48px 1fr auto;align-items:center;grid-gap:14px;gap:14px;text-align:left;cursor:pointer}.ebtPublishedDays button:hover{border-color:#7eafe3;background:#f7fbff}.ebtPublishedDays button>span{width:48px;height:48px;border-radius:13px;background:#0874f5;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.ebtPublishedDays button>div{display:grid;grid-gap:4px;gap:4px}.ebtPublishedDays button strong{font-size:18px}.ebtPublishedDays button small{color:#71869a;font-size:10px}.ebtPublishedDays button>svg{color:#0874f5}.ebtPublishedHint{margin:0;padding:0 30px 30px;color:#71869a;font-size:11px;line-height:1.55}.ebtWorkspaceInstructor{max-width:1300px}.ebtPublishedEmpty{min-height:320px;padding:40px;color:#71869a;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.ebtPublishedEmpty svg{color:#78a9dd}.ebtPublishedEmpty h2{margin:14px 0 6px;color:#173b5c}.ebtPublishedEmpty p{max-width:430px;margin:0;font-size:11px;line-height:1.55}.ebtStatus{margin:16px 24px 0;padding:11px 13px;border:1px solid #bdd8f7;border-radius:10px;background:#eff7ff;color:#245780;font-size:11px;font-weight:750}.ebtPlanningGrid{padding:22px;display:grid;grid-template-columns:290px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.ebtScenarioLibrary{min-width:0;padding:17px;border:1px solid #d8e5ef;border-radius:15px;background:#f7fbff}.ebtScenarioLibrary>div>span{color:#71879b;font-size:10px;line-height:1.45}.ebtSearch{height:38px;margin:15px 0 11px;padding:0 11px;border:1px solid #d5e2ed;border-radius:10px;background:#fff;display:flex;align-items:center;gap:7px;color:#7990a4}.ebtSearch input{min-width:0;width:100%;border:0;outline:0;font:inherit;font-size:10px;color:#173a5c}.ebtLibraryList{max-height:690px;overflow:auto;display:grid;grid-gap:9px;gap:9px;padding-right:2px}.ebtLibraryCard{padding:12px;border:1px solid #d7e4ef;border-radius:12px;background:#fff;cursor:-webkit-grab;cursor:grab}.ebtLibraryCard:active{cursor:-webkit-grabbing;cursor:grabbing}.ebtLibraryCardAssigned{border-color:#a9cffb;background:#f5f9ff}.ebtLibraryCard>div:first-child{display:flex;align-items:center;gap:6px;color:#8ba0b3}.ebtLibraryCard h3{margin:9px 0 5px;color:#112f4e;font-size:12px;line-height:1.35}.ebtLibraryCard p{margin:0;color:#7b8fa2;font-size:9px}.ebtSessionBadge{padding:4px 6px;border-radius:5px;background:#eaf2fa;color:#315d86;font-size:8px;font-weight:900;letter-spacing:.06em}.ebtSessionEVAL{background:#e8f3ff;color:#0068db}.ebtSessionSBT{background:#eaf6f3;color:#16856a}.ebtSessionMT{background:#f2efff;color:#6a4bc3}.ebtLibraryActions{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.ebtLibraryActions button{padding:7px;border:1px solid #cfe0ef;border-radius:7px;background:#fff;color:#24517b;font-size:9px;font-weight:850;cursor:pointer}.ebtLibraryActions button:hover{border-color:#5b9fec;background:#edf6ff}.ebtLibraryEmpty{min-height:170px;padding:25px 12px;color:#7890a6;display:flex!important;align-items:center;justify-content:center;flex-direction:column;gap:7px;text-align:center}.ebtLibraryEmpty strong{font-size:11px;color:#335a7e}.ebtLibraryEmpty span{font-size:9px;line-height:1.45}.ebtDaysGrid{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(310px,1fr));grid-gap:14px;gap:14px;align-items:start}.ebtDayColumn{min-width:0;border:1px solid #d4e2ee;border-radius:15px;background:#f8fbfe;overflow:hidden;transition:.15s}.ebtDayColumnActive{border-color:#2483fa;box-shadow:0 0 0 3px rgba(8,108,255,.1)}.ebtDayColumn>header{padding:15px 16px;border-bottom:1px solid #dce7f0;background:#fff;display:flex;align-items:center;gap:10px}.ebtDayColumn>header>span{width:36px;height:36px;border-radius:10px;background:#0874f5;color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900}.ebtDayColumn>header h2{margin:0;color:#102f4e;font-size:17px}.ebtDayColumn>header p{margin:2px 0 0;color:#8294a6;font-size:9px}.ebtDayList{min-height:210px;padding:11px;display:grid;align-content:start;grid-gap:8px;gap:8px}.ebtDayEmpty{min-height:185px;border:1px dashed #bfd0df;border-radius:11px;color:#8ba0b3;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;text-align:center}.ebtDayEmpty strong{color:#3b607f;font-size:11px}.ebtDayEmpty span{font-size:9px}.ebtScenarioCard{position:relative;padding:11px 40px 11px 52px;border:1px solid #d3e1ec;border-radius:11px;background:#fff;display:block;cursor:-webkit-grab;cursor:grab}.ebtScenarioCard:active{cursor:-webkit-grabbing;cursor:grabbing}.ebtDragHandle{position:absolute;left:8px;top:12px;color:#9aacbc}.ebtScenarioOrder{position:absolute;left:25px;top:10px;width:20px;height:20px;border-radius:6px;background:#e9f3ff;color:#0867d8;display:grid;place-items:center;font-size:8px;font-weight:900}.ebtScenarioContent>div{display:flex;align-items:center;gap:6px}.ebtScenarioContent small{color:#7d91a4;font-size:8px}.ebtScenarioContent h3{margin:7px 0 4px;font-size:11px;line-height:1.35;color:#102f4e}.ebtScenarioContent p{margin:0;color:#758a9e;font-size:8px;line-height:1.45}.ebtScenarioTools{position:absolute;right:7px;top:8px;display:grid;grid-gap:3px;gap:3px}.ebtScenarioTools button{width:25px;height:24px;border:1px solid #dbe5ed;border-radius:6px;background:#fff;color:#63809a;display:grid;place-items:center;cursor:pointer}.ebtScenarioTools button:disabled{opacity:.25;cursor:default}.ebtScenarioTools button:hover:not(:disabled){border-color:#90b9e5;color:#086cff}.ebtCoverageSummary{margin:3px 11px 11px;border:1px solid #bdd6f1;border-radius:12px;background:#fff;overflow:hidden}.ebtCoverageHeading{padding:13px 14px;border-bottom:1px solid #dce8f2;display:flex;align-items:center;justify-content:space-between}.ebtCoverageHeading h3{font-size:14px}.ebtCoverageHeading>span{min-width:28px;height:28px;padding:0 8px;border-radius:8px;background:#e8f3ff;color:#0869df;display:grid;place-items:center;font-size:10px;font-weight:900}.ebtCoverageEmpty{margin:0;padding:25px 14px;color:#7a8fa2;font-size:10px;text-align:center}.ebtCoverageTable{font-size:9px}.ebtCoverageHeader,.ebtCoverageRow{display:grid;grid-template-columns:minmax(0,1fr) 40px 40px 40px;align-items:stretch}.ebtCoverageHeader{background:#f3f8fc;color:#688098;font-weight:850}.ebtCoverageHeader span,.ebtCoverageRow>span{padding:8px 7px;border-right:1px solid #e2ebf2;display:flex;align-items:center;justify-content:center}.ebtCoverageHeader span:first-child,.ebtCoverageRow>span:first-child{justify-content:flex-start}.ebtCoverageRow{border-top:1px solid #e7eef4}.ebtCoverageRow>span:first-child{min-width:0;display:grid;grid-gap:2px;gap:2px}.ebtCoverageRow b{overflow:hidden;text-overflow:ellipsis;color:#294e70;font-size:9px}.ebtCoverageRow small{color:#8aa0b3;font-size:7px}.ebtCoverageRow .ebtCovered{background:#edf8f5;color:#159272}.savedScenariosHeadingActions{display:flex;align-items:center;gap:8px}.savedScenariosHeadingActions>a{height:42px;padding:0 14px;border-radius:10px;display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:850}.savedScenariosHeadingActions .savedScenarioSecondaryAction{border:1px solid #cdddec;background:#fff;color:#25537d}@media(max-width:1350px){.ebtWorkspace{grid-template-columns:1fr}.ebtModuleRail{position:static}.ebtModuleList{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.ebtPlanningGrid{grid-template-columns:260px minmax(0,1fr)}}@media(max-width:1050px){.ebtPlanningGrid{grid-template-columns:1fr}.ebtLibraryList{max-height:390px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.ebtDaysGrid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.ebtModulesIntro{align-items:flex-start;flex-direction:column}.ebtPlanningGrid{padding:12px}.ebtDaysGrid,.ebtPublishedDays{grid-template-columns:1fr}.ebtEditorHeader{align-items:flex-start;flex-direction:column}.ebtEditorActions{width:100%}.ebtEditorActions button{flex:1 1;justify-content:center}.ebtPublishedModuleView>header{padding:22px}.ebtPublishedDays{padding:20px 20px 12px}.ebtPublishedHint{padding:0 20px 22px}.savedScenariosHeadingActions{width:100%;align-items:stretch;flex-direction:column}.savedScenariosHeadingActions>a{justify-content:center}}.ebtDayColumn>header{padding:0}.ebtOpenDayButton{width:100%;padding:15px 16px;border:0;background:#fff;color:inherit;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer}.ebtOpenDayButton>span{width:36px;height:36px;flex:0 0 36px;border-radius:10px;background:#0874f5;color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900}.ebtOpenDayButton>div{min-width:0;flex:1 1}.ebtOpenDayButton h2{margin:0;color:#102f4e;font-size:17px}.ebtOpenDayButton p{margin:2px 0 0;color:#8294a6;font-size:9px}.ebtOpenDayButton>svg{color:#1677e8}.ebtOpenDayButton:hover{background:#f4f9ff}.ebtRunWorkspace{width:100%;max-width:1500px;margin:0 auto;padding:0 clamp(20px,3vw,52px) 70px}.ebtRunHeader{margin-bottom:18px;padding:18px 20px;border:1px solid #d7e4ef;border-radius:17px;background:linear-gradient(110deg,#062445,#0a3562);color:#fff;display:grid;grid-template-columns:190px minmax(0,1fr) auto;align-items:center;grid-gap:18px;gap:18px;box-shadow:0 18px 50px rgba(4,30,60,.13)}.ebtRunHeader>button{height:40px;padding:0 12px;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:rgba(255,255,255,.07);color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-size:9px;font-weight:850;cursor:pointer}.ebtRunHeader>button:hover{background:rgba(255,255,255,.13)}.ebtRunHeader>div{min-width:0}.ebtRunHeader>div p{margin:0 0 4px;color:#72b8ff;font-size:8px;font-weight:900;letter-spacing:.12em}.ebtRunHeader>div h1{overflow:hidden;margin:0;color:#fff;font-size:clamp(20px,2.5vw,31px);text-overflow:ellipsis;white-space:nowrap}.ebtRunHeader nav{display:flex;gap:6px}.ebtRunHeader nav button{height:40px;padding:0 15px;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:transparent;color:#bcd0e3;font-size:10px;font-weight:850;cursor:pointer}.ebtRunHeader nav button.active{border-color:#45a0ff;background:#0874f5;color:#fff;box-shadow:0 5px 16px rgba(0,91,210,.3)}.ebtRunDay,.ebtRunPackage,.ebtRunPackageMissing{border:1px solid #d7e4ef;border-radius:18px;background:#fff;box-shadow:0 18px 55px rgba(20,57,95,.07)}.ebtRunDay{padding:22px}.ebtRunDayIntro{padding-bottom:17px;border-bottom:1px solid #e1eaf2;display:flex;align-items:center;justify-content:space-between}.ebtRunDayIntro>div{display:flex;align-items:center;gap:11px}.ebtRunDayIntro>div>span{width:42px;height:42px;border-radius:11px;background:#e9f3ff;color:#0764d5;display:grid;place-items:center;font-size:11px;font-weight:900}.ebtRunDayIntro h2{margin:0;color:#102f4e;font-size:21px}.ebtRunDayIntro p{margin:3px 0 0;color:#73889d;font-size:10px}.ebtRunDayIntro>b{min-width:34px;height:34px;border-radius:9px;background:#f0f5fa;color:#2a5379;display:grid;place-items:center;font-size:11px}.ebtRunScenarioList{margin:0;padding:12px 0 0;list-style:none;display:grid;grid-gap:8px;gap:8px}.ebtRunScenarioList>li{min-width:0;padding:13px 13px 13px 11px;border:1px solid #dbe6ef;border-radius:12px;background:#fbfdff;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;grid-gap:11px;gap:11px}.ebtRunScenarioList>li>span{color:#9aabba;font-size:11px;font-weight:900;text-align:center}.ebtRunScenarioList>li>div{min-width:0}.ebtRunScenarioList>li>div>div{display:flex;align-items:center;gap:7px}.ebtRunScenarioList small{color:#7e91a3;font-size:8px}.ebtRunScenarioList h3{margin:6px 0 3px;color:#102f4e;font-size:13px}.ebtRunScenarioList p{overflow:hidden;margin:0;color:#74899d;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.ebtRunScenarioList>li>button{height:38px;padding:0 12px;border:0;border-radius:9px;background:#0874f5;color:#fff;display:flex;align-items:center;gap:6px;font-size:9px;font-weight:850;cursor:pointer}.ebtRunScenarioList>li>button:hover{background:#075fcf}.ebtRunEmpty,.ebtRunPackageMissing{padding:65px 25px;color:#71879b;text-align:center}.ebtRunEmpty svg,.ebtRunPackageMissing svg{color:#297ee2}.ebtRunEmpty h2,.ebtRunPackageMissing h2{margin:10px 0 5px;color:#173b5c}.ebtRunEmpty p,.ebtRunPackageMissing p{margin:0;font-size:10px}.ebtRunPackageMissing>a{margin-top:18px;padding:10px 13px;border-radius:9px;background:#0874f5;color:#fff;display:inline-flex;align-items:center;gap:6px;font-size:9px;font-weight:850}.ebtRunPackage{padding:28px;color:#193956}.ebtRunPackageTitle{padding-bottom:21px;border-bottom:1px solid #dfe9f2;display:flex;align-items:flex-start;justify-content:space-between;gap:25px}.ebtRunPackageTitle p{margin:0 0 7px;color:#1473e6;font-size:9px;font-weight:900;letter-spacing:.08em}.ebtRunPackageTitle h1{margin:0;color:#071d37;font-size:clamp(28px,4vw,48px);line-height:1.04;letter-spacing:-.045em}.ebtRunPackageTitle>a{flex:0 0 auto;padding:9px 11px;border:1px solid #cbdce9;border-radius:8px;color:#22537f;display:flex;align-items:center;gap:6px;font-size:9px;font-weight:850}.ebtRunWarning{margin-top:17px;padding:12px;border:1px solid #f0c56e;border-radius:10px;background:#fff9e9;color:#805a00;display:flex;align-items:flex-start;gap:8px;font-size:10px;line-height:1.5}.ebtRunWarning svg{flex:0 0 auto}.ebtRunViewTabs{margin-top:18px;padding:4px;border:1px solid #d8e4ee;border-radius:11px;background:#f1f6fa;display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px}.ebtRunViewTabs button{min-height:40px;border:0;border-radius:8px;background:transparent;color:#627b92;font-size:10px;font-weight:850;cursor:pointer}.ebtRunViewTabs button.active{background:#fff;color:#0867d8;box-shadow:0 4px 14px rgba(20,57,95,.1)}.ebtRunContinuousProgram{margin-top:22px}.ebtRunContinuousProgram>header{margin-bottom:4px;padding:0 4px 14px;border-bottom:1px solid #dce7ef}.ebtRunContinuousProgram>header p{margin:0 0 5px;color:#1473e6;font-size:8px;font-weight:900;letter-spacing:.12em}.ebtRunContinuousProgram>header h2{margin:0;color:#102f4e;font-size:20px}.ebtRunPhaseFlow>section{padding:16px 5px 17px;border-bottom:1px solid #edf2f6}.ebtRunPhaseFlow>section:last-child{border-bottom:0}.ebtRunPhaseHeading{margin-bottom:7px;display:flex;align-items:center;gap:8px}.ebtRunPhaseHeading>span{width:22px;height:22px;flex:0 0 22px;border-radius:6px;background:#f0f5fa;color:#5e7f9d;display:grid;place-items:center;font-size:7px;font-weight:900}.ebtRunPhaseHeading h3{margin:0;color:#41627e;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.ebtRunPhaseFlow>section>p{max-width:1100px;margin:5px 0;color:#294b67;font-size:14px;line-height:1.78}.ebtRunPhaseFlow>section>p b{color:#193d5f}.ebtRunPhaseFlow .scenarioFailureText{padding:0 3px;border-radius:3px;background:#fff0f0;color:#c52222!important;font-weight:900}.ebtRunContinuousProgram .ebtRunAtc{max-width:1100px;margin-top:11px}.ebtRunProgramFailure{margin:16px 4px 0;padding:11px 13px;border:1px solid #f1b6b6;border-left:4px solid #d52626;border-radius:8px;background:#fff3f3;display:flex;align-items:center;gap:10px}.ebtRunProgramFailure span{color:#8d6060;font-size:8px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.ebtRunProgramFailure strong{color:#c52222;font-size:11px}.ebtRunProfile{margin-top:20px;padding:18px 18px 14px;border:1px solid #244a6e;border-radius:14px;background:radial-gradient(circle at 100% 0,rgba(20,124,255,.18),transparent 34%),linear-gradient(145deg,#0a315b,#041a35);overflow:hidden}.ebtRunProfile>div{margin-bottom:8px}.ebtRunProfile>div p{margin:0 0 4px;color:#65adff;font-size:8px;font-weight:900;letter-spacing:.12em}.ebtRunProfile>div h2{margin:0;color:#fff;font-size:17px}.ebtRunProfile .flightProfileChart{max-width:1150px;margin:0 auto}.ebtRunProfile .profileLine{stroke:#4a9dff}.ebtRunProfile .profileArea{fill:rgba(74,157,255,.1)}.ebtRunBrief{margin-top:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.ebtRunBrief>div{padding:16px;border:1px solid #dbe6ef;border-radius:12px;background:#f8fbfe}.ebtRunBrief span{display:block;margin-bottom:8px;color:#1473e6;font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.ebtRunBrief strong{color:#102f4e;font-size:13px}.ebtRunBrief li,.ebtRunBrief p{color:#506a82;font-size:10px;line-height:1.55}.ebtRunBrief p{margin:5px 0 0}.ebtRunBrief ul{margin:0;padding-left:17px}.ebtRunSection{margin-top:23px;padding-top:21px;border-top:1px solid #e0e9f1}.ebtRunSection>h2{margin:0 0 12px;color:#102f4e;font-size:17px}.ebtRunSection li,.ebtRunSection>p{color:#4f687f;font-size:11px;line-height:1.6}.ebtRunSetup{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.ebtRunSetup>div{padding:14px;border:1px solid #dbe6ef;border-radius:11px;background:#f8fbfe}.ebtRunSetup strong{color:#1473e6;font-size:9px}.ebtRunSetup ul{margin:9px 0 0;padding-left:17px}.ebtRunSetup p{color:#7c90a3;font-size:10px}.ebtRunWeather{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:9px;gap:9px}.ebtRunWeather>div{padding:14px;border:1px solid #dbe6ef;border-radius:11px;background:#f8fbfe}.ebtRunWeather>div>strong{color:#102f4e;font-size:13px}.ebtRunWeather>div>small{margin-left:8px;color:#7890a6;font-size:8px}.ebtRunWeather p{margin:9px 0 0;color:#4f687f;font:10px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}.ebtRunWeather p b{display:block;color:#1473e6;font:800 8px/1.4 Inter,system-ui,sans-serif}.ebtRunProgramme{margin:0;padding:0;list-style:none}.ebtRunProgramme>li{padding:14px 3px 15px;border-bottom:1px solid #edf2f6;display:grid;grid-template-columns:27px minmax(0,1fr);grid-gap:8px;gap:8px}.ebtRunProgramme>li:last-child{border-bottom:0}.ebtRunProgramme>li>span{width:22px;height:22px;border-radius:6px;background:#f0f5fa;color:#5e7f9d;display:grid;place-items:center;font-size:7px;font-weight:900}.ebtRunProgramme>li>div{padding:0;border:0;background:transparent}.ebtRunProgramme h3{margin:3px 0 6px;color:#41627e;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.ebtRunProgramme li,.ebtRunProgramme p{max-width:1100px;margin:4px 0;color:#294b67;font-size:14px;line-height:1.78}.ebtRunProgramme .scenarioFailureText{padding:0 3px;border-radius:3px;background:#fff0f0;color:#c52222!important;font-weight:900}.ebtRunProgramme ul{padding-left:17px}.ebtRunAtc{margin-top:10px;padding:11px;border:1px solid #b8d9ff;border-left:3px solid #1681fa;border-radius:8px;background:#edf6ff}.ebtRunAtc>strong{color:#0964cc;font-size:9px}.ebtRunAtc p{color:#173d61;font-weight:750}.ebtRunAtc small{margin-top:4px;color:#55738e;display:block;font-size:8px}.ebtRunCompetencies{display:grid;grid-gap:6px;gap:6px}.ebtRunCompetencies p{margin:0;padding:10px;border:1px solid #dbe6ef;border-radius:9px;background:#f8fbfe;display:grid;grid-template-columns:50px 1fr;grid-gap:8px;gap:8px}.ebtRunCompetencies b{color:#1473e6;font-size:10px}.ebtRunCompetencies span{color:#506a82;font-size:10px}.ebtRunPackage>footer{margin-top:24px;padding-top:15px;border-top:1px solid #dfe9f2;color:#8497a8;font-size:8px;text-align:center}@media(max-width:760px){.ebtRunWorkspace{padding:0 12px 50px}.ebtRunHeader{grid-template-columns:1fr auto;padding:13px;gap:10px}.ebtRunHeader>button{grid-column:1/-1;grid-row:2}.ebtRunHeader>div h1{font-size:19px}.ebtRunHeader nav button{padding:0 10px}.ebtRunDay{padding:13px}.ebtRunScenarioList>li{grid-template-columns:30px minmax(0,1fr)}.ebtRunScenarioList>li>button{grid-column:2;width:100%;justify-content:center}.ebtRunPackage{padding:18px 14px}.ebtRunPackageTitle{flex-direction:column}.ebtRunPackageTitle>a{width:100%;justify-content:center}.ebtRunBrief,.ebtRunSetup,.ebtRunWeather{grid-template-columns:1fr}.ebtRunPhaseFlow>section{padding-left:2px;padding-right:2px}.ebtRunPhaseFlow>section>p,.ebtRunProgramme li,.ebtRunProgramme p{font-size:13px}.ebtRunProfile{padding:13px 8px 11px}}.ebtSessionISI{background:#fff2e4;color:#a75d0b}.ebtSessionTRAINING{background:#edf1f5;color:#52677a}.ebtLibraryGroup{min-width:0;display:grid;grid-gap:8px;gap:8px}.ebtLibraryGroup+.ebtLibraryGroup{margin-top:8px}.ebtLibraryGroup>header{position:-webkit-sticky;position:sticky;top:0;z-index:2;padding:8px 6px;border-bottom:1px solid #d7e4ef;background:rgba(247,251,255,.96);display:flex;align-items:center;justify-content:space-between;gap:8px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ebtLibraryGroup>header>div{min-width:0;display:flex;align-items:center;gap:7px}.ebtLibraryGroup>header strong{overflow:hidden;color:#294e70;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.ebtLibraryGroup>header>small{min-width:22px;height:22px;border-radius:7px;background:#e8f2fc;color:#296397;display:grid;place-items:center;font-size:8px;font-weight:900}.ebtLibraryGroupCards{display:grid;grid-gap:9px;gap:9px}@media(max-width:1050px){.ebtLibraryList{display:block}.ebtLibraryGroup+.ebtLibraryGroup{margin-top:15px}.ebtLibraryGroupCards{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media(max-width:520px){.ebtLibraryGroupCards{grid-template-columns:1fr}.workspaceHeaderAuthenticated .workspaceNav .navAdminUsers span{display:none}}