@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-group-trigger{width:100%;border:0;background:transparent;font-family:inherit;text-align:left;cursor:pointer}.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-link.tone-teal .app-sidebar-icon-box{color:#276d66;background:linear-gradient(180deg,#e9fbf6,#bfe6db)}.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-group-trigger .app-sidebar-link-label{display:grid;gap:.14rem;white-space:normal}.app-sidebar-group-trigger .app-sidebar-link-label strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#171d29;font-size:.92rem;font-weight:700}.app-sidebar-group-trigger .app-sidebar-link-label small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#727b8a;font-size:.66rem;font-weight:700}.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-menu-group{display:grid;gap:.3rem}.app-sidebar-chevron{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:999px;color:#526070;background:#f0f2f7b8;transition:transform .2s ease,color .2s ease,background-color .2s ease}.app-sidebar-chevron svg{width:18px;height:18px}.app-sidebar-menu-group.is-open .app-sidebar-chevron{transform:rotate(180deg);color:#123252;background:#c5ddff6b}.app-sidebar-submenu{display:grid;gap:.24rem;margin:.1rem 0 .25rem 1.05rem;padding:.15rem 0 .2rem .7rem;border-left:1px solid rgba(30,58,82,.1)}.app-sidebar-sub-link{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:.55rem;min-height:38px;padding:.34rem .48rem;border-radius:13px;color:#253044;font-size:.78rem;font-weight:700;line-height:1.08;transition:background-color .2s ease,transform .2s ease}.app-sidebar-sub-link:hover{transform:translate(2px);background:#f0f2f79e}.app-sidebar-sub-link.is-active{color:#123252;background:#f1f3f8;box-shadow:inset 0 0 0 1px #1e3a520a}.app-sidebar-sub-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:10px;color:#2f4f8f;background:linear-gradient(180deg,#fff,#d7def3);box-shadow:0 8px 16px #1224340d}.app-sidebar-sub-link.tone-gold .app-sidebar-sub-icon{color:#b68d37;background:linear-gradient(180deg,#fff8ea,#f7e2a8)}.app-sidebar-sub-link.tone-green .app-sidebar-sub-icon{color:#3d7459;background:linear-gradient(180deg,#eef8f0,#c8e0cf)}.app-sidebar-sub-link.tone-violet .app-sidebar-sub-icon{color:#7a40c0;background:linear-gradient(180deg,#f0ddff,#cfb1f1)}.app-sidebar-sub-link.tone-sky .app-sidebar-sub-icon{color:#2c72d6;background:linear-gradient(180deg,#e3f2ff,#c2ddff)}.app-sidebar-sub-link svg{width:16px;height:16px}.app-sidebar-sub-link span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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{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{min-width:190px}.portal-topbar.page-dashboard .user-card{min-width:250px}.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(7,minmax(0,1fr));gap:10px;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(7,minmax(0,1fr));gap:10px;align-items:stretch}.dashboard-level-card{display:grid;align-content:start;gap:.78rem;min-height:306px;height:100%;padding:14px;border-radius:22px;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:.35rem .5rem;border-radius:999px;font-size:.66rem;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:132px;display:flex;align-items:center;justify-content:center}.dashboard-level-illustration{max-width:154px;max-height:122px;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}}.documents-page{--documents-blue: #071a51;--documents-blue-soft: #243e8f;--documents-muted: #66748d;--documents-green: #0f8f54;--documents-green-soft: #ecf8ef;--documents-gold: #d9bd80;--documents-cream: #fff8eb;--documents-line: #e4eaf2;--documents-card: #ffffff;--documents-shadow: 0 18px 45px rgba(13, 34, 69, .08);--documents-a4-panel-height: clamp(900px, 86vh, 1080px);--documents-a4-frame-min-height: clamp(720px, 70vh, 880px);max-width:100%;gap:1.05rem}.portal-title-documents-badge{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;margin-left:.7rem;border-radius:999px;color:#243e8f;background:#f6f8fc;border:1px solid #e1e8f2;box-shadow:0 10px 22px #0d224512}.portal-title-documents-badge svg{width:22px;height:22px}.portal-title-documents-badge path{stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.documents-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 282px;gap:1.1rem;align-items:stretch}.documents-hero,.documents-summary-card,.documents-collections-panel,.documents-viewer-card,.documents-ai-panel{border:1px solid var(--documents-line);background:var(--documents-card);box-shadow:var(--documents-shadow)}.documents-hero{position:relative;min-height:238px;overflow:hidden;border-radius:28px;background:radial-gradient(circle at 74% 46%,rgba(255,246,205,.7),transparent 20%),linear-gradient(98deg,#fffffffa,#f7faf6f2 48%,#e7f4efbf)}.documents-hero:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#fffffffa,#ffffffc2 54%,#ffffff0d)}.documents-hero-content{position:relative;z-index:2;max-width:860px;padding:2.05rem 1.9rem 1.75rem}.documents-hero-badge{display:inline-flex;align-items:center;gap:.5rem;min-height:34px;padding:.46rem .85rem;border-radius:999px;color:var(--documents-green);background:#eff9f0f0;border:1px solid rgba(15,143,84,.15);font-size:.78rem;font-weight:900}.documents-hero-badge svg,.documents-hero-chips svg,.documents-summary-card svg,.documents-panel-heading svg,.documents-search svg,.documents-viewer-actions svg,.documents-ai-tools-toggle svg,.documents-ai-actions svg,.documents-ai-suggestions svg,.documents-ai-input svg,.documents-collapse-button svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.documents-hero-badge svg{width:18px;height:18px}.documents-hero h2{max-width:720px;margin:1.05rem 0 .55rem;font-family:var(--font-display);font-size:clamp(2rem,2.25vw,2.75rem);line-height:1.04;color:var(--documents-blue);letter-spacing:-.03em}.documents-hero p{max-width:850px;margin:0;color:#35476a;font-size:.98rem;font-weight:650;line-height:1.55}.documents-hero-chips{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:.95rem;max-width:890px;margin-top:1.55rem}.documents-hero-chips span{display:grid;grid-template-columns:38px minmax(0,1fr);column-gap:.75rem;align-items:center;min-height:66px;padding:.72rem .8rem;border-radius:17px;color:var(--documents-blue);background:#ffffffe0;border:1px solid rgba(226,233,242,.88);box-shadow:0 12px 24px #0d22450f}.documents-hero-chips svg{grid-row:span 2;width:38px;height:38px;padding:.55rem;color:#3156e7;background:#3156e714;border-radius:12px}.documents-hero-chips strong{min-width:0;overflow:hidden;color:var(--documents-blue);font-size:.78rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.documents-hero-chips small{color:var(--documents-muted);font-size:.72rem;font-weight:800}.documents-hero-art{position:absolute;inset:0 0 0 auto;z-index:1;width:45%;min-width:420px;overflow:hidden;background:radial-gradient(circle at 58% 38%,rgba(255,240,172,.55),transparent 13%),linear-gradient(180deg,#cde9efe6,#ebf6e8e6)}.documents-hero-ridge{position:absolute;left:-5%;right:-8%;bottom:0;height:64%;opacity:.78;clip-path:polygon(0 68%,12% 48%,20% 55%,31% 30%,43% 49%,54% 20%,66% 44%,78% 24%,90% 47%,100% 28%,100% 100%,0 100%)}.ridge-one{background:linear-gradient(135deg,#5f8d8175,#3b6854bd)}.ridge-two{bottom:-10%;height:56%;opacity:.9;transform:scaleX(1.08);background:linear-gradient(135deg,#a6c4808f,#468450c7)}.documents-hero-cabin{position:absolute;right:17%;bottom:24%;width:130px;height:64px;border-radius:8px 8px 5px 5px;background:linear-gradient(180deg,#a86735,#70411f);box-shadow:0 22px 40px #23492a4d}.documents-hero-cabin:before{content:"";position:absolute;left:-13px;top:-30px;width:156px;height:44px;background:linear-gradient(135deg,#315d49,#153f38);clip-path:polygon(50% 0,100% 72%,94% 100%,6% 100%,0 72%)}.documents-hero-cabin:after{content:"";position:absolute;inset:18px;background:repeating-linear-gradient(90deg,#f8ce68 0 13px,transparent 13px 27px);border-radius:3px;opacity:.85}.documents-summary-card{display:flex;min-height:238px;padding:2rem 1.55rem;border-radius:26px;flex-direction:column;justify-content:center}.documents-summary-card span{color:#697891;font-size:.74rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.documents-summary-card strong{margin-top:1.05rem;color:var(--documents-blue);font-size:clamp(3.05rem,4vw,4.35rem);line-height:.92;letter-spacing:-.05em}.documents-summary-card p{margin:1rem 0 1.5rem;color:#52627b;font-size:.92rem;font-weight:650;line-height:1.55}.documents-summary-card button{display:inline-flex;align-items:center;gap:.6rem;width:fit-content;border:0;color:var(--documents-blue);background:transparent;font-size:.85rem;font-weight:900}.documents-summary-card svg{width:18px;height:18px}.documents-main-grid{display:grid;grid-template-columns:300px minmax(420px,.86fr) minmax(560px,1.14fr);gap:1.1rem;align-items:start;transition:grid-template-columns .22s ease}.documents-main-grid.is-collections-collapsed{grid-template-columns:76px minmax(420px,.82fr) minmax(620px,1.18fr)}.documents-main-grid.is-ai-collapsed{grid-template-columns:320px minmax(0,1fr) 76px}.documents-main-grid.is-collections-collapsed.is-ai-collapsed{grid-template-columns:76px minmax(0,1fr) 76px}.documents-collections-panel,.documents-viewer-card,.documents-ai-panel{border-radius:26px}.documents-collections-panel{display:flex;height:var(--documents-a4-panel-height);min-height:0;padding:1rem;flex-direction:column;overflow:hidden}.documents-collections-panel.is-collapsed,.documents-ai-panel.is-collapsed{padding:.62rem}.documents-panel-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.documents-panel-heading h3{margin:0;color:var(--documents-blue);font-size:1rem;font-weight:900}.documents-panel-heading small{display:block;margin-top:.18rem;color:var(--documents-muted);font-size:.68rem;font-weight:850}.documents-collapse-button,.documents-panel-heading span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:999px;color:#4562a9;background:#f2f6fb}.documents-collapse-button{transition:transform .18s ease,background .18s ease,color .18s ease}.documents-collapse-button:hover{transform:translateY(-1px);color:var(--documents-blue);background:#e9eff8}.documents-collapse-button svg,.documents-panel-heading svg,.documents-search svg{width:18px;height:18px}.documents-panel-rail{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100%;border:0;border-radius:20px;color:var(--documents-blue);background:linear-gradient(180deg,#fffffff5,#f6f9fcf5),#fff;box-shadow:inset 0 0 0 1px #e4eaf2e6;flex-direction:column;gap:.75rem;text-align:center;transition:transform .18s ease,box-shadow .18s ease}.documents-panel-rail:hover{transform:translateY(-2px);box-shadow:inset 0 0 0 1px #0f8f542e,0 14px 28px #0d224514}.documents-panel-rail svg,.documents-panel-rail img{width:34px;height:34px}.documents-panel-rail svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.documents-panel-rail span{color:var(--documents-blue);font-size:.78rem;font-weight:950;line-height:1;writing-mode:vertical-rl;transform:rotate(180deg)}.documents-panel-rail small{display:inline-flex;align-items:center;justify-content:center;min-width:34px;min-height:26px;padding:.2rem .35rem;border-radius:999px;color:var(--documents-green);background:var(--documents-green-soft);font-size:.64rem;font-weight:950}.documents-search{display:flex;align-items:center;gap:.55rem;min-height:44px;margin-bottom:.85rem;padding:0 .85rem;border-radius:15px;color:#7887a0;background:#f8fafc;border:1px solid #e6edf5}.documents-search input{width:100%;border:0;outline:0;color:var(--documents-blue);background:transparent;font:inherit;font-weight:700}.documents-search input::placeholder{color:#91a0b5}.documents-collection-list{display:grid;gap:.5rem;padding-bottom:.85rem;border-bottom:1px solid #edf1f6}.documents-collection-row{display:grid;grid-template-columns:34px minmax(0,1fr) 28px;gap:.7rem;align-items:center;width:100%;min-height:50px;padding:.48rem .6rem;border:1px solid #e9eef6;border-radius:15px;color:var(--documents-blue);background:#fff;text-align:left;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.documents-collection-row:hover,.documents-list-item:hover,.documents-ai-actions button:hover,.documents-ai-suggestions button:hover{transform:translateY(-1px)}.documents-collection-row.is-active{color:#125d37;background:var(--documents-green-soft);border-color:#0f8f5421}.documents-collection-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:11px;color:#3c5bd6;background:#3c5bd614}.documents-collection-row.is-active .documents-collection-icon{color:var(--documents-green);background:#0f8f541a}.documents-collection-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.documents-collection-row strong{min-width:0;overflow:hidden;font-size:.82rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.documents-collection-row small{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;color:var(--documents-blue);background:#f1f5f9;font-weight:900}.documents-list{display:grid;gap:.62rem;min-height:0;margin-top:.85rem;padding:0 .15rem .2rem 0;overflow:auto}.documents-list::-webkit-scrollbar{width:7px}.documents-list::-webkit-scrollbar-track{background:#f1f4f7;border-radius:999px}.documents-list::-webkit-scrollbar-thumb{background:#b8c1cf;border-radius:999px}.documents-list-item{display:grid;grid-template-columns:56px minmax(0,1fr);gap:.7rem;align-items:center;width:100%;min-height:84px;padding:.78rem;border:1px solid #e8edf4;border-radius:16px;color:var(--documents-blue);background:#fff;text-align:left;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.documents-list-item.is-active{background:var(--documents-cream);border-color:#d9bd80a6;box-shadow:0 14px 28px #58401514}.documents-list-code{display:inline-flex;align-items:center;justify-content:center;min-width:54px;height:36px;padding:0 .35rem;border-radius:999px;color:var(--documents-blue);background:#eef2f7;font-size:.77rem;font-weight:900}.documents-list-item.is-active .documents-list-code{background:#f2e4bf}.documents-list-copy{display:grid;gap:.28rem;min-width:0}.documents-list-copy strong{overflow:hidden;color:var(--documents-blue);font-size:.82rem;font-weight:900;line-height:1.2;text-overflow:ellipsis}.documents-list-copy small{overflow:hidden;color:var(--documents-muted);font-size:.67rem;font-weight:900;letter-spacing:.04em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.documents-empty-state{display:grid;gap:.5rem;padding:1rem;border-radius:18px;color:var(--documents-muted);background:#f8fafc;text-align:center}.documents-empty-state strong{color:var(--documents-blue)}.documents-empty-state p{margin:0}.documents-empty-state button{border:0;color:var(--documents-green);background:transparent;font-weight:900}.documents-viewer-card{display:flex;height:var(--documents-a4-panel-height);min-width:0;min-height:0;padding:1rem;flex-direction:column;overflow:hidden}.documents-viewer-header{display:flex;gap:1rem;align-items:flex-start;justify-content:space-between;padding:.35rem .45rem .9rem}.documents-viewer-title{min-width:0}.documents-source-pill,.documents-verified-pill{display:inline-flex;align-items:center;width:fit-content;min-height:30px;padding:.4rem .75rem;border-radius:999px;font-size:.68rem;font-weight:900}.documents-source-pill{color:#5c6c91;background:#eef4ff}.documents-verified-pill{gap:.35rem;color:var(--documents-green);background:var(--documents-green-soft);border:1px solid rgba(15,143,84,.12)}.documents-verified-pill svg{width:15px;height:15px}.documents-viewer-header h3{margin:.55rem 0 .35rem;color:var(--documents-blue);font-family:var(--font-display);font-size:clamp(1.55rem,1.45vw,2.2rem);line-height:1.08;letter-spacing:-.025em}.documents-viewer-header p{max-width:730px;margin:0;color:#607088;font-size:.87rem;font-weight:650;line-height:1.5}.documents-viewer-meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}.documents-viewer-meta span{display:inline-flex;align-items:center;max-width:280px;min-height:31px;overflow:hidden;padding:.38rem .7rem;border-radius:999px;color:#51627c;background:#f1f5f9;font-size:.69rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.documents-viewer-actions{display:flex;flex:0 0 auto;gap:.45rem;align-items:flex-end;flex-direction:column}.documents-primary-action,.documents-secondary-action{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.55rem .9rem;border-radius:13px;font-size:.78rem;font-weight:900;text-decoration:none}.documents-primary-action{color:#fff;background:linear-gradient(135deg,#0f8f54,#0a653f);box-shadow:0 10px 18px #0f8f5429}.documents-secondary-action{color:var(--documents-blue);background:#f5f8fb;border:1px solid #e4ebf4}.documents-secondary-action.is-disabled{opacity:.7}.documents-pdf-frame{position:relative;flex:1;min-height:0;overflow:hidden;border-radius:18px;border:1px solid rgba(13,34,69,.18);background:radial-gradient(circle at 20% 0,rgba(217,189,128,.14),transparent 28%),linear-gradient(135deg,#fff,#edf2f5)}.documents-pdf-frame iframe{display:block;width:100%;height:100%;min-height:var(--documents-a4-frame-min-height);border:0;background:#fff}.documents-file-placeholder{display:grid;min-height:var(--documents-a4-frame-min-height);padding:2rem;place-items:center;align-content:center;gap:.8rem;text-align:center}.documents-file-placeholder span{display:inline-flex;align-items:center;justify-content:center;min-width:70px;height:42px;padding:0 .8rem;border-radius:999px;color:var(--documents-blue);background:#eef2f7;font-weight:900}.documents-file-placeholder h4{margin:0;color:var(--documents-blue);font-family:var(--font-display);font-size:1.8rem}.documents-file-placeholder p{max-width:520px;margin:0;color:var(--documents-muted);line-height:1.65}.documents-ai-panel{display:flex;height:var(--documents-a4-panel-height);min-height:0;padding:1rem;flex-direction:column;gap:.85rem;overflow:hidden}.documents-ai-card,.documents-ai-current-doc,.documents-ai-tools,.documents-ai-actions,.documents-ai-message,.documents-ai-suggestions button,.documents-ai-input{border:1px solid #e5ecf5;background:#fff}.documents-ai-intro{display:grid;grid-template-columns:52px minmax(0,1fr) 36px;gap:.8rem;align-items:center;padding:.9rem;border-radius:18px;box-shadow:0 12px 24px #0d22450d}.documents-ai-intro img,.documents-ai-message-head img{width:52px;height:52px;object-fit:contain}.documents-ai-intro h3{margin:0;color:var(--documents-blue);font-size:.96rem;font-weight:900;line-height:1.2}.documents-ai-intro span{display:inline-flex;align-items:center;gap:.35rem;margin-top:.35rem;color:var(--documents-green);font-size:.78rem;font-weight:900}.documents-ai-intro i{width:8px;height:8px;border-radius:999px;background:var(--documents-green)}.documents-ai-intro p{margin:.35rem 0 0;color:var(--documents-muted);font-size:.82rem;font-weight:700}.documents-ai-current-doc{display:grid;gap:.24rem;padding:.8rem .95rem;border-radius:16px;background:#f8fbfd}.documents-ai-current-doc strong{overflow:hidden;color:var(--documents-blue);font-size:.86rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.documents-ai-current-doc span,.documents-ai-current-doc small{color:var(--documents-muted);font-size:.76rem;font-weight:800}.documents-ai-current-doc small{color:#8a6d23}.documents-ai-tools{overflow:hidden;border-radius:18px;background:linear-gradient(135deg,#eff8f0f5,#fafcfafa)}.documents-ai-tools-toggle{display:grid;width:100%;grid-template-columns:minmax(0,1fr) 34px;gap:.85rem;align-items:center;padding:.8rem .88rem;border:0;color:#125d37;background:transparent;font:inherit;font-weight:950;text-align:left;cursor:pointer}.documents-ai-tools-toggle span{display:grid;gap:.18rem}.documents-ai-tools-toggle small{color:#5e6f83;font-size:.7rem;font-weight:800}.documents-ai-tools-toggle svg{width:34px;height:34px;padding:.55rem;color:var(--documents-green);background:#2f8f5b1a;border-radius:12px;transition:transform .18s ease,background .18s ease}.documents-ai-tools.is-collapsed .documents-ai-tools-toggle svg{transform:rotate(-90deg)}.documents-ai-tools-toggle:hover svg{background:#2f8f5b29}.documents-ai-tools-body{display:grid;gap:.65rem;padding:0 .78rem .78rem}.documents-ai-actions{padding:.85rem;border-radius:18px;background:#ffffffd6}.documents-ai-actions h4{margin:0 0 .7rem;color:#125d37;font-size:.85rem;font-weight:900}.documents-ai-actions div{display:grid;grid-template-columns:1fr 1fr;gap:.52rem}.documents-ai-actions button{display:inline-flex;align-items:center;gap:.48rem;min-height:40px;padding:.55rem .6rem;border:1px solid #e1e9ee;border-radius:11px;color:var(--documents-blue);background:#fff;font-size:.72rem;font-weight:900;line-height:1.16;text-align:left;transition:transform .18s ease,box-shadow .18s ease}.documents-ai-actions svg{flex:0 0 auto;width:16px;height:16px;color:var(--documents-green)}.documents-ai-thread{display:flex;min-height:0;flex:1 1 560px;flex-direction:column;gap:.72rem;overflow:auto;padding:.72rem;border:1px solid #e5ecf5;border-radius:20px;background:#f8fafc}.documents-ai-thread::-webkit-scrollbar{width:6px}.documents-ai-thread::-webkit-scrollbar-track{background:transparent}.documents-ai-thread::-webkit-scrollbar-thumb{background:#c4ccda;border-radius:999px}.documents-ai-message{padding:.9rem;border-radius:17px}.documents-ai-message.is-user{max-width:88%;margin-left:auto;color:var(--documents-blue);background:#edf6ff}.documents-ai-message.is-assistant{background:#fff}.documents-ai-message strong{color:var(--documents-blue);font-size:.78rem;font-weight:900}.documents-ai-message p{margin:.4rem 0 0;color:#53637c;font-size:.88rem;font-weight:650;line-height:1.58}.documents-ai-message-head{display:flex;align-items:center;gap:.55rem;margin-bottom:.45rem}.documents-ai-message-head img{width:34px;height:34px}.documents-ai-panel .voy-response-card{padding:.1rem;border:0;background:transparent;box-shadow:none}.documents-ai-panel .voy-response-title{font-size:1.08rem}.documents-ai-panel .voy-response-short,.documents-ai-panel .voy-response-section li,.documents-ai-panel .voy-response-recommendation p,.documents-ai-panel .voy-response-limitations li{font-size:.88rem}.documents-ai-loading{display:grid;grid-template-columns:22px minmax(0,1fr);gap:.7rem;align-items:center;padding:.85rem;border-radius:16px;color:#52627b;background:linear-gradient(90deg,#f7fafc,#eef5f3,#f7fafc)}.documents-ai-loading span{width:16px;height:16px;border-radius:999px;border:3px solid rgba(15,143,84,.2);border-top-color:var(--documents-green);animation:documents-spin .85s linear infinite}.documents-ai-loading p{margin:0;font-size:.78rem;font-weight:800}@keyframes documents-spin{to{transform:rotate(360deg)}}.documents-ai-suggestions{display:grid;gap:.48rem}.documents-ai-suggestions button{display:grid;grid-template-columns:minmax(0,1fr) 30px;gap:.55rem;align-items:center;min-height:43px;padding:.55rem .55rem .55rem .75rem;border-radius:13px;color:#40516a;font-size:.75rem;font-weight:850;text-align:left;transition:transform .18s ease}.documents-ai-suggestions svg{width:30px;height:30px;padding:.45rem;color:#3556d7;background:#f0f4ff;border-radius:10px}.documents-ai-input{display:flex;width:100%;gap:.65rem;align-items:stretch;min-height:76px;padding:.5rem;border-radius:18px;background:#fff;box-sizing:border-box;flex:0 0 auto;position:relative;z-index:2}.documents-ai-input textarea{flex:1 1 auto;min-width:0;width:100%;min-height:58px;max-height:132px;border:0;outline:0;padding:.62rem .72rem;color:var(--documents-blue);background:transparent;font:inherit;font-size:.96rem;font-weight:750;line-height:1.35;resize:vertical;box-sizing:border-box}.documents-ai-input textarea::placeholder{color:#94a1b6}.documents-ai-input button{display:inline-flex;flex:0 0 58px;align-items:center;justify-content:center;width:58px;min-width:58px;min-height:58px;height:auto;align-self:stretch;border:0;border-radius:16px;color:#fff;background:linear-gradient(135deg,#14a860,#0d7147);box-shadow:0 12px 24px #0f8f5438}.documents-ai-input button:disabled{cursor:not-allowed;opacity:.5}.documents-ai-input svg{width:24px;height:24px}.documents-disclaimer{display:grid;grid-template-columns:20px minmax(0,1fr);gap:.5rem;align-items:start;margin:0;flex:0 0 auto;color:#56667f;font-size:.72rem;font-weight:750;line-height:1.45}.documents-disclaimer svg{width:18px;height:18px;color:#5365a8}@media(max-width:1500px){.documents-main-grid{grid-template-columns:280px minmax(360px,.84fr) minmax(480px,1.16fr)}.documents-main-grid.is-collections-collapsed{grid-template-columns:76px minmax(360px,.8fr) minmax(520px,1.2fr)}.documents-main-grid.is-ai-collapsed{grid-template-columns:280px minmax(0,1fr) 76px}.documents-main-grid.is-collections-collapsed.is-ai-collapsed{grid-template-columns:76px minmax(0,1fr) 76px}.documents-hero-chips{grid-template-columns:repeat(2,minmax(190px,1fr));max-width:620px}.documents-viewer-actions{max-width:190px}}@media(max-width:1220px){.documents-hero-grid,.documents-main-grid{grid-template-columns:1fr}.documents-summary-card,.documents-collections-panel,.documents-viewer-card,.documents-ai-panel{height:auto}.documents-collections-panel,.documents-ai-panel{max-height:none;overflow:visible}.documents-list,.documents-ai-thread{max-height:480px}.documents-viewer-card{min-height:720px}}@media(max-width:760px){.documents-hero{min-height:0}.documents-hero-content{padding:1.35rem}.documents-hero-art{opacity:.38;min-width:260px}.documents-hero-chips,.documents-ai-actions div{grid-template-columns:1fr}.documents-viewer-header{flex-direction:column}.documents-viewer-actions{align-items:stretch;width:100%;max-width:none}.documents-primary-action,.documents-secondary-action{width:100%}.documents-pdf-frame iframe,.documents-file-placeholder{min-height:480px}}.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}}.services-page{display:grid;gap:1.35rem;width:100%}.services-module-hero,.services-section-card,.service-hub-card,.service-kpi-card,.service-connector-card,.service-provider-card,.service-insight-card,.services-agent-card,.services-package-card,.services-product-card,.services-coming-soon-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-soft);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.services-module-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;min-height:240px;padding:clamp(1.5rem,2.4vw,2.4rem);border-radius:32px;background:radial-gradient(circle at 88% 16%,rgba(207,176,111,.18),transparent 24%),radial-gradient(circle at 16% 14%,rgba(83,125,104,.16),transparent 25%),linear-gradient(135deg,#fffffff5,#f5f9f9e6)}.services-module-hero h2,.services-section-head h3,.service-hub-card h3,.service-connector-card h3,.service-provider-card h3,.service-insight-card h3,.services-agent-card h3,.services-package-card h3,.services-product-card h3,.services-coming-soon-card h3{margin:0;color:var(--blue-950);font-family:var(--font-display);line-height:1.08}.services-module-hero h2{max-width:780px;font-size:clamp(2.4rem,3vw,4.4rem)}.services-module-hero p{max-width:760px;margin:.8rem 0 0;color:var(--text-muted);font-size:1.05rem;font-weight:600;line-height:1.65}.services-kicker{display:inline-flex;align-items:center;margin-bottom:.55rem;color:var(--text-muted);font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.services-module-hero-actions{flex:0 0 auto}.services-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;gap:.45rem;padding:.78rem 1.15rem;border:1px solid rgba(16,36,52,.1);border-radius:999px;color:#fff;font-size:.9rem;font-weight:800;background:linear-gradient(135deg,var(--blue-900),#1f6b4f);box-shadow:0 14px 28px #1224341f;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.services-button:hover{transform:translateY(-2px);box-shadow:0 18px 34px #12243429}.services-button.is-secondary{color:var(--blue-900);background:#ffffffdb}.services-demo-mode-banner{--demo-accent: #2f7d5c;--demo-accent-soft: rgba(47, 125, 92, .12);position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(.9rem,1.4vw,1.4rem);min-height:112px;padding:clamp(1rem,1.6vw,1.35rem);border:1px solid rgba(16,36,52,.08);border-radius:28px;overflow:hidden;background:radial-gradient(circle at 94% 12%,color-mix(in srgb,var(--demo-accent) 18%,transparent),transparent 28%),linear-gradient(135deg,#fffffff5,#f5f9f9db);box-shadow:0 18px 42px #12325214;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.services-demo-mode-banner:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:linear-gradient(180deg,var(--demo-accent),rgba(207,176,111,.9))}.services-demo-mode-banner.is-accounting{--demo-accent: #174f8a}.services-demo-mode-banner.is-marketing{--demo-accent: #29935d}.services-demo-mode-banner.is-ai{--demo-accent: #5b4bd8}.services-demo-mode-banner.is-suppliers{--demo-accent: #bd7a18}.services-demo-mode-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:18px;color:#fff;background:linear-gradient(135deg,var(--demo-accent),#102434);box-shadow:0 16px 30px color-mix(in srgb,var(--demo-accent) 22%,transparent)}.services-demo-mode-icon svg{width:24px;height:24px}.services-demo-mode-copy{position:relative;min-width:0}.services-demo-mode-copy>span{display:inline-flex;align-items:center;margin-bottom:.28rem;color:var(--demo-accent);font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.services-demo-mode-copy h3{margin:0;color:var(--blue-950);font-family:var(--font-display);font-size:clamp(1.18rem,1.4vw,1.55rem);line-height:1.12}.services-demo-mode-copy p{max-width:880px;margin:.42rem 0 0;color:var(--text-muted);font-size:.95rem;font-weight:650;line-height:1.55}.services-demo-mode-status{position:relative;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem;max-width:310px}.services-demo-mode-status span{display:inline-flex;align-items:center;min-height:34px;padding:.48rem .72rem;border:1px solid color-mix(in srgb,var(--demo-accent) 20%,transparent);border-radius:999px;color:var(--blue-900);font-size:.72rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;background:color-mix(in srgb,var(--demo-accent) 10%,#ffffff)}.services-summary-grid,.services-kpi-grid,.services-hub-grid,.services-connector-grid,.services-provider-grid,.services-package-grid,.services-agent-grid,.services-analytics-grid,.services-product-grid{display:grid;gap:1rem}.services-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.services-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.services-kpi-grid.is-compact,.services-hub-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.services-connector-grid,.services-provider-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services-package-grid,.services-agent-grid,.services-analytics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.services-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services-two-column{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:1rem}.services-suppliers-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:1rem}.services-section-card{display:grid;gap:1rem;padding:1.35rem;border-radius:28px}.services-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.services-section-head h3{font-size:clamp(1.35rem,1vw + 1rem,2rem)}.services-section-head p,.service-hub-card p,.service-connector-card p,.service-provider-card p,.service-insight-card p,.services-agent-card p,.services-package-card p,.services-product-card p,.services-safe-note{margin:0;color:var(--text-muted);line-height:1.55}.service-hub-card{display:grid;gap:1.1rem;min-height:250px;padding:1.15rem;border-radius:28px;overflow:hidden}.service-hub-card.is-soon{opacity:.78}.service-hub-card-head,.service-hub-card-footer,.services-agent-head,.services-agent-actions,.services-product-head,.services-product-meta{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.service-hub-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:18px;color:var(--blue-900);background:#8ca2b51f}.service-hub-icon svg{width:28px;height:28px}.service-hub-card h3{font-size:1.55rem}.service-hub-card-footer span,.service-provider-card span,.services-product-meta span,.services-agent-meta span{color:var(--text-muted);font-size:.82rem;font-weight:800}.service-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:.35rem .72rem;border-radius:999px;color:var(--blue-900);font-size:.72rem;font-weight:800;background:#8ca2b51f}.service-status-badge.is-active{color:#276d4d;background:#537d6824}.service-status-badge.is-soon{color:#8d6c2d;background:#cfb06f2e}.service-status-badge.is-demo{color:#e87511;background:#e875111f}.service-status-badge.is-connection{color:#2456e6;background:#2456e61a}.service-kpi-card{display:grid;gap:.45rem;min-height:118px;padding:1rem;border-radius:24px}.service-kpi-card span{color:var(--text-muted);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.service-kpi-card strong{color:var(--blue-950);font-size:clamp(1.55rem,1.5vw,2.35rem);font-weight:800;line-height:1}.service-kpi-card small{color:var(--text-muted);font-weight:800}.service-connector-card,.service-provider-card,.service-insight-card,.services-agent-card,.services-package-card{display:grid;gap:.9rem;padding:1rem;border-radius:22px}.service-connector-card,.service-provider-card{grid-template-columns:minmax(0,1fr) auto;align-items:start}.service-insight-card{background:radial-gradient(circle at 90% 12%,rgba(207,176,111,.18),transparent 26%),linear-gradient(145deg,#fffffff2,#eff6f3d1)}.services-insight-list,.services-provider-stack,.services-table-list,.services-progress-list{display:grid;gap:.75rem}.services-bar-chart{display:flex;align-items:end;justify-content:space-between;min-height:150px;gap:.8rem;padding-top:1rem}.services-bar-pair{display:grid;grid-template-columns:16px 16px;align-items:end;gap:.25rem}.services-bar-pair small{grid-column:1 / -1;color:var(--text-muted);font-weight:800;text-align:center}.services-bar-pair .bar{display:block;min-height:22px;border-radius:999px 999px 8px 8px}.services-bar-pair .income{background:var(--green-500)}.services-bar-pair .expense{background:var(--gold-500)}.services-progress-list div,.services-table-list div{display:grid;gap:.35rem;padding:.8rem;border-radius:16px;background:#f4f7f7b8}.services-progress-list span{display:flex;justify-content:space-between;gap:1rem;color:var(--text-muted);font-size:.88rem;font-weight:800}.services-progress-list i{display:block;height:9px;border-radius:999px;background:linear-gradient(90deg,var(--green-500),var(--gold-500))}.services-table-list strong{color:var(--blue-950)}.services-table-list span,.services-table-list small{color:var(--text-muted);font-weight:700}.services-agent-card,.services-package-card.is-featured{background:radial-gradient(circle at 88% 8%,rgba(83,125,104,.16),transparent 22%),#fffffff0}.services-agent-meta{display:flex;justify-content:space-between;gap:1rem}.services-agent-meta strong{color:var(--blue-900)}.services-package-card ul{display:grid;gap:.45rem;margin:0;padding-left:1.1rem;color:var(--text-muted);font-weight:700}.services-supplier-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:.85rem;padding:1rem;border:1px solid var(--line);border-radius:24px;background:#ffffffdb;box-shadow:var(--shadow-soft)}.services-supplier-toolbar input,.services-supplier-toolbar select{min-height:52px;width:100%;border:1px solid rgba(30,58,82,.12);border-radius:18px;padding:.75rem 1rem;color:var(--blue-950);background:#fff;outline:none}.services-product-card{display:grid;grid-template-columns:96px minmax(0,1fr);gap:1rem;padding:.95rem;border-radius:22px}.services-product-thumb{display:grid;place-items:center;min-height:118px;border-radius:20px;color:#fff;font-weight:900;background:radial-gradient(circle at 28% 18%,rgba(255,255,255,.24),transparent 24%),linear-gradient(145deg,var(--blue-900),#1f6b4f)}.services-product-copy{display:grid;gap:.72rem}.services-product-head{align-items:flex-start}.services-product-head h3{font-size:1.1rem}.services-safe-note{padding:.85rem;border-radius:16px;background:#cfb06f1f;font-size:.84rem;font-weight:700}.services-coming-soon-card{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1fr);gap:1rem;padding:1rem;border-radius:30px}.page-services .portal-topbar{padding-bottom:0}.portal-page-title{display:inline-flex;align-items:center;gap:.7rem}.portal-title-service-badge{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;color:#0a6a3d;background:#dff1e8;box-shadow:0 12px 24px #0f593d1f}.portal-title-service-badge svg{width:25px;height:25px}.services-hotel-page{display:grid;gap:1rem;width:100%}.services-hotel-hero{--services-hero-image: none;--services-hero-icon-color: #ffffff;position:relative;display:grid;align-content:space-between;min-height:clamp(345px,20.4vw,390px);overflow:hidden;padding:1.55rem 2.15rem 1.7rem;border-radius:25px;color:#fff;background:linear-gradient(90deg,#041f4cd1,#05204a85 34%,#052a3b38 66%,#052a220a),linear-gradient(180deg,#02102200,#02102205);box-shadow:0 24px 46px #12243424}.services-hotel-hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:0}.services-hotel-hero-copy,.services-hero-features,.services-hero-success-pill{position:relative;z-index:1}.services-hotel-hero:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffff1f;pointer-events:none}.services-hotel-hero-copy{position:relative;z-index:1;max-width:650px}.services-hero-pill,.services-hero-success-pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border-radius:999px;color:#fff;font-size:.72rem;font-weight:900;background:linear-gradient(135deg,#0b7545,#1d8f50);box-shadow:0 13px 28px #0b754547}.services-hero-pill{padding:.4rem .95rem;margin-bottom:1.05rem}.services-hero-success-pill{position:absolute;right:4.4rem;bottom:1.55rem;z-index:1;min-width:210px;padding:.48rem 1.1rem}.services-hotel-hero h2{max-width:560px;margin:0;font-family:var(--font-sans);font-size:clamp(1.8rem,1.4vw + 1rem,2.35rem);font-weight:900;line-height:1.12;letter-spacing:-.04em}.services-hotel-hero p{max-width:600px;margin:.65rem 0 0;color:#ffffffe0;font-size:.98rem;font-weight:700;line-height:1.55}.services-hero-features{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:760px;margin-top:1.1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.16)}.services-hero-feature{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:.8rem;min-height:54px}.services-hero-feature span{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;color:var(--services-hero-icon-color)!important;background:transparent!important;box-shadow:0 0 0 1px #a8f46e59,0 10px 24px #041c1226}.services-hero-feature svg{width:22px;height:22px;color:var(--services-hero-icon-color)!important;stroke:var(--services-hero-icon-color)!important}.services-hero-feature strong{max-width:118px;color:#fff;font-size:.78rem;font-weight:900;line-height:1.25}.services-hotel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.95rem}.services-hotel-card{display:grid;grid-template-rows:auto auto minmax(54px,auto) auto auto;gap:.85rem;min-height:222px;padding:1.05rem 1.1rem 1rem;border:1px solid rgba(30,58,82,.08);border-radius:20px;background:#fffffff5;box-shadow:0 16px 34px #12243412}.services-hotel-card.is-disabled{opacity:.74}.services-hotel-card-head,.services-hotel-card-title,.services-hotel-stat-box,.services-hotel-stat small,.services-hotel-action,.services-recommended-head,.services-recommendation-action{display:flex;align-items:center}.services-hotel-card-head{justify-content:space-between;gap:.8rem}.services-hotel-card-icon{display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;border-radius:12px;color:#fff!important;box-shadow:0 14px 28px #12243424}.services-hotel-card-icon svg{width:27px;height:27px;color:#fff;stroke:#fff}.services-hotel-page .dashboard-service-icon{color:#fff;stroke:#fff}.services-hotel-card.tone-blue .services-hotel-card-icon{background:linear-gradient(135deg,#3754b5,#173c88)}.services-hotel-card.tone-pink .services-hotel-card-icon{background:linear-gradient(135deg,#ef4ca5,#ca277d)}.services-hotel-card.tone-purple .services-hotel-card-icon,.services-hotel-card.tone-violet .services-hotel-card-icon{background:linear-gradient(135deg,#8b30d6,#5b1cac)}.services-hotel-card.tone-green .services-hotel-card-icon{background:linear-gradient(135deg,#77a85e,#3e7f3e)}.services-hotel-card.tone-orange .services-hotel-card-icon{background:linear-gradient(135deg,#f7ab1e,#e67c0f)}.services-hotel-card.tone-cyan .services-hotel-card-icon{background:linear-gradient(135deg,#4fbfd0,#258b9d)}.services-hotel-card-title{gap:.45rem;align-items:flex-start}.services-hotel-card-title span,.services-hotel-card-title h3{margin:0;color:#020b56;font-size:1.08rem;font-weight:900;line-height:1.15}.services-hotel-card-title h3{font-family:var(--font-sans)}.services-hotel-card p{margin:0;color:#41538d;font-size:.88rem;font-weight:650;line-height:1.45}.services-hotel-stat-box{min-height:53px;gap:.65rem;padding:.75rem .85rem;border:1px solid rgba(12,36,95,.08);border-radius:12px;background:linear-gradient(180deg,#f9fbfdf2,#f3f6f9f2)}.services-hotel-stat{display:grid;flex:1;min-width:0;gap:.2rem}.services-hotel-stat.is-wide{grid-template-columns:minmax(0,1fr) auto;align-items:end}.services-hotel-stat span{color:#4d5d8d;font-size:.76rem;font-weight:800}.services-hotel-stat strong{color:#020b56;font-size:1.18rem;font-weight:950;line-height:1.05}.services-hotel-stat strong.tone-green{color:#087a37}.services-hotel-stat strong.tone-orange{color:#f07b00}.services-hotel-stat strong.tone-link{color:#034eff;font-size:.92rem}.services-hotel-stat small{gap:.2rem;justify-content:flex-end;color:#087a37;font-size:.72rem;font-weight:900;white-space:nowrap}.services-hotel-stat small:before{content:"▲";font-size:.58rem}.services-hotel-stat i{display:block;width:100%;height:5px;margin-top:.18rem;border-radius:999px;background:linear-gradient(90deg,#173c88 0 var(--progress),rgba(12,36,95,.16) var(--progress) 100%)}.services-hotel-action{justify-content:center;gap:.72rem;min-height:38px;margin-top:auto;border:1px solid transparent;border-radius:9px;color:#fff;font-size:.8rem;font-weight:900;background:linear-gradient(135deg,#061f75,#05256d);box-shadow:0 12px 22px #061f751f}.services-hotel-action b,.services-recommendation-action b{font-size:1.2rem;line-height:1}.services-hotel-action.is-outline-orange{color:#ff7900;border-color:#ff7900e6;background:#fff}.services-hotel-action.is-outline-blue{color:#034eff;border-color:#034effe0;background:#fff}.services-hotel-action.is-outline-purple{color:#7b22d1;border-color:#7b22d1e0;background:#fff}.services-hotel-action.is-disabled{color:#7988a1;border-color:transparent;background:#d8dde6;box-shadow:none;cursor:not-allowed}.services-recommended-panel{display:grid;gap:.9rem;padding:1rem 1.2rem 1.15rem;border:1px solid rgba(30,58,82,.08);border-radius:22px;background:radial-gradient(circle at 6% 15%,rgba(83,125,104,.11),transparent 28%),linear-gradient(135deg,#f2f9f5f0,#f7fafaf2);box-shadow:0 18px 36px #12243412}.services-recommended-head{gap:.6rem}.services-recommended-badge{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;color:#fff;background:#157d4a}.services-recommended-badge svg{width:16px;height:16px}.services-recommended-head h3{margin:0;color:#020b56;font-family:var(--font-sans);font-size:1.05rem;font-weight:950}.services-recommended-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.services-recommendation-card{display:grid;grid-template-columns:64px minmax(0,1fr);gap:.85rem;min-height:128px;padding:.85rem .95rem;border:1px solid rgba(30,58,82,.08);border-radius:13px;background:#ffffffeb;box-shadow:0 12px 25px #1224340f}.services-recommendation-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:22px;color:#2e8149;background:#e7f6ea}.services-recommendation-card.tone-purple .services-recommendation-icon{color:#7b22d1;background:#efe4ff}.services-recommendation-icon svg{width:32px;height:32px}.services-recommendation-copy{display:grid;gap:.3rem}.services-recommendation-copy h4{margin:0;color:#020b56;font-size:.86rem;font-weight:950}.services-recommendation-copy p{margin:0;color:#657095;font-size:.76rem;font-weight:700;line-height:1.35}.services-recommendation-copy small{display:flex;align-items:center;gap:.34rem;color:#2b8551;font-size:.68rem;font-weight:900}.services-recommendation-copy small:before{content:"✓";display:inline-grid;place-items:center;width:14px;height:14px;border-radius:50%;color:#fff;font-size:.55rem;background:#2b8551}.services-recommendation-action{grid-column:1 / -1;justify-content:center;gap:.7rem;min-height:30px;border:1px solid rgba(43,133,81,.6);border-radius:8px;color:#2b8551;font-size:.74rem;font-weight:950}.services-recommendation-action.is-purple{color:#7b22d1;border-color:#7b22d18c}.accounting-page{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:1.15rem;width:100%}.accounting-main{display:grid;gap:.95rem;min-width:0}.accounting-demo-banner,.accounting-connector-card,.accounting-kpi-card,.accounting-chart-card,.accounting-providers-panel,.accounting-voy-card,.accounting-health-card{border:1px solid rgba(30,58,82,.08);background:#fffffff5;box-shadow:0 16px 34px #1224340f}.accounting-demo-banner{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:82px;overflow:hidden;padding:1rem 1.15rem;border-radius:18px}.accounting-demo-copy{position:relative;z-index:1;display:flex;align-items:center;gap:1rem}.accounting-demo-copy>span{width:14px;height:14px;flex:0 0 auto;border-radius:50%;background:#35aa43;box-shadow:0 0 0 7px #35aa431a}.accounting-demo-copy h2,.accounting-card-head h3,.accounting-providers-panel h2,.accounting-provider-card h3,.accounting-voy-card h2,.accounting-health-card h3{margin:0;color:#020b56;font-family:var(--font-sans);font-weight:950;letter-spacing:0}.accounting-demo-copy h2{font-size:1.18rem}.accounting-demo-copy p{margin:.28rem 0 0;color:#27346f;font-size:.78rem;font-weight:750}.accounting-demo-art{position:absolute;right:0;top:0;width:min(40%,430px);height:100%;object-fit:cover;object-position:center}.accounting-connectors{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem}.accounting-connector-card{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:.72rem;min-height:74px;padding:.8rem .9rem;border-radius:14px;text-align:left}.accounting-connector-card>span:last-child{display:grid;gap:.15rem;min-width:0}.accounting-connector-card strong,.accounting-provider-meta strong,.accounting-health-card p{color:#020b56}.accounting-connector-card strong{font-size:.78rem;font-weight:950}.accounting-connector-card small{color:#42517f;font-size:.68rem;font-weight:750}.accounting-connector-logo{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#fff;background:#06277d}.accounting-connector-logo small{color:inherit;font-size:.95rem;font-weight:950}.accounting-connector-logo svg{width:22px;height:22px}.accounting-connector-card.tone-siigo .accounting-connector-logo{color:#1183ff;background:transparent}.accounting-connector-card.tone-contifico .accounting-connector-logo{background:#f3f8ff;color:#1676f4;box-shadow:inset 0 0 0 5px #1676f41f}.accounting-connector-card.tone-excel .accounting-connector-logo{border-radius:10px;background:linear-gradient(135deg,#2cb565,#116a3c)}.accounting-connector-card.tone-manual .accounting-connector-logo{border-radius:12px;color:#08206f;background:#eef3ff}.accounting-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.55rem}.accounting-kpi-card{display:grid;gap:.62rem;min-height:112px;padding:.95rem .9rem;border-radius:14px}.accounting-kpi-card header,.accounting-card-head,.accounting-providers-panel header,.accounting-health-card header{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.accounting-kpi-card header span{color:#0d1d5d;font-size:.64rem;font-weight:950;text-transform:uppercase}.accounting-kpi-card header i{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;color:#35aa43;background:#e7f8e8}.accounting-kpi-card.tone-warning header i{color:#ff7a00;background:#fff0df}.accounting-kpi-card header svg{width:18px;height:18px}.accounting-kpi-card strong{color:#020b56;font-size:1.25rem;font-weight:950;line-height:1}.accounting-kpi-card small{color:#42517f;font-size:.66rem;font-weight:850}.accounting-kpi-card small b{color:#24a83a}.accounting-kpi-card.tone-warning small b{color:#ff7600}.accounting-analytics-grid{display:grid;grid-template-columns:1.55fr 1.15fr 1.15fr .95fr;gap:.55rem}.accounting-chart-card{position:relative;min-height:246px;padding:1rem;border-radius:16px}.accounting-chart-card:hover,.accounting-chart-card:focus-within{z-index:15}.accounting-card-head h3{font-size:.9rem}.accounting-card-head button{min-height:28px;padding:0 .65rem;border:1px solid rgba(10,34,95,.08);border-radius:999px;color:#020b56;background:#f6f8fc;font-size:.66rem;font-weight:900}.accounting-chart-legend{display:flex;align-items:center;gap:1rem;margin:.85rem 0 .3rem}.accounting-chart-legend span,.accounting-revenue-list span,.accounting-cost-list span{display:flex;align-items:center;gap:.45rem;color:#203270;font-size:.68rem;font-weight:850}.accounting-chart-legend i,.accounting-revenue-list i,.accounting-cost-list i{display:inline-block;width:8px;height:8px;border-radius:50%}.accounting-chart-legend .is-green{background:#35aa43}.accounting-chart-legend .is-blue{background:#082071}.accounting-line-chart{position:relative;min-height:172px}.accounting-line-chart svg,.accounting-cash-chart svg{width:100%;height:auto;overflow:visible}.chart-grid path{fill:none;stroke:#020b5614;stroke-width:1}.line-sales,.line-expenses{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.line-sales{stroke:#35aa43}.line-expenses{stroke:#082071}.dot-sales{fill:#35aa43}.dot-expenses{fill:#082071}.accounting-chart-months{display:flex;justify-content:space-between;margin-top:-.35rem;padding:0 .35rem;color:#12266c;font-size:.68rem;font-weight:850}.accounting-chart-tooltip{position:absolute;display:grid;gap:.35rem;min-width:148px;padding:.7rem .78rem;border-radius:12px;background:#fff;box-shadow:0 14px 28px #1224341f}.accounting-chart-tooltip strong,.accounting-chart-tooltip span{color:#102064;font-size:.67rem;font-weight:850}.accounting-chart-tooltip span{display:flex;justify-content:space-between;gap:.6rem}.accounting-donut-layout{position:relative;display:grid;grid-template-columns:1fr;gap:.9rem;align-items:start;margin-top:1rem}.accounting-donut{position:relative;display:grid;place-items:center;align-content:center;width:min(220px,100%);height:220px;margin:0 auto;border-radius:50%;background:transparent}.accounting-donut svg{width:220px;height:220px;overflow:visible}.accounting-donut-segment{cursor:pointer;transform-origin:110px 110px;transition:opacity .14s ease,transform .14s ease,filter .14s ease}.accounting-donut-segment.is-muted{opacity:.34}.accounting-donut-segment.is-active,.accounting-donut-segment:hover,.accounting-donut-segment:focus{opacity:1;transform:scale(1.045);filter:drop-shadow(0 10px 16px rgba(2,11,86,.22));outline:none}.accounting-donut-core{position:absolute;inset:50% auto auto 50%;display:grid;place-items:center;align-content:center;width:108px;height:108px;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px #020b560f,0 12px 24px #12243414;transform:translate(-50%,-50%)}.accounting-donut span{color:#25356f;font-size:.7rem;font-weight:900}.accounting-donut strong{color:#020b56;font-size:.88rem;font-weight:950}.accounting-cost-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem .65rem}.accounting-cost-list span{min-height:34px;padding:.42rem .55rem;border-radius:999px;background:#f6f8fc;cursor:pointer;transition:color .14s ease,background .14s ease,box-shadow .14s ease,transform .14s ease}.accounting-cost-list span:hover,.accounting-cost-list span:focus,.accounting-cost-list span.is-active{color:#102064;background:#eef8f0;box-shadow:inset 0 0 0 1px #35aa432e,0 8px 18px #12243414;transform:translateY(-1px);outline:none}.accounting-cost-list i{background:var(--cost-color)}.accounting-cost-list b{margin-left:auto;color:#283878}.accounting-cash-chart{position:relative;min-height:176px;margin-top:.35rem}.accounting-cash-bars{position:absolute;left:15px;right:13px;bottom:16px;display:flex;align-items:flex-end;justify-content:space-around;pointer-events:none}.accounting-cash-bars span{width:16px;border-radius:5px 5px 0 0;background:linear-gradient(180deg,#6ec953,#35aa43)}.accounting-cash-bars span.is-negative{background:linear-gradient(180deg,#6ec953,#35aa43);transform:translateY(22px) scaleY(.85);opacity:.82}.accounting-revenue-list{display:grid;gap:1rem;margin-top:1.3rem}.accounting-revenue-list div{display:grid;gap:.38rem}.accounting-revenue-list i{background:var(--unit-color)}.accounting-revenue-list b{margin-left:auto}.accounting-revenue-list em{display:block;width:100%;height:11px;border-radius:999px;background:linear-gradient(90deg,var(--unit-color) 0 var(--unit-progress),rgba(2,11,86,.08) var(--unit-progress) 100%)}.accounting-revenue-card footer{display:flex;justify-content:space-between;margin-top:1.25rem;color:#12266c;font-size:.76rem;font-weight:900}.accounting-providers-panel{display:grid;gap:.8rem;padding:1rem 1.05rem;border-radius:18px}.accounting-providers-panel h2{font-size:1.02rem}.accounting-providers-panel p{margin:.2rem 0 0;color:#42517f;font-size:.76rem;font-weight:750}.accounting-providers-panel header a{display:inline-flex;align-items:center;gap:.45rem;color:#001374;font-size:.78rem;font-weight:950}.accounting-provider-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem}.accounting-provider-card{position:relative;display:grid;gap:.72rem;min-height:236px;padding:.82rem;border:1px solid rgba(30,58,82,.08);border-radius:14px;background:#fff}.accounting-provider-badge{justify-self:start;padding:.28rem .58rem;border-radius:999px;color:#238741;background:#e4f6e6;font-size:.6rem;font-weight:950}.accounting-provider-head{display:grid;grid-template-columns:48px minmax(0,1fr);gap:.65rem;align-items:center}.accounting-provider-head i{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;color:#fff;font-style:normal;font-size:1.18rem;font-weight:950}.accounting-provider-head i.tone-green{background:#021f18}.accounting-provider-head i.tone-cyan{background:#2cb4b3}.accounting-provider-head i.tone-blue{background:#dce8ff;color:#0d2374}.accounting-provider-head i.tone-royal{background:#1477ff}.accounting-provider-head i.tone-orange{background:#ff8b18}.accounting-provider-card h3{font-size:.82rem}.accounting-provider-card p{margin:.18rem 0 0;color:#42517f;font-size:.64rem;font-weight:750;line-height:1.32}.accounting-provider-meta{display:flex;align-items:center;justify-content:space-between;gap:.45rem;color:#ff9300;font-size:.62rem;font-weight:900}.accounting-provider-meta strong{font-size:.62rem;text-align:right}.accounting-provider-meta b{color:#1f8a35;font-size:.82rem}.accounting-provider-card ul{display:grid;gap:.36rem;margin:0;padding:0;color:#102064;font-size:.61rem;font-weight:850;list-style:none}.accounting-provider-card li:before{content:"OK";display:inline-grid;place-items:center;width:13px;height:13px;margin-right:.36rem;border-radius:50%;color:#fff;background:#28a541;font-size:.38rem;font-weight:950}.accounting-provider-card footer{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:.45rem;margin-top:auto}.accounting-provider-card footer button{min-height:34px;border:1px solid rgba(10,34,95,.1);border-radius:9px;color:#001374;background:#fff;font-size:.72rem;font-weight:950}.accounting-side{display:grid;align-content:start;gap:1rem}.accounting-voy-card{display:grid;gap:1.2rem;min-height:396px;padding:1.25rem;border-radius:18px;color:#fff;background:radial-gradient(circle at 96% 0%,rgba(86,130,214,.35),transparent 34%),linear-gradient(160deg,#052d7e,#071f5c);box-shadow:0 24px 42px #071f5c33}.accounting-voy-head{display:grid;grid-template-columns:48px minmax(0,1fr);gap:.85rem;align-items:center}.accounting-voy-head>span{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#ffffff1f}.accounting-voy-head svg{width:28px;height:28px}.accounting-voy-head small{color:#ffffffd1;font-size:.65rem;font-weight:950;letter-spacing:.06em}.accounting-voy-card h2{color:#fff;font-size:1.25rem}.accounting-voy-card p{margin:0;color:#ffffffe0;font-size:.78rem;font-weight:750;line-height:1.55}.accounting-voy-actions{display:grid;gap:.7rem}.accounting-voy-actions button{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr) 20px;gap:.72rem;align-items:center;min-height:62px;padding:.75rem;border:0;border-radius:13px;color:#fff;text-align:left;background:#ffffff1f}.accounting-voy-actions button>span{grid-row:span 2;display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:#ffffff24;font-size:1.1rem;font-weight:900}.accounting-voy-actions strong{font-size:.82rem;font-weight:950}.accounting-voy-actions small{color:#ffffffd1;font-size:.66rem;font-weight:750}.accounting-voy-actions b{grid-row:span 2;font-size:1.25rem}.accounting-voy-primary{min-height:52px;border:0;border-radius:14px;color:#051b61;background:#fff;font-size:.9rem;font-weight:950}.accounting-health-card{display:grid;gap:1rem;padding:1.15rem;border-radius:18px}.accounting-health-card h3{font-size:.92rem}.accounting-health-card header span{display:grid;place-items:center;width:22px;height:22px;border:1px solid rgba(10,34,95,.16);border-radius:50%;color:#8793ba;font-size:.8rem;font-weight:950}.accounting-health-gauge{display:grid;place-items:center;align-content:center;justify-self:center;width:206px;height:106px;border-radius:206px 206px 0 0;background:radial-gradient(circle at 50% 100%,#ffffff 0 51%,transparent 52%),conic-gradient(from 270deg at 50% 100%,#39a84a 0 var(--health-score),#e8e9ee var(--health-score) 180deg,transparent 180deg 360deg)}.accounting-health-gauge strong{margin-top:2.1rem;color:#2aa23e;font-size:2.15rem;font-weight:950;line-height:1}.accounting-health-gauge span{color:#526087;font-size:.62rem;font-weight:850}.accounting-health-card p{margin:-.5rem 0 0;text-align:center;font-size:.82rem;font-weight:850}.accounting-health-card button{display:grid;grid-template-columns:30px minmax(0,1fr) 16px;gap:.7rem;align-items:center;min-height:64px;padding:.75rem;border:0;border-radius:13px;color:#37517d;background:#eaf7eb;text-align:left;font-size:.76rem;font-weight:750;line-height:1.45}.accounting-health-card button span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;color:#26a542;border:2px solid #26a542;font-size:.78rem;font-weight:950}.accounting-demo-banner{background:linear-gradient(90deg,#fffffffa,#ffffffeb 48%,#ffffff7a 68%,#ffffff0f),var(--accounting-hero-image) center / cover no-repeat}.accounting-chart-card{overflow:visible}.accounting-donut-card{min-height:336px}.accounting-line-chart,.accounting-cash-chart{overflow:visible;border-radius:14px}.accounting-line-chart svg,.accounting-cash-chart svg{overflow:visible}.is-interactive{cursor:pointer;transition:r .14s ease,filter .14s ease,opacity .14s ease}.is-interactive:hover,.is-interactive:focus{r:7;filter:drop-shadow(0 4px 8px rgba(2,11,86,.22));outline:none}.accounting-chart-months button{border:0;color:#12266c;background:transparent;font-size:.68rem;font-weight:850}.accounting-chart-months button.is-active{color:#35aa43}.accounting-chart-tooltip{right:auto;bottom:auto;z-index:30;white-space:nowrap;transform:translateY(-50%) scale(1);pointer-events:none;animation:accounting-tooltip-in .12s ease-out both}.accounting-chart-tooltip.is-cash,.accounting-chart-tooltip.is-donut{bottom:auto}.accounting-chart-tooltip span.is-focused,.accounting-chart-tooltip span.is-focused b{color:#12683e}@keyframes accounting-tooltip-in{0%{opacity:0;transform:translate(4px,calc(-50% + 4px)) scale(.97)}to{opacity:1;transform:translateY(-50%) scale(1)}}.accounting-donut-layout{grid-template-columns:1fr;align-items:start}.accounting-donut{width:min(220px,100%);height:220px}.accounting-donut span{font-size:.78rem}.accounting-donut strong{font-size:1.05rem}.accounting-cash-bars{left:18px;right:18px;bottom:20px;align-items:flex-end;pointer-events:auto}.accounting-cash-bars button{position:relative;width:18px;min-height:18px;padding:0;border:0;border-radius:5px 5px 0 0;background:linear-gradient(180deg,#6ec953,#35aa43);cursor:pointer;pointer-events:auto;transition:opacity .2s ease,transform .2s ease}.accounting-cash-bars button.is-negative{transform:translateY(22px) scaleY(.85);opacity:.82}.accounting-cash-bars button.is-active,.accounting-cash-bars button:hover{opacity:1;box-shadow:0 0 0 4px #35aa431f}.accounting-cash-bars button span{position:absolute;left:50%;bottom:-22px;width:auto;height:auto;border-radius:0;color:#12266c;background:transparent;font-size:.6rem;font-weight:850;transform:translate(-50%)}.accounting-voy-actions button{grid-template-columns:42px minmax(0,1fr) 18px;min-width:0}.accounting-voy-actions button>span{grid-row:auto}.accounting-voy-actions button>div{display:grid;min-width:0;gap:.18rem}.accounting-voy-actions small,.accounting-voy-actions strong{min-width:0;overflow-wrap:anywhere}.accounting-voy-actions b{grid-row:auto}.accounting-manual-panel,.accounting-modal,.accounting-provider-profile{border:1px solid rgba(30,58,82,.08);background:#fffffffa;box-shadow:0 18px 38px #1224341f}.accounting-manual-panel{display:grid;gap:.9rem;padding:1rem;border-radius:18px}.accounting-manual-panel header,.accounting-manual-panel footer,.accounting-modal header,.accounting-provider-profile header,.accounting-provider-profile footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.accounting-manual-panel h2,.accounting-modal h2,.accounting-provider-profile h2{margin:0;color:#020b56;font-family:var(--font-sans);font-size:1.05rem;font-weight:950}.accounting-manual-panel p,.accounting-modal p,.accounting-provider-profile p{margin:.2rem 0 0;color:#42517f;font-size:.78rem;font-weight:750;line-height:1.45}.accounting-manual-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.accounting-manual-grid label{display:grid;gap:.4rem;color:#0d1d5d;font-size:.68rem;font-weight:950;text-transform:uppercase}.accounting-manual-grid input,.accounting-manual-grid select{width:100%;min-height:42px;border:1px solid rgba(10,34,95,.11);border-radius:11px;padding:.55rem .65rem;color:#020b56;background:#f8fafc;font-size:.86rem;font-weight:850}.accounting-manual-panel button,.accounting-modal button,.accounting-provider-profile button{min-height:38px;border:1px solid rgba(10,34,95,.12);border-radius:10px;padding:.55rem .85rem;color:#001374;background:#fff;font-size:.76rem;font-weight:950}.accounting-manual-panel footer button,.accounting-modal-primary,.accounting-provider-profile footer button:first-child{color:#fff;border-color:transparent;background:#061f75}.accounting-manual-panel footer span{color:#238741;font-size:.78rem;font-weight:900}.accounting-modal-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:1.2rem;background:#05122a6b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.accounting-modal,.accounting-provider-profile{width:min(520px,100%);display:grid;gap:1rem;padding:1.15rem;border-radius:18px}.accounting-upload-zone{display:grid;place-items:center;gap:.45rem;min-height:160px;border:1px dashed rgba(10,34,95,.24);border-radius:16px;color:#020b56;background:#f8fbff;text-align:center;cursor:pointer}.accounting-upload-zone input{position:absolute;opacity:0;pointer-events:none}.accounting-upload-zone strong{font-size:.95rem;font-weight:950}.accounting-upload-zone span{color:#42517f;font-size:.76rem;font-weight:750}.accounting-provider-profile{width:min(620px,100%)}.accounting-provider-profile header{align-items:flex-start}.accounting-provider-profile header .accounting-provider-head{flex:1}.accounting-provider-profile header span{color:#238741;font-size:.72rem;font-weight:950}.accounting-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.accounting-profile-grid article{display:grid;gap:.3rem;padding:.85rem;border-radius:13px;background:#f7fafc}.accounting-profile-grid span{color:#42517f;font-size:.68rem;font-weight:850}.accounting-profile-grid strong{color:#020b56;font-size:.95rem;font-weight:950}.accounting-provider-profile ul{display:grid;gap:.5rem;margin:0;padding:0;list-style:none}.accounting-provider-profile li{padding:.65rem .8rem;border-radius:12px;color:#102064;background:#f7fafc;font-size:.82rem;font-weight:850}.ai-page{display:grid;gap:1rem;width:100%}.ai-hero,.ai-panel,.ai-agent-card,.ai-package-card,.ai-custom-panel{border:1px solid rgba(30,58,82,.08);box-shadow:0 18px 38px #12243414}.ai-hero{position:relative;aspect-ratio:2400 / 430;min-height:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;overflow:hidden;padding:2.45rem 2.2rem;border-radius:18px;color:#fff;background:linear-gradient(90deg,#03184af2,#052356d1 34%,#05235647 58%,#05235605),linear-gradient(180deg,#03184a29,#03184a33)}.ai-hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center right;z-index:0}.ai-hero-copy,.ai-hero-badges{position:relative;z-index:1}.ai-hero-copy{position:relative;z-index:1;max-width:460px}.ai-hero h2,.ai-section-head h2,.ai-agent-card h3,.ai-package-card h3,.ai-custom-panel h2,.ai-modal h2{margin:0;font-family:var(--font-sans);font-weight:950;letter-spacing:0}.ai-hero h2{max-width:460px;color:#fff;font-size:1.9rem;line-height:1.08}.ai-hero p{max-width:440px;margin:1rem 0 0;color:#ffffffe0;font-size:.96rem;font-weight:750;line-height:1.55}.ai-hero-badges{display:flex;flex-wrap:wrap;gap:.72rem;margin-top:2rem;justify-content:flex-start}.ai-hero-badges span{display:inline-flex;align-items:center;gap:.45rem;min-height:38px;padding:0 .9rem;border-radius:10px;color:#fff;background:#ffffff1c;font-size:.72rem;font-weight:950}.ai-hero-badges svg{width:17px;height:17px}.ai-panel{display:grid;gap:1.1rem;padding:1.1rem;border-radius:18px;background:#fffffff5}.ai-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.ai-section-head h2{color:#020b56;font-size:1.05rem}.ai-section-head p{margin:.25rem 0 0;color:#42517f;font-size:.76rem;font-weight:750}.ai-section-head.is-inline{align-items:center}.ai-agent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.ai-agent-card{display:grid;gap:1rem;min-height:292px;padding:1.1rem;border-radius:18px;background:#fff}.ai-agent-card.is-disabled{opacity:.82}.ai-agent-card header{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:.8rem;align-items:start}.ai-agent-icon,.ai-package-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:13px;color:#fff;background:linear-gradient(135deg,#12764b,#2f9a54)}.ai-agent-card.tone-purple .ai-agent-icon,.ai-package-card.tone-purple .ai-package-icon{background:linear-gradient(135deg,#8b31df,#5318a8)}.ai-agent-card.tone-blue .ai-agent-icon,.ai-package-card.tone-blue .ai-package-icon{background:linear-gradient(135deg,#3577f0,#0d4fca)}.ai-agent-card.tone-orange .ai-agent-icon{background:linear-gradient(135deg,#f58a14,#df5c0c)}.ai-agent-card.tone-royal .ai-agent-icon{background:linear-gradient(135deg,#3477fa,#173ec7)}.ai-agent-icon svg,.ai-package-icon svg{width:28px;height:28px}.ai-agent-card h3{color:#020b56;font-size:.96rem;line-height:1.2}.ai-agent-card header small{align-self:start;padding:.32rem .62rem;border-radius:999px;color:#238741;background:#e4f6e6;font-size:.6rem;font-weight:950}.ai-agent-card.tone-purple header small,.ai-agent-card.tone-orange header small,.ai-agent-card.tone-royal header small{color:#7d33df;background:#efe2ff}.ai-agent-card p{margin:0;color:#42517f;font-size:.78rem;font-weight:750;line-height:1.55}.ai-agent-usage{display:grid;gap:.35rem;margin-top:auto}.ai-agent-usage span,.ai-package-list span,.ai-package-meta span{color:#6d79a0;font-size:.68rem;font-weight:850}.ai-agent-usage strong{color:#020b56;font-size:.84rem;font-weight:950}.ai-agent-meter{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;align-items:center}.ai-agent-meter i{display:block;height:4px;border-radius:999px;background:linear-gradient(90deg,#147a47 0 var(--progress, 50%),rgba(2,11,86,.1) var(--progress, 50%) 100%)}.ai-agent-meter span{color:#6d79a0;font-size:.62rem;font-weight:850}.ai-agent-card:nth-child(1) .ai-agent-meter i{background:linear-gradient(90deg,#147a47 0 42%,#020b561a 42% 100%)}.ai-agent-card:nth-child(2) .ai-agent-meter i{background:linear-gradient(90deg,#147a47 0 38%,#020b561a 38% 100%)}.ai-agent-card:nth-child(3) .ai-agent-meter i{background:linear-gradient(90deg,#147a47 0 31%,#020b561a 31% 100%)}.ai-agent-card:nth-child(4) .ai-agent-meter i{background:linear-gradient(90deg,#2366ff 0 26%,#020b561a 26% 100%)}.ai-agent-card:nth-child(5) .ai-agent-meter i{background:linear-gradient(90deg,#2366ff 0 35%,#020b561a 35% 100%)}.ai-agent-waitlist{display:flex;align-items:center;gap:.5rem;min-height:42px;padding:0 .75rem;border:1px solid rgba(10,34,95,.1);border-radius:10px;color:#27346f;background:#f8fafc;font-size:.72rem;font-weight:850}.ai-agent-waitlist svg{width:18px;height:18px}.ai-agent-card footer{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.ai-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid transparent;border-radius:12px;padding:0 .9rem;color:#fff;background:linear-gradient(135deg,#126f45,#2b944c);font-size:.78rem;font-weight:950}.ai-button.is-outline,.ai-button.tone-outline-green{color:#0c6c3d;border-color:#0c6c3db3;background:#fff}.ai-button.tone-purple{background:linear-gradient(135deg,#8b31df,#5318a8)}.ai-button.tone-disabled,.ai-button.is-disabled{color:#7b8496;background:#d9dee6;cursor:pointer}.ai-button.is-wide{width:100%}.ai-plan-benefits{display:flex;align-items:center;gap:.8rem;padding:.55rem .8rem;border:1px solid rgba(10,34,95,.08);border-radius:999px;background:#f8fafc}.ai-plan-benefits strong,.ai-plan-benefits span{color:#27346f;font-size:.68rem;font-weight:900;white-space:nowrap}.ai-plan-benefits span{display:inline-flex;align-items:center;gap:.35rem}.ai-plan-benefits svg{width:16px;height:16px}.ai-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.ai-package-card{position:relative;display:grid;gap:1rem;min-height:306px;padding:1.2rem;border-radius:18px;background:#fff}.ai-package-card.is-featured{border-color:#157844b8;box-shadow:0 20px 40px #1578441f}.ai-package-badge{position:absolute;right:1rem;top:1rem;padding:.32rem .62rem;border-radius:999px;color:#fff;background:#147a47;font-size:.6rem;font-weight:950}.ai-package-card header{display:grid;grid-template-columns:48px minmax(0,1fr);gap:.8rem;align-items:center}.ai-package-icon{width:42px;height:42px;border-radius:12px}.ai-package-icon svg{width:22px;height:22px}.ai-package-card h3{color:#020b56;font-size:1rem}.ai-package-card p{margin:0;color:#42517f;font-size:.78rem;font-weight:750;line-height:1.55}.ai-package-list{display:grid;gap:.5rem}.ai-package-list ul{display:grid;gap:.42rem;margin:0;padding:0;list-style:none}.ai-package-list li{color:#102064;font-size:.72rem;font-weight:850}.ai-package-list li:before{content:"OK";display:inline-grid;place-items:center;width:15px;height:15px;margin-right:.4rem;border-radius:50%;color:#fff;background:#28a541;font-size:.38rem;font-weight:950}.ai-package-meta{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-top:auto}.ai-package-meta article{display:grid;gap:.25rem}.ai-package-meta strong{color:#020b56;font-size:.78rem;font-weight:950}.ai-custom-panel{position:relative;display:flex;justify-content:flex-end;aspect-ratio:2400 / 460;min-height:0;overflow:hidden;border-radius:18px;color:#fff;background:#061e5f}.ai-custom-panel:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#03184a00,#03184a05 45%,#03184a3d 56%,#03184ab8);pointer-events:none}.ai-custom-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.ai-custom-copy{position:relative;z-index:2}.ai-custom-copy{display:grid;align-content:center;gap:1rem;width:min(50%,620px);min-height:100%;padding:1.6rem 1.9rem 1.4rem 1.25rem}.ai-custom-copy h2{color:#fff;font-size:1.2rem}.ai-custom-copy p{max-width:520px;margin:0;color:#ffffffe0;font-size:.82rem;font-weight:750;line-height:1.5}.ai-custom-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem}.ai-custom-grid article{display:grid;grid-template-columns:38px minmax(0,1fr);gap:.65rem;align-items:center}.ai-custom-grid span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;color:#fff;background:#3aaa52d9}.ai-custom-grid article.tone-gold span{background:#b58423e6}.ai-custom-grid svg{width:18px;height:18px}.ai-custom-grid strong{display:block;color:#fff;font-size:.8rem;font-weight:950}.ai-custom-grid small{color:#ffffffbf;font-size:.66rem;font-weight:750}.ai-page .dashboard-service-icon{color:#fff;stroke:#fff}.ai-custom-copy footer{display:inline-flex;align-items:center;gap:.55rem;min-height:38px;padding:0 .85rem;border-radius:10px;color:#fff;background:#ffffff1f;font-size:.72rem;font-weight:850}.ai-custom-copy footer svg{width:17px;height:17px;color:#f2b72d}.ai-security-note{display:flex;align-items:center;gap:.55rem;margin:-.15rem 0 0;color:#526087;font-size:.72rem;font-weight:750}.ai-security-note svg{width:17px;height:17px}.ai-modal-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:1.2rem;background:#05122a6b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ai-modal{width:min(540px,100%);display:grid;gap:1rem;padding:1.15rem;border:1px solid rgba(30,58,82,.08);border-radius:18px;background:#fffffffa;box-shadow:0 18px 38px #1224341f}.ai-modal header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.ai-modal h2{color:#020b56;font-size:1.08rem}.ai-modal p{margin:0;color:#42517f;font-size:.84rem;font-weight:750;line-height:1.55}.ai-modal button{min-height:38px;border:1px solid rgba(10,34,95,.12);border-radius:10px;padding:.55rem .85rem;color:#001374;background:#fff;font-size:.76rem;font-weight:950}.ai-modal-primary{justify-self:start;color:#fff!important;border-color:transparent!important;background:#061f75!important}.ai-modal-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.ai-modal-stats article{display:grid;gap:.3rem;padding:.85rem;border-radius:13px;background:#f7fafc}.ai-modal-stats span{color:#42517f;font-size:.68rem;font-weight:850}.ai-modal-stats strong{color:#020b56;font-size:.9rem;font-weight:950}.marketing-page{display:grid;gap:.95rem;width:100%}.marketing-hero,.marketing-card,.marketing-kpi-card,.marketing-post-card,.marketing-package-card,.marketing-provider-card{border:1px solid rgba(30,58,82,.08);box-shadow:0 18px 38px #12243414}.marketing-hero{position:relative;display:grid;align-content:space-between;min-height:250px;overflow:hidden;padding:1.35rem 1.55rem 1.25rem;border-radius:18px;color:#fff;background:#052c58}.marketing-hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.marketing-hero:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#031748e0,#04335294 42%,#055c492e 68%,#055c4905);pointer-events:none}.marketing-hero-copy,.marketing-connectors{position:relative;z-index:2}.marketing-hero-copy{max-width:780px}.marketing-hero-badge,.marketing-section-label{display:inline-flex;align-items:center;gap:.45rem;color:#607092;font-size:.68rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.marketing-hero-badge{min-height:28px;padding:0 .75rem;border-radius:999px;color:#dff9e4;background:#0a6d3dad;letter-spacing:0;text-transform:none}.marketing-hero-badge i{width:8px;height:8px;border-radius:50%;background:#35d05d}.marketing-hero h2,.marketing-card h2,.marketing-post-card h3,.marketing-package-card h3,.marketing-provider-card h3,.marketing-modal h2{margin:0;color:#06155f;font-family:var(--font-sans);font-weight:950}.marketing-hero h2{max-width:760px;margin-top:1rem;color:#fff;font-size:1.52rem;line-height:1.12}.marketing-hero p{max-width:680px;margin:.75rem 0 0;color:#ffffffeb;font-size:.82rem;font-weight:750;line-height:1.55}.marketing-connectors{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-top:1.2rem}.marketing-connector{display:grid;grid-template-columns:48px minmax(0,1fr);gap:.72rem;align-items:center;min-height:64px;border:0;border-radius:13px;padding:.6rem .85rem;color:#07175c;background:#fffffff2;text-align:left}.marketing-connector>span{grid-row:span 2;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:#fff;background:#1f64ff;font-size:.68rem;font-weight:950}.marketing-connector.tone-dark>span{background:#111827}.marketing-connector.tone-pink>span{background:linear-gradient(135deg,#ff2f8d,#7b37ff)}.marketing-connector.tone-royal>span{background:#e9eefc;color:#173bff}.marketing-connector strong,.marketing-connector small{display:block;min-width:0}.marketing-connector strong{font-size:.78rem;font-weight:950}.marketing-connector small{color:#526087;font-size:.66rem;font-weight:750}.marketing-section{display:grid;gap:.65rem}.marketing-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.72rem}.marketing-kpi-card{position:relative;display:grid;gap:.35rem;min-height:116px;overflow:hidden;padding:.9rem 1rem;border-radius:16px;background:#fff}.marketing-kpi-card header{display:flex;align-items:center;gap:.65rem}.marketing-kpi-card header span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:var(--kpi-tone, #147a47);background:color-mix(in srgb,var(--kpi-tone, #147a47) 12%,#ffffff)}.marketing-kpi-card.tone-pink{--kpi-tone: #f5167b}.marketing-kpi-card.tone-purple{--kpi-tone: #7c3aed}.marketing-kpi-card.tone-blue{--kpi-tone: #1f64ff}.marketing-kpi-card.tone-green{--kpi-tone: #24a865}.marketing-kpi-card.tone-orange{--kpi-tone: #ff9500}.marketing-kpi-card small{color:#647294;font-size:.62rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.marketing-kpi-card strong{color:#06155f;font-size:1.4rem;font-weight:950;line-height:1}.marketing-kpi-card em{color:#138647;font-size:.68rem;font-style:normal;font-weight:850}.marketing-kpi-card header svg{width:17px;height:17px}.marketing-kpi-card>svg{position:absolute;right:.8rem;bottom:.6rem;width:76px;height:36px}.marketing-kpi-card>svg polyline{fill:none;stroke:var(--kpi-tone, #147a47);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.marketing-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(330px,.82fr);gap:.85rem;align-items:stretch}.marketing-main-stack,.marketing-side-stack{display:grid;gap:.85rem}.marketing-side-stack{grid-template-rows:auto minmax(0,1fr)}.marketing-card{overflow:hidden;padding:1rem;border-radius:18px;background:#fff}.marketing-chart-card,.marketing-donut-card{position:relative;overflow:visible}.marketing-chart-card:hover,.marketing-chart-card:focus-within,.marketing-donut-card:hover,.marketing-donut-card:focus-within{z-index:18}.marketing-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.marketing-card-head h2{font-size:.98rem}.marketing-card-head p,.marketing-card p,.marketing-package-card p,.marketing-provider-card p,.marketing-modal p{margin:.2rem 0 0;color:#526087;font-size:.72rem;font-weight:750;line-height:1.42}.marketing-card-head span,.marketing-card-head button{display:inline-flex;align-items:center;min-height:30px;border:0;border-radius:999px;padding:0 .8rem;color:#12683e;background:#e5f6e8;font-size:.66rem;font-weight:950}.marketing-chart-wrap{position:relative;margin-top:.75rem;min-height:224px;overflow:visible}.marketing-chart-wrap svg{width:100%;height:auto;overflow:visible}.marketing-chart-grid line{stroke:#06155f1a;stroke-width:1}.marketing-chart-wrap polyline{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.marketing-chart-series polyline{transition:opacity .14s ease,filter .14s ease}.marketing-chart-series.is-muted polyline{opacity:.32}.marketing-chart-point{cursor:pointer;outline:none}.marketing-chart-point circle{transition:r .14s ease,filter .14s ease,opacity .14s ease}.marketing-chart-point.is-active circle,.marketing-chart-point:focus circle,.marketing-chart-point:hover circle{r:7;filter:drop-shadow(0 4px 8px rgba(6,21,95,.24))}.marketing-chart-axis text{fill:#536084;font-size:10px;font-weight:800;text-anchor:middle}.marketing-chart-tooltip{position:absolute;display:grid;gap:.28rem;min-width:148px;padding:.65rem .7rem;border-radius:12px;color:#06155f;background:#fffffff5;box-shadow:0 14px 26px #12243424;transform:translateY(-50%) scale(1);pointer-events:none;white-space:nowrap;z-index:35;animation:marketing-tooltip-in .12s ease-out both}.marketing-chart-tooltip strong,.marketing-chart-tooltip span{font-size:.66rem;font-weight:900}.marketing-chart-tooltip span{display:flex;align-items:center;gap:.35rem}.marketing-chart-tooltip span b{margin-left:auto;color:#06155f}.marketing-chart-tooltip span.is-focused,.marketing-chart-tooltip span.is-focused b{color:#12683e}@keyframes marketing-tooltip-in{0%{opacity:0;transform:translate(4px,calc(-50% + 4px)) scale(.97)}to{opacity:1;transform:translateY(-50%) scale(1)}}.marketing-chart-tooltip i,.marketing-chart-legend i,.marketing-donut-list i{display:inline-block;width:9px;height:9px;border-radius:50%}.marketing-chart-legend{display:flex;align-items:center;gap:1.2rem;color:#405077;font-size:.72rem;font-weight:850}.marketing-chart-legend span,.marketing-donut-list span{display:flex;align-items:center;gap:.45rem}.marketing-campaign-table{display:grid;gap:.1rem;margin-top:.8rem}.marketing-campaign-table header,.marketing-campaign-table button{display:grid;grid-template-columns:minmax(0,1.6fr) .55fr .45fr .45fr;gap:.7rem;align-items:center}.marketing-campaign-table header{padding:0 .4rem .3rem;color:#7783a1;font-size:.62rem;font-weight:950;text-transform:uppercase}.marketing-campaign-table button{min-height:42px;border:0;border-radius:10px;padding:.3rem .45rem;color:#06155f;background:transparent;text-align:left}.marketing-campaign-table button:hover{background:#f6f9fc}.marketing-campaign-table b{display:inline-grid;place-items:center;min-width:38px;min-height:22px;margin-right:.55rem;border-radius:999px;color:#fff;background:#1f64ff;font-size:.54rem;font-weight:950}.marketing-campaign-table .tone-pink b{background:#f5167b}.marketing-campaign-table .tone-dark b{background:#111827}.marketing-campaign-table small{margin-left:.5rem;color:#138647;font-size:.6rem;font-weight:900}.marketing-campaign-table strong{color:#06155f;font-size:.78rem;font-weight:950}.marketing-voy-card{display:grid;gap:.9rem;padding:1rem;border-radius:18px;color:#fff;background:radial-gradient(circle at 92% 4%,rgba(80,142,255,.28),transparent 34%),linear-gradient(145deg,#062f82,#061b5c);box-shadow:0 22px 38px #071f5c33}.marketing-voy-card header{display:grid;grid-template-columns:46px minmax(0,1fr);gap:.75rem;align-items:center}.marketing-voy-card header>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:#fff;background:#ffffff24}.marketing-voy-card h2,.marketing-voy-card p,.marketing-voy-card small,.marketing-voy-card strong{color:#fff}.marketing-voy-card h2{margin:0;font-size:1.15rem;font-weight:950}.marketing-voy-card p{margin:0;color:#ffffffe6;font-size:.78rem;font-weight:750;line-height:1.45}.marketing-voy-list{display:grid;gap:.55rem}.marketing-voy-list button{display:grid;grid-template-columns:42px minmax(0,1fr);gap:.65rem;align-items:center;min-height:64px;border:0;border-radius:12px;padding:.7rem;color:#fff;background:#ffffff1f;text-align:left}.marketing-voy-list span{grid-row:span 2;display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#ffffff21}.marketing-voy-list strong,.marketing-voy-list small{display:block;min-width:0}.marketing-voy-list strong{font-size:.78rem;font-weight:950}.marketing-voy-list small{color:#ffffffc7;font-size:.66rem;font-weight:750}.marketing-voy-primary{display:flex;align-items:center;justify-content:center;gap:.7rem;min-height:42px;border:0;border-radius:999px;color:#06155f;background:#fff;font-size:.82rem;font-weight:950}.marketing-donut-layout{position:relative;display:grid;grid-template-columns:140px minmax(0,1fr);gap:.8rem;align-items:center;margin-top:.8rem}.marketing-donut-card.is-tall{display:grid;align-content:start;min-height:100%}.marketing-donut-card.is-tall .marketing-donut-layout{grid-template-columns:168px minmax(0,1fr);gap:1rem;margin-top:1.3rem}.marketing-donut-card.is-tall .marketing-donut{width:158px;height:158px}.marketing-donut-card.is-tall .marketing-donut span{font-size:1.7rem}.marketing-donut-card.is-tall .marketing-donut-list{gap:.7rem}.marketing-donut-card.is-tall .marketing-donut-list span{font-size:.8rem}.marketing-donut{position:relative;display:grid;place-items:center;align-content:center;width:132px;height:132px;border-radius:50%;background:transparent}.marketing-donut svg{width:100%;height:100%;overflow:visible}.marketing-donut-segment{cursor:pointer;transform-origin:110px 110px;transition:opacity .14s ease,transform .14s ease,filter .14s ease}.marketing-donut-segment.is-muted{opacity:.32}.marketing-donut-segment.is-active,.marketing-donut-segment:hover,.marketing-donut-segment:focus{opacity:1;transform:scale(1.045);filter:drop-shadow(0 10px 16px rgba(6,21,95,.22));outline:none}.marketing-donut-core{position:absolute;inset:50% auto auto 50%;display:grid;place-items:center;align-content:center;width:56%;height:56%;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px #06155f0f,0 12px 22px #12243414;transform:translate(-50%,-50%)}.marketing-donut span{color:#06155f;font-size:1.4rem;font-weight:950;line-height:1}.marketing-donut small{color:#526087;font-size:.64rem;font-weight:850}.marketing-donut-list{display:grid;gap:.5rem}.marketing-donut-list span{color:#25366d;font-size:.7rem;font-weight:850;min-height:31px;padding:.38rem .48rem;border-radius:999px;background:transparent;cursor:pointer;transition:color .14s ease,background .14s ease,box-shadow .14s ease,transform .14s ease}.marketing-donut-list span:hover,.marketing-donut-list span:focus,.marketing-donut-list span.is-active{color:#06155f;background:#eef8f0;box-shadow:inset 0 0 0 1px #35aa432e,0 8px 18px #12243414;transform:translateY(-1px);outline:none}.marketing-donut-list b{margin-left:auto;color:#06155f}.marketing-calendar-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.35rem;margin-top:.75rem}.marketing-calendar-card.is-featured{padding:1.15rem}.marketing-calendar-card.is-featured .marketing-calendar-grid{gap:.85rem;margin-top:1rem}.marketing-calendar-card.is-featured .marketing-calendar-grid article{min-height:158px;padding:1rem;border-radius:16px;text-align:left;align-content:start}.marketing-calendar-card.is-featured .marketing-calendar-grid strong,.marketing-calendar-card.is-featured .marketing-calendar-grid small{font-size:.76rem}.marketing-calendar-card.is-featured .marketing-calendar-grid b{font-size:.9rem}.marketing-calendar-card.is-featured .marketing-calendar-grid span{font-size:.78rem;line-height:1.35}.marketing-calendar-grid article{display:grid;gap:.25rem;min-height:104px;padding:.65rem .45rem;border-radius:12px;color:#06155f;background:#f5f7fb;text-align:center}.marketing-calendar-grid article.tone-pink,.marketing-calendar-grid article.tone-rose{background:#ffe8f2}.marketing-calendar-grid article.tone-green{background:#eaf8e8}.marketing-calendar-grid article.tone-blue{background:#eaf1ff}.marketing-calendar-grid article.tone-dark{background:#f0f2f7}.marketing-calendar-grid strong,.marketing-calendar-grid small{color:#647294;font-size:.64rem;font-weight:900}.marketing-calendar-grid b{color:#06155f;font-size:.66rem;font-weight:950}.marketing-calendar-grid span{color:#526087;font-size:.6rem;font-weight:800}.marketing-post-grid,.marketing-package-grid,.marketing-provider-grid{display:grid;gap:.8rem}.marketing-post-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.marketing-post-card{display:grid;gap:.7rem;overflow:hidden;min-height:252px;padding:0;border-radius:16px;background:#fff}.marketing-post-card header{position:relative;display:flex;align-items:end;min-height:132px;padding:.75rem;color:#fff;background:linear-gradient(135deg,#0e7e55,#093a2f);overflow:hidden}.marketing-post-card.tone-meta header{background:linear-gradient(135deg,#ffae3d,#d97912)}.marketing-post-card.tone-tiktok header{background:linear-gradient(135deg,#06155f,#123d86)}.marketing-post-card header:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#06155f08,#06155f7a),linear-gradient(90deg,rgba(0,0,0,.36),transparent 58%);z-index:1}.marketing-post-card header img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.marketing-post-card header span{position:relative;z-index:2;padding:.25rem .55rem;border-radius:999px;background:#00000052;font-size:.64rem;font-weight:950}.marketing-post-card h3,.marketing-post-card footer,.marketing-post-card small{margin-left:.9rem;margin-right:.9rem}.marketing-post-card h3{font-size:.9rem}.marketing-post-card footer{display:flex;gap:.9rem;color:#526087;font-size:.7rem;font-weight:850}.marketing-post-card>small{justify-self:start;margin-bottom:.8rem;padding:.35rem .6rem;border-radius:999px;color:#12683e;background:#e5f6e8;font-size:.66rem;font-weight:900}.marketing-package-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.marketing-package-card{display:grid;gap:1rem;min-height:286px;padding:1.05rem;border-radius:18px;background:#fff}.marketing-package-card.is-featured{border-color:#0f7642c7;box-shadow:0 22px 42px #0f76421f}.marketing-package-card header{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:.72rem;align-items:start}.marketing-package-card header>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:#fff;background:#24a865}.marketing-package-card.tone-blue header>span{background:#1f64ff}.marketing-package-card.tone-pink header>span{background:#f5167b}.marketing-package-card h3{font-size:1rem}.marketing-package-card header small{padding:.28rem .52rem;border-radius:999px;color:#12683e;background:#e5f6e8;font-size:.58rem;font-weight:950;text-transform:uppercase}.marketing-package-card ul,.marketing-provider-card ul,.marketing-modal ul{display:grid;gap:.45rem;margin:0;padding:0;list-style:none}.marketing-package-card li,.marketing-provider-card li,.marketing-modal li{color:#25366d;font-size:.72rem;font-weight:850}.marketing-package-card li:before,.marketing-provider-card li:before{content:"OK";display:inline-grid;place-items:center;width:14px;height:14px;margin-right:.4rem;border-radius:50%;color:#fff;background:#24a865;font-size:.38rem;font-weight:950}.marketing-package-card div:last-of-type{display:flex;align-items:end;gap:.35rem;margin-top:auto}.marketing-package-card div:last-of-type span,.marketing-package-card div:last-of-type small{color:#526087;font-size:.66rem;font-weight:850}.marketing-package-card div:last-of-type strong{color:#06155f;font-size:1.18rem;font-weight:950}.marketing-package-card button,.marketing-provider-card button{min-height:38px;border:1px solid #12683e;border-radius:999px;color:#12683e;background:#fff;font-size:.74rem;font-weight:950}.marketing-package-card.is-featured button{color:#fff;border-color:transparent;background:linear-gradient(135deg,#0d6e42,#269645)}.marketing-providers-section{display:grid;gap:.75rem}.marketing-provider-tabs{display:flex;flex-wrap:wrap;gap:.55rem}.marketing-provider-tabs button{min-height:34px;border:0;border-radius:999px;padding:0 .9rem;color:#06155f;background:#eef3ff;font-size:.68rem;font-weight:900}.marketing-provider-tabs button.is-active{color:#fff;background:linear-gradient(135deg,#061f75,#0f7a4a);box-shadow:0 10px 18px #1224341f}.marketing-provider-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.marketing-provider-card{display:grid;gap:.65rem;min-height:210px;padding:.85rem;border-radius:16px;background:#fff}.marketing-provider-card header{display:grid;grid-template-columns:42px minmax(0,1fr);gap:.6rem;align-items:center}.marketing-provider-card header>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;color:#fff;background:#147a47;font-size:.72rem;font-weight:950}.marketing-provider-card.tone-teal header>span{background:#18a999}.marketing-provider-card.tone-dark header>span{background:#111827}.marketing-provider-card.tone-purple header>span{background:#7c3aed}.marketing-provider-card.tone-light header>span{color:#06155f;background:#e9eefc}.marketing-provider-card h3{font-size:.82rem}.marketing-provider-card>strong{color:#f69b12;font-size:.72rem;font-weight:950}.marketing-provider-card footer{display:grid;grid-template-columns:minmax(0,1fr) 88px;gap:.5rem;align-items:center;margin-top:auto}.marketing-provider-card footer small{color:#526087;font-size:.66rem;font-weight:850}.marketing-modal-backdrop{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:1.2rem;background:#05122a6b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.marketing-modal{width:min(560px,100%);display:grid;gap:1rem;padding:1.1rem;border:1px solid rgba(30,58,82,.08);border-radius:18px;background:#fffffffa;box-shadow:0 18px 38px #1224341f}.marketing-modal.is-package-modal{width:min(980px,100%);max-height:calc(100vh - 2.4rem);overflow-y:auto}.marketing-modal header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.marketing-modal h2{font-size:1.08rem}.marketing-modal button{min-height:38px;border:1px solid rgba(10,34,95,.12);border-radius:10px;padding:.55rem .85rem;color:#06155f;background:#fff;font-size:.76rem;font-weight:950}.marketing-modal-primary{justify-self:start;color:#fff!important;border-color:transparent!important;background:#061f75!important}.marketing-modal-secondary{color:#12683e!important;border-color:#12683e2e!important;background:#e5f6e8!important}.marketing-package-brief{display:grid;grid-template-columns:260px minmax(0,1fr);gap:1rem;align-items:start}.marketing-package-brief-summary{position:sticky;top:0;display:grid;gap:.75rem;min-height:420px;padding:1rem;border-radius:18px;color:#fff;background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.2),transparent 34%),linear-gradient(145deg,#0b6a43,#0a302a)}.marketing-package-brief-summary.tone-blue{background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.22),transparent 34%),linear-gradient(145deg,#1f64ff,#06155f)}.marketing-package-brief-summary.tone-pink{background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.22),transparent 34%),linear-gradient(145deg,#f5167b,#4e174a)}.marketing-package-brief-summary span{justify-self:start;padding:.34rem .66rem;border-radius:999px;color:#fff;background:#ffffff29;font-size:.66rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.marketing-package-brief-summary h3{margin:0;color:#fff;font-size:1.45rem;font-weight:950;line-height:1.05}.marketing-package-brief-summary p,.marketing-package-brief-summary small{color:#ffffffc7}.marketing-package-brief-summary strong{margin-top:auto;color:#fff;font-size:1.8rem;font-weight:950;line-height:1}.marketing-package-form{display:grid;gap:.95rem}.marketing-brief-intro{display:grid;gap:.25rem;padding:.95rem 1rem;border-radius:18px;background:#f8fbff}.marketing-brief-intro span,.marketing-brief-label,.marketing-field span{color:#06155f;font-size:.72rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.marketing-brief-success{padding:.85rem .95rem;border:1px solid rgba(18,104,62,.16);border-radius:16px;color:#12683e;background:#e5f6e8;font-size:.78rem;font-weight:850;line-height:1.35}.marketing-brief-grid,.marketing-brief-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.marketing-field,.marketing-brief-block{display:grid;gap:.5rem}.marketing-field.is-wide{grid-column:span 2}.marketing-field input,.marketing-field select,.marketing-field textarea{width:100%;border:1px solid rgba(10,34,95,.12);border-radius:14px;padding:.74rem .82rem;color:#06155f;background:#fff;font:inherit;font-size:.78rem;font-weight:750;outline:none}.marketing-field textarea{min-height:96px;resize:vertical}.marketing-field input:focus,.marketing-field select:focus,.marketing-field textarea:focus{border-color:#1f64ff6b;box-shadow:0 0 0 4px #1f64ff14}.marketing-brief-chip-grid,.marketing-brief-check-grid{display:flex;flex-wrap:wrap;gap:.5rem}.marketing-brief-chip,.marketing-brief-check{position:relative;display:inline-flex;align-items:center;min-height:36px;border:1px solid rgba(10,34,95,.1);border-radius:999px;padding:.48rem .72rem;color:#25366d;background:#fff;font-size:.72rem;font-weight:850;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.marketing-brief-chip:hover,.marketing-brief-check:hover{transform:translateY(-1px);border-color:#12683e3d;background:#f8fbff}.marketing-brief-chip.is-selected,.marketing-brief-check.is-selected{color:#12683e;border-color:#12683e38;background:#e5f6e8}.marketing-brief-chip input,.marketing-brief-check input{position:absolute;opacity:0;pointer-events:none}.marketing-brief-actions{display:flex;justify-content:flex-end;gap:.7rem;padding-top:.25rem}.marketing-upload-zone{display:grid;place-items:center;gap:.35rem;min-height:150px;border:1px dashed rgba(10,34,95,.24);border-radius:16px;color:#06155f;background:#f8fbff;text-align:center;cursor:pointer}.marketing-upload-zone input{position:absolute;opacity:0;pointer-events:none}.suppliers-marketplace-page{--supplier-navy: #06155f;--supplier-blue: #123b82;--supplier-green: #11823e;--supplier-soft: #f7fafc;--supplier-line: rgba(30, 58, 82, .08);--supplier-shadow: 0 18px 38px rgba(18, 36, 52, .08);color:var(--supplier-navy)}.suppliers-marketplace-page h2,.suppliers-marketplace-page h3,.suppliers-marketplace-page p{margin:0}.suppliers-marketplace-shell{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:1rem;align-items:start}.suppliers-marketplace-main{display:grid;gap:.85rem;min-width:0}.suppliers-marketplace-hero,.suppliers-marketplace-filters,.suppliers-category-strip,.suppliers-products-panel,.suppliers-benefit-bar,.suppliers-cart-card,.suppliers-provider-cta,.suppliers-modal{border:1px solid var(--supplier-line);border-radius:24px;background:#fffffffa;box-shadow:var(--supplier-shadow)}.suppliers-marketplace-hero{position:relative;overflow:hidden;min-height:255px;padding:2rem;color:#fff;background:radial-gradient(circle at 82% 12%,rgba(36,168,101,.28),transparent 28%),linear-gradient(135deg,#071761,#09295f)}.suppliers-marketplace-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.82}.suppliers-marketplace-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#040f3ef0,#040f3ed6 36%,#040f3e2e)}.suppliers-marketplace-hero-copy{position:relative;z-index:2;display:grid;gap:.85rem;max-width:640px}.suppliers-marketplace-hero-copy>span{justify-self:start;padding:.45rem .8rem;border-radius:999px;color:#fff;background:#24a865ad;font-size:.72rem;font-weight:950}.suppliers-marketplace-hero h2{color:#fff;font-size:clamp(1.65rem,2.1vw,2.35rem);font-weight:950;line-height:1.03}.suppliers-marketplace-hero p{max-width:570px;color:#ffffffe0;font-size:1rem;font-weight:750;line-height:1.45}.suppliers-marketplace-hero-copy>div{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.35rem}.suppliers-marketplace-hero-copy small{display:inline-flex;align-items:center;gap:.5rem;min-height:42px;padding:0 .85rem;border-radius:12px;color:#fff;background:#ffffff1f;font-size:.72rem;font-weight:900}.suppliers-marketplace-hero-copy svg,.suppliers-marketplace-orbits svg{width:19px;height:19px}.suppliers-marketplace-orbits{position:absolute;z-index:3;right:44%;top:18%;display:grid;gap:.7rem}.suppliers-marketplace-orbits span{display:grid;place-items:center;width:52px;height:52px;border:1px solid rgba(36,168,101,.38);border-radius:50%;color:#83d881;background:#06155f5c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.suppliers-marketplace-filters{display:grid;grid-template-columns:minmax(260px,1.8fr) minmax(170px,.7fr) minmax(190px,.8fr) auto;gap:.85rem;padding:1rem;border-radius:20px}.suppliers-marketplace-filters label,.suppliers-marketplace-search{display:grid;gap:.28rem;min-width:0}.suppliers-marketplace-filters label span{color:#65718d;font-size:.66rem;font-weight:850}.suppliers-marketplace-search{position:relative}.suppliers-marketplace-search svg{position:absolute;left:1rem;bottom:1rem;width:20px;height:20px;color:#1d3d8f}.suppliers-marketplace-filters input,.suppliers-marketplace-filters select,.suppliers-marketplace-filters button{width:100%;min-height:52px;border:1px solid rgba(30,58,82,.12);border-radius:14px;color:#06155f;background:#fff;font:inherit;font-size:.76rem;font-weight:850}.suppliers-marketplace-filters input{padding:0 1rem 0 3rem}.suppliers-marketplace-filters select{padding:0 .85rem}.suppliers-marketplace-filters button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:0 1rem;white-space:nowrap;cursor:pointer}.suppliers-marketplace-filters button svg{width:18px;height:18px}.suppliers-category-strip{display:grid;grid-template-columns:repeat(12,minmax(70px,1fr));gap:.55rem;padding:.8rem;border-radius:20px}.suppliers-category-strip button{display:grid;gap:.42rem;place-items:center;min-height:74px;border:1px solid rgba(30,58,82,.08);border-radius:16px;color:#06155f;background:#fff;cursor:pointer}.suppliers-category-strip button.is-active{border-color:#188d492e;background:#edf8ee}.suppliers-category-strip span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;color:#1d3d8f;background:#f2f5fb}.suppliers-category-strip button.is-active span{color:#fff;background:#24a865}.suppliers-category-strip svg{width:19px;height:19px}.suppliers-category-strip small{max-width:92px;color:#06155f;font-size:.62rem;font-weight:850;line-height:1.12;text-align:center}.suppliers-products-panel{display:grid;gap:.75rem;padding:1rem;border-radius:20px}.suppliers-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.suppliers-section-head div:first-child{display:flex;align-items:center;gap:.8rem}.suppliers-section-head h2{font-size:1.1rem;font-weight:950}.suppliers-section-head span,.suppliers-stat-row small{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;padding:0 .65rem;color:#12683e;background:#e5f6e8;font-size:.68rem;font-weight:900}.suppliers-stat-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.4rem}.suppliers-stat-row small{gap:.35rem;color:#526087;background:#f2f5fb}.suppliers-stat-row strong{color:#06155f}.suppliers-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.suppliers-product-card{position:relative;overflow:hidden;border:1px solid rgba(30,58,82,.08);border-radius:18px;background:#fff;box-shadow:0 12px 24px #1224340f}.suppliers-product-media{display:block;width:100%;height:120px;border:0;padding:0;background:#f4f7f8;cursor:pointer}.suppliers-product-media img{width:100%;height:100%;object-fit:cover}.suppliers-product-favorite{position:absolute;z-index:2;top:.55rem;right:.55rem;display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(30,58,82,.1);border-radius:50%;color:#62718f;background:#ffffffeb}.suppliers-product-favorite.is-active{color:#1f64ff}.suppliers-product-favorite svg{width:18px;height:18px}.suppliers-product-copy{display:grid;gap:.42rem;padding:.75rem}.suppliers-product-card h3{color:#06155f;font-size:.82rem;font-weight:950}.suppliers-product-card p{color:#526087;font-size:.68rem;font-weight:750}.suppliers-product-card strong{color:#06155f;font-size:.96rem;font-weight:950}.suppliers-product-card strong span{color:#526087;font-size:.62rem;font-weight:800}.suppliers-product-pills{display:flex;flex-wrap:wrap;gap:.35rem}.suppliers-product-pills small{padding:.25rem .45rem;border-radius:999px;color:#12683e;background:#e5f6e8;font-size:.58rem;font-weight:900}.suppliers-product-pills small+small{color:#526087;background:#f2f5fb}.suppliers-product-card footer{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.suppliers-product-card footer span{display:inline-flex;align-items:center;gap:.3rem;min-width:0;color:#06155f;font-size:.58rem;font-weight:800}.suppliers-product-card footer svg{width:14px;height:14px;color:#12683e}.suppliers-product-card footer button,.suppliers-load-more,.suppliers-primary-action,.suppliers-secondary-action,.suppliers-provider-cta button{min-height:38px;border-radius:999px;font:inherit;font-size:.72rem;font-weight:950;cursor:pointer}.suppliers-product-card footer button{border:0;padding:0 .65rem;color:#fff;background:#0d8240;white-space:nowrap}.suppliers-load-more{justify-self:center;display:inline-flex;align-items:center;gap:.55rem;min-width:210px;border:1px solid rgba(30,58,82,.08);padding:0 1.1rem;color:#06155f;background:#fff}.suppliers-load-more svg{width:17px;height:17px}.suppliers-benefit-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow:hidden;border-radius:20px}.suppliers-benefit-bar article{display:grid;grid-template-columns:42px minmax(0,1fr);gap:.7rem;align-items:center;min-height:72px;padding:.8rem 1rem}.suppliers-benefit-bar article+article{border-left:1px solid rgba(30,58,82,.08)}.suppliers-benefit-bar span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;color:#fff;background:linear-gradient(145deg,#29a966,#0d7b3f)}.suppliers-benefit-bar svg{width:19px;height:19px}.suppliers-benefit-bar h3{color:#12683e;font-size:.76rem;font-weight:950}.suppliers-benefit-bar p{color:#526087;font-size:.66rem;font-weight:750;line-height:1.25}.suppliers-marketplace-side{position:sticky;top:.6rem;display:grid;gap:1rem}.suppliers-cart-card{overflow:hidden;border-radius:24px}.suppliers-cart-card>header{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:74px;padding:1rem;color:#fff;background:linear-gradient(145deg,#0c3183,#06155f)}.suppliers-cart-card>header div{display:flex;align-items:center;gap:.65rem}.suppliers-cart-card>header svg{width:24px;height:24px}.suppliers-cart-card h2{color:#fff;font-size:1.15rem;font-weight:950}.suppliers-cart-card>header span{padding:.45rem .7rem;border-radius:999px;background:#24a86573;font-size:.7rem;font-weight:950;white-space:nowrap}.suppliers-cart-list{display:grid;gap:0;padding:.8rem 1rem}.suppliers-cart-list article{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:.7rem;align-items:center;padding:.75rem 0}.suppliers-cart-list article+article{border-top:1px solid rgba(30,58,82,.08)}.suppliers-cart-list img{width:54px;height:54px;border-radius:10px;object-fit:cover}.suppliers-cart-list h3{color:#06155f;font-size:.76rem;font-weight:950}.suppliers-cart-list p{color:#526087;font-size:.62rem;font-weight:750}.suppliers-cart-list strong{color:#06155f;font-size:.7rem;font-weight:950}.suppliers-qty-control{display:grid;grid-template-columns:26px 28px 26px;align-items:center;min-height:30px;border-radius:999px;background:#f4f7fb}.suppliers-qty-control button{border:0;color:#06155f;background:transparent;font-size:.86rem;font-weight:950}.suppliers-qty-control span{color:#06155f;font-size:.74rem;font-weight:950;text-align:center}.suppliers-empty-cart{padding:1rem;color:#526087;font-size:.76rem;font-weight:800;text-align:center}.suppliers-cart-totals{display:grid;gap:.65rem;padding:.85rem 1rem;border-top:1px solid rgba(30,58,82,.08)}.suppliers-cart-totals span{display:flex;justify-content:space-between;gap:1rem;color:#06155f;font-size:.74rem;font-weight:900}.suppliers-cart-totals strong{font-size:.92rem;font-weight:950}.suppliers-cart-totals span:last-child strong{color:#12683e}.suppliers-cart-totals small{color:#526087;font-size:.62rem;font-weight:750}.suppliers-primary-action,.suppliers-secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:calc(100% - 2rem);margin:.35rem 1rem 0}.suppliers-primary-action{border:0;color:#fff;background:linear-gradient(135deg,#0d8240,#25a85f);box-shadow:0 14px 26px #0e7a402e}.suppliers-primary-action:disabled{opacity:.55;cursor:not-allowed}.suppliers-secondary-action{border:1px solid #0d8240;color:#06155f;background:#fff}.suppliers-primary-action svg{width:16px;height:16px}.suppliers-payment-note{display:grid;grid-template-columns:22px minmax(0,1fr);gap:.55rem;margin:1rem;padding:.9rem;border-radius:14px;color:#12683e;background:#eaf8ee;font-size:.7rem;font-weight:800;line-height:1.35}.suppliers-payment-note svg{width:19px;height:19px}.suppliers-provider-cta{display:grid;gap:.75rem;padding:1.25rem}.suppliers-provider-cta h2{font-size:1.15rem;font-weight:950}.suppliers-provider-cta p{color:#526087;font-size:.82rem;font-weight:750;line-height:1.45}.suppliers-provider-cta button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:48px;border:1px solid rgba(30,58,82,.1);color:#06155f;background:#fff;box-shadow:0 12px 24px #1224340f}.suppliers-provider-cta svg{width:17px;height:17px}.suppliers-modal-backdrop{position:fixed;inset:0;z-index:92;display:grid;place-items:center;padding:1.2rem;background:#05122a6b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.suppliers-modal{display:grid;gap:1rem;width:min(620px,100%);padding:1.1rem}.suppliers-modal header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.suppliers-modal h2{font-size:1.15rem;font-weight:950}.suppliers-modal header button{min-height:36px;border:1px solid rgba(30,58,82,.1);border-radius:999px;padding:0 .8rem;color:#06155f;background:#fff;font-weight:850}.suppliers-modal p{color:#526087;font-size:.82rem;font-weight:750;line-height:1.45}.suppliers-modal-list,.suppliers-filter-tags,.suppliers-provider-form{display:grid;gap:.65rem}.suppliers-modal-list span{display:flex;justify-content:space-between;gap:1rem;padding:.8rem;border-radius:12px;color:#06155f;background:#f6f9fc;font-size:.78rem;font-weight:850}.suppliers-product-profile{display:grid;grid-template-columns:230px minmax(0,1fr);gap:1rem}.suppliers-product-profile img{width:100%;min-height:220px;border-radius:16px;object-fit:cover}.suppliers-product-profile div{display:grid;gap:.6rem;align-content:start}.suppliers-product-profile span,.suppliers-product-profile small{color:#12683e;font-size:.72rem;font-weight:900}.suppliers-product-profile h3{font-size:1.15rem;font-weight:950}.suppliers-provider-form input{min-height:48px;border:1px solid rgba(30,58,82,.12);border-radius:12px;padding:0 .85rem;color:#06155f;background:#fff;font:inherit;font-size:.78rem;font-weight:850}.suppliers-filter-tags{display:flex;flex-wrap:wrap}.suppliers-filter-tags span{padding:.5rem .7rem;border-radius:999px;color:#12683e;background:#e5f6e8;font-size:.74rem;font-weight:850}@media(max-width:1480px){.services-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.services-hub-grid,.services-summary-grid,.services-kpi-grid.is-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.accounting-page{grid-template-columns:minmax(0,1fr) 320px}.accounting-analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.accounting-provider-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.accounting-manual-grid,.ai-agent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-package-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.marketing-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.suppliers-marketplace-shell{grid-template-columns:minmax(0,1fr) 320px}.suppliers-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.suppliers-category-strip{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:1180px){.services-module-hero,.services-section-head,.services-two-column,.services-suppliers-layout,.services-coming-soon-card{grid-template-columns:1fr}.services-module-hero,.services-section-head{display:grid}.services-demo-mode-banner{grid-template-columns:auto minmax(0,1fr)}.services-demo-mode-status{grid-column:1 / -1;justify-content:flex-start;max-width:none}.services-agent-grid,.services-package-grid,.services-analytics-grid,.services-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.accounting-page,.accounting-connectors,.accounting-kpi-grid{grid-template-columns:1fr}.accounting-side{grid-template-columns:repeat(2,minmax(0,1fr))}.accounting-profile-grid,.ai-section-head.is-inline,.ai-custom-panel{grid-template-columns:1fr}.ai-section-head.is-inline,.ai-section-head{display:grid}.ai-plan-benefits{flex-wrap:wrap;border-radius:16px}.ai-package-grid,.ai-custom-grid{grid-template-columns:1fr}.ai-custom-copy{width:100%;grid-column:1;padding:1.35rem}.ai-custom-media{grid-column:1;min-height:230px}.marketing-dashboard-grid{grid-template-columns:1fr}.marketing-calendar-card.is-featured .marketing-calendar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.suppliers-marketplace-shell,.suppliers-marketplace-filters,.suppliers-product-profile{grid-template-columns:1fr}.suppliers-marketplace-side{position:static}.suppliers-benefit-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.marketing-package-brief,.marketing-brief-two-column{grid-template-columns:1fr}.marketing-package-brief-summary{position:relative;min-height:auto}}@media(max-width:760px){.services-summary-grid,.services-kpi-grid,.services-kpi-grid.is-compact,.services-hub-grid,.services-connector-grid,.services-provider-grid,.services-agent-grid,.services-package-grid,.services-analytics-grid,.services-product-grid,.services-supplier-toolbar,.services-product-card{grid-template-columns:1fr}.services-demo-mode-banner{grid-template-columns:1fr;align-items:flex-start}.services-demo-mode-icon{width:48px;height:48px}.services-demo-mode-status{justify-content:flex-start}.accounting-analytics-grid,.accounting-provider-grid,.accounting-side,.accounting-donut-layout{grid-template-columns:1fr}.accounting-demo-art{width:48%;opacity:.42}.accounting-demo-banner,.accounting-providers-panel header{align-items:flex-start}.accounting-demo-copy,.accounting-providers-panel header{display:grid}.accounting-manual-grid,.accounting-profile-grid{grid-template-columns:1fr}.accounting-manual-panel header,.accounting-manual-panel footer,.accounting-modal header,.accounting-provider-profile header,.accounting-provider-profile footer{display:grid}.ai-agent-grid,.ai-modal-stats,.marketing-calendar-card.is-featured .marketing-calendar-grid,.marketing-post-grid,.marketing-brief-grid{grid-template-columns:1fr}.marketing-field.is-wide{grid-column:auto}.marketing-brief-actions{display:grid}.suppliers-product-grid,.suppliers-benefit-bar,.suppliers-category-strip{grid-template-columns:1fr}.suppliers-section-head,.suppliers-product-card footer,.suppliers-cart-card>header{display:grid}.suppliers-marketplace-hero{min-height:360px}.suppliers-marketplace-orbits{display:none}.ai-hero{aspect-ratio:auto;min-height:360px;align-items:flex-start;justify-content:end;padding:1.4rem;background:linear-gradient(180deg,#03184a33,#03184af0)}.ai-hero-copy,.ai-hero-badges{max-width:100%}.ai-custom-copy{width:100%;background:#03184ab8}.ai-agent-card header,.ai-agent-card footer,.ai-package-meta,.ai-modal header{grid-template-columns:1fr}.ai-agent-card header small{justify-self:start}.ai-security-note{align-items:flex-start}}.voy-response-card{display:grid;gap:.95rem;padding:1rem;border:1px solid rgba(35,72,97,.1);border-radius:22px;color:var(--text);background:linear-gradient(180deg,#fffffff5,#f7faf9eb);box-shadow:0 12px 26px #1232520f}.voy-response-card.is-compact{gap:.75rem;padding:.9rem;border-radius:18px}.voy-response-head,.voy-response-template-head,.checklist-voy-review-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem}.voy-response-head h4{margin:.2rem 0 0;color:var(--blue-950);font-size:1.02rem;font-weight:800;line-height:1.25}.voy-response-short,.voy-response-template-head p,.voy-response-recommendation,.voy-response-auditor-note,.checklist-voy-review-head p,.checklist-voy-loading{margin:0;color:var(--text-muted);font-size:.92rem;line-height:1.6}.voy-response-sections,.voy-response-template-sections{display:grid;gap:.75rem}.voy-response-section,.voy-response-callout,.voy-response-template{display:grid;gap:.55rem;padding:.85rem;border-radius:18px;background:#f4f7f7d6;border:1px solid rgba(35,72,97,.08)}.voy-response-section strong,.voy-response-callout strong,.voy-response-template-head strong,.voy-response-template-sections strong{color:var(--blue-950);font-size:.9rem;font-weight:800}.voy-response-section ul,.voy-response-callout ul,.voy-response-limitations{display:grid;gap:.35rem;margin:0;padding-left:1.05rem;color:var(--text-muted);font-size:.9rem;line-height:1.55}.voy-response-callout.is-warning{background:#fff7dfd1;border-color:#b08d522e}.voy-response-template{background:#eef5f1d1;border-color:#537d6829}.voy-response-template-sections article{display:grid;gap:.25rem}.voy-response-template-sections p{margin:0;color:var(--text-muted);font-size:.9rem;line-height:1.62;white-space:pre-line}.voy-response-recommendation{padding:.78rem .9rem;border-radius:16px;color:var(--blue-900);background:#8ca2b51f}.voy-response-auditor-note{font-weight:700}.voy-response-limitations{padding:0;list-style-position:inside;font-size:.82rem}.voy-response-disclaimer{margin:0;padding-top:.7rem;border-top:1px solid rgba(35,72,97,.08);color:#5e6e7cd1;font-size:.78rem;font-weight:700;line-height:1.45}.voy-review-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:.45rem .72rem;border-radius:999px;font-size:.72rem;font-weight:800;white-space:nowrap;background:#8ca2b524;color:var(--blue-900)}.voy-review-status-badge.status-approved,.voy-review-status-badge.status-template_ready,.voy-review-status-badge.status-answered{color:#2f6b4b;background:#2f6b4b1f}.voy-review-status-badge.status-needs_revision,.voy-review-status-badge.status-insufficient_evidence,.voy-review-status-badge.status-no_aplica_needs_justification,.voy-review-status-badge.status-human_review_required{color:#9b8358;background:#d6a8472e}.voy-review-status-badge.status-error{color:var(--danger);background:#b454521f}.checklist-voy-review-panel{display:grid;gap:.9rem;padding:1rem;border:1px solid rgba(35,72,97,.1);border-radius:24px;background:#f8fbf9d6}.checklist-voy-action-row{display:flex;flex-wrap:wrap;gap:.75rem}.checklist-voy-action-row .checklist-focus-secondary-button{min-height:46px}.checklist-voy-loading{font-weight:800;color:var(--blue-900)}.voy-center-page{gap:1.25rem}.voy-center-hero{display:grid;grid-template-columns:minmax(0,1fr) 220px;align-items:center;min-height:240px;overflow:hidden;background:radial-gradient(circle at 82% 30%,rgba(83,125,104,.18),transparent 34%),linear-gradient(135deg,#102434fa,#173249f0);color:#fff}.voy-center-hero h2{margin:.35rem 0 .75rem;color:#fff;font-family:var(--font-display);font-size:clamp(2rem,2vw + 1rem,3rem)}.voy-center-hero p{max-width:680px;color:#ffffffc7}.voy-center-robot{width:235px;justify-self:end;align-self:end;margin-bottom:-1.4rem;object-fit:contain;filter:drop-shadow(0 18px 32px rgba(0,0,0,.22))}.voy-center-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.voy-center-action-card{display:grid;gap:.5rem;min-height:145px;padding:1rem 1.1rem;border:1px solid var(--line);border-radius:24px;color:var(--text);text-align:left;background:var(--surface);box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease}.voy-center-action-card:hover{transform:translateY(-2px);box-shadow:0 14px 26px #12325214}.voy-center-action-card strong{color:var(--blue-950);font-size:1rem;font-weight:800;line-height:1.25}.voy-center-action-card small{color:var(--text-muted);line-height:1.5}.voy-center-thread-card .chat-thread{min-height:520px}.voy-center-side{align-self:start}.chat-message .voy-response-card,.voy-message .voy-response-card{margin-top:.45rem}.voy-command-page{display:grid;gap:1.2rem}.voy-command-hero{display:grid;grid-template-columns:minmax(0,1fr) 280px;min-height:280px;align-items:stretch;overflow:hidden;color:#fff;background:radial-gradient(circle at 82% 24%,rgba(89,178,138,.3),transparent 34%),linear-gradient(135deg,#071d3d,#0f315e 47%,#143b34)}.voy-command-hero-copy{display:grid;align-content:center;gap:1rem;max-width:780px}.voy-command-hero h2{max-width:760px;margin:0;color:#fff;font-family:var(--font-display);font-size:clamp(2.4rem,3vw,4.4rem);line-height:.96}.voy-command-hero p{max-width:680px;margin:0;color:#ffffffc7;font-size:1.02rem;line-height:1.6}.voy-command-hero-pills{display:flex;flex-wrap:wrap;gap:.7rem}.voy-command-hero-pills span,.voy-disclaimer-pill{display:inline-flex;align-items:center;min-height:34px;padding:.45rem .8rem;border-radius:999px;color:#dff7e6;background:#ffffff1f;border:1px solid rgba(255,255,255,.16);font-size:.78rem;font-weight:800}.voy-command-hero-card{position:relative;display:grid;align-content:end;justify-items:center;gap:.3rem;padding:1.2rem;border-radius:30px;background:#ffffff1f;border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px #ffffff2e}.voy-command-robot{width:min(250px,96%);object-fit:contain;filter:drop-shadow(0 20px 32px rgba(0,0,0,.25))}.voy-command-hero-card strong{color:#fff;font-size:1.3rem;font-weight:900}.voy-command-hero-card span{color:#ffffffc2;font-weight:800}.voy-command-grid{display:grid;grid-template-columns:280px minmax(0,1fr) 360px;gap:1rem;align-items:start}.voy-command-sidebar,.voy-command-knowledge,.voy-chat-workbench{min-height:720px}.voy-command-sidebar,.voy-command-knowledge{display:grid;align-content:start;gap:1rem}.voy-command-sidebar-head,.voy-chat-workbench-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.voy-command-sidebar h3,.voy-chat-workbench h3,.voy-command-knowledge h3{margin:.2rem 0 0;color:var(--blue-950);font-family:var(--font-display);font-size:1.45rem;line-height:1.05}.voy-conversation-list,.voy-source-group{display:grid;gap:.65rem}.voy-conversation-item{display:grid;gap:.25rem;width:100%;padding:.9rem;border:1px solid rgba(35,72,97,.08);border-radius:18px;color:var(--text);text-align:left;background:#f4f7f7c7;transition:background .2s ease,transform .2s ease}.voy-conversation-item:hover,.voy-conversation-item.is-active{background:#537d681f;transform:translateY(-1px)}.voy-conversation-item strong,.voy-knowledge-card strong,.voy-source-group>strong,.voy-legal-note strong{color:var(--blue-950);font-weight:900}.voy-conversation-item small,.voy-knowledge-card p,.voy-source-item small,.voy-legal-note p{margin:0;color:var(--text-muted);font-size:.84rem;line-height:1.45}.voy-knowledge-card,.voy-legal-note{display:grid;gap:.45rem;padding:.95rem;border-radius:20px;background:linear-gradient(135deg,#102434f5,#537d68e6);color:#fff}.voy-knowledge-card strong,.voy-knowledge-card p,.voy-legal-note strong,.voy-legal-note p{color:#fff}.voy-command-main{display:grid;gap:1rem}.voy-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.voy-action-card{display:grid;gap:.45rem;min-height:142px;padding:1rem;border:1px solid rgba(35,72,97,.08);border-radius:24px;color:var(--text);text-align:left;background:#fff;box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease}.voy-action-card:hover{transform:translateY(-2px);box-shadow:0 18px 34px #1232521a}.voy-action-card strong{color:var(--blue-950);font-size:1rem;font-weight:900;line-height:1.18}.voy-action-card small{color:var(--text-muted);line-height:1.5}.voy-chat-workbench{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:1rem}.voy-command-thread{display:grid;align-content:start;gap:1rem;min-height:520px;max-height:62vh;overflow-y:auto;padding-right:.3rem}.voy-command-composer{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:.8rem}.voy-command-knowledge{max-height:calc(100vh - 180px);overflow-y:auto}.voy-source-item{display:grid;gap:.25rem;padding:.75rem .82rem;border:1px solid rgba(35,72,97,.08);border-radius:16px;background:#f4f7f7c7}.voy-source-item span{color:var(--blue-950);font-size:.88rem;font-weight:900;line-height:1.25}.voy-legal-note{background:#b08d521f;border:1px solid rgba(176,141,82,.2)}.voy-legal-note strong{color:#806139}.voy-legal-note p{color:#7b6d58}@media(max-width:1160px){.voy-center-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.voy-command-grid{grid-template-columns:1fr}.voy-command-sidebar,.voy-command-knowledge,.voy-chat-workbench{min-height:unset}.voy-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.voy-center-hero,.voy-center-actions,.voy-command-hero,.voy-command-composer,.voy-action-grid{grid-template-columns:1fr}.voy-center-robot{justify-self:start;margin-bottom:-1rem}}.portal-title-ai-badge{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-left:.55rem;border-radius:999px;background:#fff;border:1px solid rgba(18,50,82,.08);box-shadow:0 12px 26px #12325214;vertical-align:middle}.portal-title-ai-badge img{width:82%;height:82%;object-fit:contain}.ai-guide-page{--ai-blue: #071b43;--ai-blue-2: #0d2b5f;--ai-green: #2f8f5b;--ai-green-soft: #e8f6ed;--ai-border: #e6edf3;--ai-muted: #6b7687;display:grid;gap:1rem}.ai-guide-page .ai-card{border-radius:28px;background:#fffffff5;border:1px solid var(--ai-border);box-shadow:0 18px 40px #0c23460e}.ai-guide-page .ai-hero{position:relative;display:grid;grid-template-columns:240px minmax(0,1fr);align-items:center;min-height:242px;overflow:hidden;border-radius:30px;color:#fff;background:linear-gradient(135deg,#071a3c,#102d5c 54%,#173b37);box-shadow:0 24px 52px #071b432e}.ai-guide-page .ai-hero-bg,.ai-guide-page .ai-hero-overlay{position:absolute;inset:0}.ai-guide-page .ai-hero-bg{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.58}.ai-guide-page .ai-hero-overlay{background:linear-gradient(90deg,#071b43f0,#071b43d1 36%,#071b437a 74%,#071b4357),radial-gradient(circle at 22% 45%,rgba(47,143,91,.22),transparent 28%)}.ai-guide-page .ai-hero-robot-wrap{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:center;height:100%;padding:1.35rem 0 0}.ai-guide-page .ai-hero-robot{width:210px;max-height:222px;object-fit:contain;filter:drop-shadow(0 22px 34px rgba(0,0,0,.32))}.ai-guide-page .ai-hero-content{position:relative;z-index:1;display:grid;gap:1rem;max-width:980px;padding:1.8rem 2rem 1.6rem .5rem}.ai-guide-page .ai-hero-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.ai-guide-page .ai-hero h2{margin:0;color:#fff;font-family:var(--font-sans);font-size:clamp(2rem,1.8vw + 1.1rem,3rem);font-weight:900;line-height:.98}.ai-guide-page .ai-status-dot{display:inline-flex;align-items:center;gap:.42rem;min-height:32px;padding:.35rem .8rem;border-radius:999px;color:#dff7e6;background:#ffffff1a;border:1px solid rgba(255,255,255,.13);font-size:.78rem;font-weight:900}.ai-guide-page .ai-status-dot:before{content:"";width:8px;height:8px;border-radius:999px;background:#45d37d;box-shadow:0 0 0 5px #45d37d24}.ai-guide-page .ai-hero p{max-width:720px;margin:0;color:#ffffffdb;font-size:1rem;font-weight:700;line-height:1.65}.ai-guide-page .ai-hero-chip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.ai-guide-page .ai-hero-chip-grid span{display:grid;gap:.16rem;min-height:58px;padding:.72rem .85rem;border-radius:18px;color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);font-size:.82rem;font-weight:900}.ai-guide-page .ai-hero-chip-grid small{color:#ffffffb8;font-size:.72rem;font-weight:700}.ai-guide-page .ai-workspace-grid{display:grid;grid-template-columns:280px minmax(0,1fr) 340px;gap:1rem;align-items:start}.ai-guide-page .ai-left-column,.ai-guide-page .ai-right-column{display:grid;gap:1rem}.ai-guide-page .ai-quick-actions-card,.ai-guide-page .ai-certification-card,.ai-guide-page .ai-sources-card,.ai-guide-page .ai-history-placeholder{padding:1.05rem}.ai-guide-page .ai-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem}.ai-guide-page .ai-card h3,.ai-guide-page .ai-conversation-card h3{margin:0;color:#071b43;font-family:var(--font-sans);font-size:1rem;font-weight:900;line-height:1.2}.ai-guide-page .ai-action-list,.ai-guide-page .ai-source-list{display:grid;gap:.62rem}.ai-guide-page .ai-action-row,.ai-guide-page .ai-source-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:.75rem;width:100%;min-height:58px;padding:.6rem .72rem;border:1px solid var(--ai-border);border-radius:16px;color:#071b43;background:#fff;text-align:left;box-shadow:0 10px 22px #0c234609;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ai-guide-page .ai-source-row{grid-template-columns:38px minmax(0,1fr)}.ai-guide-page .ai-action-row:hover{transform:translateY(-1px);border-color:#2f8f5b38;box-shadow:0 15px 28px #0c234614}.ai-guide-page .ai-action-icon,.ai-guide-page .ai-source-icon{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:13px;color:#2f8f5b;background:#2f8f5b1c}.ai-guide-page .ai-action-icon svg,.ai-guide-page .ai-source-icon svg,.ai-guide-page .ai-chat-composer button svg,.ai-guide-page .ai-history-empty svg,.ai-guide-page .ai-disclaimer svg{width:20px;height:20px}.ai-guide-page .tone-blue .ai-action-icon,.ai-guide-page .tone-blue .ai-source-icon{color:#2d5be3;background:#2d5be31a}.ai-guide-page .tone-indigo .ai-action-icon,.ai-guide-page .tone-indigo .ai-source-icon{color:#5364d8;background:#5364d81a}.ai-guide-page .tone-orange .ai-action-icon,.ai-guide-page .tone-orange .ai-source-icon{color:#f08a33;background:#f08a3321}.ai-guide-page .tone-coral .ai-action-icon,.ai-guide-page .tone-coral .ai-source-icon{color:#ee6a45;background:#ee6a451f}.ai-guide-page .tone-sky .ai-action-icon,.ai-guide-page .tone-sky .ai-source-icon{color:#258fd2;background:#258fd21f}.ai-guide-page .tone-teal .ai-action-icon,.ai-guide-page .tone-teal .ai-source-icon{color:#168f8a;background:#168f8a1f}.ai-guide-page .tone-slate .ai-source-icon{color:#667685;background:#6676871a}.ai-guide-page .ai-action-row strong,.ai-guide-page .ai-source-row strong{overflow:hidden;color:#071b43;font-size:.77rem;font-weight:900;line-height:1.22}.ai-guide-page .ai-action-arrow{color:#3d4c61;font-size:1.35rem;line-height:1}.ai-guide-page .ai-certification-card{display:grid;gap:1rem}.ai-guide-page .ai-progress-summary{display:grid;grid-template-columns:92px minmax(0,1fr);gap:.85rem;align-items:center}.ai-guide-page .ai-progress-ring{display:grid;place-items:center;width:90px;height:90px;border-radius:999px;background:radial-gradient(circle at center,#ffffff 0 57%,transparent 58%),conic-gradient(var(--ai-green) 0 var(--ai-progress),rgba(7,27,67,.1) var(--ai-progress) 100%)}.ai-guide-page .ai-progress-ring strong{color:#071b43;font-size:1.25rem;font-weight:900}.ai-guide-page .ai-progress-summary p{margin:.2rem 0 0;color:var(--ai-muted);font-size:.85rem;font-weight:700}.ai-guide-page .ai-card-link{display:flex;align-items:center;justify-content:center;gap:.55rem;min-height:46px;padding:.72rem .95rem;border-radius:15px;color:#071b43;background:#fff;border:1px solid var(--ai-border);box-shadow:0 10px 20px #0c234609;font-size:.82rem;font-weight:900}.ai-guide-page .ai-conversation-card{display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;gap:.8rem;min-height:600px;padding:1.05rem}.ai-guide-page .ai-conversation-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.ai-guide-page .ai-conversation-header span{display:block;margin-top:.24rem;color:var(--ai-muted);font-size:.8rem;font-weight:800}.ai-guide-page .ai-new-chat-button{display:inline-flex;align-items:center;gap:.42rem;min-height:38px;padding:.54rem .8rem;border-radius:13px;color:#071b43;background:#fff;border:1px solid var(--ai-border);font-size:.78rem;font-weight:900}.ai-guide-page .ai-chat-thread{display:grid;align-content:start;gap:.82rem;min-height:380px;max-height:46vh;overflow-y:auto;padding:.6rem .2rem .6rem 0}.ai-guide-page .ai-message{display:grid;gap:.4rem}.ai-guide-page .ai-message.is-user{justify-items:end}.ai-guide-page .ai-message.is-user p,.ai-guide-page .ai-message.is-assistant>p{margin:0;line-height:1.55}.ai-guide-page .ai-message.is-user p{max-width:min(720px,84%);padding:.85rem 1rem;border-radius:16px;color:#071b43;background:linear-gradient(135deg,#e8f6edeb,#fffffff5);border:1px solid rgba(47,143,91,.14);font-size:.88rem;font-weight:700}.ai-guide-page .ai-message.is-assistant>p{max-width:720px;padding:.95rem 1rem;border-radius:16px;color:#102434;background:#fff;border:1px solid var(--ai-border)}.ai-guide-page .ai-message-meta{display:flex;align-items:center;gap:.5rem;color:#071b43;font-size:.72rem;font-weight:900}.ai-guide-page .ai-message.is-user .ai-message-meta{justify-content:flex-end}.ai-guide-page .ai-message-meta small{color:var(--ai-muted);font-weight:800}.ai-guide-page .ai-message .voy-response-card{max-width:830px;border-radius:20px;box-shadow:none}.ai-guide-page .ai-feature-notice,.ai-guide-page .ai-loading-card{display:grid;gap:.45rem;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(176,141,82,.22);background:#fff8ebd1}.ai-guide-page .ai-feature-notice strong,.ai-guide-page .ai-loading-card strong{color:#071b43;font-weight:900}.ai-guide-page .ai-feature-notice p,.ai-guide-page .ai-loading-card p{margin:0;color:var(--ai-muted);line-height:1.5}.ai-guide-page .ai-loading-card{grid-template-columns:44px minmax(0,1fr);align-items:center;border-color:#2f8f5b2e;background:#e8f6edc2}.ai-guide-page .ai-loading-card>span{width:42px;height:42px;border-radius:14px;background:linear-gradient(100deg,#2f8f5b29,#fffffff2,#2f8f5b29);background-size:220% 100%;animation:ai-shimmer 1.15s linear infinite}.ai-guide-page .ai-chat-composer{display:grid;grid-template-columns:minmax(0,1fr) 52px;gap:.65rem;padding:.55rem;border:1px solid var(--ai-border);border-radius:18px;background:#fff;box-shadow:0 12px 28px #0c23460d}.ai-guide-page .ai-chat-composer input{min-height:44px;padding:0 .55rem;border:0;outline:0;color:#071b43;background:transparent;font-weight:700}.ai-guide-page .ai-chat-composer input::placeholder{color:#99a6b4}.ai-guide-page .ai-chat-composer button{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:14px;color:#fff;background:linear-gradient(135deg,#2f8f5b,#24764d);box-shadow:0 12px 22px #2f8f5b40}.ai-guide-page .ai-chat-composer button:disabled{opacity:.65}.ai-guide-page .ai-suggested-prompts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem}.ai-guide-page .ai-suggested-prompts button{min-height:38px;border:1px solid var(--ai-border);border-radius:999px;color:#263f69;background:#fff;font-size:.78rem;font-weight:800;transition:transform .18s ease,border-color .18s ease}.ai-guide-page .ai-suggested-prompts button:hover{transform:translateY(-1px);border-color:#2f8f5b38}.ai-guide-page .ai-source-row span:last-child{display:grid;gap:.16rem;min-width:0}.ai-guide-page .ai-source-row small{color:var(--ai-muted);font-size:.72rem;font-weight:800;line-height:1.25}.ai-guide-page .ai-rag-note{margin:.78rem 0;padding:.7rem .8rem;border-radius:15px;color:#52627a;background:#8ca2b514;border:1px solid rgba(140,162,181,.12);font-size:.78rem;font-weight:800;line-height:1.45}.ai-guide-page .ai-history-placeholder{min-height:230px}.ai-guide-page .ai-history-empty{display:grid;justify-items:center;gap:.65rem;padding:1.1rem .4rem .4rem;text-align:center}.ai-guide-page .ai-history-empty>span{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;color:#2f8f5b;background:#2f8f5b1c}.ai-guide-page .ai-history-empty strong{color:#071b43;font-weight:900}.ai-guide-page .ai-history-empty p{max-width:270px;margin:0;color:var(--ai-muted);font-size:.82rem;line-height:1.55}.ai-guide-page .ai-history-empty button{min-height:38px;padding:.55rem .9rem;border-radius:999px;border:1px solid var(--ai-border);color:#718094;background:#fff;font-weight:900}.ai-guide-page .ai-disclaimer{display:grid;grid-template-columns:42px minmax(0,1fr);gap:.85rem;align-items:center;min-height:68px;padding:.85rem 1.2rem;border-radius:22px;border:1px solid rgba(47,143,91,.16);background:linear-gradient(135deg,#e8f6edc7,#fffffff5);box-shadow:0 14px 32px #0c23460a}.ai-guide-page .ai-disclaimer>span{display:grid;place-items:center;width:42px;height:42px;border-radius:999px;color:#2f8f5b;background:#fff;border:1px solid rgba(47,143,91,.14)}.ai-guide-page .ai-disclaimer strong{color:#1f6b4f;font-weight:900}.ai-guide-page .ai-disclaimer p{margin:.2rem 0 0;color:#52627a;font-size:.84rem;font-weight:700}@keyframes ai-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}@media(max-width:1380px){.ai-guide-page .ai-workspace-grid{grid-template-columns:260px minmax(0,1fr) 310px}.ai-guide-page .ai-hero-chip-grid,.ai-guide-page .ai-suggested-prompts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1160px){.ai-guide-page .ai-workspace-grid{grid-template-columns:1fr}.ai-guide-page .ai-left-column,.ai-guide-page .ai-right-column{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.ai-guide-page .ai-hero,.ai-guide-page .ai-left-column,.ai-guide-page .ai-right-column,.ai-guide-page .ai-suggested-prompts{grid-template-columns:1fr}.ai-guide-page .ai-hero-content{padding:0 1.25rem 1.35rem}.ai-guide-page .ai-hero-robot-wrap{min-height:160px}.ai-guide-page .ai-hero-robot{width:170px}.portal-title-ai-badge{width:34px;height:34px}}: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}.user-card{flex-direction:row;align-items:center;justify-content:flex-start;gap:.78rem;min-width:245px}.user-logo{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;border-radius:999px;overflow:hidden;background:#fff;border:1px solid rgba(18,50,82,.1);box-shadow:0 10px 22px #12325214}.user-logo img{width:82%;height:82%;object-fit:contain}.user-logo-fallback{background:linear-gradient(135deg,var(--blue-900),var(--green-500));color:#fff;font-weight:800}.user-card-copy{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:.12rem;line-height:1.15}.user-card-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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}}
