@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&family=Manrope:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";.portal-shell{grid-template-columns:340px minmax(0,1fr);gap:1.45rem}.app-sidebar{position:sticky;top:1.5rem;align-self:start;height:calc(100vh - 3rem)}.app-sidebar-surface{display:flex;flex-direction:column;min-height:100%;padding:1.2rem 1.1rem 1.25rem;border-radius:34px;border:1px solid rgba(30,58,82,.08);background:#fffffff7;box-shadow:0 28px 50px #12243414,0 8px 18px #1224340a;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);overflow-x:hidden;overflow-y:auto}.app-sidebar-brand{display:grid;grid-template-columns:86px minmax(0,1fr);gap:.8rem;align-items:center;min-height:84px}.app-sidebar-logo{width:86px;height:62px;object-fit:contain}.app-sidebar-brand-copy{display:grid;gap:.35rem}.app-sidebar-brand-copy h2{display:grid;gap:.02em;margin:0;color:#162349;font-family:var(--font-display);font-size:clamp(1.65rem,.9vw + 1.2rem,2.2rem);font-weight:800;line-height:.92}.app-sidebar-brand-copy p{max-width:180px;margin:0;color:#2d3446;font-size:.78rem;font-weight:500;line-height:1.16}.app-sidebar-divider{height:1px;margin:.8rem 0 .95rem;background:linear-gradient(90deg,#1e3a5214,#1e3a5224,#1e3a5214)}.app-sidebar-progress-card{display:grid;place-items:center;min-height:126px;padding:.8rem;border-radius:24px;background:radial-gradient(circle at 22% 18%,rgba(255,255,255,.08),transparent 28%),linear-gradient(135deg,#0c2d57,#1f6b4f 55%,#5e9b4a);box-shadow:0 18px 36px #12243429}.app-sidebar-progress-ring{--sidebar-progress: 1%;display:grid;place-items:center;width:106px;height:106px;padding:10px;border-radius:50%;background:conic-gradient(#8ecb6b 0 var(--sidebar-progress),rgba(255,255,255,.14) var(--sidebar-progress) 100%)}.app-sidebar-progress-core{display:grid;place-items:center;width:100%;height:100%;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#08213442;box-shadow:inset 0 0 0 7px #ffffff14}.app-sidebar-progress-core strong{color:#fff;font-size:2.35rem;font-weight:800;line-height:1}.app-sidebar-nav{display:grid;gap:.35rem;margin-top:1rem}.app-sidebar-link{display:flex;align-items:center;justify-content:space-between;gap:.9rem;min-height:54px;padding:.48rem .72rem;border-radius:18px;color:#1d2431;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.app-sidebar-link:hover{transform:translateY(-1px);background:#f0f2f785}.app-sidebar-link.is-active{background:#f1f3f8;box-shadow:inset 0 0 0 1px #1e3a520a}.app-sidebar-link-leading{display:flex;align-items:center;gap:.7rem;min-width:0}.app-sidebar-icon-box{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:12px;color:#234861;box-shadow:0 10px 20px #1224340f}.app-sidebar-link.tone-blue .app-sidebar-icon-box{color:#2f4f8f;background:linear-gradient(180deg,#fff,#d7def3)}.app-sidebar-link.tone-gold .app-sidebar-icon-box{color:#b68d37;background:linear-gradient(180deg,#fff8ea,#f7e2a8)}.app-sidebar-link.tone-green .app-sidebar-icon-box{color:#3d7459;background:linear-gradient(180deg,#eef8f0,#c8e0cf)}.app-sidebar-link.tone-violet .app-sidebar-icon-box{color:#7a40c0;background:linear-gradient(180deg,#f0ddff,#cfb1f1)}.app-sidebar-link.tone-sky .app-sidebar-icon-box{color:#2c72d6;background:linear-gradient(180deg,#e3f2ff,#c2ddff)}.app-sidebar-icon-box svg{width:21px;height:21px;stroke:currentColor}.app-sidebar-link-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#171d29;font-size:.92rem;font-weight:600;line-height:1.1}.app-sidebar-link-dot{width:12px;height:12px;flex:0 0 12px;border-radius:50%;opacity:0;background:#c39a4f;box-shadow:0 0 0 3px #c39a4f1a;transition:opacity .2s ease,transform .2s ease}.app-sidebar-link.is-active .app-sidebar-link-dot{opacity:1}.app-sidebar-bottom{margin-top:auto;display:grid;gap:.9rem;padding-top:1rem}.app-sidebar-partners{display:grid;gap:.55rem;justify-items:center;padding:.85rem .9rem .95rem;border-radius:22px;border:1px solid rgba(30,58,82,.08);background:#f5f8fae6}.app-sidebar-partners-label{color:#6c7380;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-align:center}.app-sidebar-partners-logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.8rem;width:100%}.app-sidebar-partner-logo{max-width:132px;max-height:42px;width:auto;height:auto;object-fit:contain;filter:saturate(.96)}.app-sidebar-beta-wrap{display:flex;justify-content:center}.app-sidebar-beta-badge{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.58rem 1.2rem;border-radius:999px;color:#fff;font-size:.85rem;font-weight:700;background:linear-gradient(135deg,#0c2d57,#1f6b4f 55%,#5e9b4a);box-shadow:0 16px 28px #1224342e}.app-sidebar-footer{padding-top:.95rem;border-top:1px solid rgba(30,58,82,.1)}.app-sidebar-footer p{max-width:220px;margin:0 auto;color:#7a7f88;font-size:.72rem;font-weight:500;line-height:1.42;text-align:center}@media(max-width:1360px){.portal-shell{grid-template-columns:320px minmax(0,1fr)}.app-sidebar-surface{padding:1.05rem 1rem 1.15rem}.app-sidebar-brand{grid-template-columns:78px minmax(0,1fr)}.app-sidebar-logo{width:78px;height:58px}.app-sidebar-brand-copy h2{font-size:1.85rem}.app-sidebar-partner-logo{max-width:120px;max-height:38px}}@media(max-width:1080px){.portal-shell{grid-template-columns:1fr}.app-sidebar{position:static;height:auto}.app-sidebar-surface{min-height:auto}.app-sidebar-bottom{margin-top:1.5rem}}@media(max-width:720px){.app-sidebar-surface{padding:1rem .95rem 1.05rem;border-radius:28px}.app-sidebar-brand{grid-template-columns:70px minmax(0,1fr);gap:.7rem}.app-sidebar-logo{width:70px;height:52px}.app-sidebar-brand-copy h2{font-size:1.55rem}.app-sidebar-brand-copy p{font-size:.72rem}.app-sidebar-link-label{font-size:.88rem}.app-sidebar-progress-card{min-height:116px}.app-sidebar-progress-ring{width:96px;height:96px}.app-sidebar-progress-core strong{font-size:2.05rem}.app-sidebar-partners{padding:.78rem .75rem .88rem}.app-sidebar-partner-logo{max-width:108px;max-height:34px}}:root{--dashboard-bg-page: #f4f7f7;--dashboard-card-bg: #ffffff;--dashboard-text-main: #173b63;--dashboard-text-dark: #123252;--dashboard-text-muted: #6e7e8f;--dashboard-green-deep-1: #0e4738;--dashboard-green-deep-2: #092e24;--dashboard-green-soft: #e7f4e8;--dashboard-green-accent: #5ba26a;--dashboard-blue-deep-1: #123b7a;--dashboard-blue-deep-2: #0c275a;--dashboard-blue-soft: #eaf1ff;--dashboard-border-soft: #e6ecef;--dashboard-shadow-soft: 0 10px 30px rgba(18, 50, 82, .06)}.portal-shell.page-dashboard .portal-main{gap:1.25rem;width:100%;max-width:none}.portal-topbar.page-dashboard{padding:.15rem 0 .1rem}.portal-topbar.page-dashboard h1,.portal-topbar.page-dashboard p,.portal-topbar.page-dashboard strong,.portal-topbar.page-dashboard span,.dashboard-home{font-family:Plus Jakarta Sans,Segoe UI,sans-serif}.portal-topbar.page-dashboard .eyebrow{font-size:.72rem;letter-spacing:.14em;color:var(--dashboard-text-muted)}.portal-topbar.page-dashboard h1{font-family:Plus Jakarta Sans,Segoe UI,sans-serif;font-size:clamp(3.15rem,1.5vw + 2.6rem,3.55rem);font-weight:800;line-height:1;letter-spacing:-.05em;color:var(--dashboard-text-main)}.portal-topbar.page-dashboard p{max-width:none;font-size:.95rem;color:var(--dashboard-text-muted)}.portal-topbar.page-dashboard .topbar-date-card,.portal-topbar.page-dashboard .user-card{min-width:190px;padding:1rem 1.08rem;border-radius:22px;border:1px solid var(--dashboard-border-soft);background:var(--dashboard-card-bg);box-shadow:var(--dashboard-shadow-soft)}.portal-topbar.page-dashboard .topbar-date-card strong,.portal-topbar.page-dashboard .user-card .user-name{font-size:1rem;font-weight:700;color:var(--dashboard-text-dark)}.portal-topbar.page-dashboard .user-card .user-role,.portal-topbar.page-dashboard .user-card .user-email,.portal-topbar.page-dashboard .meta-label{color:var(--dashboard-text-muted)}.portal-topbar.page-dashboard .logout-form .ghost-button{min-height:56px;padding:.9rem 1.05rem;border-radius:20px;border:1px solid var(--dashboard-border-soft);background:var(--dashboard-card-bg);box-shadow:var(--dashboard-shadow-soft)}.dashboard-home{width:100%;max-width:none;margin:0;padding:0;display:grid;gap:24px;color:var(--dashboard-text-main)}.dashboard-kicker,.dashboard-suggestions-kicker{display:inline-flex;align-items:center;font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.dashboard-kicker{color:#ffffffc7}.dashboard-home-hero{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr);gap:20px}.dashboard-hero-card,.dashboard-section,.dashboard-service-card{border-radius:28px;box-shadow:var(--dashboard-shadow-soft)}.dashboard-hero-card{position:relative;min-height:350px;overflow:hidden;padding:28px}.dashboard-hero-card-progress{display:grid;grid-template-rows:auto 1fr auto;gap:1.35rem;color:#fff;background:radial-gradient(circle at 84% 16%,rgba(110,208,138,.18),transparent 24%),radial-gradient(circle at 14% 88%,rgba(255,255,255,.08),transparent 24%),linear-gradient(135deg,var(--dashboard-green-deep-1) 0%,#103e31 45%,var(--dashboard-green-deep-2) 100%)}.dashboard-hero-card-progress:before{content:"";position:absolute;right:24px;top:26px;width:132px;height:132px;border-radius:50%;border:1px solid rgba(255,255,255,.08)}.dashboard-hero-card-progress:after{content:"";position:absolute;inset:auto 28px 76px auto;width:86px;height:86px;border-radius:50%;border:1px solid rgba(255,255,255,.08)}.dashboard-hero-copy{position:relative;z-index:1;max-width:420px}.dashboard-hero-copy h2,.dashboard-voy-copy h2{margin:.55rem 0 .65rem;font-size:clamp(2rem,.85vw + 1.7rem,2.5rem);font-weight:800;line-height:1.02;letter-spacing:-.04em}.dashboard-hero-copy p,.dashboard-voy-copy p{margin:0;font-size:.98rem;line-height:1.65}.dashboard-hero-copy p{color:#ffffffd1}.dashboard-progress-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 212px minmax(0,1fr);gap:1rem;align-items:center}.dashboard-progress-stat{display:grid;gap:.35rem}.dashboard-progress-stat span{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffff9e}.dashboard-progress-stat strong{font-size:clamp(2.55rem,1vw + 2rem,3.3rem);font-weight:800;line-height:1;letter-spacing:-.05em}.dashboard-progress-stat small{display:inline-flex;align-items:center;width:fit-content;min-height:34px;padding:.45rem .75rem;border-radius:999px;font-size:.78rem;font-weight:700;color:#ffffffeb;background:#ffffff1f}.dashboard-progress-stat.is-score{justify-self:end;max-width:180px}.dashboard-progress-stat.is-score strong{font-size:2.3rem}.dashboard-progress-stat.is-score small{min-height:auto;padding:0;border-radius:0;color:#ffffffb8;background:transparent}.dashboard-progress-emblem{position:relative;display:grid;place-items:center;width:212px;height:212px;border-radius:50%;background:conic-gradient(rgba(91,162,106,.98) 0 var(--dashboard-progress-value),rgba(255,255,255,.12) var(--dashboard-progress-value) 100%)}.dashboard-progress-emblem:before{content:"";position:absolute;inset:18px;border-radius:50%;background:#041712b3;border:1px solid rgba(255,255,255,.08)}.dashboard-progress-emblem-inner{position:relative;z-index:1;display:grid;place-items:center;width:156px;height:156px;border-radius:50%;background:#ffffff1a;box-shadow:inset 0 0 0 12px #ffffff05}.dashboard-progress-badge{display:block;width:116px;height:116px;object-fit:contain;object-position:center}.dashboard-hero-note{position:relative;z-index:1;display:flex;align-items:center;gap:.85rem;min-height:58px;padding:.95rem 1rem;border-radius:18px;background:#ffffff1a}.dashboard-hero-note p{margin:0;color:#ffffffd6;font-size:.92rem;line-height:1.5}.dashboard-hero-note-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:#ffffff24}.dashboard-hero-note-icon img{width:18px;height:18px}.dashboard-hero-card-voy{display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,42%);gap:1rem;align-items:stretch;color:#fff;background:radial-gradient(circle at 88% 18%,rgba(103,143,255,.18),transparent 28%),radial-gradient(circle at 68% 80%,rgba(255,255,255,.08),transparent 24%),linear-gradient(135deg,var(--dashboard-blue-deep-1) 0%,#10326b 46%,var(--dashboard-blue-deep-2) 100%)}.dashboard-voy-copy{display:grid;align-content:start;gap:1rem;position:relative;z-index:1}.dashboard-voy-copy p{color:#ffffffd1}.dashboard-voy-tags{display:flex;flex-wrap:wrap;gap:.55rem}.dashboard-voy-tag{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:.55rem .85rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);font-size:.78rem;font-weight:700;color:#ffffffe6;background:#ffffff14}.dashboard-primary-button,.dashboard-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:52px;padding:.9rem 1.2rem;border-radius:18px;font-size:.96rem;font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.dashboard-primary-button:hover,.dashboard-secondary-button:hover,.dashboard-level-card:hover,.dashboard-service-card:hover{transform:translateY(-2px)}.dashboard-primary-button{color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 0 0 1px #ffffff0a}.dashboard-primary-button i,.dashboard-secondary-button i{font-style:normal;font-size:1rem}.dashboard-voy-button{width:min(250px,100%);margin-top:auto;justify-content:space-between}.dashboard-voy-robot-wrap{display:flex;align-items:flex-end;justify-content:flex-end;margin-right:-18px;margin-bottom:-28px}.dashboard-voy-robot{width:min(420px,138%);max-width:420px;align-self:flex-end;object-fit:contain;filter:drop-shadow(0 22px 34px rgba(3,19,52,.24))}.dashboard-section{position:relative;overflow:hidden;padding:28px;border:1px solid var(--dashboard-border-soft);background:var(--dashboard-card-bg)}.dashboard-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.dashboard-section-head .dashboard-kicker,.dashboard-services-head .dashboard-kicker{color:var(--dashboard-text-muted)}.dashboard-section-head h2,.dashboard-services-head h2{margin:.35rem 0 .5rem;font-size:clamp(1.9rem,.8vw + 1.55rem,2.1rem);font-weight:800;line-height:1.08;letter-spacing:-.04em;color:var(--dashboard-text-dark)}.dashboard-section-head p,.dashboard-services-head p{margin:0;max-width:620px;font-size:.96rem;line-height:1.6;color:var(--dashboard-text-muted)}.dashboard-suggestions-card{display:grid;align-content:center;justify-items:start;gap:.2rem;min-width:176px;padding:.9rem 1rem;border-radius:22px;border:1px solid rgba(230,236,239,.92);background:linear-gradient(180deg,#fffffffa,#f8fbfceb)}.dashboard-suggestions-kicker{color:var(--dashboard-text-muted)}.dashboard-suggestions-card strong{font-size:1.55rem;font-weight:800;line-height:1;letter-spacing:-.04em;color:var(--dashboard-text-dark)}.dashboard-suggestions-card small{font-size:.88rem;color:var(--dashboard-text-muted)}.dashboard-levels-track{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;align-items:center;margin-bottom:1rem;padding:0 6px}.dashboard-levels-track-line{position:absolute;left:16px;right:16px;top:50%;height:2px;background:linear-gradient(90deg,#5ba26a38,#123b7a2e);transform:translateY(-50%)}.dashboard-levels-track-node{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin:0 auto;border-radius:50%;border:2px solid rgba(230,236,239,.94);font-size:.86rem;font-weight:800;color:var(--dashboard-text-main);background:#fff}.dashboard-levels-track-node.tone-active{color:#fff;background:var(--dashboard-green-accent)}.dashboard-levels-track-node.tone-completed{color:#fff;background:var(--dashboard-blue-deep-1)}.dashboard-levels-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.dashboard-level-card{display:grid;align-content:start;gap:.95rem;min-height:310px;padding:18px;border-radius:24px;border:1px solid rgba(230,236,239,.96);color:inherit;background:linear-gradient(180deg,#fff,#fbfcfd);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.dashboard-level-card.tone-active{border-color:#5ba26a42;background:linear-gradient(180deg,#fff,#f6fcf6)}.dashboard-level-card.tone-completed{border-color:#123b7a2e;background:linear-gradient(180deg,#fff,#f3f8ff)}.dashboard-level-card-head,.dashboard-level-card-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.dashboard-level-step{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;font-size:.86rem;font-weight:800;color:#fff;background:var(--dashboard-blue-deep-1)}.dashboard-level-status{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:.4rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700}.dashboard-level-status.tone-active{color:var(--dashboard-green-deep-1);background:var(--dashboard-green-soft)}.dashboard-level-status.tone-completed{color:var(--dashboard-blue-deep-1);background:var(--dashboard-blue-soft)}.dashboard-level-status.tone-pending{color:var(--dashboard-text-muted);background:#f4f7f9}.dashboard-level-illustration-wrap{height:150px;display:flex;align-items:center;justify-content:center}.dashboard-level-illustration{max-width:176px;max-height:134px;width:auto;height:auto;object-fit:contain}.dashboard-level-card-copy h3,.dashboard-service-copy h3{margin:0;font-size:1.08rem;font-weight:800;line-height:1.2;color:var(--dashboard-text-dark)}.dashboard-level-card-copy h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dashboard-level-card-copy p{margin:.45rem 0 0;font-size:.8rem;line-height:1.5;color:var(--dashboard-text-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.dashboard-level-card-meta{margin-top:auto;padding-top:.7rem;border-top:1px solid rgba(230,236,239,.92);font-size:.76rem;color:var(--dashboard-text-muted)}.dashboard-level-card-meta strong{color:var(--dashboard-text-dark)}.dashboard-levels-footer,.dashboard-services-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.3rem;padding:1rem 1.05rem;border-radius:18px;background:linear-gradient(90deg,#e7f4e8eb,#f4f9f4f0)}.dashboard-levels-footer p,.dashboard-services-footer p{margin:0;font-size:.9rem;color:var(--dashboard-text-muted)}.dashboard-secondary-button{color:var(--dashboard-text-dark);border:1px solid rgba(18,59,99,.12);background:#fff}.dashboard-services-section{background:radial-gradient(circle at 4% 12%,rgba(91,162,106,.08),transparent 20%),radial-gradient(circle at 96% 16%,rgba(91,162,106,.14),transparent 22%),linear-gradient(180deg,#f7fbf7,#f0f8f1)}.dashboard-services-head{max-width:760px;margin:0 auto 1.6rem;text-align:center}.dashboard-services-head h2 span{color:var(--dashboard-green-accent)}.dashboard-services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dashboard-service-card{display:grid;align-content:start;gap:1rem;min-height:100%;padding:20px;border:1px solid rgba(230,236,239,.98);background:#fffffff5;transition:transform .2s ease,box-shadow .2s ease}.dashboard-service-card-top{display:flex;align-items:flex-start;gap:.9rem}.dashboard-service-icon-circle{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:18px;background:var(--dashboard-blue-soft)}.dashboard-service-icon{width:52px;height:52px}.dashboard-service-icon-vector{width:28px;height:28px;color:var(--dashboard-blue-deep-1)}.dashboard-service-copy p,.dashboard-service-footer{margin:.35rem 0 0;font-size:.86rem;line-height:1.55;color:var(--dashboard-text-muted)}.dashboard-service-media{position:relative;overflow:hidden;border-radius:18px}.dashboard-service-logos{display:flex;align-items:center;gap:.7rem}.dashboard-service-logos.is-overlay{position:absolute;top:14px;left:14px;right:14px;z-index:1;justify-content:flex-start;flex-wrap:wrap}.dashboard-platform-logo{width:74px;height:74px;padding:0;border-radius:0;background:transparent;box-shadow:none;filter:drop-shadow(0 10px 18px rgba(18,50,82,.2))}.dashboard-platform-logo.is-booking{padding:.55rem;border-radius:18px;background:#ffffffeb;box-shadow:0 12px 28px #12325229;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.dashboard-service-photo{display:block;width:100%;height:155px;object-fit:cover;border-radius:18px}.dashboard-service-bullets{margin:0;padding:0;list-style:none;display:grid;gap:.55rem}.dashboard-service-bullets li{position:relative;padding-left:1.35rem;font-size:.84rem;line-height:1.5;color:var(--dashboard-text-main)}.dashboard-service-bullets li:before{content:"";position:absolute;left:0;top:.36rem;width:8px;height:8px;border-radius:50%;background:var(--dashboard-green-accent);box-shadow:0 0 0 4px #5ba26a1f}.dashboard-service-footer{margin-top:auto}@media(max-width:1320px){.dashboard-home-hero{grid-template-columns:1fr}.dashboard-hero-card-voy{grid-template-columns:minmax(0,1fr) minmax(210px,280px)}.dashboard-voy-robot{width:min(370px,132%);max-width:370px}}@media(max-width:1120px){.dashboard-progress-layout{grid-template-columns:1fr;justify-items:start}.dashboard-progress-stat.is-score{justify-self:start;max-width:none}.dashboard-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.portal-topbar.page-dashboard{flex-direction:column}.portal-topbar.page-dashboard .topbar-actions{width:100%;justify-content:stretch}.dashboard-section-head{flex-direction:column}.dashboard-levels-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-levels-track{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:1rem}}@media(max-width:760px){.dashboard-home{gap:18px}.dashboard-hero-card,.dashboard-section,.dashboard-service-card{border-radius:24px}.dashboard-hero-card,.dashboard-section{padding:22px}.dashboard-hero-card-voy{grid-template-columns:1fr}.dashboard-voy-robot-wrap{justify-content:center;margin-right:0;margin-bottom:-16px}.dashboard-voy-robot{width:min(320px,100%);max-width:320px}.dashboard-voy-button{width:100%}.dashboard-levels-grid,.dashboard-services-grid{grid-template-columns:1fr}.dashboard-levels-track{display:none}.dashboard-levels-footer,.dashboard-services-footer{flex-direction:column;align-items:stretch}}.portal-main.page-checklist{gap:1.2rem;width:100%}.portal-topbar.page-checklist{padding-bottom:.2rem}.portal-topbar.page-checklist p{max-width:720px}.checklist-focus-page{--checklist-bg-page: #f4f7f7;--checklist-card-bg: rgba(255, 255, 255, .96);--checklist-card-solid: #ffffff;--checklist-text-main: #173b63;--checklist-text-dark: #123252;--checklist-text-muted: #6e7e8f;--checklist-green-soft: #edf5ee;--checklist-green-accent: #2f6b4b;--checklist-green-line: rgba(47, 107, 75, .22);--checklist-blue-soft: #eef4ff;--checklist-blue-accent: #204f97;--checklist-gold-soft: #f7f3e8;--checklist-border-soft: #e6ecef;--checklist-shadow-soft: 0 16px 36px rgba(18, 50, 82, .08);display:grid;gap:1.35rem;width:100%;max-width:none;color:var(--checklist-text-main)}.checklist-focus-summary,.checklist-focus-sidebar-card,.checklist-focus-indicator-card,.checklist-focus-navigator-card,.checklist-focus-assistant-card{background:var(--checklist-card-bg);border:1px solid var(--checklist-border-soft);box-shadow:var(--checklist-shadow-soft);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.checklist-focus-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-radius:30px;overflow:hidden}.checklist-focus-summary-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;align-items:center;min-height:110px;padding:1.35rem 1.5rem}.checklist-focus-summary-card+.checklist-focus-summary-card:before{content:"";position:absolute;top:24px;bottom:24px;left:0;width:1px;background:var(--checklist-border-soft)}.checklist-focus-summary-icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:18px;color:var(--checklist-green-accent);background:linear-gradient(180deg,#f3f8f0,#ebf4ec)}.checklist-focus-summary-copy{display:grid;gap:.2rem;min-width:0}.checklist-focus-summary-label,.checklist-focus-kicker,.checklist-focus-field-label{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--checklist-text-muted)}.checklist-focus-summary-copy strong{color:var(--checklist-text-dark);font-size:1.1rem;font-weight:800;line-height:1.25}.checklist-focus-summary-copy small{color:var(--checklist-text-muted);font-size:.9rem;line-height:1.45}.checklist-focus-summary-progress{grid-column:2;width:100%;height:6px;margin-top:.3rem;overflow:hidden;border-radius:999px;background:#123b6314}.checklist-focus-summary-progress-bar{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2f6b4b,#5ba26a)}.checklist-focus-layout{display:grid;grid-template-columns:300px minmax(0,1.85fr) 330px;gap:1.35rem;align-items:start}.checklist-focus-sidebar,.checklist-focus-right-rail{display:grid;gap:1rem;align-self:start}.checklist-focus-sidebar,.checklist-focus-right-rail{position:sticky;top:.4rem}.checklist-focus-sidebar-card,.checklist-focus-navigator-card,.checklist-focus-assistant-card{border-radius:28px;padding:1.1rem}.checklist-focus-card-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.checklist-focus-level-list,.checklist-focus-criterion-list{display:grid;gap:.85rem}.checklist-focus-level-card{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr);gap:.95rem;align-items:center;width:100%;min-height:102px;padding:.95rem 1rem;border:1px solid var(--checklist-border-soft);border-radius:22px;color:var(--checklist-text-main);background:#ffffffe0;text-align:left;transition:transform .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease;overflow:hidden}.checklist-focus-level-card:hover,.checklist-focus-criterion-row:hover,.checklist-focus-next-button:hover,.checklist-focus-assistant-button:hover,.checklist-focus-evidence-button:hover,.checklist-focus-attachment-chip:hover,.checklist-focus-filter-chip:hover,.checklist-focus-response-card:hover{transform:translateY(-2px)}.checklist-focus-level-card.is-active{border-color:var(--checklist-green-line);background:linear-gradient(180deg,#f9fcf7,#f1f8f1);box-shadow:0 14px 30px #2f6b4b1a}.checklist-focus-level-card>*:not(.checklist-focus-level-panel){position:relative;z-index:1}.checklist-focus-level-panel{position:absolute;inset:0;background-repeat:no-repeat;background-position:center bottom;background-size:cover;opacity:.62;pointer-events:none}.checklist-focus-level-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fffc,#ffffff9e 48%,#ffffff42)}.checklist-focus-level-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:18px;color:var(--checklist-text-main);background:linear-gradient(180deg,#f7f8f9,#eef2f6)}.checklist-focus-level-illustration{width:52px;height:52px;object-fit:contain}.checklist-focus-level-number{position:absolute;top:-6px;right:-6px;display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 .35rem;border-radius:999px;color:#fff;font-size:.7rem;font-weight:800;background:var(--checklist-text-main);box-shadow:0 8px 18px #12325238}.checklist-focus-level-copy{display:grid;gap:.45rem;min-width:0}.checklist-focus-level-topline{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.checklist-focus-level-topline strong{color:var(--checklist-text-dark);font-size:.96rem;font-weight:800;line-height:1.35}.checklist-focus-level-copy small,.checklist-focus-criterion-copy small,.checklist-focus-next-button small,.checklist-focus-indicator-status small,.checklist-focus-textarea-block small,.checklist-focus-attachment-chip small,.checklist-focus-attachments-empty,.checklist-focus-attachments-count,.checklist-focus-evidence-head p,.checklist-focus-save-state{color:var(--checklist-text-muted);font-size:.86rem;line-height:1.45}.checklist-focus-level-dot,.checklist-focus-criterion-state{display:inline-flex;width:12px;height:12px;border-radius:999px;background:#123b631f}.checklist-focus-level-dot.tone-completed,.checklist-focus-criterion-state.tone-completed{background:#2f6b4b}.checklist-focus-level-dot.tone-active,.checklist-focus-criterion-state.tone-active{background:#5ba26a}.checklist-focus-level-dot.tone-pending,.checklist-focus-level-dot.tone-neutral,.checklist-focus-criterion-state.tone-pending,.checklist-focus-criterion-state.tone-neutral{background:#c8d2dc}.checklist-focus-mini-bar{width:100%;height:5px;overflow:hidden;border-radius:999px;background:#123b6314}.checklist-focus-mini-bar-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2f6b4b,#89c095)}.checklist-focus-filter-row{display:flex;flex-wrap:wrap;gap:.65rem}.checklist-focus-filter-chip{min-height:40px;padding:.7rem .95rem;border:1px solid var(--checklist-border-soft);border-radius:999px;color:var(--checklist-text-main);background:#ffffffe6;font-size:.82rem;font-weight:700;transition:transform .2s ease,color .2s ease,background-color .2s ease,border-color .2s ease}.checklist-focus-filter-chip.is-active{color:#fff;border-color:transparent;background:linear-gradient(90deg,#2f6b4b,#1f5a3d);box-shadow:0 10px 22px #2f6b4b2e}.checklist-focus-indicator-card{position:relative;display:grid;gap:1.5rem;min-height:760px;padding:1.45rem 1.55rem 1.6rem;border-radius:30px;overflow:hidden}.checklist-focus-indicator-card:before{content:"";position:absolute;inset:0 0 auto;height:220px;background:radial-gradient(circle at top left,rgba(91,162,106,.08),transparent 44%),radial-gradient(circle at top right,rgba(32,79,151,.05),transparent 36%);pointer-events:none}.checklist-focus-indicator-card>*{position:relative;z-index:1}.checklist-focus-breadcrumb{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;color:var(--checklist-text-muted);font-size:.82rem;font-weight:700}.checklist-focus-breadcrumb .checklist-focus-icon{width:16px;height:16px}.checklist-focus-indicator-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.checklist-focus-indicator-topline{display:flex;align-items:center;gap:.6rem;margin-bottom:.9rem}.checklist-focus-code-badge,.checklist-focus-order-badge{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.45rem .8rem;border-radius:999px;font-size:.8rem;font-weight:800}.checklist-focus-code-badge{color:var(--checklist-green-accent);background:linear-gradient(180deg,#eff7ef,#e7f3e8)}.checklist-focus-order-badge{color:var(--checklist-blue-accent);background:linear-gradient(180deg,#f2f6fe,#ebf1fc)}.checklist-focus-indicator-head h2{margin:0;color:var(--checklist-text-dark);font-family:var(--font-sans);font-size:clamp(1.75rem,1vw + 1.2rem,2.35rem);font-weight:800;line-height:1.2}.checklist-focus-indicator-head p{max-width:860px;margin:.7rem 0 0;color:var(--checklist-text-muted);font-size:1rem;line-height:1.7}.checklist-focus-indicator-status{display:grid;justify-items:end;gap:.45rem;min-width:142px}.checklist-focus-indicator-status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.65rem .9rem;border-radius:999px;font-size:.82rem;font-weight:800}.checklist-focus-indicator-status-pill.tone-success{color:#2f6b4b;background:#2f6b4b1f}.checklist-focus-indicator-status-pill.tone-partial{color:#204f97;background:#204f971a}.checklist-focus-indicator-status-pill.tone-danger{color:#9f4f4f;background:#9f4f4f1f}.checklist-focus-indicator-status-pill.tone-neutral,.checklist-focus-indicator-status-pill.tone-pending{color:#7a8794;background:#7a87941f}.checklist-focus-response-block,.checklist-focus-evidence-block{display:grid;gap:.85rem}.checklist-focus-response-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.checklist-focus-response-card{display:grid;justify-items:center;gap:.55rem;min-height:138px;padding:1rem .9rem;border:1px solid var(--checklist-border-soft);border-radius:22px;color:var(--checklist-text-main);background:#ffffffd1;text-align:center;transition:transform .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.checklist-focus-response-card strong{color:var(--checklist-text-dark);font-size:1rem;line-height:1.3}.checklist-focus-response-card small{color:var(--checklist-text-muted);font-size:.85rem}.checklist-focus-response-card.is-selected{border-color:var(--checklist-green-line);background:linear-gradient(180deg,#fbfdf9,#eef6ee);box-shadow:0 14px 26px #2f6b4b1a}.checklist-focus-response-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:18px;color:var(--checklist-green-accent);background:#2f6b4b14}.checklist-focus-textarea-block{display:grid;gap:.7rem}.checklist-focus-textarea{width:100%;min-height:130px;padding:1rem 1rem 1.15rem;border:1px solid var(--checklist-border-soft);border-radius:22px;color:var(--checklist-text-dark);resize:vertical;background:#fbfcfd;transition:border-color .2s ease,box-shadow .2s ease}.checklist-focus-textarea:focus{outline:none;border-color:#204f9738;box-shadow:0 0 0 4px #204f9714}.checklist-focus-textarea::placeholder{color:#97a5b3}.checklist-focus-textarea-block small{justify-self:end}.checklist-focus-evidence-head{display:grid;gap:.4rem}.checklist-focus-evidence-head p{margin:0}.checklist-focus-evidence-actions{display:grid;gap:.95rem}.checklist-focus-evidence-button,.checklist-focus-assistant-button,.checklist-focus-next-button,.checklist-focus-secondary-button,.checklist-focus-primary-button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:52px;padding:.9rem 1.15rem;border-radius:18px;font-size:.94rem;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease}.checklist-focus-evidence-button{width:fit-content;border:1px dashed rgba(32,79,151,.22);color:var(--checklist-text-main);background:linear-gradient(180deg,#fbfcfe,#f5f8fc)}.checklist-focus-evidence-button.is-upload{justify-content:flex-start}.checklist-focus-attachment-list{display:flex;flex-wrap:wrap;gap:.75rem}.checklist-focus-attachment-chip{display:grid;gap:.15rem;min-width:190px;max-width:100%;padding:.78rem .9rem;border:1px solid var(--checklist-border-soft);border-radius:18px;color:var(--checklist-text-main);background:#ffffffe6;box-shadow:0 8px 18px #1232520a}.checklist-focus-attachment-chip strong{overflow:hidden;color:var(--checklist-text-dark);font-size:.88rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.checklist-focus-attachments-empty{display:inline-flex;align-items:center;min-height:44px}.checklist-focus-attachments-count{display:inline-flex;align-items:center}.checklist-focus-indicator-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto}.checklist-focus-save-state{font-weight:700}.checklist-focus-indicator-actions{display:flex;align-items:center;justify-content:flex-end;gap:.85rem;flex-wrap:wrap}.checklist-focus-secondary-button{border:1px solid rgba(18,59,99,.14);color:var(--checklist-text-main);background:#ffffffe6}.checklist-focus-secondary-button.is-disabled,.checklist-focus-secondary-button:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;transform:none;box-shadow:none}.checklist-focus-primary-button{min-width:220px;border:1px solid transparent;color:#fff;background:linear-gradient(90deg,#2f6b4b,#255a3f);box-shadow:0 14px 28px #2f6b4b33}.checklist-focus-navigator-card{display:grid;gap:1rem}.checklist-focus-criterion-row{display:grid;grid-template-columns:28px minmax(0,1fr) 16px;gap:.9rem;align-items:center;width:100%;padding:.9rem .95rem;border:1px solid transparent;border-radius:18px;color:var(--checklist-text-main);background:#f7f9fac7;text-align:left;transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.checklist-focus-criterion-row.is-active{border-color:var(--checklist-green-line);background:linear-gradient(180deg,#f9fcf8,#f2f7f1)}.checklist-focus-criterion-index{color:var(--checklist-text-main);font-size:.92rem;font-weight:800}.checklist-focus-criterion-copy{display:grid;gap:.2rem;min-width:0}.checklist-focus-criterion-copy strong{overflow:hidden;color:var(--checklist-text-dark);font-size:.92rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.checklist-focus-next-card{display:grid;gap:.8rem;margin-top:.2rem;padding-top:.95rem;border-top:1px solid var(--checklist-border-soft)}.checklist-focus-nav-grid{display:grid;gap:.85rem}.checklist-focus-nav-card{display:grid;gap:.55rem}.checklist-focus-nav-label{color:var(--checklist-text-muted);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.checklist-focus-next-head{display:inline-flex;align-items:center;gap:.55rem;color:var(--checklist-text-main);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.checklist-focus-next-head .checklist-focus-icon{width:16px;height:16px}.checklist-focus-next-button{width:100%;justify-content:space-between;border:1px solid var(--checklist-border-soft);color:var(--checklist-text-main);background:#f9fafbeb;text-align:left}.checklist-focus-next-button.is-previous{justify-content:flex-start}.checklist-focus-next-button div{display:grid;gap:.2rem;min-width:0}.checklist-focus-next-button strong{color:var(--checklist-text-dark);font-size:.92rem}.checklist-focus-next-empty{margin:0;color:var(--checklist-text-muted);font-size:.88rem;line-height:1.6}.checklist-focus-assistant-card{position:relative;display:grid;gap:1rem;min-height:270px;overflow:hidden}.checklist-focus-assistant-body{display:grid;grid-template-columns:minmax(0,1fr) 168px;gap:.35rem;align-items:end}.checklist-focus-assistant-copy{position:relative;z-index:1;align-self:start}.checklist-focus-assistant-body p{margin:0;color:var(--checklist-text-muted);font-size:.92rem;line-height:1.7}.checklist-focus-assistant-robot{width:190px;max-width:none;min-width:150px;justify-self:end;align-self:end;margin-right:-.85rem;margin-bottom:-1rem;object-fit:contain}.checklist-focus-assistant-button{width:100%;justify-content:space-between;border:1px solid rgba(18,59,99,.12);color:var(--checklist-text-main);background:#ffffffeb}.checklist-focus-empty-card{display:grid;place-items:center;min-height:320px;border:1px dashed var(--checklist-border-soft);border-radius:24px;color:var(--checklist-text-muted);text-align:center;background:#f8fafbdb}.checklist-focus-icon{width:22px;height:22px;flex:0 0 auto}@media(max-width:1320px){.checklist-focus-layout{grid-template-columns:280px minmax(0,1.55fr) 300px}.checklist-focus-response-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.checklist-focus-indicator-head{flex-direction:column}.checklist-focus-indicator-status{justify-items:start}}@media(max-width:1160px){.checklist-focus-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.checklist-focus-summary-card:nth-child(3):before{display:none}.checklist-focus-summary-card:nth-child(n+3){border-top:1px solid var(--checklist-border-soft)}.checklist-focus-layout{grid-template-columns:280px minmax(0,1fr)}.checklist-focus-right-rail{position:static;grid-column:1 / -1;grid-template-columns:minmax(0,1fr) 300px}}@media(max-width:900px){.checklist-focus-layout,.checklist-focus-right-rail{grid-template-columns:1fr}.checklist-focus-sidebar{position:static}.checklist-focus-summary-card+.checklist-focus-summary-card:before{display:none}.checklist-focus-indicator-footer{flex-direction:column;align-items:stretch}.checklist-focus-indicator-actions{justify-content:stretch}.checklist-focus-secondary-button,.checklist-focus-primary-button{width:100%}}@media(max-width:640px){.checklist-focus-summary{grid-template-columns:1fr}.checklist-focus-summary-card{min-height:102px;padding:1.1rem 1.15rem}.checklist-focus-sidebar-card,.checklist-focus-indicator-card,.checklist-focus-navigator-card,.checklist-focus-assistant-card{padding:1rem;border-radius:24px}.checklist-focus-level-card{grid-template-columns:64px minmax(0,1fr);padding:.85rem}.checklist-focus-level-illustration{width:46px;height:46px}.checklist-focus-response-grid{grid-template-columns:1fr}.checklist-focus-indicator-topline{flex-wrap:wrap}.checklist-focus-assistant-body{grid-template-columns:1fr 150px}.checklist-focus-assistant-robot{width:165px;min-width:120px;margin-right:-.45rem;margin-bottom:-.65rem}}.page-path .portal-main{min-width:0}.route-cert-page{width:100%}.route-cert-board{position:relative;width:100%;height:clamp(720px,calc(100vh - 170px),840px);min-height:720px;max-height:840px;padding:24px 28px 26px;border-radius:32px;border:1px solid rgba(30,58,82,.08);background:#ffffffeb;box-shadow:0 22px 50px #12243414;overflow:hidden}.route-map-canvas{position:absolute;inset:0;padding:0;overflow:hidden}.route-map-canvas:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 22%,rgba(255,255,255,.56),transparent 24%),linear-gradient(180deg,#ffffff05,#ffffff14 55%,#ffffff3d)}.route-map-stage{position:relative;width:100%;height:100%}.route-map-image,.route-map-path{position:absolute;inset:0;width:100%;height:100%}.route-map-image{object-fit:cover;object-position:center center}.route-map-path{z-index:1;pointer-events:none}.route-map-path-shadow,.route-map-path-line{fill:none;stroke-linecap:round;stroke-linejoin:round}.route-map-path-shadow{stroke:#40526333;stroke-width:3.2}.route-map-path-line{stroke:#ffffffeb;stroke-width:1.5;stroke-dasharray:.14 2.8}.route-level-badge-wrap,.route-map-step{position:absolute;transform:translate(-50%,-50%);z-index:2}.route-map-step{width:25px;height:25px;border-radius:999px;border:4px solid rgba(255,255,255,.94);background:#fffffff5;box-shadow:0 10px 20px #12243429}.route-map-step.is-complete{border-color:#fff7e4f5;background:linear-gradient(180deg,#f3d57b,#d1a54f)}.route-map-step.is-partial{border-color:#fff7e4f5;background:linear-gradient(90deg,#f3d57b 0% 50%,#fffffffa 50% 100%)}.route-map-step.is-active-segment{box-shadow:0 0 0 6px #ffffff2e,0 14px 28px #1224342e}.route-map-step.is-pending{background:#fffffff5}.route-level-badge-wrap{z-index:3}.route-level-badge{position:relative;display:block;width:max-content;min-height:90px;padding:10px 0 0;border:0;color:#fffffffa;text-align:left;background:transparent;overflow:visible}.route-level-badge.is-active{transform:translateY(-2px)}.route-level-badge-body{display:flex;align-items:center;min-height:60px;min-width:228px;max-width:none;padding:.52rem 4.4rem .5rem .9rem;border-radius:999px;background:linear-gradient(180deg,#19335bfa,#11274afa);box-shadow:0 18px 30px #091c383d}.route-level-badge.is-active .route-level-badge-body{box-shadow:0 22px 36px #091c3847}.route-level-badge-copy{display:grid;gap:.24rem;align-content:center;min-width:0}.route-level-kicker{font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#fffffff5;line-height:1;white-space:nowrap}.route-level-badge-copy p{margin:0;color:#fffffffa;font-size:.76rem;line-height:1.02;white-space:nowrap}.route-level-stars{display:flex;align-items:center;justify-content:flex-start;gap:.24rem;position:absolute;top:0;left:.88rem;min-height:20px;pointer-events:none}.route-level-star{width:15px;height:15px;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);background:#ffffffeb;filter:drop-shadow(0 0 .7px rgba(9,28,56,.98)) drop-shadow(0 2px 4px rgba(9,28,56,.34))}.route-level-star.is-filled{background:linear-gradient(180deg,#ffefb4,#e2b54a)}.route-level-thumb{position:absolute;top:50%;right:-14px;transform:translateY(-50%);display:grid;place-items:center;width:74px;height:74px;border-radius:50%;background:#fffffffa;box-shadow:inset 0 1px #fff9,0 10px 20px #091c3833;overflow:hidden}.route-level-thumb img{width:100%;height:100%;object-fit:contain}.route-cert-board-slot{position:absolute;z-index:4}.route-cert-board-slot-side{top:24px;right:24px;bottom:24px;width:min(300px,20vw)}.route-cert-board-slot-overview{top:24px;left:24px;width:min(308px,21vw)}.route-cert-board-slot-guide{left:24px;bottom:24px;width:min(300px,20vw)}.route-cert-side-stack{display:grid;grid-template-rows:auto minmax(0,1fr);gap:.75rem;height:100%;min-height:0}.route-panel{position:relative;border:1px solid rgba(30,58,82,.08);border-radius:28px;background:#fffffff0;box-shadow:0 18px 36px #12243414;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.route-panel h3{margin:0;font-family:var(--font-display);line-height:1.05}.route-overview-card{display:grid;gap:.8rem;min-height:212px;padding:1rem}.route-overview-card h2{font-size:clamp(1.28rem,.72vw + .94rem,1.88rem)}.route-overview-stats{display:grid;gap:.58rem}.route-overview-stat{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding-bottom:.55rem;border-bottom:1px solid rgba(30,58,82,.08)}.route-overview-stat:last-child{padding-bottom:0;border-bottom:0}.route-overview-stat small,.route-active-copy small{color:var(--text-muted);font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.route-overview-stat strong,.route-active-metrics strong{color:var(--blue-900);font-size:1rem;font-weight:800}.route-overview-button,.route-card-button,.route-card-button-secondary{min-height:52px;border-radius:18px}.route-card-button-secondary{background:#f2f6f8f5}.route-active-level-card{display:grid;gap:.8rem;min-height:0;height:100%;padding:.95rem;isolation:isolate;overflow:hidden}.route-active-level-card>:not(.route-active-background){position:relative;z-index:1}.route-active-head{display:flex;align-items:center;gap:.75rem}.route-active-badge{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:#fffffff5;box-shadow:0 10px 18px #12243414}.route-active-badge img{width:44px;height:44px;object-fit:contain}.route-active-copy{display:grid;gap:.22rem}.route-active-copy h3{font-size:clamp(1rem,.44vw + .86rem,1.2rem)}.route-active-description,.route-guide-copy p,.route-criteria-empty p{margin:0;color:var(--text-muted);line-height:1.6}.route-active-description{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.9rem}.route-active-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.route-active-metrics div{display:grid;gap:.25rem;padding:.52rem .58rem;border-radius:18px;background:#f4f7f7f0}.route-active-metrics span,.route-criteria-item small{color:var(--text-muted);font-size:.68rem;line-height:1.25;white-space:nowrap}.route-active-background{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.route-active-background:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffffeb,#ffffffad 34%,#ffffff61 62%,#ffffff38),linear-gradient(90deg,#ffffff94,#ffffff14 52%,#ffffff08)}.route-active-background img{position:absolute;right:0;bottom:0;left:0;width:100%;height:auto;max-height:100%;object-fit:contain;object-position:center bottom}.route-criteria-card{display:grid;gap:.8rem;min-height:0;height:100%;padding:.95rem}.route-criteria-list{display:grid;gap:.42rem;min-height:0;max-height:none;overflow:auto;padding-right:.2rem}.route-criteria-item{display:flex;align-items:center;justify-content:space-between;gap:.55rem;padding:.48rem .62rem;border-radius:14px;border:1px solid rgba(30,58,82,.08);background:#f4f7f7eb;transition:transform .2s ease,box-shadow .2s ease}.route-criteria-item:hover,.route-criteria-item:focus-visible{transform:translateY(-1px);box-shadow:0 14px 26px #12243414}.route-criteria-item-copy{display:grid;min-width:0}.route-criteria-item-title{display:-webkit-box;overflow:hidden;color:var(--text);font-size:.8rem;font-weight:700;line-height:1.28;-webkit-line-clamp:2;-webkit-box-orient:vertical}.route-criteria-empty{display:grid;gap:.35rem;padding:1rem;border-radius:20px;background:#f4f7f7eb}.route-guide-card{position:relative;display:block;min-height:0;height:100%;padding:.95rem;overflow:hidden}.route-guide-copy{display:grid;gap:.85rem;padding-bottom:132px}.route-guide-copy h3{font-size:clamp(1rem,.42vw + .84rem,1.16rem)}.route-guide-visual{position:absolute;left:50%;bottom:12px;width:118px;height:118px;transform:translate(-50%)}.route-guide-visual img{width:100%;height:100%;object-fit:contain}.page-path .route-cert-page,.page-path .route-cert-board{max-width:none}@media(max-width:1440px){.route-cert-board-slot-overview{width:min(296px,22vw)}.route-cert-board-slot-guide,.route-cert-board-slot-side{width:min(292px,21vw)}.route-level-badge{width:max-content}}@media(max-width:1280px){.route-cert-board{height:min(76vh,calc(100vh - 170px));min-height:660px}.route-cert-board-slot-overview{top:20px;left:20px;width:280px}.route-cert-board-slot-guide{left:20px;bottom:20px;width:280px}.route-cert-board-slot-side{top:20px;right:20px;bottom:20px;width:286px}.route-level-badge{width:max-content;min-height:90px}}@media(max-width:1100px){.route-cert-board{display:grid;gap:1rem;height:auto;min-height:0;max-height:none;padding:18px;overflow:visible}.route-map-canvas{position:relative;min-height:620px;padding:0;border-radius:28px;overflow:hidden}.route-map-stage{height:auto;max-width:100%}.route-cert-board-slot{position:relative;inset:auto;width:100%}.route-cert-board-slot-overview,.route-cert-board-slot-guide,.route-cert-board-slot-side{width:100%}.route-cert-side-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.route-overview-card,.route-active-level-card,.route-criteria-card,.route-guide-card{min-height:100%}}@media(max-width:920px){.route-cert-side-stack{grid-template-columns:1fr}.route-guide-card{min-height:250px}}@media(max-width:720px){.route-map-canvas{min-height:560px}.route-level-badge{width:max-content;min-height:88px;height:auto;padding:10px 0 0}.route-level-badge-body{min-width:208px;padding-right:4rem}.route-level-thumb{width:68px;height:68px}}.auth-body{position:relative;min-height:100vh;overflow:hidden;background:radial-gradient(circle at 18% 42%,rgba(46,100,112,.42),transparent 24%),radial-gradient(circle at 68% 34%,rgba(89,126,91,.18),transparent 22%),linear-gradient(90deg,#08273ac7,#0d3647a3 34%,#0e27352e),var(--login-map-url) center center / auto 100% no-repeat}.auth-body.smart-voyager-body:before,.auth-body.smart-voyager-body:after{content:none}.auth-body:before,.auth-body:after{content:"";position:fixed;inset:0;pointer-events:none}.auth-body:before{background:radial-gradient(circle at 20% 16%,rgba(186,227,232,.22),transparent 16%),radial-gradient(circle at 58% 74%,rgba(131,181,157,.14),transparent 18%),radial-gradient(circle at 86% 24%,rgba(255,255,255,.08),transparent 18%)}.auth-body:after{background:linear-gradient(180deg,#03101a1f,#03101a33)}.auth-body .auth-layout{position:relative;z-index:1;display:grid;grid-template-columns:570px 474px;gap:18px;align-content:center;justify-content:center;width:min(1100px,calc(100% - 64px));min-height:100vh;margin:0 auto;padding:34px 0 54px}.auth-body .auth-panel{position:relative;overflow:hidden;height:min(620px,calc(100vh - 126px));min-height:0;border-radius:34px;border:1px solid rgba(255,255,255,.32);background:#ffffff14;box-shadow:0 24px 54px #05131f38,inset 0 1px #ffffff38;backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%)}.auth-body .auth-panel-brand{display:flex;flex-direction:column;align-items:flex-start;padding:20px 24px 18px;background:transparent}.auth-body .auth-panel-brand:before,.auth-body .auth-panel-brand:after,.auth-body .auth-panel-form:before,.auth-body .auth-panel-form:after{content:"";position:absolute;border-radius:999px;filter:blur(18px);pointer-events:none}.auth-body .auth-panel-brand:before{width:240px;height:240px;left:-36px;top:64px;background:#6bcfeb33}.auth-body .auth-panel-brand:after{width:220px;height:220px;right:28px;bottom:66px;background:#99b46e1f}.auth-body .auth-panel-form{display:grid;padding:18px;background:transparent}.auth-body .auth-panel-form:before{width:210px;height:210px;left:34px;top:6px;background:#c3e1eb33}.auth-body .auth-panel-form:after{width:210px;height:210px;right:8px;bottom:12px;background:#a7bc911a}.auth-body .auth-brand-chip{position:relative;z-index:1;width:100%;min-height:24px;padding:.32rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,.24);color:#102e52c7;background:#ffffff42;box-shadow:inset 0 1px #ffffff38;font-size:.76rem;font-weight:700;text-align:center}.auth-body .auth-brand-lockup{position:relative;z-index:1;display:flex;align-items:flex-start;gap:18px;margin-top:34px}.auth-body .auth-logo-shell{display:grid;place-items:center;width:82px;height:82px;border-radius:20px;background:#ffffff9e;box-shadow:inset 0 1px #ffffff57,0 12px 28px #0c283b12}.auth-body .auth-logo{width:58px;height:58px;padding:0;object-fit:contain;background:transparent;border:0;border-radius:0}.auth-body .auth-brand-copy{display:grid;gap:.35rem;padding-top:2px}.auth-body .auth-brand-copy .eyebrow{color:#2242628f}.auth-body .auth-title{max-width:228px;color:#16304d;font-size:clamp(3.2rem,1vw + 2.8rem,4rem);line-height:.92;text-wrap:balance}.auth-body .auth-brand-content{position:relative;z-index:1;display:grid;gap:1.1rem;max-width:392px;margin-top:auto}.auth-body .auth-slogan{color:#f6fbff;font-family:var(--font-display);font-size:clamp(2.25rem,.7vw + 2.05rem,2.84rem);line-height:1.1;text-wrap:balance;text-shadow:0 2px 18px rgba(10,30,48,.16)}.auth-body .auth-version-stack{display:grid;gap:.22rem}.auth-body .auth-beta-label{display:block;min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#f4f9fcf0;font-size:.92rem;font-weight:700;line-height:1.3;text-align:left}.auth-body .auth-version{color:#e9f3f8d1;font-size:.9rem;line-height:1.45}.auth-body .auth-animal-caption{position:absolute;right:78px;bottom:148px;z-index:7;color:#153555c2;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.auth-body .auth-condor-illustration,.auth-body .auth-turtle-illustration{position:absolute;z-index:6;pointer-events:none;-webkit-user-select:none;user-select:none}.auth-body .auth-condor-illustration{right:10px;bottom:0;width:248px;opacity:.92;filter:drop-shadow(0 18px 28px rgba(7,24,39,.18))}.auth-body .auth-form-stage{position:relative;z-index:1;display:grid;align-content:start;justify-items:center;width:100%;height:100%;padding:54px 0 0}.auth-body .login-card{position:relative;z-index:2;width:100%;max-width:358px;min-height:0;padding:22px 20px 18px;border-radius:28px;border:1px solid rgba(18,50,82,.08);background:#fffffffa;box-shadow:0 22px 46px #081c2d24,0 8px 18px #081c2d0a}.auth-body .login-header{display:grid;gap:.35rem;margin-bottom:1.05rem}.auth-body .login-header .eyebrow{color:#384e6485}.auth-body .login-header h2{color:#18304b;font-size:2.5rem;line-height:1}.auth-body .alert-card{margin-bottom:.85rem;border-radius:16px;border:1px solid rgba(179,100,100,.12);background:#fff5f5f2;font-size:.92rem}.auth-body .alert-card-info{border-color:#123b7a1f;background:#eff5fff2}.auth-body .login-form{display:grid;gap:.92rem}.auth-body .field-group{display:grid;gap:.38rem}.auth-body .field-group span{color:#2a4057;font-size:.95rem;font-weight:700}.auth-body .field-group input{min-height:42px;padding:0 .95rem;border-radius:14px;border:1px solid rgba(18,50,82,.12);color:#173252;background:#fff;box-shadow:inset 0 1px #ffffffd1}.auth-body .field-group input::placeholder{color:#9aa5af}.auth-body .field-group input:focus{outline:none;border-color:#145c6f5c;box-shadow:0 0 0 4px #145c6f1a}.auth-body .primary-button,.auth-body .ghost-button{width:100%;min-height:44px;border-radius:999px;font-size:.9rem}.auth-body .primary-button{margin-top:.12rem;background:linear-gradient(90deg,#0d6270,#114b62);box-shadow:0 10px 22px #0d62702e}.auth-body .ghost-button{margin-top:.72rem;border:2px solid rgba(18,83,98,.72);color:#205565;background:#ffffffd6}.auth-body .auth-turtle-illustration{right:-110px;bottom:-26px;width:468px;opacity:.94;filter:sepia(.4) saturate(.78) hue-rotate(118deg) brightness(.92) drop-shadow(0 24px 28px rgba(9,28,40,.14))}.auth-body .auth-legal{position:fixed;left:50%;bottom:16px;z-index:1;margin:0;transform:translate(-50%);color:#f3f7facc;font-size:.92rem;line-height:1.4}@media(max-width:1180px){.auth-body{overflow:auto}.auth-body .auth-layout{grid-template-columns:1fr;width:min(100%,calc(100% - 40px));gap:18px;padding:20px 0 60px}.auth-body .auth-panel{min-height:0}.auth-body .auth-panel-brand,.auth-body .auth-panel-form{height:auto;min-height:560px}}@media(max-width:820px){.auth-body .auth-layout{width:min(100%,calc(100% - 20px));padding:10px 0 54px}.auth-body .auth-panel,.auth-body .login-card{border-radius:26px}.auth-body .auth-panel-brand,.auth-body .auth-panel-form{padding:20px}.auth-body .auth-brand-lockup{margin-top:28px}.auth-body .auth-title{font-size:3rem}.auth-body .auth-slogan{font-size:2rem}.auth-body .auth-condor-illustration{width:208px}.auth-body .auth-turtle-illustration{right:-68px;width:320px}.auth-body .auth-animal-caption{right:70px;bottom:146px}}:root{--bg: #f4f6f7;--bg-soft: #edf1f3;--surface: rgba(255, 255, 255, .94);--surface-strong: #ffffff;--surface-soft: rgba(246, 249, 250, .96);--line: rgba(30, 58, 82, .08);--line-strong: rgba(30, 58, 82, .16);--text: #1f3140;--text-muted: #667685;--blue-950: #102434;--blue-900: #173249;--blue-800: #234861;--blue-700: #41627c;--blue-500: #8ca2b5;--gold-700: #b08d52;--gold-500: #cfb06f;--gold-200: #f1e7d5;--green-500: #537d68;--green-100: #e6efe9;--danger: #b36464;--warning: #9b8358;--shadow: 0 22px 46px rgba(18, 36, 52, .1);--shadow-soft: 0 10px 26px rgba(18, 36, 52, .05);--radius-xl: 30px;--radius-lg: 24px;--radius-md: 18px;--radius-sm: 14px;--font-sans: "Manrope", "Segoe UI", sans-serif;--font-display: "Fraunces", Georgia, serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-sans);color:var(--text);background:radial-gradient(circle at top left,rgba(207,176,111,.05),transparent 28%),radial-gradient(circle at 82% 12%,rgba(140,162,181,.08),transparent 26%),linear-gradient(180deg,#f8fafb,#f3f6f7 52%,#eef2f4)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.smart-voyager-body{position:relative}.smart-voyager-body:before,.smart-voyager-body:after{content:"";position:fixed;z-index:-1;border-radius:999px;filter:blur(12px);opacity:.75}.smart-voyager-body:before{width:320px;height:320px;right:-120px;top:12vh;background:#6f90ab17}.smart-voyager-body:after{width:360px;height:360px;left:-180px;bottom:-140px;background:#cfb06f17}.eyebrow,.meta-label,.metric-label,.timeline-kicker,.highlight-kicker{display:inline-block;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.primary-button,.secondary-button,.ghost-button,.text-link,.filter-pill,.compliance-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:46px;border-radius:999px;border:1px solid transparent;padding:.8rem 1.25rem;font-size:.95rem;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease}.primary-button{color:#fff;background:var(--blue-900);box-shadow:0 10px 22px #17324924}.secondary-button{color:var(--blue-900);border-color:#23486124;background:#ffffffd1}.ghost-button{color:var(--blue-900);border-color:#23486124;background:#fff9}.text-link{justify-content:flex-start;min-height:auto;padding:0;border:0;color:var(--blue-800);background:transparent}.primary-button:hover,.secondary-button:hover,.ghost-button:hover,.filter-pill:hover,.compliance-button:hover,.quick-access-card:hover,.sidebar-link:hover,.path-preview-card:hover,.document-card:hover,.metric-card:hover,.panel-card:hover,.hero-card:hover,.roadmap-card:hover,.criterion-card:hover,.level-nav-card:hover,.roadmap-section-chip:hover,.attachment-card:hover{transform:translateY(-2px)}.disabled-button{opacity:.58;pointer-events:none}.full-width{width:100%}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.portal-shell,.auth-layout{animation:fade-up .6s ease both}.portal-shell{display:grid;grid-template-columns:290px minmax(0,1fr);gap:1.5rem;padding:1.5rem;min-height:100vh}.portal-sidebar,.panel-card,.metric-card,.hero-card,.document-card,.login-card,.topbar-date-card,.user-card,.roadmap-card,.criterion-card,.level-nav-card{background:var(--surface);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border:1px solid var(--line);box-shadow:var(--shadow-soft)}.portal-sidebar{position:sticky;top:1.5rem;display:flex;flex-direction:column;gap:1.5rem;height:calc(100vh - 3rem);padding:1.5rem;border-radius:var(--radius-xl)}.sidebar-brand{display:flex;gap:1rem;align-items:center}.sidebar-brand h2,.portal-topbar h1,.auth-title,.hero-card h2,.panel-card h2,.panel-card h3,.document-card h3,.roadmap-card h3,.criterion-main h4,.login-header h2{margin:0;font-family:var(--font-display);line-height:1.08}.sidebar-brand p,.portal-topbar p,.hero-card p,.panel-card p,.metric-card p,.document-card p,.roadmap-card p,.login-card p{margin:0;color:var(--text-muted);line-height:1.6}.sidebar-logo,.auth-logo{display:block;object-fit:contain;border-radius:20px}.sidebar-logo{width:72px;height:72px;padding:.55rem;background:#ffffffe6}.auth-logo{width:108px;height:108px;padding:.75rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.16)}.sidebar-nav{display:grid;gap:.55rem}.sidebar-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1rem;border-radius:18px;color:var(--text-muted);transition:background-color .2s ease,color .2s ease}.sidebar-link.is-active{color:var(--blue-900);background:#23486112}.sidebar-link-marker{width:.7rem;height:.7rem;border-radius:999px;background:#b08d5233}.sidebar-link.is-active .sidebar-link-marker{background:var(--gold-700)}.sidebar-promo,.ai-note-card{margin-top:auto;padding:1.15rem;border-radius:24px;background:linear-gradient(160deg,#102434fa,#173249f5 72%,#b08d52e0);color:#ffffffeb}.sidebar-promo h3,.auth-title{font-size:clamp(2.1rem,1.7vw + 1.1rem,3.4rem)}.sidebar-promo h3{margin:.6rem 0;font-family:var(--font-display)}.sidebar-promo p,.ai-note-card p{color:#ffffffc2}.sidebar-pill,.soft-pill,.auth-brand-chip,.quick-tag,.status-badge,.priority-badge,.save-state{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border-radius:999px;padding:.4rem .78rem;font-size:.78rem;font-weight:700}.sidebar-pill,.auth-brand-chip{color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.2)}.soft-pill,.quick-tag{color:var(--blue-800);background:#8ca2b51a;border:1px solid rgba(140,162,181,.14)}.portal-main{display:flex;flex-direction:column;gap:1.5rem}.portal-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.9rem .25rem .1rem}.portal-topbar h1{font-size:clamp(2rem,2vw + 1.2rem,3rem)}.topbar-actions{display:flex;align-items:stretch;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.topbar-date-card,.user-card{display:flex;flex-direction:column;justify-content:center;min-width:180px;border-radius:18px;padding:.85rem 1rem}.topbar-date-card strong,.metric-card strong,.compact-stat-card strong,.progress-orb-inner strong,.roadmap-meta strong{font-size:1.8rem;font-weight:800;line-height:1}.user-name{font-weight:800}.user-role,.user-email,.muted-label,.progress-inline,.item-hint,.roadmap-meta span,.spotlight-stats span{color:var(--text-muted)}.logout-form{align-self:center}.page-stack,.hero-grid,.content-grid,.documents-hero-grid,.path-hero-grid,.workspace-grid{display:grid;gap:1.5rem}.hero-grid{grid-template-columns:1.55fr .95fr}.content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-grid{grid-template-columns:350px minmax(0,1fr)}.documents-hero-grid,.path-hero-grid{grid-template-columns:1.2fr .8fr}.content-grid-wide{grid-template-columns:1.15fr .85fr}.hero-card,.panel-card,.metric-card,.document-card,.roadmap-card,.criterion-card,.level-nav-card{border-radius:var(--radius-xl);padding:1.5rem}.hero-card-main{display:grid;grid-template-columns:1.2fr 220px;gap:1.5rem;align-items:center}.hero-card-main h2,.panel-card h2{font-size:clamp(1.7rem,1.2vw + 1rem,2.25rem);margin:.4rem 0 .85rem}.hero-card-side{display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.hero-action-row,.pill-row,.filter-row,.prompt-chip-row,.evidence-actions{display:flex;flex-wrap:wrap;gap:.75rem}.progress-orb{width:210px;height:210px;padding:16px;border-radius:50%;background:conic-gradient(var(--gold-500) 0 10%,var(--blue-700) 10% var(--progress-value),rgba(73,104,120,.12) var(--progress-value) 100%)}.progress-orb-inner{display:grid;place-items:center;width:100%;height:100%;border-radius:50%;background:#fffffff0;text-align:center}.progress-orb-inner strong{font-size:2.8rem}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.metric-card{display:grid;gap:.8rem}.section-heading,.criteria-panel-head,.criterion-head,.document-card-head,.document-card-footer,.roadmap-card-head,.path-preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.path-preview-list,.quick-access-grid,.document-preview-list,.document-grid,.next-steps-list,.capability-list,.criteria-list,.attachment-list,.roadmap-grid,.level-nav-grid,.section-pill-row,.roadmap-section-list{display:grid;gap:1rem}.path-preview-list,.document-grid,.quick-access-grid,.roadmap-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.level-nav-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.document-preview-list,.next-steps-list,.capability-list,.criteria-list{grid-template-columns:1fr}.path-preview-card,.quick-access-card,.document-preview-card,.next-step-card,.capability-card,.empty-state-card,.workspace-note,.category-spotlight,.attachment-card,.prompt-guide,.evidence-box,.roadmap-section-chip{padding:1rem 1.1rem;border-radius:20px;border:1px solid var(--line);background:var(--surface-soft)}.path-step,.doc-code,.category-code,.criterion-code,.roadmap-index{display:inline-flex;align-items:center;justify-content:center;min-width:58px;padding:.42rem .72rem;border-radius:999px;font-weight:800;color:var(--blue-900);background:linear-gradient(135deg,#d6a8472e,#5f95bd24)}.path-preview-card h4,.quick-access-card h4,.document-preview-card h4,.next-step-card h4,.roadmap-card h3,.document-card h3,.criterion-main h4{margin:.35rem 0 .55rem}.path-preview-card.tone-active,.roadmap-card.tone-active{border-color:#23486129;background:#f0f5f8eb}.path-preview-card.tone-completed,.roadmap-card.tone-completed{background:#eef5f1e6;border-color:#537d6833}.path-preview-card.tone-next,.roadmap-card.tone-next{background:#f8f4ece6}.path-preview-card.tone-pending,.path-preview-card.tone-locked,.roadmap-card.tone-pending,.roadmap-card.tone-locked{background:#f8f6f1d6}.mini-progress,.roadmap-progress{width:100%;height:10px;border-radius:999px;overflow:hidden;background:#2348611a}.mini-progress-bar,.roadmap-progress-bar{height:100%;border-radius:inherit;background:linear-gradient(135deg,var(--blue-700) 0%,var(--gold-700) 100%)}.status-completed,.status-cumple,.state-saved{color:var(--green-500);background:#2c7a671f}.status-active,.status-cumple_parcialmente{color:var(--blue-800);background:#5f95bd29}.status-next,.status-pending,.status-locked,.status-no_aplica,.status-sin_respuesta{color:var(--warning);background:#d6a8472e}.status-no_cumple,.state-error{color:var(--danger);background:#b454521f}.state-saving,.state-uploading{color:var(--blue-800);background:#5f95bd29}.state-idle,.priority-low{color:var(--text-muted);background:#60778d1f}.priority-medium{color:var(--blue-800);background:#5f95bd24}.priority-high{color:var(--warning);background:#d6a8472e}.priority-critical{color:var(--danger);background:#b4545224}.next-step-card.accent-critical{border-left:4px solid var(--danger)}.next-step-card.accent-active{border-left:4px solid var(--blue-700)}.next-step-card.accent-calm{border-left:4px solid var(--gold-700)}.quick-access-card{display:grid;gap:.55rem}.roadmap-card{display:grid;gap:1rem}.roadmap-meta,.spotlight-stats{display:flex;justify-content:space-between;gap:.85rem;flex-wrap:wrap}.roadmap-dots,.level-nav-dots{display:flex;flex-wrap:wrap;gap:.55rem}.roadmap-section-dot,.level-nav-dot{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;border:1px solid rgba(17,55,92,.12);background:#ffffffd6}.roadmap-section-dot span,.level-nav-dot:after{content:"";width:10px;height:10px;border-radius:50%;background:#11375c2e}.roadmap-section-dot.is-complete span,.level-nav-dot.is-complete:after{background:var(--green-500)}.roadmap-section-dot.is-active span,.level-nav-dot.is-active:after{background:var(--gold-700)}.roadmap-section-list{grid-template-columns:1fr}.roadmap-section-chip{display:flex;align-items:center;justify-content:space-between;gap:1rem}.filter-pill{min-height:42px;padding:.68rem 1rem;border:1px solid rgba(35,72,97,.12);color:var(--blue-900);background:#ffffffc7}.filter-pill.is-active{color:#fff;border-color:transparent;background:var(--blue-900);box-shadow:0 10px 22px #17324929}.workspace-sidebar,.workspace-main,.chat-panel,.ai-side-panel{display:grid;gap:1rem}.workspace-sidebar{position:sticky;top:1rem;align-self:start}.level-nav-card{display:grid;gap:.75rem;text-align:left;background:#fffc}.level-nav-card.is-active{border-color:#b08d523d;background:#faf7f1f5;box-shadow:0 12px 24px #b08d5214}.level-nav-kicker{font-size:.82rem;font-weight:800;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.section-pill-row{grid-template-columns:1fr}.section-pill{display:flex;align-items:center;gap:.85rem;padding:.9rem 1rem;border-radius:18px;border:1px solid rgba(38,100,143,.08);color:var(--text);background:#ffffffb8;text-align:left}.section-pill strong{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:46px;border-radius:14px;background:#d6a84729;color:var(--blue-900)}.section-pill.is-active{border-color:#b59a6638;background:linear-gradient(140deg,#fffffff5,#f7f4ecf5)}.filter-panel{display:grid;gap:.75rem}.category-spotlight h4{margin:.45rem 0;font-family:var(--font-display);font-size:1.3rem}.criteria-list{gap:1rem}.criteria-group{display:grid;gap:1rem}.criteria-group-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:.25rem}.criterion-card{display:grid;gap:1rem;background:#ffffffc7}.criterion-cumple{border-color:#2c7a672e;box-shadow:0 20px 34px #2c7a671a}.criterion-cumple_parcialmente{border-color:#5f95bd38}.criterion-no_cumple{border-color:#b454522e}.criterion-no_aplica{border-color:#b685232e}.criterion-sin_respuesta{border-color:#11375c14}.criterion-main{display:grid;gap:.55rem}.criterion-detail{margin:0;color:var(--text-muted);line-height:1.7}.criterion-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.compliance-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.compliance-button{min-height:48px;padding:.82rem 1rem;border-color:#26648f1f;color:var(--blue-900);background:#ffffffe0}.compliance-button.is-selected{color:#fff;border-color:transparent;background:var(--blue-900);box-shadow:0 12px 22px #2438442e}.criterion-body-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:1rem}.field-group,.voy-widget-form,.chat-composer{display:grid;gap:.65rem}.field-group span{font-weight:700}.chat-input,.field-group input,.field-textarea{width:100%;border-radius:18px;border:1px solid rgba(17,55,92,.12);color:var(--text);background:#ffffffd6;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.chat-input,.field-group input{min-height:52px;padding:.9rem 1rem}.field-textarea{min-height:146px;padding:.95rem 1rem;resize:vertical}.chat-input:focus,.field-group input:focus,.field-textarea:focus{border-color:#26648f5c;box-shadow:0 0 0 4px #5f95bd1a}.attachment-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.attachment-card{display:grid;gap:.25rem}.criterion-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.chat-thread,.voy-widget-thread{display:grid;gap:.9rem;min-height:360px;padding:1rem;border-radius:24px;background:#f2f6f8cc;border:1px solid rgba(35,72,97,.08)}.chat-message,.voy-message{max-width:84%;display:grid;gap:.35rem;padding:1rem;border-radius:20px}.chat-message p,.voy-message p{margin:0;white-space:pre-wrap;line-height:1.6}.chat-assistant,.voy-assistant{justify-self:start;background:#fffffff0;border:1px solid rgba(35,72,97,.12)}.chat-user,.voy-user{justify-self:end;color:#fff;background:linear-gradient(135deg,var(--blue-900) 0%,var(--blue-800) 100%)}.chat-user .chat-role,.voy-user .chat-role{color:#ffffffc2}.chat-role{font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.chat-composer,.voy-widget-form{grid-template-columns:1fr auto;gap:.85rem}.prompt-guide strong,.workspace-note strong,.attachment-card strong{display:block;margin-bottom:.35rem}.simple-list{margin:0;padding-left:1.1rem;color:var(--text-muted);line-height:1.7}.auth-body{display:grid;place-items:center;padding:1.75rem}.auth-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:1.5rem;width:min(1200px,100%)}.auth-panel{border-radius:34px;padding:2rem;box-shadow:var(--shadow)}.auth-panel-brand{display:grid;gap:1.5rem;align-content:space-between;color:#fff;background:linear-gradient(160deg,#102434fc,#173249f7 68%,#b08d52d1)}.auth-brand-lockup{display:flex;gap:1.1rem;align-items:center}.auth-title{font-size:clamp(3rem,2vw + 1.5rem,4.4rem)}.auth-slogan{max-width:18ch;font-family:var(--font-display);font-size:clamp(1.6rem,1.2vw + 1rem,2.4rem);line-height:1.16;color:#ffffffeb}.auth-version{color:#ffffffb8;font-size:.95rem}.auth-panel-form{display:grid;place-items:center;background:#ffffff52;border:1px solid rgba(17,55,92,.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.login-card{width:min(460px,100%);padding:1.75rem;border-radius:30px}.login-header{display:grid;gap:.55rem;margin-bottom:1.25rem}.login-header h2{font-size:2rem}.login-form{display:grid;gap:1rem;margin-bottom:1rem}.alert-card{margin-bottom:1rem;padding:1rem 1.1rem;border-radius:20px;border:1px solid rgba(180,84,82,.18);color:var(--danger);background:#b4545214}.alert-card-info{border-color:#26648f29;color:var(--blue-800);background:#5f95bd1a}.dimension-nav-grid,.criterion-nav-list,.score-legend-grid,.route-stage-path{display:grid;gap:1rem}.dimension-nav-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.criterion-nav-card,.score-legend-card{display:grid;gap:.2rem;padding:.95rem 1rem;border-radius:18px;border:1px solid var(--line);background:#ffffffd1;text-align:left}.criterion-nav-card strong{color:var(--text)}.criterion-nav-card span,.criterion-nav-card small{color:var(--text-muted)}.criterion-nav-card.is-active{border-color:#b08d523d;background:#faf7f1f5}.score-legend{display:grid;gap:.85rem;padding:1rem 1.1rem;border-radius:20px;border:1px solid var(--line);background:var(--surface-soft)}.score-legend-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.score-legend-card{font-size:.88rem;color:var(--text-muted)}.indicator-score-row{display:flex;flex-wrap:wrap;gap:.6rem}.indicator-score-chip,.score-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.42rem .7rem;font-size:.8rem;font-weight:700;color:var(--blue-900);background:#8ca2b524}.compliance-button{display:grid;gap:.15rem;justify-items:center}.compliance-button small{font-size:.76rem;opacity:.82}.route-map{position:relative;display:grid;gap:1.4rem}.route-map:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:linear-gradient(180deg,#b08d522e,#41627c29);transform:translate(-50%)}.route-stage{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.2rem;align-items:start}.route-stage.is-reverse .route-stage-node{order:2}.route-stage.is-reverse .route-stage-path{order:1}.route-stage-node{display:grid;grid-template-columns:76px minmax(0,1fr);gap:1rem;align-items:start}.route-node-orbit{display:grid;place-items:center;width:76px;height:76px;border-radius:50%;background:#fffffff0;border:1px solid rgba(35,72,97,.12);box-shadow:var(--shadow-soft)}.route-node-index{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;font-weight:800;color:#fff;background:var(--blue-900)}.route-node-card{display:grid;gap:.75rem;padding:1.2rem 1.25rem;border-radius:24px;border:1px solid var(--line);background:#fffffff0;box-shadow:var(--shadow-soft)}.route-node-card h3{margin:0;font-family:var(--font-display)}.route-node-metrics{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:var(--text-muted)}.route-stage-path{padding-top:.65rem}.route-stage-caption{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.route-waypoint{display:flex;align-items:flex-start;gap:.85rem;padding:.95rem 1rem;border-radius:20px;border:1px solid var(--line);background:#ffffffe0}.route-waypoint-dot{display:inline-flex;flex:0 0 auto;width:16px;height:16px;margin-top:.2rem;border-radius:50%;background:#6a77803d}.route-waypoint-dot.is-active{background:var(--gold-700)}.route-waypoint-dot.is-complete{background:var(--green-500)}.route-waypoint-copy{display:grid;gap:.25rem}.route-waypoint-copy small{font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.route-waypoint-copy span{color:var(--text-muted);font-size:.9rem}.route-node-orbit.tone-completed{background:#eef5f1f0;border-color:#537d682e}.route-node-orbit.tone-completed .route-node-index{background:var(--green-500)}.route-node-orbit.tone-active{background:#f0f5f8f0;border-color:#2348612e}.route-node-orbit.tone-next{background:#f8f4ecf5;border-color:#b08d5233}.route-node-orbit.tone-next .route-node-index{background:var(--gold-700)}.voy-widget{position:fixed;right:1.25rem;bottom:1.25rem;z-index:60}.voy-widget-launcher{position:relative}.voy-widget-teaser{display:inline-flex;align-items:center;justify-content:center;width:88px;height:88px;padding:0;border:0;background:transparent;box-shadow:none;cursor:pointer}.voy-widget-panel{position:absolute;right:0;bottom:0;width:min(520px,calc(100vw - 1.5rem));min-width:400px;height:min(72vh,640px);min-height:460px;max-width:min(760px,calc(100vw - 1.5rem));max-height:min(84vh,780px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:1rem;padding:1rem;overflow:hidden;resize:both;border-radius:28px;background:#fffffff7;border:1px solid rgba(35,72,97,.12);box-shadow:var(--shadow);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.voy-launcher-robot{width:88px;height:88px;object-fit:contain;filter:drop-shadow(0 14px 24px rgba(23,50,73,.24));transition:transform .2s ease,filter .2s ease}.voy-widget-teaser:hover .voy-launcher-robot,.voy-widget-teaser:focus-visible .voy-launcher-robot{transform:translateY(-2px);filter:drop-shadow(0 18px 28px rgba(23,50,73,.24))}.voy-launcher-greeting{position:absolute;right:calc(100% + .85rem);bottom:1rem;width:252px;display:grid;gap:.25rem;padding:.9rem 1rem;border-radius:20px 20px 8px;border:1px solid rgba(35,72,97,.12);background:#fffffff7;box-shadow:0 16px 32px #17324924;pointer-events:none;animation:voy-greeting-fade 5.2s ease forwards}.voy-launcher-greeting:after{content:"";position:absolute;right:-8px;bottom:16px;width:14px;height:14px;border-radius:4px;background:#fffffff7;border-right:1px solid rgba(35,72,97,.12);border-bottom:1px solid rgba(35,72,97,.12);transform:rotate(-45deg)}.voy-launcher-greeting strong{color:var(--text);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.voy-launcher-greeting p{margin:0;color:var(--text-muted);font-size:.92rem;line-height:1.55}.voy-teaser-status{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.voy-teaser-live{width:10px;height:10px;border-radius:999px;background:var(--green-500);box-shadow:0 0 0 4px #537d681f}.voy-teaser-chatline{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;align-items:end}.voy-widget-title{display:flex;align-items:center;gap:.85rem}.voy-avatar-image{width:58px;height:58px;flex:0 0 auto;object-fit:contain}.voy-teaser-copy{display:grid;gap:.2rem}.voy-teaser-bubble{position:relative;display:grid;gap:.25rem;padding:.9rem 1rem;border-radius:20px 20px 20px 8px;border:1px solid rgba(35,72,97,.1);background:#f4f7f9f0}.voy-teaser-bubble:after{content:"";position:absolute;left:-8px;bottom:10px;width:14px;height:14px;border-radius:4px;background:#f4f7f9f0;border-left:1px solid rgba(35,72,97,.1);border-bottom:1px solid rgba(35,72,97,.1);transform:rotate(45deg)}.voy-teaser-bubble strong,.voy-teaser-bubble p{position:relative;z-index:1}.voy-teaser-bubble p{margin:0;color:var(--text-muted);line-height:1.5}.voy-teaser-copy strong{color:var(--text)}.voy-teaser-copy p{margin:0;color:var(--text-muted)}.voy-widget-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.voy-widget-head h3{margin:.2rem 0 0;font-family:var(--font-display)}.voy-widget-status{margin:.25rem 0 0;color:var(--text-muted);font-size:.86rem;line-height:1.5}.voy-widget-thread{min-height:0;height:100%;overflow:auto}.voy-close{min-height:40px;padding:.55rem .8rem}.voy-thread-helper{display:grid;gap:.75rem;margin-bottom:.9rem;padding:.95rem 1rem;border-radius:20px;border:1px solid rgba(35,72,97,.08);background:#f2f6f8c7}.voy-thread-helper strong{color:var(--text);font-size:.92rem;line-height:1.55}.voy-thread-prompts{display:flex;flex-wrap:wrap;gap:.65rem}.voy-thread-prompt{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.6rem .85rem;border:1px solid rgba(35,72,97,.12);border-radius:999px;color:var(--blue-900);background:#ffffffe0;font-size:.8rem;font-weight:700;transition:transform .2s ease,background-color .2s ease,border-color .2s ease}.voy-thread-prompt:hover{transform:translateY(-1px);border-color:#2348612e;background:#fffffffa}.ecuador-map-panel{display:grid;gap:1.4rem;overflow:hidden}.ecuador-map-intro,.ecuador-inspector-grid{display:grid;gap:1rem}.ecuador-map-intro{grid-template-columns:1.18fr .82fr;align-items:start}.ecuador-map-summary{display:grid;gap:.35rem;padding:1.1rem 1.15rem;border-radius:22px;border:1px solid var(--line);background:#ffffffc7}.ecuador-map-summary strong{font-family:var(--font-display);font-size:clamp(1.7rem,1vw + 1.2rem,2.5rem)}.ecuador-map-shell{position:relative;width:min(860px,100%);margin:0 auto;aspect-ratio:10 / 12;min-height:760px}.ecuador-map-art,.ecuador-map-overlay{position:absolute;inset:0;width:100%;height:100%}.ecuador-shape-shadow{fill:#1f314014;transform:translate(1.2px,2px)}.ecuador-shape-fill{fill:url(#ecuadorTerrain);stroke:#1f314014;stroke-width:1.2px}.ecuador-shape-highlight{fill:url(#ecuadorShade);opacity:.42}.ecuador-route-shadow,.ecuador-route-road{fill:none;stroke-linecap:round;stroke-linejoin:round}.ecuador-route-shadow{stroke:#705c302e;stroke-width:11px}.ecuador-route-road{stroke:#f4e0a6;stroke-width:7.8px}.ecuador-level-node,.criterion-trail-marker{position:absolute;transform:translate(-50%,-50%)}.ecuador-level-node{display:grid;justify-items:center;gap:.15rem;width:108px;padding:.78rem .7rem .74rem;border-radius:999px;border:1px solid rgba(255,255,255,.48);color:#fff;text-align:center;background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.22),transparent 26%),linear-gradient(180deg,#3e8db8,#2b6f96 55%,#205678);box-shadow:0 16px 34px #1732493d}.ecuador-level-node strong{font-size:1.45rem;line-height:1}.ecuador-level-node small,.ecuador-level-number{color:#ffffffd1}.ecuador-level-number{font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ecuador-level-node small{font-size:.74rem}.ecuador-level-stars{display:flex;gap:.24rem;margin-top:-.98rem}.ecuador-level-stars i{width:14px;height:14px;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);background:#ffffff6b;border:1px solid rgba(255,255,255,.22)}.ecuador-level-stars i.is-filled{background:linear-gradient(180deg,#ffef9d,#e2b54a);border-color:#fff8d3b3}.ecuador-level-node.tone-completed{background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.24),transparent 26%),linear-gradient(180deg,#2f8564,#2b6b54)}.ecuador-level-node.tone-next,.ecuador-level-node.tone-pending{background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.24),transparent 26%),linear-gradient(180deg,#6d8aa3,#4c667c)}.ecuador-level-node.tone-locked{background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.18),transparent 26%),linear-gradient(180deg,#607487,#465868)}.ecuador-level-node.is-selected{box-shadow:0 22px 38px #17324947}.criterion-trail-marker{z-index:2;display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 .7rem;border-radius:999px;border:1px solid rgba(255,255,255,.58);color:var(--blue-900);background:#fffffff0;box-shadow:0 10px 22px #1732491f}.criterion-trail-marker span{font-size:.76rem;font-weight:800;letter-spacing:.06em}.criterion-trail-marker.tone-active{border-color:#b08d5280;background:#fff7df}.criterion-trail-marker.tone-completed{border-color:#537d6866;background:#edf7f1}.criterion-trail-marker.is-active{transform:translate(-50%,-50%) scale(1.04)}.criterion-trail-tooltip{position:absolute;left:50%;bottom:calc(100% + .65rem);transform:translate(-50%);width:210px;padding:.75rem .85rem;border-radius:18px;border:1px solid var(--line);color:var(--text);background:#fffffffa;box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.criterion-trail-tooltip strong,.criterion-trail-tooltip small{display:block}.criterion-trail-tooltip small{margin-top:.25rem;color:var(--text-muted);line-height:1.45}.criterion-trail-marker:hover .criterion-trail-tooltip,.criterion-trail-marker:focus-visible .criterion-trail-tooltip,.criterion-trail-marker.is-active .criterion-trail-tooltip{opacity:1;transform:translate(-50%) translateY(-2px)}.ecuador-map-footer,.ecuador-inspector-stats{display:flex;flex-wrap:wrap;gap:.75rem}.ecuador-inspector-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ecuador-inspector-card{display:grid;gap:1rem}.criterion-map-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.criterion-map-pill{display:flex;align-items:center;gap:.8rem;padding:.85rem .95rem;border-radius:18px;border:1px solid var(--line);background:#ffffffd1}.criterion-map-pill strong{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:46px;border-radius:14px;color:var(--blue-900);background:#8ca2b524}.criterion-map-pill span{color:var(--text);line-height:1.45}.criterion-map-pill.is-active{border-color:#b08d523d;background:#faf7f1f5}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes voy-greeting-fade{0%{opacity:0;transform:translateY(8px) scale(.96)}12%{opacity:1;transform:translateY(0) scale(1)}78%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(6px) scale(.98)}}@media(max-width:1240px){.hero-card-main,.criterion-body-grid{grid-template-columns:1fr}.progress-orb{justify-self:start}.ecuador-map-intro{grid-template-columns:1fr}}@media(max-width:1080px){.portal-shell{grid-template-columns:1fr}.portal-sidebar{position:static;height:auto}.metric-grid,.content-grid,.content-grid-wide,.documents-hero-grid,.path-hero-grid,.hero-grid,.auth-layout,.document-grid,.quick-access-grid,.path-preview-list,.roadmap-grid,.workspace-grid,.ecuador-inspector-grid{grid-template-columns:1fr}.workspace-sidebar{position:static}.route-map:before{left:36px;transform:none}.route-stage{grid-template-columns:1fr}.route-stage.is-reverse .route-stage-node,.route-stage.is-reverse .route-stage-path{order:initial}.ecuador-map-shell{min-height:680px}}@media(max-width:820px){.portal-shell,.auth-body{padding:1rem}.portal-topbar{flex-direction:column}.topbar-actions{width:100%;justify-content:stretch}.topbar-date-card,.user-card{min-width:0;flex:1 1 0}.auth-brand-lockup{flex-direction:column;align-items:flex-start}.compliance-row,.chat-composer,.voy-widget-form{grid-template-columns:1fr}.criterion-head,.criteria-panel-head,.document-card-footer,.route-node-metrics{flex-direction:column}.criterion-badges{justify-content:flex-start}.ecuador-map-shell{min-height:620px}.ecuador-level-node{width:94px;padding:.72rem .55rem .68rem}.criterion-trail-marker{min-width:36px;height:36px;padding:0 .55rem}.criterion-trail-tooltip{width:180px}}@media(max-width:640px){.portal-shell,.auth-body{padding:.85rem}.portal-sidebar,.panel-card,.metric-card,.hero-card,.document-card,.login-card,.auth-panel,.roadmap-card,.criterion-card,.level-nav-card,.voy-widget-panel{border-radius:24px;padding:1.2rem}.progress-orb{width:180px;height:180px}.voy-widget{right:.85rem;bottom:.85rem}.voy-launcher-greeting{width:min(220px,calc(100vw - 7rem));right:calc(100% + .55rem);bottom:.8rem}.voy-launcher-robot{width:76px;height:76px}.voy-widget-panel{width:min(100vw - 1rem,420px);min-width:320px;min-height:420px}.score-legend-grid{grid-template-columns:1fr}.ecuador-map-shell{min-height:560px}.ecuador-level-node{width:84px}.ecuador-level-node strong{font-size:1.2rem}.ecuador-level-number,.ecuador-level-node small,.criterion-trail-marker span{font-size:.68rem}.criterion-trail-tooltip{display:none}.criterion-map-strip{grid-template-columns:1fr}}
