:root{--brand-navy:#16233E;--brand-navy-hover:oklch(33% 0.075 263);--brand-red:#D8422F;--brand-red-hover:oklch(63% 0.185 31);--bg:#FDFDFB;--bg-elev:oklch(95% 0.012 95);--fg:oklch(20.5% 0.05 263);--fg-dim:oklch(36% 0.048 263);--fg-mute:oklch(55.1% 0.032 263);--border:oklch(91% 0.014 95);--accent:var(--brand-navy);--accent-hover:var(--brand-navy-hover);--accent-fg:#FDFDFB;--link:var(--brand-navy);--ghost-bg:transparent;--ghost-border:var(--border);--thumb-bg:#FDFDFB;--thumb-shadow:0 1px 2px rgba(0, 0, 0, 0.08);--radius:10px;--radius-lg:16px;--content-width:70rem;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}html.dark{--bg:oklch(13.5% 0.038 263);--bg-elev:oklch(20.5% 0.05 263);--fg:oklch(97.2% 0.008 95);--fg-dim:oklch(85.5% 0.014 95);--fg-mute:oklch(70.7% 0.026 263);--border:oklch(27% 0.055 263);--accent:oklch(43% 0.095 263);--accent-hover:oklch(50% 0.1 263);--link:oklch(77% 0.055 263);--ghost-border:oklch(27% 0.055 263);--thumb-bg:oklch(36% 0.048 263);--thumb-shadow:0 1px 2px rgba(0, 0, 0, 0.4)}*{box-sizing:border-box}html{color-scheme:light}html.dark{color-scheme:dark}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}h1,h2,h3{margin:0 0 .5em;line-height:1.15;font-weight:700;letter-spacing:-.02em}p{margin:0 0 1em}.skip-link{position:absolute;left:-9999px;top:0;background:var(--accent);color:var(--accent-fg);padding:.5rem 1rem;z-index:100}.skip-link:focus{left:0}.page-wrapper{min-height:100dvh;display:flex;flex-direction:column}main{flex:1}.site-header{border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10;backdrop-filter:saturate(180%)blur(10px);background:color-mix(in srgb,var(--bg) 85%,transparent)}.header-bar{max-width:var(--content-width);margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-logo-link img{height:36px;width:auto}.logo-on-light{display:block}.logo-on-dark{display:none}html.dark .logo-on-light{display:none}html.dark .logo-on-dark{display:block}.header-nav{display:flex;gap:1.25rem;align-items:center}.header-nav a{color:var(--fg-dim);font-weight:500;font-size:.95rem}.header-nav a:hover{color:var(--fg);text-decoration:none}.header-nav a[aria-current=page]{color:var(--link)}.header-nav--mobile{display:none;flex-direction:column;padding:.75rem 1.25rem;border-top:1px solid var(--border);gap:.75rem}.header-nav--mobile.is-open{display:flex}.header-actions{display:flex;align-items:center;gap:.5rem}.lang-switch{display:inline-flex;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;font-size:.8rem;font-weight:600}.lang-switch-link{padding:.35rem .6rem;color:var(--fg-mute)}.lang-switch-link.is-active{background:var(--accent);color:var(--accent-fg)}.lang-switch-link:hover{text-decoration:none}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:0;border-radius:.5rem;background:0 0;color:var(--fg-mute);cursor:pointer;transition:color .15s ease,background-color .15s ease}.theme-toggle:hover{color:var(--fg);background:var(--bg-elev)}.theme-toggle-icon{position:relative;display:inline-block;width:1rem;height:1rem;border-radius:50%;background:0 0;box-shadow:inset .32rem -.3rem currentColor;transform:scale(1)rotate(-12deg);transition:background .45s ease,box-shadow .45s ease,transform .55s cubic-bezier(.5,0,.5,1),clip-path .45s ease}.theme-toggle-icon::before{content:"";position:absolute;top:50%;left:50%;width:.18rem;height:.18rem;margin:-.09rem;border-radius:50%;background:0 0;box-shadow:0 -.7rem currentColor,0 .7rem currentColor,-.7rem 0 currentColor,.7rem 0 currentColor,-.5rem -.5rem currentColor,.5rem -.5rem currentColor,-.5rem .5rem currentColor,.5rem .5rem currentColor;opacity:0;transform:rotate(45deg)scale(.45);transition:opacity .4s ease,transform .55s cubic-bezier(.5,0,.5,1),box-shadow .4s ease}[data-theme-mode=light] .theme-toggle-icon{background:currentColor;box-shadow:inset 0 0 transparent;transform:scale(.6)rotate(0)}[data-theme-mode=light] .theme-toggle-icon::before{opacity:1;transform:rotate(0)scale(1)}[data-theme-mode=dark] .theme-toggle-icon{background:0 0;box-shadow:inset .32rem -.3rem currentColor;transform:scale(1)rotate(-12deg)}[data-theme-mode=dark] .theme-toggle-icon::before{opacity:0;transform:rotate(45deg)scale(.45)}[data-theme-mode=system] .theme-toggle-icon{background:currentColor;box-shadow:inset 0 0 transparent;transform:scale(.7)rotate(0);clip-path:inset(0 50% 0 0)}[data-theme-mode=system] .theme-toggle-icon::before{opacity:1;box-shadow:-.7rem 0 currentColor,-.5rem -.5rem currentColor,-.5rem .5rem currentColor,0 -.7rem currentColor,0 .7rem currentColor;transform:rotate(0)scale(1)}.nav-toggle{display:none;background:0 0;border:1px solid var(--border);border-radius:var(--radius);color:var(--fg-dim);padding:.35rem;cursor:pointer}.nav-toggle .icon{width:18px;height:18px}.nav-toggle .icon-close{display:none}.nav-toggle[aria-expanded=true] .icon-bars{display:none}.nav-toggle[aria-expanded=true] .icon-close{display:inline}@media(max-width:640px){.header-nav--desktop{display:none}.nav-toggle{display:inline-flex}}.hero{padding:clamp(3rem,8vw,6rem)1.25rem}.hero-inner{max-width:var(--content-width);margin:0 auto;text-align:center}.hero-logo{margin:0 auto 1.5rem;width:clamp(220px,40vw,320px);height:auto}.hero-tagline{font-size:clamp(1.1rem,2.2vw,1.35rem);color:var(--fg-dim);max-width:36rem;margin:0 auto .75rem}.hero-tagline{margin-bottom:2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.btn{display:inline-flex;align-items:center;gap:.4em;padding:.7rem 1.2rem;border-radius:var(--radius);font-weight:600;font-size:.95rem;transition:background .15s,border-color .15s,color .15s}.btn:hover{text-decoration:none}.btn-primary{background:var(--accent);color:var(--accent-fg);border:1px solid var(--accent)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-ghost{background:var(--ghost-bg);color:var(--fg);border:1px solid var(--ghost-border)}.btn-ghost:hover{background:var(--bg-elev)}.spotlight{padding:clamp(2rem,5vw,4rem)1.25rem}.spotlight-inner{max-width:var(--content-width);margin:0 auto;display:grid;grid-template-columns:minmax(0,5fr)minmax(0,7fr);gap:clamp(1.5rem,4vw,3.5rem);align-items:center}.spotlight-kicker{color:var(--brand-red);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .5rem}.spotlight-title{font-size:clamp(1.5rem,3vw,2rem)}.spotlight-title .badge{vertical-align:middle;margin-left:.35rem}.spotlight-lede{color:var(--fg-dim);font-size:1.05rem}.spotlight-features{list-style:none;padding:0;margin:0 0 1.5rem;color:var(--fg-dim)}.spotlight-features li{padding-left:1.5rem;position:relative;margin-bottom:.4rem}.spotlight-features li::before{content:"";position:absolute;left:.15rem;top:.5em;width:.45rem;height:.45rem;border-radius:50%;background:var(--brand-red)}.spotlight-actions{display:flex;flex-wrap:wrap;gap:.75rem}@media(max-width:800px){.spotlight-inner{grid-template-columns:1fr}.spotlight-media{order:2}}.browser-frame{display:block;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-elev);box-shadow:0 12px 32px rgba(0,0,0,.1)}a.browser-frame{transition:border-color .15s,transform .15s}a.browser-frame:hover{border-color:var(--link);transform:translateY(-2px)}.browser-frame-bar{display:flex;gap:.4rem;padding:.6rem .8rem;border-bottom:1px solid var(--border)}.browser-frame-bar span{width:.65rem;height:.65rem;border-radius:50%;background:var(--border)}.browser-frame img{width:100%;height:auto}.train-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:14rem;border:1px dashed var(--border);border-radius:var(--radius-lg);background:var(--bg-elev)}.train-panel img{width:160px;height:auto}.train-panel-label{font-size:1.1rem;font-weight:800;letter-spacing:.35em;text-indent:.35em;color:var(--fg-mute)}.showcase-header{margin-bottom:clamp(2rem,5vw,3.5rem)}.showcase-actions{justify-content:flex-start;margin-top:1.25rem}.showcase-row{display:grid;grid-template-columns:minmax(0,5fr)minmax(0,7fr);gap:clamp(1.5rem,4vw,3.5rem);align-items:center;margin-bottom:clamp(2.5rem,6vw,4.5rem)}.showcase-row:nth-of-type(even){grid-template-columns:minmax(0,7fr)minmax(0,5fr)}.showcase-row:nth-of-type(even) .showcase-copy{order:2}.showcase-row--text{grid-template-columns:1fr}.showcase-row--text .showcase-copy{max-width:44rem}.showcase-copy h2{font-size:1.4rem}.showcase-copy p{color:var(--fg-dim);margin:0}@media(max-width:800px){.showcase-row{grid-template-columns:1fr}.showcase-row:nth-of-type(even) .showcase-copy{order:0}}.content-section{padding:clamp(2rem,5vw,4rem)1.25rem}.content-inner{max-width:var(--content-width);margin:0 auto}.section-header{margin-bottom:2rem}.section-title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.section-title-row h1{margin:0}.section-lede{color:var(--fg-dim);font-size:1.1rem;max-width:60rem}.card-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.card{display:flex;flex-direction:column;height:100%;min-height:9rem;padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-elev);color:var(--fg);transition:border-color .15s,transform .15s;position:relative}.card:hover{border-color:var(--link);text-decoration:none;transform:translateY(-2px)}.card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.card-title{font-size:1.15rem;margin:0}.card-lede{color:var(--fg-dim);font-size:.95rem;margin:0}.card-tag{flex-shrink:0;margin-top:.15rem;background:var(--brand-red);color:#fff;font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.card--placeholder{opacity:.85}.badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.badge-soon{background:var(--brand-red);color:#fff}.prose{max-width:40rem}.prose p{color:var(--fg-dim)}.site-footer{border-top:1px solid var(--border);padding:1.5rem 1.25rem;margin-top:4rem;font-size:.9rem;color:var(--fg-mute)}.footer-inner{max-width:var(--content-width);margin:0 auto;display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem}.footer-line{margin:0}