:root{--cd-bg:rgba(7,17,31,1);--cd-panel-2:#152a44;--cd-ok:rgb(102,242,178);--cd-muted:#8ca3c7;--cd-shadow:0 18px 44px rgba(0,0,0,.28);--cd-max:1220px;--cd-text:rgba(232,241,255,1);--cd-line:#223859;--cd-surface:#0e1b2e;--cd-panel:#12243b;--cd-accent:#37d0ff;--cd-radius:20px;--cd-accent-2:#7d7bff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:radial-gradient(circle at top left,#11233b 0%,#09121f 40%,#050a13 100%);color:var(--cd-text);line-height:1.65;margin:0;outline-offset:0;isolation:auto;user-select:auto;visibility:visible}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.cd-appframe{padding:1rem;min-height:100vh}.cd-header,.cd-zone,.cd-callout,.cd-footer{margin:0 auto;width:min(100%,var(--cd-max))}.cd-header{position:sticky;display:grid;top:1rem;border-radius:24px;padding:1rem 1.2rem;z-index:60;gap:1rem;align-items:center;background:rgba(14,27,46,.92);border:1px solid var(--cd-line);backdrop-filter:blur(12px);box-shadow:var(--cd-shadow);grid-template-columns:minmax(0,1.2fr) 1fr auto auto}.cd-header__brand{min-width:0;gap:.9rem;align-items:center;display:flex}.cd-header__brand>div{min-width:0}.cd-header__brand strong{line-height:1.1;display:block}.cd-header__brand small,.cd-muted,.cd-footer__copy,.cd-panel p,.cd-zone__head p{color:var(--cd-muted)}.cd-header__brand small{display:block;max-width:360px;line-height:1.45}.cd-logo{border:1px solid var(--cd-line);min-width:56px;background:linear-gradient(135deg,#173150,#0d1a2b);padding:.35rem .7rem;justify-content:center;height:56px;border-radius:18px;flex-shrink:0;display:inline-flex;overflow:hidden;align-items:center;max-width:190px}.cd-logo img{max-height:38px;max-width:168px;object-fit:contain;width:auto}.cd-header__nav{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.cd-header__nav a{padding:.55rem .8rem;transition:.2s;border-radius:14px;color:var(--cd-muted)}.cd-header__nav a:hover,.cd-header__nav a.is-active{background:rgba(55,208,255,.09);color:var(--cd-text)}.cd-header__toggle{background:transparent;border-radius:14px;color:var(--cd-text);display:none;padding:.65rem .85rem;border:1px solid var(--cd-line)}.cd-header__actions{display:flex;align-items:center;gap:.6rem}.cd-btn{border:1px solid transparent;align-items:center;transition:.2s;padding:.85rem 1.2rem;font-weight:700;border-radius:16px;display:inline-flex;justify-content:center}.cd-btn:hover{transform:translateY(-1px)}.cd-btn--primary{box-shadow:0 12px 24px rgba(55,208,255,.24);color:rgba(4,16,28,1);background:linear-gradient(135deg,var(--cd-accent),var(--cd-accent-2))}.cd-btn--ghost{background:transparent;border-color:var(--cd-line);color:var(--cd-text)}.cd-workspace{padding:1rem 0 0;gap:1rem;display:grid}.cd-hero,.cd-loginstack,.cd-twoaxis,.cd-callout,.cd-footer__grid,.cd-panelgrid,.cd-taggrid,.cd-sidegrid,.cd-faqstack{gap:1rem;display:grid}.cd-hero{grid-template-columns:minmax(0,1.2fr) minmax(310px,.8fr)}.cd-hero__copy,.cd-hero__metrics,.cd-hero__board,.cd-panel,.cd-callout,.cd-footer,.cd-zone--soft,.cd-header--alt{box-shadow:var(--cd-shadow);border:1px solid var(--cd-line);background:rgba(14,27,46,.84);border-radius:var(--cd-radius)}.cd-hero__copy,.cd-hero__metrics,.cd-hero__board,.cd-panel,.cd-callout{padding:1.4rem}.cd-hero h1,.cd-panel h1{line-height:1.05;font-size:clamp(2.1rem,4vw,3.8rem);margin:.5rem 0 1rem}.cd-chip{color:var(--cd-accent);gap:.4rem;letter-spacing:.08em;background:rgba(55,208,255,.12);align-items:center;display:inline-flex;font-weight:700;text-transform:uppercase;border-radius:999px;font-size:.78rem;padding:.38rem .7rem}.cd-hero__actions{gap:.8rem;display:flex;margin-top:1.5rem;flex-wrap:wrap}.cd-hero__metrics{align-content:start;grid-template-columns:repeat(2,1fr)}.cd-metric{border:1px solid rgba(255,255,255,.04);padding:1rem;background:rgba(255,255,255,.02);border-radius:16px}.cd-metric strong{display:block;font-size:1.35rem}.cd-monitor{overflow:hidden;border-radius:18px;grid-column:1/-1;border:1px solid var(--cd-line)}.cd-monitor img,.cd-panel--media img{object-fit:cover;aspect-ratio:16/10;height:100%;width:100%}.cd-hero--alt{grid-template-columns:minmax(0,1fr) minmax(280px,.9fr)}.cd-hero__board{grid-template-columns:repeat(3,1fr);align-items:stretch;display:grid}.cd-zone{padding:0}.cd-zone--soft{padding:1.1rem}.cd-zone__head{margin-bottom:1rem;gap:.35rem;display:grid}.cd-zone__head h2{font-size:clamp(1.5rem,3vw,2.4rem);margin:0}.cd-panelgrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.cd-taggrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.cd-taggrid__item,.cd-panel--link{background:rgba(18,36,59,.88);padding:1rem;box-shadow:var(--cd-shadow);border-radius:18px;border:1px solid var(--cd-line)}.cd-panel--link{gap:.25rem;display:grid}.cd-panel__icon{margin-bottom:.75rem;display:inline-flex;font-size:1.3rem}.cd-panel--rich{min-height:100%}.cd-rich p,.cd-rich ul,.cd-rich ol{color:var(--cd-muted);margin:0 0 1rem}.cd-twoaxis{grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr)}.cd-sidegrid{align-content:start;grid-template-columns:1fr}.cd-loginstack{grid-template-columns:1.1fr .9fr .9fr}.cd-panel--hero{align-content:start;display:grid}.cd-list{color:var(--cd-muted);margin:0;padding-left:1.1rem}.cd-step{display:inline-grid;font-weight:700;height:2.3rem;place-items:center;border-radius:12px;width:2.3rem;background:rgba(102,242,178,.14);margin-bottom:.8rem;color:var(--cd-ok)}.cd-faqstack__item{background:rgba(18,36,59,.88);border-radius:18px;padding:0 1rem;border:1px solid var(--cd-line)}.cd-faqstack__item summary{cursor:pointer;padding:1rem 0;list-style:none;font-weight:700}.cd-faqstack__item summary::-webkit-details-marker{display:none}.cd-faqstack__item p{margin:0 0 1rem;color:var(--cd-muted)}.cd-callout{grid-template-columns:minmax(200px,1fr) minmax(min-content,44%);align-items:center}.cd-callout--split .cd-callout__side{display:grid;justify-items:end;gap:.5rem}.cd-footer{margin-top:1rem;padding:1.4rem}.cd-footer__lead{display:flex;align-items:center;gap:1rem;justify-content:space-between;margin-bottom:1rem}.cd-footer__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.cd-footer ul{padding:0;gap:.45rem;margin:0;display:grid;list-style:none}.cd-footer__copy{padding-top:1rem;text-align:center;margin:1rem 0 0;border-top:1px solid rgba(255,255,255,.07)}@media (max-width:980px){.cd-header{grid-template-columns:minmax(200px,1fr) minmax(min-content,44%) auto}.cd-header__toggle{display:inline-flex}.cd-header__nav{left:1rem;background:rgba(14,27,46,.98);box-shadow:var(--cd-shadow);border-radius:20px;display:none;padding:1rem;position:absolute;right:1rem;border:1px solid var(--cd-line);top:calc(100% + .5rem)}.cd-header__nav.is-open{display:grid}.cd-header__nav--wide{display:none}.cd-hero,.cd-hero--alt,.cd-twoaxis,.cd-loginstack,.cd-callout{grid-template-columns:1fr}.cd-hero__board{grid-template-columns:1fr}.cd-header__actions{justify-self:end}}@media (max-width:640px){.cd-appframe{padding:.6rem}.cd-header{grid-template-columns:1fr auto;align-items:flex-start}.cd-header__brand{grid-column:1/-1}.cd-header__brand small{display:none}.cd-logo{max-width:170px;height:52px}.cd-logo img{max-height:34px;max-width:150px}.cd-btn--primary{grid-column:1/-1}.cd-hero__metrics{grid-template-columns:1fr}.cd-footer__lead{flex-direction:column;align-items:flex-start}}

/* siteforge-mobile-safety: common overflow + mobile guardrails */
html,body{overflow-x:hidden}
img{height:auto;max-width:100%}
:where(p,li,dd,dt,blockquote,figcaption,small,span,strong,em,a){word-break:break-word;overflow-wrap:break-word}
:where(h1,h2,h3,h4,h5,h6){word-break:normal;overflow-wrap:break-word;hyphens:none}
:where(main,section,article,aside,nav,header,footer,div,[class*='hero'],[class*='card'],[class*='panel'],[class*='grid'],[class*='split'],[class*='rail'],[class*='footer']){min-width:0}
:where([class*='rich'],[class*='lead'],[class*='copy'],[class*='content'],[class*='summary'],[class*='deck'],[class*='meta'],[class*='rail'],[class*='card'],[class*='panel'])>*{max-width:100%}
:where(pre,code,kbd,samp){white-space:pre-wrap;word-break:break-word}
.sf-footer-outbound,.sf-footer-outbound *,.sf-footer-outbound a{overflow-wrap:anywhere;word-break:break-word}
@media (max-width:760px){
  :where([class*='hero'],[class*='pagehero'],[class*='pagehead'],[class*='overview'],[class*='split'],[class*='twoaxis'],[class*='convert'],[class*='callout'],[class*='dashboard'],[class*='workspace'],[class*='footer__strip'],[class*='mediawall'],[class*='bannerstrip'],[class*='gallery'],[class*='ribbon'],[class*='hero__body'],[class*='hero__deck'],[class*='hero__split']){grid-template-columns:1fr !important}
  :where([class*='hero__actions'],[class*='actions'])>*{width:100%;max-width:100%}
  :where([class*='footer__lead'],[class*='footer__summary'],[class*='brandcard'],[class*='row']){align-items:flex-start;flex-direction:column}
  :where([class*='nav__logo'] img,[class*='footer__logo'],[class*='footer__logo'] img){max-width:min(100%,160px);width:auto;height:auto;max-height:40px}
  :where([class*='hero__logo'],[class*='pagehero__logo'],[class*='hero__seal'],[class*='footer__brand'],[class*='brand__square']){max-width:min(100%,96px);max-height:96px}
  :where([class*='hero__media'],[class*='hero__frame'],[class*='inline-media'],[class*='gallery__item'],[class*='mediawall__item'],[class*='banner'],[class*='monitor']){max-width:100%;overflow:hidden}
}

/* siteforge-square-logo-sizing: keep square brand marks visible across themes */
:where([class*='hero__logo'],[class*='pagehero__logo'],[class*='hero__seal'],[class*='brand__square']){background:transparent !important;box-shadow:none !important;width:clamp(110px,16vw,160px) !important;overflow:visible !important;padding:6px !important;height:clamp(110px,16vw,160px) !important;border:none !important}
:where([class*='footer__brand']){box-shadow:none !important;height:clamp(96px,12vw,130px) !important;overflow:visible !important;width:clamp(96px,12vw,130px) !important;border:none !important;padding:5px !important;background:transparent !important}
:where([class*='hero__logo'] img,[class*='pagehero__logo'] img,[class*='hero__seal'] img,[class*='brand__square'] img,[class*='footer__brand'] img){max-height:none !important;height:100% !important;width:100% !important;max-width:none !important;object-fit:contain !important}
@media (max-width:760px){
  :where([class*='hero__logo'],[class*='pagehero__logo'],[class*='hero__seal'],[class*='brand__square']){height:clamp(88px,26vw,120px) !important;max-height:none !important;width:clamp(88px,26vw,120px) !important;max-width:none !important}
  :where([class*='footer__brand']){max-height:none !important;height:clamp(80px,22vw,110px) !important;max-width:none !important;width:clamp(80px,22vw,110px) !important}
}


/* siteforge-sticky-cta: persistent floating action for platform/login access */
.sf-sticky-cta{background:rgba(10,15,27,.88);display:flex;position:fixed;box-shadow:0 18px 45px rgba(0,0,0,.3);z-index:95;border-radius:18px;max-width:min(420px,calc(100vw - 24px));right:16px;border:1px solid rgba(255,255,255,.14);bottom:16px;padding:12px 14px;backdrop-filter:blur(14px);align-items:center;gap:12px}
.sf-sticky-cta__meta{display:grid;gap:2px;min-width:0;color:#f0f4ff}
.sf-sticky-cta__meta strong{line-height:1.1;font-size:.95rem}
.sf-sticky-cta__meta span{opacity:.72;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.78rem}
.sf-sticky-cta__button{display:inline-flex;text-align:center;border-radius:14px;align-items:center;text-overflow:ellipsis;background:linear-gradient(135deg,#2dd4bf,#60a5fa);color:#04111f !important;max-width:260px;box-shadow:0 10px 24px rgba(96,165,250,.26);padding:.9rem 1.15rem;white-space:nowrap;font-weight:800;overflow:hidden;line-height:1.25;justify-content:center}
.sf-sticky-cta__button:hover,.sf-sticky-cta__button:focus-visible{filter:saturate(1.08);transform:translateY(-1px)}
.sf-sticky-cta__button:focus-visible{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}
@media (min-width:761px){.sf-sticky-cta{padding:10px 12px}.sf-sticky-cta__meta span{display:none}}
@media (max-width:760px){.sf-has-sticky-cta .cd-appframe{padding-bottom:calc(128px + env(safe-area-inset-bottom,0px))}.sf-sticky-cta{left:12px;padding:10px 10px 10px 12px;bottom:max(12px,env(safe-area-inset-bottom,0px));max-width:none;border-radius:16px;right:12px}.sf-sticky-cta__meta{flex:1}.sf-sticky-cta__button{padding:.95rem 1rem;flex:1;min-width:0}}
.cd-shell,.cd-shell--a,.cd-footer__brand,.cd-footer__logo,.cd-page--extra{}

/* siteforge-footer-overlap-guard: stable mobile footer layout + sticky CTA clearance */
:where(footer,[class*='-footer']){z-index:1;overflow:visible;position:relative}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){min-width:0}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar'])>*{max-width:100%;min-width:0}
:where([class*='footer__brandblock'],[class*='footer__summary'],[class*='footer__meta'],[class*='footer__copy'],[class*='footer__warn'],[class*='linkstack']){overflow-wrap:anywhere;word-break:break-word}
@media(max-width:760px){
  .sf-has-sticky-cta :where([class*='-shell']),.sf-has-sticky-cta main{padding-bottom:calc(140px + env(safe-area-inset-bottom,0px)) !important}
  .sf-has-sticky-cta main~footer,.sf-has-sticky-cta :where(footer,[class$='-footer']){padding-bottom:calc(112px + env(safe-area-inset-bottom,0px)) !important}
  :where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){gap:16px !important;grid-template-columns:1fr !important;align-items:start !important;display:grid !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){display:flex;text-align:left;align-items:flex-start;flex-direction:column;gap:10px}
  :where([class*='footer__brand']){margin-bottom:12px;max-height:110px;max-width:110px;clear:both;float:none !important}
}
