:root{--navy:#102236;--paper:#fbfaf7;--white:#fff;--muted:#6d7984;--line:#e7e2da;--coral:#e86145;--soft:#f2eee7;--green:#347957;--shadow:0 24px 70px rgba(16,34,54,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--navy);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,select{font:inherit}button{cursor:pointer}.wrap{width:min(1180px,90vw);margin:auto}.view{display:none;min-height:100vh}.view.active{display:block}
.brand{display:flex;align-items:center;gap:11px;font-weight:900;letter-spacing:-.03em;border:0;background:none;color:var(--navy)}.logo{width:38px;height:38px;border-radius:12px;background:var(--navy);display:grid;place-items:center;color:white;font-size:12px}.public-header{position:sticky;top:0;z-index:30;background:rgba(251,250,247,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(16,34,54,.07)}.public-nav{height:78px;display:flex;align-items:center;justify-content:space-between}.public-links{display:flex;gap:27px}.public-links button{border:0;background:none;color:#566573;font-size:14px;font-weight:760}.nav-actions{display:flex;gap:9px}.pill{border-radius:999px;padding:11px 17px;font-size:13px;font-weight:850;border:1px solid #d9d4cb;background:white;color:var(--navy)}.pill.dark{background:var(--navy);color:white;border-color:var(--navy)}.pill.coral{background:var(--coral);color:white;border-color:var(--coral)}
.kicker{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:#61707c}.kicker:before{content:"";width:26px;height:2px;background:var(--coral)}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;padding:86px 0 85px}.hero h1{font-size:clamp(56px,6.2vw,88px);line-height:.94;letter-spacing:-.064em;margin:18px 0 24px}.lead{font-size:19px;line-height:1.72;color:var(--muted);max-width:650px}.actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:30px}.btn{border-radius:999px;padding:14px 21px;font-weight:850;border:1px solid transparent}.btn.primary{background:var(--coral);color:white}.btn.secondary{background:white;border-color:#dcd6ce;color:var(--navy)}.btn.dark{background:var(--navy);color:white}.proof{display:flex;gap:18px;flex-wrap:wrap;margin-top:25px;font-size:12px;color:#84919b;font-weight:760}.hero-card{background:var(--navy);color:white;border-radius:34px;padding:30px;box-shadow:var(--shadow)}.hero-card small{color:#bac6cf;font-weight:900;letter-spacing:.08em}.hero-card h2{font-size:31px;letter-spacing:-.04em;margin:22px 0 10px}.hero-card p{color:#cbd5dc;line-height:1.65}.portal-preview{background:white;color:var(--navy);border-radius:20px;margin-top:21px;padding:18px}.preview-top{display:flex;justify-content:space-between;align-items:center}.avatar{width:37px;height:37px;border-radius:50%;background:var(--soft);display:grid;place-items:center;font-weight:900}.mini-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.mini-progress div{background:var(--paper);padding:11px;border-radius:12px}.mini-progress b{display:block;font-size:18px}.mini-progress span{font-size:10px;color:#75828d}
.public-section{padding:82px 0;border-top:1px solid rgba(16,34,54,.06)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:32px}.section-head h2{font-size:44px;letter-spacing:-.045em;line-height:1.06;margin:8px 0 0}.section-head p{color:var(--muted);line-height:1.7;max-width:520px}.areas{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.area{background:white;border:1px solid var(--line);border-radius:21px;padding:22px;min-height:220px;display:flex;flex-direction:column}.area h3{font-size:18px;margin:18px 0 7px}.area p{font-size:13px;color:var(--muted);line-height:1.55;margin:0}.area>span:last-child{margin-top:auto;padding-top:18px;color:var(--coral);font-size:12px;font-weight:900}.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.how{background:var(--soft);border-radius:19px;padding:22px}.how b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:white;margin-bottom:22px}.how h3{font-size:17px}.how p{font-size:13px;line-height:1.6;color:var(--muted)}.cta-band{background:var(--navy);color:white;border-radius:32px;padding:48px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-band h2{font-size:39px;letter-spacing:-.04em;margin:0 0 8px}.cta-band p{color:#c7d2da;margin:0}footer{border-top:1px solid #e7e2da;padding:28px 0;color:#7a8790;font-size:12px}
.auth-wrap{min-height:100vh;display:grid;grid-template-columns:.9fr 1.1fr}.auth-brand{background:var(--navy);color:white;padding:55px;display:flex;flex-direction:column;justify-content:space-between}.auth-brand h1{font-size:54px;line-height:1;letter-spacing:-.055em;max-width:540px}.auth-brand p{color:#c7d3dc;line-height:1.7;max-width:520px}.auth-points{display:grid;gap:11px}.auth-point{padding:13px 0;border-top:1px solid rgba(255,255,255,.12);font-size:14px}.auth-panel{display:grid;place-items:center;padding:45px}.auth-box{width:min(460px,100%)}.auth-box h2{font-size:38px;letter-spacing:-.04em;margin:10px 0}.auth-box>p{color:var(--muted);line-height:1.65}.tabs{display:flex;background:var(--soft);padding:4px;border-radius:999px;margin:25px 0 22px}.tab{flex:1;border:0;background:none;border-radius:999px;padding:10px;font-weight:850;color:#6e7a84}.tab.active{background:white;color:var(--navy);box-shadow:0 3px 12px rgba(16,34,54,.07)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field{margin:12px 0}.field label{display:block;font-size:12px;font-weight:850;margin-bottom:7px}.field input,.field select{width:100%;border:1px solid #ddd7ce;background:white;border-radius:13px;padding:13px 14px;color:var(--navy)}.wide{width:100%;border:0;border-radius:13px;background:var(--navy);color:white;padding:14px;font-weight:900;margin-top:10px}.auth-note{font-size:11px;color:#8b959d;line-height:1.55;margin-top:14px}.auth-error{display:none;background:#fff0ea;color:#874d3c;padding:11px;border-radius:11px;font-size:12px;margin-top:10px}.auth-error.show{display:block}.back-home{border:0;background:none;color:#6c7983;padding:0;margin-bottom:20px;font-weight:800}
.portal{background:#f7f5f1;min-height:100vh}.sidebar{position:fixed;left:0;top:0;bottom:0;width:246px;background:var(--navy);color:white;padding:24px 18px;display:flex;flex-direction:column}.side-brand{display:flex;align-items:center;gap:10px;font-weight:900;margin:4px 8px 30px}.side-logo{width:34px;height:34px;border-radius:10px;background:white;color:var(--navy);display:grid;place-items:center;font-size:11px}.side-nav{display:grid;gap:5px}.side-nav button{border:0;background:none;color:#c5d1da;border-radius:12px;text-align:left;padding:12px 13px;font-weight:760}.side-nav button.active,.side-nav button:hover{background:rgba(255,255,255,.10);color:white}.side-bottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding-top:16px}.user-mini{display:flex;gap:10px;align-items:center;padding:8px}.circle{width:35px;height:35px;border-radius:50%;background:var(--coral);display:grid;place-items:center;font-size:11px;font-weight:900}.user-mini b{display:block;font-size:12px}.user-mini span{font-size:10px;color:#aebdc8}.logout{border:0;background:none;color:#bdc9d1;font-size:12px;padding:10px 8px;text-align:left}.portal-main{margin-left:246px;min-height:100vh}.portal-top{height:75px;background:rgba(255,255,255,.87);backdrop-filter:blur(12px);border-bottom:1px solid #e9e5de;display:flex;align-items:center;justify-content:space-between;padding:0 36px;position:sticky;top:0;z-index:20}.portal-top h2{font-size:16px;margin:0}.top-actions{display:flex;gap:10px;align-items:center}.top-role{border:1px solid #ddd8cf;background:white;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:850}.portal-content{padding:34px 36px 70px;max-width:1340px}.welcome{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}.welcome h1{font-size:42px;letter-spacing:-.045em;margin:6px 0 8px}.welcome p{color:var(--muted);margin:0}.dashboard-grid{display:grid;grid-template-columns:1.5fr .8fr;gap:18px}.card{background:white;border:1px solid var(--line);border-radius:22px;padding:23px}.continue-card{background:var(--navy);color:white;padding:27px}.continue-card p{color:#c4d0d9;line-height:1.6}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.stat{background:#faf9f6;border-radius:15px;padding:16px}.stat strong{display:block;font-size:26px}.stat span{font-size:11px;color:var(--muted)}.dash-areas{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.dash-area{border:1px solid var(--line);background:white;border-radius:17px;padding:17px;text-align:left;transition:.18s ease}.dash-area:hover{transform:translateY(-2px);border-color:#cfc8be;box-shadow:0 10px 24px rgba(16,34,54,.06)}.dash-area h4{margin:12px 0 5px;font-size:14px}.dash-area>span{font-size:11px;color:var(--muted)}.mini-area-progress{height:5px;background:#eeeae4;border-radius:999px;overflow:hidden;margin-top:11px}.mini-area-progress i{display:block;height:100%;background:var(--coral);border-radius:999px}.section-title{display:flex;justify-content:space-between;align-items:center;margin:30px 0 14px}.section-title h3{margin:0;font-size:20px}.section-title button{border:0;background:none;color:var(--coral);font-weight:850;font-size:12px}.progressbar{height:8px;background:#e7e2db;border-radius:10px;overflow:hidden;margin-top:12px}.progressbar i{display:block;height:100%;background:var(--coral)}.recent-row{display:flex;justify-content:space-between;border-top:1px solid #eee9e2;padding:11px 0;font-size:12px}.recent-row span:last-child{color:var(--muted)}
.flow-head{margin-bottom:25px}.flow-head h1{font-size:38px;letter-spacing:-.04em;margin:6px 0 8px}.flow-head p{color:var(--muted);line-height:1.6}.area-library{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.lib-area{appearance:none;background:white;border:1px solid var(--line);border-radius:22px;padding:22px;text-align:left;min-height:265px;display:flex;flex-direction:column;color:var(--navy);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.lib-area:hover{transform:translateY(-3px);border-color:#cec7bc;box-shadow:0 14px 34px rgba(16,34,54,.07)}.lib-area:focus-visible{outline:3px solid rgba(232,97,69,.22);outline-offset:3px}.lib-area-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.lib-area h3{font-size:18px;margin:18px 0 8px;letter-spacing:-.02em}.lib-area p{font-size:12px;line-height:1.58;color:var(--muted);margin:0 0 18px}.area-count{display:inline-flex;border:1px solid #e5dfd7;background:#faf8f4;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:850;color:#697784;white-space:nowrap}.area-meta{display:flex;justify-content:space-between;gap:10px;font-size:10px;color:#7c8993;margin-top:auto}.area-progress{height:6px;background:#eee9e2;border-radius:999px;overflow:hidden;margin:11px 0 15px}.area-progress i{display:block;height:100%;background:var(--coral);border-radius:999px}.area-cta{display:flex;justify-content:space-between;align-items:center;color:var(--coral);font-size:12px;font-weight:900;border-top:1px solid #eee9e2;padding-top:14px}.toolbar{display:flex;gap:10px;margin:18px 0}.search{flex:1;border:1px solid #ddd8cf;border-radius:999px;padding:12px 15px;background:white}.back{border:1px solid #ddd8cf;background:white;border-radius:999px;padding:11px 14px;font-weight:800}.scenario-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.scenario{background:white;border:1px solid var(--line);border-radius:20px;padding:20px;min-height:300px;display:flex;flex-direction:column}.scenario-clickable{appearance:none;width:100%;text-align:left;color:var(--navy);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.scenario-clickable:hover{transform:translateY(-3px);border-color:#cec7bc;box-shadow:0 14px 34px rgba(16,34,54,.07)}.scenario-clickable:focus-visible{outline:3px solid rgba(232,97,69,.22);outline-offset:3px}.tag{display:inline-flex;background:#f0f2f4;border-radius:999px;padding:6px 8px;font-size:9px;font-weight:900;color:#68757f}.scenario-top{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:18px}.scenario-time{font-size:10px;color:#7c8993;font-weight:800}.scenario .area-icon{margin-bottom:14px}.scenario h3{font-size:18px;margin:0 0 8px}.scenario p{font-size:12px;color:var(--muted);line-height:1.58;margin:0 0 18px}.scenario-meta{display:flex;justify-content:space-between;gap:10px;font-size:10px;color:#7c8993;margin-top:auto;padding-top:10px;border-top:1px solid #eee9e2}.scenario-cta{display:flex;justify-content:space-between;align-items:center;color:var(--coral);font-size:12px;font-weight:900;padding-top:14px}.brief-grid{display:grid;grid-template-columns:1fr 320px;gap:16px}.brief-main{background:white;border:1px solid var(--line);border-radius:22px;padding:26px}.brief-main h1{font-size:34px;letter-spacing:-.04em}.case-box{background:var(--paper);border:1px solid #ebe5dc;border-radius:16px;padding:19px;color:#425769;line-height:1.65}.brief-side{background:var(--navy);color:white;border-radius:22px;padding:22px;height:max-content}.brief-row{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid rgba(255,255,255,.12);font-size:12px}.brief-row span:last-child{color:#c5d0d9}.brief-side .btn{width:100%;margin-top:12px}.sim-grid{display:grid;grid-template-columns:1fr 285px;gap:16px}.sim-main{background:white;border:1px solid var(--line);border-radius:22px;padding:26px;min-height:620px}.sim-side{background:var(--soft);border-radius:20px;padding:20px;height:max-content;position:sticky;top:95px}.context{background:var(--paper);border:1px solid #ebe6df;border-radius:15px;padding:18px;margin:17px 0;color:#425769;line-height:1.65;font-size:13px}.question{font-size:18px;font-weight:900;margin:21px 0 9px}.choice{width:100%;border:1px solid #ddd7ce;background:white;border-radius:13px;text-align:left;padding:14px 15px;margin:8px 0;font-weight:750;line-height:1.45}.choice:hover{border-color:var(--coral);background:#fff8f5}.choice.selected{border-color:var(--coral);background:#fff4ef}.feedback{display:none;padding:16px;border-radius:14px;margin-top:14px;font-size:13px;line-height:1.6}.feedback.show{display:block}.feedback.good{background:#edf6ef;color:#345b43}.feedback.warn{background:#fff0e7;color:#754b32}.feedback-title{font-weight:900;font-size:14px;margin-bottom:8px}.feedback-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.feedback-card{background:rgba(255,255,255,.55);padding:11px;border-radius:10px}.feedback-card b{display:block;font-size:11px;margin-bottom:4px}.feedback-card span{font-size:11px}.next{display:none;margin-top:14px}.next.show{display:inline-block}.small{font-size:11px;color:var(--muted);line-height:1.55}.profile-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:17px}.profile-card{background:white;border:1px solid var(--line);border-radius:20px;padding:23px}.profile-avatar{width:70px;height:70px;border-radius:50%;background:var(--coral);color:white;display:grid;place-items:center;font-size:20px;font-weight:900;margin-bottom:15px}
@media(max-width:1000px){.hero,.dashboard-grid,.brief-grid,.sim-grid,.profile-grid,.auth-wrap{grid-template-columns:1fr}.auth-brand{display:none}.areas{grid-template-columns:repeat(2,1fr)}.how-grid{grid-template-columns:repeat(2,1fr)}.sidebar{width:210px}.portal-main{margin-left:210px}.area-library,.scenario-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.public-links{display:none}.hero{padding-top:55px}.hero h1{font-size:52px}.areas,.how-grid,.dash-areas,.stat-grid,.area-library,.scenario-grid,.feedback-grid,.form-row{grid-template-columns:1fr}.cta-band{display:block}.sidebar{display:none}.portal-main{margin-left:0}.portal-content{padding:25px 18px 60px}.portal-top{padding:0 18px}.welcome{display:block}}
.area-icon{width:42px;height:42px;border-radius:13px;background:#f1f4f6;color:var(--navy);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.area-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.area-heading{display:flex;align-items:center;gap:13px;margin-top:8px}
.area-heading h1{margin:0;font-size:38px;letter-spacing:-.04em}
.recent-row span:first-child{display:flex;align-items:center;gap:8px}
.recent-dot{width:7px;height:7px;border-radius:50%;background:var(--coral);display:inline-block;flex:0 0 auto}
.progress-area-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.progress-area-card{appearance:none;background:white;border:1px solid var(--line);border-radius:19px;padding:18px;text-align:left;color:var(--navy);transition:.18s ease}
.progress-area-card:hover{transform:translateY(-2px);border-color:#cec7bc;box-shadow:0 10px 26px rgba(16,34,54,.06)}
.progress-area-top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}
.progress-area-top h4{margin:0 0 4px;font-size:14px}
.progress-area-top span{font-size:10px;color:var(--muted)}
.progress-area-top strong{font-size:14px}
@media(max-width:720px){.progress-area-grid{grid-template-columns:1fr}}
