:root {
  --ink: #102c49;
  --ink-soft: #486a86;
  --blue: #147aca;
  --blue-dark: #0b5e9f;
  --blue-pale: #edf7ff;
  --green: #15725c;
  --green-pale: #edf9f3;
  --amber: #c47813;
  --amber-pale: #fff7e8;
  --canvas: #f8fbfd;
  --white: #fff;
  --line: #d6e3ed;
  --shadow: 0 18px 45px rgba(27, 78, 114, .12);
}

* { box-sizing: border-box; }
html { min-width: 320px; }
body { margin: 0; min-height: 100vh; background: var(--canvas); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.sky-wash { position: fixed; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(circle at 7% 1%, rgba(193,226,251,.75), transparent 24rem), radial-gradient(circle at 98% 83%, rgba(223,245,239,.75), transparent 30rem); }

.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 21px; font-weight: 850; letter-spacing: -.45px; white-space: nowrap; }
.brand em { color: var(--green); font-style: normal; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--blue-dark); border: 1.5px solid var(--blue); border-radius: 50%; font-size: 12px; font-weight: 900; letter-spacing: 0; }
.brand-large { font-size: 25px; }
.brand-large .brand-mark { width: 45px; height: 45px; }
.eyebrow { margin: 0 0 10px; color: var(--blue-dark); font-size: 11px; font-weight: 850; letter-spacing: 1.25px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 16px; color: var(--ink); font-size: clamp(40px, 5vw, 66px); line-height: 1.02; letter-spacing: -2.3px; }
h2 { margin-bottom: 12px; color: var(--ink); font-size: clamp(25px, 3vw, 36px); line-height: 1.15; letter-spacing: -1px; }
h3 { margin-bottom: 5px; color: var(--ink); font-size: 17px; line-height: 1.25; }
.intro { max-width: 690px; color: var(--ink-soft); font-size: 19px; }
.muted, .demo-note { color: var(--ink-soft); }
.demo-note { margin-top: 34px; font-size: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 12px 19px; border: 1px solid transparent; border-radius: 10px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); box-shadow: 0 10px 20px rgba(19,101,164,.16); }
.primary { color: #fff; background: linear-gradient(135deg, var(--blue-dark), var(--blue)); }
.secondary { color: var(--blue-dark); border-color: #9fc9e8; background: var(--blue-pale); }
.light { color: var(--ink); background: #dff4ff; }
.full-button { width: 100%; margin-top: 23px; }
.text-button, .link-button { padding: 0; border: 0; color: var(--blue-dark); background: transparent; font-weight: 800; text-align: left; }
.text-button:hover, .link-button:hover { color: var(--blue); text-decoration: underline; }

.welcome { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, 530px); gap: 72px; align-items: center; max-width: 1180px; min-height: 100vh; margin: 0 auto; padding: 80px 35px; }
.welcome-copy { padding-bottom: 40px; }
.welcome-card, .review-card, .status-card, .milestones-section, .action-card, .routes-card, .journey-board, .journey-detail, .updates-layout, .alert-card, .guide-about, .guide-ask { border: 1px solid var(--line); background: rgba(255,255,255,.94); border-radius: 22px; box-shadow: var(--shadow); }
.welcome-card { padding: 34px; }
.welcome-card h2 { font-size: 31px; }
.judge-access { display: grid; gap: 4px; margin-top: 18px; padding: 12px 13px; color: var(--ink-soft); border-left: 3px solid var(--blue); border-radius: 0 9px 9px 0; background: #f1f9fe; font-size: 12px; line-height: 1.45; }
.judge-access strong { color: var(--ink); font-size: 12px; }
.pathway-choices { display: grid; gap: 12px; margin: 26px 0 22px; }
.pathway-card { display: grid; grid-template-columns: 64px 1fr 24px; gap: 14px; align-items: start; width: 100%; padding: 18px 17px; color: var(--ink); border: 1.5px solid var(--line); border-radius: 13px; background: #fff; text-align: left; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.pathway-card:hover { transform: translateY(-1px); border-color: #70b8e7; }
.pathway-card.is-selected { border-color: var(--blue); background: #f1f9ff; }
.choice-index { display: inline-flex; align-items: center; justify-content: center; min-height: 27px; padding: 5px 8px; color: var(--blue-dark); border: 1px solid #a8d0ea; border-radius: 6px; background: #f2f9fe; font-size: 11px; font-weight: 900; line-height: 1; white-space: nowrap; }
.pathway-card.is-selected .choice-index { color: #075a98; border-color: #6bb6e8; background: #dff3ff; }
.pathway-card strong { display: block; color: var(--ink); font-size: 17px; }
.pathway-card small { display: block; margin-top: 4px; color: var(--ink-soft); font-size: 13px; line-height: 1.38; }
.choice-check { display: grid; place-items: center; width: 22px; height: 22px; color: transparent; border: 1.5px solid #b8cfdf; border-radius: 50%; font-size: 13px; }
.is-selected .choice-check { color: #fff; border-color: var(--blue); background: var(--blue); }
.field-label { display: block; margin: 18px 0 7px; color: var(--ink); font-size: 13px; font-weight: 800; }
input, textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid #b9d1e1; border-radius: 9px; outline: 0; background: #fff; }
input:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20,122,202,.12); }

.review { max-width: 1000px; min-height: 100vh; margin: 0 auto; padding: 38px 35px 80px; }
.review-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 48px; }
.review-card { max-width: 780px; padding: 50px; }
.ideal-profile { display: grid; gap: 10px; margin: 30px 0 23px; }
.profile-document { display: grid; grid-template-columns: 88px minmax(0,1fr) auto; gap: 14px; align-items: center; padding: 15px 16px; border: 1px solid #cfe0ec; border-radius: 12px; background: #fff; }
.document-number { display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 6px 8px; color: var(--blue-dark); border: 1px solid #9dc6e4; border-radius: 6px; background: #f2f9fe; font-size: 11px; font-weight: 850; line-height: 1; white-space: nowrap; }
.profile-document strong, .profile-document span { display: block; }
.profile-document strong { color: var(--ink); }
.profile-document span { color: var(--ink-soft); font-size: 13px; }
.profile-document .document-status { color: var(--green); font-size: 12px; font-weight: 850; text-align: right; }
.review-disclaimer { max-width: 650px; color: var(--ink-soft); font-size: 13px; }

.app { display: grid; grid-template-columns: 282px minmax(0,1fr); min-height: 100vh; background: #f8fbfd; }
.sidebar { display: flex; flex-direction: column; min-height: 100vh; padding: 31px 22px; border-right: 1px solid #d9e7f0; background: rgba(255,255,255,.94); }
.profile-chip { display: flex; align-items: center; gap: 11px; margin: 39px 3px 29px; padding: 13px 12px; border: 1px solid #d3e4ee; border-radius: 13px; background: #f8fcff; }
.profile-initial { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; color: #fff; border-radius: 50%; background: linear-gradient(135deg, var(--blue-dark), var(--blue)); font-size: 13px; font-weight: 850; }
.profile-chip strong, .profile-chip small { display: block; }
.profile-chip strong { color: var(--ink); font-size: 14px; }
.profile-chip small { color: var(--ink-soft); font-size: 12px; }
.navigation { display: grid; gap: 6px; }
.nav-button { display: flex; align-items: center; gap: 9px; width: 100%; padding: 12px 11px; color: var(--ink-soft); border: 1px solid transparent; border-radius: 9px; background: transparent; font-weight: 750; text-align: left; }
.nav-button span { color: var(--blue-dark); font-size: 11px; font-weight: 900; }
.nav-button:hover { color: var(--ink); background: #f3f9fd; }
.nav-button.is-active { color: var(--ink); border-color: #b7d8ec; background: #edf8ff; }
.sidebar-bottom { margin-top: auto; padding: 20px 4px 2px; border-top: 1px solid #d5e3eb; }
.sidebar-bottom p { color: var(--ink-soft); font-size: 12px; }
.sidebar-bottom p strong { color: var(--ink); }
.sidebar-bottom .link-button { display: block; margin: 11px 0 0; font-size: 13px; }
.app-content { min-width: 0; max-width: 1210px; margin: 0 auto; padding: 49px 52px 30px; }
.app-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 25px; margin-bottom: 29px; }
.app-header h1 { margin-bottom: 0; font-size: clamp(33px,4vw,52px); }
.notification-button { position: relative; display: grid; place-items: center; flex: 0 0 46px; width: 46px; height: 46px; color: var(--blue-dark); border: 1px solid #b6d5e8; border-radius: 12px; background: #f1f9ff; font-size: 24px; }
.notification-button span { position: absolute; top: -6px; right: -6px; display: grid; place-items: center; width: 18px; height: 18px; color: #fff; border-radius: 50%; background: var(--blue); font-size: 10px; font-weight: 850; }
.status-card { display: grid; grid-template-columns: 1fr 170px; align-items: center; gap: 30px; padding: 36px 39px; color: #fff; border-color: #123f66; background: linear-gradient(132deg,#0d426d,#1267a5); box-shadow: 0 20px 45px rgba(18,94,155,.2); }
.status-card h2, .status-card p { color: #fff; }
.status-card .eyebrow { color: #cbe9ff; }
.readiness { display: grid; place-content: center; width: 128px; height: 128px; margin-left: auto; border: 10px solid #85c3e8; border-top-color: #fff; border-radius: 50%; text-align: center; }
.readiness span { color: #fff; font-size: 26px; font-weight: 900; }
.readiness small { color: #def0ff; font-weight: 750; }
.milestones-section { margin-top: 22px; padding: 31px 36px; }
.section-heading { display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 27px; }
.section-heading h2 { margin-bottom: 3px; font-size: 27px; }
.section-heading p { margin: 0; color: var(--ink-soft); }
.milestones { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.milestone { min-height: 165px; padding: 18px 12px 12px; border-top: 2px solid #d7e4ec; }
.milestone::before { content: attr(data-number); display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 14px; color: var(--blue-dark); border: 1px solid #afc9d8; border-radius: 50%; font-weight: 850; }
.milestone.is-complete::before { content: "✓"; color: var(--green); border-color: #8fc9b9; background: var(--green-pale); }
.milestone.is-active { border-top-color: var(--blue); }
.milestone.is-active::before { color: var(--amber); border-color: #e5b15e; background: var(--amber-pale); }
.milestone h3 { font-size: 16px; }
.milestone p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.action-card, .routes-card { padding: 36px 40px; }
.action-card { max-width: 900px; }
.action-card h2 { font-size: 31px; }
.action-card > p:not(.eyebrow) { color: var(--ink-soft); font-size: 18px; }
.why-row { display: flex; gap: 8px; align-items: baseline; margin: 19px 0; color: var(--ink-soft); }
.why-row span { font-weight: 800; }
.why-row strong { color: var(--ink); }
.routes-card { margin-top: 22px; }
.route-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; margin-top: 25px; }
.route-card { min-height: 154px; padding: 22px; color: var(--ink); border: 1px solid #cfe0ea; border-radius: 14px; background: #fff; text-align: left; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.route-card:hover { transform: translateY(-3px); border-color: #7fbde4; box-shadow: 0 12px 24px rgba(25,103,159,.12); }
.route-icon { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 14px; color: var(--blue-dark); border-radius: 9px; background: var(--blue-pale); font-weight: 900; }
.route-card strong, .route-card small { display: block; }
.route-card strong { color: var(--ink); font-size: 16px; line-height: 1.25; }
.route-card small { margin-top: 6px; color: var(--ink-soft); font-size: 13px; line-height: 1.35; }

.journey-intro { max-width: 730px; }
.journey-intro h2 { font-size: clamp(33px,4vw,48px); }
.journey-intro p:not(.eyebrow) { color: var(--ink-soft); font-size: 18px; }
.journey-intro .button { margin-top: 8px; }
.route-builder { margin: 27px 0; padding: 31px 36px; border: 1px solid #b8d9ed; border-radius: 20px; background: linear-gradient(135deg, #f2faff, #f9fffc); box-shadow: 0 15px 35px rgba(30, 111, 165, .09); }
.route-builder-top { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.route-progress { display: flex; gap: 7px; margin: 19px 0 24px; }
.route-progress span { display: block; width: 34px; height: 4px; border-radius: 5px; background: #d6e4ec; }
.route-progress span.is-complete { background: var(--blue); }
.route-progress span.is-current { background: #82c6ef; }
.route-question-title { margin-bottom: 7px; font-size: clamp(24px, 3vw, 32px); }
.route-question-help { max-width: 660px; margin-bottom: 20px; color: var(--ink-soft); }
.route-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.route-option { min-height: 82px; padding: 16px 17px; color: var(--ink); border: 1px solid #c7dfed; border-radius: 12px; background: #fff; font-weight: 800; text-align: left; }
.route-option small { display: block; margin-top: 4px; color: var(--ink-soft); font-size: 12px; font-weight: 600; line-height: 1.35; }
.route-option:hover { border-color: var(--blue); background: #f4fbff; }
.route-result { max-width: 760px; padding: 23px; border: 1px solid #abd9c6; border-radius: 14px; background: #fff; }
.route-result h3 { font-size: 23px; }
.route-result p { color: var(--ink-soft); }
.mock-plan { display: grid; gap: 9px; margin: 21px 0; }
.mock-plan-step { display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; align-items: center; padding: 12px; border: 1px solid #d6e4ec; border-radius: 10px; background: #fbfdff; }
.mock-plan-step > span { display: grid; place-items: center; width: 27px; height: 27px; color: var(--blue-dark); border: 1px solid #a9cee4; border-radius: 50%; font-size: 12px; font-weight: 850; }
.mock-plan-step p { margin: 0; color: var(--ink); font-size: 14px; font-weight: 700; }
.mock-plan-step .text-button { font-size: 13px; white-space: nowrap; }
.mock-plan-step small { color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.route-result .result-note { margin: 17px 0 0; color: var(--green); font-size: 13px; font-weight: 800; }
.conversion-map { margin-top: 28px; padding: 31px 36px; border: 1px solid #b9dbea; border-radius: 20px; background: linear-gradient(135deg, #eff9ff, #fbfdff 62%, #f1fbf7); box-shadow: 0 15px 35px rgba(30, 111, 165, .08); }
.conversion-map-copy { max-width: 720px; }
.conversion-map-copy h3 { margin-bottom: 8px; font-size: 27px; }
.conversion-map-copy p:not(.eyebrow) { margin-bottom: 0; color: var(--ink-soft); font-size: 16px; }
.conversion-tracks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; margin-top: 24px; }
.conversion-track { display: flex; flex-direction: column; min-height: 164px; padding: 17px; color: var(--ink); border: 1px solid #c8dfec; border-radius: 13px; background: rgba(255,255,255,.86); text-align: left; text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.conversion-track:hover { transform: translateY(-2px); border-color: #64addc; box-shadow: 0 10px 22px rgba(20, 104, 163, .11); }
.conversion-track > span { display: grid; place-items: center; width: 28px; height: 28px; margin-bottom: 13px; color: var(--blue-dark); border-radius: 50%; background: #e6f5ff; font-size: 11px; font-weight: 900; }
.conversion-track strong { color: var(--ink); font-size: 15px; line-height: 1.25; }
.conversion-track small { display: block; margin-top: 7px; color: var(--ink-soft); font-size: 12px; font-weight: 650; line-height: 1.42; }
.conversion-track.official-track { border-color: #abd5c4; background: #f7fffb; }
.conversion-track.official-track > span { color: var(--green); background: var(--green-pale); }
.conversion-disclaimer { margin: 18px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.45; }
.journey-board { margin-top: 28px; padding: 31px 36px; }
.journey-board-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink); font-size: 13px; font-weight: 800; }
.live-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; color: var(--green); border: 1px solid #9fcdbf; border-radius: 20px; background: #f7fffb; }
.live-pill i { width: 8px; height: 8px; border-radius: 50%; background: #23a977; box-shadow: 0 0 0 4px #d8f7e9; }
.journey-instruction { margin: 25px 0 18px; color: var(--ink-soft); }
.journey-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.journey-step { display: grid; grid-template-columns: 34px 1fr; gap: 11px; min-height: 105px; padding: 16px; color: var(--ink); border: 1px solid #d3e2ec; border-radius: 13px; background: #fff; text-align: left; transition: transform .18s ease, color .18s ease, background .18s ease; }
.journey-step:hover { transform: translateY(-2px); border-color: #88c4e8; }
.journey-step.is-selected { color: #fff; border-color: #0f67a8; background: linear-gradient(135deg,#104f80,#147cc7); }
.step-number { display: grid; place-items: center; width: 30px; height: 30px; color: var(--blue-dark); border: 1px solid #b5ccd9; border-radius: 50%; font-size: 12px; font-weight: 850; }
.journey-step.is-selected .step-number { color: var(--blue-dark); border-color: #d9efff; background: #e8f7ff; }
.journey-step strong { display: block; color: inherit; font-size: 15px; line-height: 1.25; }
.journey-step small { display: block; margin-top: 4px; color: var(--ink-soft); font-size: 12px; line-height: 1.3; }
.journey-step.is-selected small { color: #dbeeff; }
.journey-detail { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; margin-top: 18px; padding: 31px 35px; }
.journey-detail p { max-width: 710px; margin-bottom: 0; color: var(--ink-soft); font-size: 17px; }
.journey-detail h3 { font-size: 25px; }
.guided-route { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 24px; padding: 14px 15px; border: 1px solid #acd5eb; border-radius: 12px; background: #f1f9ff; }
.guided-route > span { color: var(--blue-dark); font-size: 13px; font-weight: 850; }
.guided-route .button { flex: 0 1 auto; min-height: 42px; font-size: 13px; text-align: center; }

.updates-layout { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 37px 40px; }
.updates-layout h2 { max-width: 680px; margin-bottom: 12px; }
.updates-layout p:not(.eyebrow) { max-width: 700px; color: var(--ink-soft); }
.update-meta { color: var(--green); font-size: 13px; font-weight: 800; }
.alert-card { max-width: 780px; margin-top: 22px; padding: 34px 39px; }
.alert-card > p:not(.eyebrow) { color: var(--ink-soft); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { color: var(--ink); font-size: 13px; font-weight: 800; }
.contact-form input { display: block; margin-top: 6px; }
.form-message { min-height: 20px; margin: 12px 0 0; color: var(--green); font-size: 13px; font-weight: 750; }

.guide-grid { display: grid; grid-template-columns: minmax(250px,.85fr) minmax(350px,1.25fr); gap: 22px; }
.guide-about, .guide-ask { padding: 34px; }
.guide-about h2, .guide-ask h2 { font-size: 29px; }
.guide-about > p:not(.eyebrow), .guide-ask > p:not(.eyebrow) { color: var(--ink-soft); }
.guide-about ul { display: grid; gap: 11px; padding: 0; margin: 26px 0; list-style: none; }
.guide-about li { position: relative; padding-left: 29px; color: var(--ink-soft); }
.guide-about li::before { content: "✓"; position: absolute; left: 0; top: 2px; display: grid; place-items: center; width: 18px; height: 18px; color: var(--green); border-radius: 50%; background: var(--green-pale); font-size: 11px; font-weight: 900; }
.question-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 19px; }
.question-pills button { padding: 9px 11px; color: var(--blue-dark); border: 1px solid #b6d4e8; border-radius: 18px; background: #f7fcff; font-size: 13px; font-weight: 800; }
.question-pills button:hover { color: #fff; border-color: var(--blue); background: var(--blue); }
textarea { min-height: 82px; resize: vertical; }
.guide-answer { min-height: 74px; margin-top: 17px; padding: 16px; color: var(--ink-soft); border-radius: 10px; background: #f0f7fb; }
.community-hero { max-width: 820px; }
.community-hero h2 { font-size: clamp(33px,4vw,48px); }
.community-hero > p:not(.eyebrow) { color: var(--ink-soft); font-size: 18px; }
.community-rule { margin-top: 21px; padding: 14px 16px; color: var(--ink-soft); border-left: 3px solid var(--blue); border-radius: 0 10px 10px 0; background: #edf8ff; font-size: 14px; }
.community-rule strong { color: var(--ink); }
.community-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 17px; margin-top: 29px; }
.community-card { display: flex; flex-direction: column; min-height: 270px; padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 12px 28px rgba(33,82,117,.08); }
.community-card h3 { margin-top: 17px; font-size: 20px; }
.community-card p { color: var(--ink-soft); font-size: 14px; }
.community-card .button { margin-top: auto; }
.platform-badge { display: inline-flex; align-self: flex-start; padding: 5px 9px; border-radius: 16px; color: #fff; font-size: 11px; font-weight: 850; letter-spacing: .4px; }
.platform-badge.whatsapp { background: #188c60; }
.platform-badge.instagram { background: linear-gradient(135deg,#a637a2,#e77165,#eea53e); }
.app-footer { margin-top: 35px; color: var(--ink-soft); font-size: 12px; }

.modal-backdrop { position: fixed; z-index: 10; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(7,31,52,.55); }
.modal { position: relative; width: min(100%,475px); padding: 37px; border-radius: 20px; background: #fff; box-shadow: 0 30px 80px rgba(2,23,40,.3); }
.modal h2 { margin-bottom: 8px; }
.modal p:not(.eyebrow) { color: var(--ink-soft); }
.modal-close { position: absolute; top: 13px; right: 16px; width: 32px; height: 32px; color: var(--ink-soft); border: 0; border-radius: 50%; background: #eef6fb; font-size: 23px; line-height: 1; }
.toast { position: fixed; z-index: 8; right: 25px; bottom: 25px; display: grid; grid-template-columns: 37px 1fr 26px; gap: 11px; align-items: start; width: min(415px,calc(100vw - 35px)); padding: 17px; color: var(--ink); border: 1px solid #a5d1e8; border-radius: 14px; background: #fff; box-shadow: 0 18px 45px rgba(16,65,100,.2); }
.toast-icon { display: grid; place-items: center; width: 34px; height: 34px; color: var(--blue-dark); border-radius: 10px; background: var(--blue-pale); font-size: 20px; }
.toast strong { color: var(--ink); font-size: 14px; }
.toast p { margin: 3px 0 0; color: var(--ink-soft); font-size: 13px; }
.toast button { color: var(--ink-soft); border: 0; background: transparent; font-size: 21px; }

@media (max-width: 930px) { .welcome { grid-template-columns: 1fr; gap: 18px; padding-top: 48px; } .welcome-copy { padding-bottom: 7px; } .app { grid-template-columns: 1fr; } .sidebar { min-height: auto; padding: 20px; border-right: 0; border-bottom: 1px solid #d9e7f0; } .profile-chip, .sidebar-bottom { display: none; } .navigation { grid-template-columns: repeat(5,1fr); overflow-x: auto; } .nav-button { min-width: max-content; } .app-content { padding: 35px 26px; } }
@media (max-width: 680px) { .welcome, .review { padding-right: 18px; padding-left: 18px; } .welcome-card, .review-card, .milestones-section, .action-card, .routes-card, .journey-board, .journey-detail, .updates-layout, .alert-card, .guide-about, .guide-ask, .route-builder, .conversion-map { padding: 25px 21px; border-radius: 16px; } h1 { letter-spacing: -1.65px; } .review-header { margin-bottom: 30px; } .review-header .brand { display: none; } .profile-document { grid-template-columns: 88px minmax(0,1fr); } .profile-document .document-status { grid-column: 2; text-align: left; } .app-content { padding: 28px 17px; } .status-card { grid-template-columns: 1fr; padding: 27px; } .readiness { margin: 0; } .milestones, .route-grid, .journey-grid, .guide-grid, .route-options, .community-grid, .conversion-tracks { grid-template-columns: 1fr; } .milestone { min-height: auto; } .journey-detail, .updates-layout { grid-template-columns: 1fr; align-items: start; } .contact-form { grid-template-columns: 1fr; } .mock-plan-step { grid-template-columns: 30px 1fr; } .mock-plan-step .text-button { grid-column: 2; justify-self: start; } .section-heading { display: block; } .section-heading .text-button { margin-top: 9px; } .journey-board-top { align-items: start; flex-direction: column; } }
@media (max-width: 680px) { .guided-route { align-items: stretch; flex-direction: column; } .guided-route .button { width: 100%; } .mock-plan-step small { grid-column: 2; justify-self: start; } }
