:root{color-scheme:dark;--cursor-x: 50vw;--cursor-y: 30vh;--bg: #05070d;--surface: rgba(12, 15, 24, .76);--surface-solid: #0b0f18;--surface-muted: rgba(255, 255, 255, .045);--surface-warm: rgba(255, 255, 255, .055);--surface-ink: #f8fafc;--text: #f8fafc;--muted: #9aa4b2;--muted-2: #687386;--border: rgba(255, 255, 255, .11);--border-strong: rgba(255, 255, 255, .22);--accent: #ffffff;--accent-strong: #ffffff;--accent-soft: rgba(125, 156, 255, .14);--violet: #8b5cf6;--cyan: #22d3ee;--blue: #60a5fa;--green: #34d399;--green-soft: rgba(52, 211, 153, .12);--gold: #d7e4ff;--gold-soft: rgba(96, 165, 250, .12);--code-bg: rgba(255, 255, 255, .055);--max-width: 1200px;--content-width: 760px}*{box-sizing:border-box}html{font-family:ui-sans-serif,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);font-size:16px;line-height:1.6}body{margin:0;min-width:320px;background:radial-gradient(circle at 18% 12%,rgba(96,165,250,.22),transparent 32rem),radial-gradient(circle at 78% 8%,rgba(139,92,246,.2),transparent 34rem),radial-gradient(circle at 60% 62%,rgba(34,211,238,.08),transparent 30rem),linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-color:var(--bg);background-position:center top;background-size:auto,auto,auto,72px 72px,72px 72px}.cursor-glow{background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.34) 0%,rgba(96,165,250,.3) 18%,rgba(139,92,246,.2) 38%,transparent 68%),conic-gradient(from 180deg at 50% 50%,#22d3ee29,#8b5cf62e,#60a5fa2e,#22d3ee29);border-radius:999px;filter:blur(34px);height:460px;left:var(--cursor-x);mix-blend-mode:screen;opacity:0;pointer-events:none;position:fixed;top:var(--cursor-y);transform:translate(-50%,-50%);transition:opacity .24s ease;width:460px;will-change:left,top,transform;z-index:2}a{color:var(--text);text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{color:#fff}img{display:block;max-width:100%;height:auto}code,pre{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,ui-monospace,monospace}pre{overflow-x:auto;border:1px solid var(--border);border-radius:8px;padding:1rem;background:var(--code-bg)}:focus-visible{outline:2px solid var(--text);outline-offset:3px}.site-shell{min-height:100dvh;display:flex;flex-direction:column;overflow:hidden;position:relative;z-index:1}.site-shell:before,.site-shell:after{border-radius:999px;content:"";filter:blur(70px);opacity:.48;pointer-events:none;position:fixed;z-index:-1}.site-shell:before{animation:orbDriftA 22s ease-in-out infinite alternate;background:radial-gradient(circle,rgba(96,165,250,.28),transparent 66%);height:480px;left:-130px;top:150px;width:480px}.site-shell:after{animation:orbDriftB 26s ease-in-out infinite alternate;background:radial-gradient(circle,rgba(139,92,246,.24),transparent 68%);height:520px;right:-180px;top:60px;width:520px}.site-header{border-bottom:1px solid var(--border);background:#05070db3;position:sticky;top:0;z-index:20;backdrop-filter:blur(20px) saturate(140%)}.nav{width:min(100% - 32px,var(--max-width));margin:0 auto;min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{align-items:center;color:var(--text);display:inline-flex;gap:.55rem;font-size:1.05rem;font-weight:800;text-decoration:none;opacity:0;animation:fadeUp .56s ease-out 80ms forwards}.brand-mark{width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:13px solid var(--text)}.nav-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.25rem 1.1rem;opacity:0;animation:fadeUp .56s ease-out .14s forwards}.nav-links a{color:var(--muted);font-size:.9rem;text-decoration:none;min-height:44px;display:inline-flex;align-items:center}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--text)}.nav-links .nav-cta{border:1px solid var(--border);border-radius:6px;background:#fffffff0;color:var(--text);font-weight:700;min-height:40px;padding:0 .9rem}.nav-links a.nav-cta{color:#05070d}.nav-links .nav-cta:hover,.nav-links .nav-cta[aria-current=page]{background:#fff;border-color:#fff;color:#05070d}.main{width:min(100% - 32px,var(--max-width));margin:0 auto;flex:1;padding:0 0 72px}.site-footer{border-top:1px solid var(--border);color:var(--muted);padding:28px 0;background:#05070dd1;backdrop-filter:blur(18px)}.site-footer-inner{width:min(100% - 32px,var(--max-width));margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.hero{align-items:center;display:flex;flex-direction:column;min-height:620px;padding:112px 0 88px;position:relative;text-align:center}.hero>*{opacity:0;animation:fadeUp .76s cubic-bezier(.16,1,.3,1) forwards}.hero>:nth-child(1){animation-delay:.12s}.hero>:nth-child(2){animation-delay:.22s}.hero>:nth-child(3){animation-delay:.34s}.hero>:nth-child(4){animation-delay:.46s}.hero>:nth-child(5){animation-delay:.58s}.hero-commercial{border-bottom:1px solid var(--border)}.hero:before{animation:heroGlowDrift 18s ease-in-out infinite alternate;background:radial-gradient(circle,rgba(255,255,255,.26),transparent 1px),linear-gradient(90deg,rgba(96,165,250,.12),transparent 42%,rgba(139,92,246,.13));background-size:24px 24px,auto;border-radius:999px;content:"";filter:blur(34px);height:240px;left:50%;opacity:.45;pointer-events:none;position:absolute;top:118px;transform:translate(-50%);width:min(760px,80vw);z-index:-1}.eyebrow{border:1px solid var(--border);border-radius:999px;background:#ffffff0e;color:var(--muted);display:inline-flex;font-size:.82rem;font-weight:700;letter-spacing:0;line-height:1;padding:.5rem .75rem;text-transform:uppercase;backdrop-filter:blur(14px)}h1,h2,h3{line-height:1.2;letter-spacing:0}h1{max-width:980px;margin:1.25rem 0;font-size:clamp(3.1rem,8vw,6.8rem);line-height:.98;text-wrap:balance}h2{margin:0 0 1rem;font-size:clamp(1.6rem,4vw,2.25rem)}h3{margin:0 0 .5rem;font-size:1.2rem}.lead{max-width:680px;color:var(--muted);font-size:1.12rem;line-height:1.75;text-wrap:pretty}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{border:1px solid transparent;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.62rem 1rem;font-weight:700;text-decoration:none;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.button-primary{background:#fff;color:#05070d}.button-primary:hover{background:#ffffffe0;color:#05070d;transform:translateY(-1px)}.button-secondary{border-color:var(--border);background:#ffffff0e;color:var(--text);backdrop-filter:blur(12px)}.button-secondary:hover{border-color:var(--border-strong);color:var(--text);transform:translateY(-1px)}.panel{border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:24px;backdrop-filter:blur(18px) saturate(140%)}.conversion-panel{background:var(--surface);box-shadow:none}.hero-start-panel{margin-top:16px;padding:28px}.hero-start-panel h2{font-size:1.55rem;margin-bottom:.75rem}.hero-start-panel p{color:var(--muted);margin-bottom:1.2rem}.panel-kicker{margin:0 0 1rem;color:var(--muted);font-weight:700}.text-link{color:var(--text);font-weight:800;text-decoration:none}.text-link:hover{color:var(--accent-strong)}.quick-links{border-top:1px solid var(--border);color:var(--muted);display:flex;flex-wrap:wrap;gap:.55rem .85rem;justify-content:center;margin-top:28px;padding-top:18px}.quick-links span{color:var(--text);font-weight:800}.quick-links a{color:var(--muted);text-decoration:none}.quick-links a:hover{color:var(--text)}.system-panel{background:linear-gradient(180deg,#ffffff13,#ffffff09),#080b12c7;border:1px solid var(--border);border-radius:8px;margin:-48px auto 64px;max-width:1040px;overflow:hidden;position:relative;z-index:2;backdrop-filter:blur(22px) saturate(150%);box-shadow:0 28px 90px #0000005c,inset 0 1px #ffffff14;transform:perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));transition:border-color .18s ease,transform .22s ease,box-shadow .22s ease}.system-panel:hover{border-color:#ffffff3d;box-shadow:0 32px 100px #0000006b,0 0 0 1px #60a5fa14,inset 0 1px #ffffff1c}.system-panel-header{align-items:center;border-bottom:1px solid var(--border);color:var(--muted);display:flex;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,ui-monospace,monospace;font-size:.78rem;gap:.65rem;min-height:42px;padding:0 14px}.system-panel-header span:last-child{margin-left:auto}.status-dot{background:var(--green);border-radius:999px;height:8px;width:8px}.system-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.system-grid>div{border-right:1px solid var(--border);padding:28px;background:radial-gradient(circle at 50% 0%,rgba(96,165,250,.1),transparent 60%),transparent}.system-grid>div:last-child{border-right:0}.metric-label{color:var(--muted-2);display:block;font-size:.78rem;font-weight:700;margin-bottom:.65rem;text-transform:uppercase}.system-grid strong{display:block;font-size:1.25rem;line-height:1.25}.system-grid p{color:var(--muted);margin-bottom:0}.path-list{list-style:none;margin:0;padding:0;display:grid;gap:16px}.path-list li{border-top:1px solid var(--border);padding-top:14px}.path-list li:first-child{border-top:0;padding-top:0}.path-list span{color:var(--muted);display:block;font-size:.88rem;font-weight:700;margin-bottom:.2rem;text-transform:uppercase}.path-list strong{display:block;line-height:1.35}.panel ul{margin:1rem 0 0;padding-left:1.2rem}.section{padding:46px 0;background:transparent}.editorial-section{border-top:1px solid var(--border);padding-top:72px;padding-bottom:72px}.section-header{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:18px}.section-header p{max-width:620px;margin:0;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.list{display:grid;gap:16px}.card{border:1px solid var(--border);border-radius:8px;background:linear-gradient(180deg,#ffffff12,#ffffff08),#090c14b8;padding:22px;backdrop-filter:blur(18px) saturate(140%);box-shadow:inset 0 1px #ffffff0f;transition:border-color .16s ease,transform .22s ease,box-shadow .22s ease;transform:perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg))}.card-link{position:relative}.card-link:hover{border-color:var(--border-strong);box-shadow:0 18px 48px #00000042,0 0 0 1px #60a5fa14;transform:perspective(900px) translateY(-3px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg))}.card h3 a,.article-title a{color:var(--text);text-decoration:none}.card p,.article-summary{color:var(--muted);margin:.5rem 0 0}.meta{display:flex;flex-wrap:wrap;gap:.4rem .75rem;color:var(--muted);font-size:.92rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{border:1px solid var(--border);border-radius:999px;color:var(--muted);background:var(--surface-muted);padding:.18rem .65rem;font-size:.85rem;text-decoration:none}.article-list-item{background:linear-gradient(180deg,#ffffff12,#ffffff07),#090c14b8;border:1px solid var(--border);border-radius:8px;padding:22px;backdrop-filter:blur(18px) saturate(140%);transform:perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));transition:border-color .18s ease,transform .22s ease,box-shadow .22s ease}.article-list-item:hover{border-color:var(--border-strong);box-shadow:0 18px 48px #0000003d,0 0 0 1px #8b5cf614;transform:perspective(900px) translateY(-3px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg))}.article-list-item:first-child{padding-top:0}.article-list-item:last-child{border-bottom:1px solid var(--border)}.featured-article-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:18px}.featured-article-grid .article-list-item:first-child{grid-row:span 2;padding:30px}.featured-article-grid .article-list-item:first-child .article-title{font-size:clamp(1.55rem,3vw,2.15rem)}.featured-article-grid .article-list-item:first-child .article-summary{font-size:1.08rem;line-height:1.7}.split-section,.feature-band,.newsletter-band{border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);gap:36px;align-items:center}.split-section>div>p,.feature-band>div>p,.newsletter-band>div>p{color:var(--muted);max-width:680px}.feature-band{background:radial-gradient(circle at 20% 0%,rgba(96,165,250,.16),transparent 32rem),#ffffff09;margin-left:calc((100vw - min(100vw - 32px,var(--max-width)))/-2);margin-right:calc((100vw - min(100vw - 32px,var(--max-width)))/-2);padding-left:calc((100vw - min(100vw - 32px,var(--max-width)))/2);padding-right:calc((100vw - min(100vw - 32px,var(--max-width)))/2)}.newsletter-band{background:radial-gradient(circle at 20% 10%,rgba(96,165,250,.24),transparent 30rem),radial-gradient(circle at 78% 0%,rgba(139,92,246,.2),transparent 32rem),#05070d;border-color:var(--border);color:#fff;margin:0 calc((100vw - min(100vw - 32px,var(--max-width)))/-2);padding:72px calc((100vw - min(100vw - 32px,var(--max-width)))/2)}.newsletter-band .eyebrow{background:#ffffff0f;border-color:var(--border);color:var(--muted)}.newsletter-band h2{max-width:760px}.newsletter-band p{color:var(--muted)}.newsletter-band .button-primary{background:#fff;color:#05070d;justify-self:end}.newsletter-band .button-primary:hover{background:#ffffffe0;color:#05070d}.service-band{background:radial-gradient(circle at 80% 0%,rgba(34,211,238,.12),transparent 28rem),#ffffff06}.resource-panel{background:linear-gradient(180deg,#ffffff13,#ffffff08),#090c14bf}.check-list{list-style:none;margin:1rem 0 1.4rem;padding:0;display:grid;gap:.75rem}.check-list li{padding-left:1.65rem;position:relative}.check-list li:before{background:linear-gradient(135deg,var(--blue),var(--violet));border-radius:999px;content:"";height:.42rem;left:0;position:absolute;top:.62rem;width:.42rem}.framework-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:1.5rem 0}.mini-card{border:1px solid var(--border);border-radius:8px;background:#ffffff0b;padding:18px;transform:perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));transition:border-color .18s ease,transform .22s ease,box-shadow .22s ease,background-color .18s ease}.mini-card:hover{background:#fff1;border-color:var(--border-strong);box-shadow:0 18px 48px #00000038,0 0 0 1px #60a5fa14;transform:perspective(900px) translateY(-3px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg))}.mini-card p{color:var(--muted);margin-bottom:0}.newsletter-panel{margin-top:2rem}.muted-note{color:var(--muted);margin-bottom:0}.article-page{width:min(100%,var(--content-width));margin:0 auto;padding-top:72px}.article-page header{margin-bottom:36px}.article-page h1{font-size:clamp(2rem,6vw,3.4rem);line-height:1.06}.prose{font-size:1.04rem;color:#d7dde7}.prose p,.prose li{color:#c8d0dc}.prose h2{margin-top:2.4rem}.prose h3{margin-top:1.8rem}.prose table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse}.prose th,.prose td{border:1px solid var(--border);padding:.55rem .75rem;text-align:left}.prose th{background:#ffffff0f;color:var(--text)}.callout{border-left:4px solid var(--text);background:#ffffff0b;padding:1rem 1.25rem;border-radius:0 8px 8px 0}.empty{border:1px dashed var(--border);border-radius:8px;color:var(--muted);padding:28px}.js .reveal-target{opacity:0;transform:translateY(28px);transition:opacity .68s cubic-bezier(.16,1,.3,1),transform .68s cubic-bezier(.16,1,.3,1)}.js .reveal-target.is-visible{opacity:1;transform:translateY(0)}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes heroGlowDrift{0%{transform:translate(-52%) translateY(0) scale(.96)}to{transform:translate(-48%) translateY(28px) scale(1.05)}}@keyframes orbDriftA{0%{transform:translateZ(0) scale(.95)}to{transform:translate3d(70px,95px,0) scale(1.12)}}@keyframes orbDriftB{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-95px,120px,0) scale(1.08)}}@media (max-width: 860px){.cursor-glow,.site-shell:before,.site-shell:after{display:none}.hero{min-height:auto;padding:88px 0 72px}.grid,.system-grid,.featured-article-grid,.framework-grid,.split-section,.feature-band,.newsletter-band{grid-template-columns:1fr}.system-panel{margin-top:-32px}.system-grid>div{border-right:0;border-bottom:1px solid var(--border)}.system-grid>div:last-child{border-bottom:0}.featured-article-grid .article-list-item:first-child{grid-row:auto}.newsletter-band .button-primary{justify-self:start}.card,.card-link:hover,.mini-card,.mini-card:hover,.article-list-item,.article-list-item:hover,.system-panel,.system-panel:hover{transform:none}}@media (max-width: 640px){.nav{align-items:flex-start;flex-direction:column;padding:14px 0}.nav-links{justify-content:flex-start}.main{padding-top:0}h1{font-size:clamp(2.35rem,14vw,3.75rem)}.section-header{align-items:flex-start;flex-direction:column}.actions .button{width:100%}}@media (min-width: 861px){.cursor-glow{opacity:.82}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.cursor-glow,.site-shell:before,.site-shell:after{display:none}.hero>*,.brand,.nav-links,.js .reveal-target{opacity:1;transform:none}}
