:root{--bg: #050706;--bg-2: #0a0d0b;--bg-3: #11140f;--card: rgba(255, 255, 255, .025);--card-strong: rgba(255, 255, 255, .04);--border: rgba(255, 255, 255, .07);--border-strong: rgba(255, 255, 255, .14);--border-glow: rgba(20, 232, 122, .35);--text: #f4f6f2;--text-2: rgba(244, 246, 242, .56);--text-3: rgba(244, 246, 242, .38);--text-4: rgba(244, 246, 242, .22);--accent: #14e87a;--accent-2: #00b865;--accent-soft: rgba(20, 232, 122, .12);--accent-glow: rgba(20, 232, 122, .5);--brand: #14e87a;--brand-deep: #0a8f54;--brand-ink: #042b18;--radius: 14px;--radius-sm: 8px;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 32px;--space-xl: 64px;--space-2xl: 96px}.theme-light{--bg: #f3f5ef;--bg-2: #ffffff;--bg-3: #e9ece3;--card: rgba(8, 28, 18, .025);--card-strong: rgba(8, 28, 18, .05);--border: rgba(8, 40, 24, .12);--border-strong: rgba(8, 40, 24, .2);--border-glow: rgba(10, 143, 84, .5);--text: #0b1410;--text-2: rgba(11, 20, 16, .62);--text-3: rgba(11, 20, 16, .45);--text-4: rgba(11, 20, 16, .26);--accent: #0a8f54;--accent-2: #067a45;--accent-soft: rgba(10, 143, 84, .1);--accent-glow: rgba(10, 143, 84, .32);background:var(--bg);color:var(--text)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Geist,Inter,system-ui,sans-serif;font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;letter-spacing:-.005em}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:1000;opacity:.5;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px 180px}@media(max-width:768px){body:before{mix-blend-mode:normal;opacity:.18}}@media(prefers-reduced-motion:reduce){body:before{display:none}}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}h1,h2,h3,h4,p{margin:0}ul{list-style:none;padding:0;margin:0}.mono{font-family:Geist Mono,Courier New,monospace}.wrap{max-width:1240px;margin:0 auto;padding:0 32px}.h1{font-weight:500;font-size:clamp(52px,7.5vw,116px);line-height:.94;letter-spacing:-.055em;color:var(--text)}.h2{font-family:Geist,sans-serif;font-weight:500;font-size:clamp(38px,5vw,72px);line-height:.98;letter-spacing:-.05em}.eyebrow{font-family:Geist Mono,monospace;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);font-weight:400}.eyebrow .slash{color:var(--accent);margin-right:8px}.btn{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:8px;font-family:Geist Mono,monospace;font-size:12px;letter-spacing:.02em;text-transform:uppercase;font-weight:500;transition:all .18s ease-out;border:1px solid transparent;cursor:pointer;white-space:nowrap}.btn-primary{background:var(--brand);color:var(--brand-ink);border-color:var(--brand)}.btn-primary:hover{box-shadow:0 0 24px var(--accent-glow);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--text);border-color:var(--border-strong)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}@media(prefers-reduced-motion:reduce){.btn{transition:none}.btn-primary:hover{transform:none}}.section{padding:130px 0;position:relative;border-bottom:1px solid var(--border)}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:60px}.section-head .desc{font-size:17px;line-height:1.55;color:var(--text-2);max-width:460px;justify-self:end}@media(max-width:1000px){.section{padding:80px 0}.section-head{grid-template-columns:1fr;gap:30px}.section-head .desc{justify-self:start;max-width:600px}}@media(max-width:480px){.wrap{padding:0 20px}.section{padding:60px 0}.section-head{margin-bottom:40px;gap:20px}.section-head .desc{font-size:15px}}.glass{background:color-mix(in oklab,var(--bg-2) 62%,transparent);backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4);border:1px solid var(--border-strong);position:relative}.glass:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(150deg,rgba(255,255,255,.08),transparent 40%)}.theme-light .glass{background:color-mix(in oklab,#ffffff 70%,transparent)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay, 0ms)}[data-reveal].is-revealing{will-change:opacity,transform}[data-reveal].is-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}}.glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(90px);opacity:.6;z-index:0;background:radial-gradient(circle,var(--accent-soft),transparent 70%)}.bento{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.bento>*{grid-column:span 2}.bento .b-wide{grid-column:span 4}.bento .b-half{grid-column:span 3}.bento .b-full{grid-column:span 6}.bento .b-tall{grid-row:span 2}@media(max-width:1000px){.bento{grid-template-columns:repeat(2,1fr)}.bento>*,.bento .b-wide,.bento .b-half,.bento .b-full{grid-column:span 2}.bento .b-tall{grid-row:auto}}@media(max-width:600px){.bento{grid-template-columns:1fr}.bento>*,.bento .b-wide,.bento .b-half,.bento .b-full{grid-column:span 1}}@property --angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.grad-border{position:relative;border-radius:var(--radius)}.grad-border:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:conic-gradient(from var(--angle),transparent 0deg,var(--brand) 90deg,transparent 200deg,var(--brand-deep) 320deg,transparent 360deg);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:spinBorder 6s linear infinite;pointer-events:none;opacity:0;transition:opacity .35s}.grad-border:hover:before{opacity:1}@keyframes spinBorder{to{--angle: 360deg}}[data-tilt]{transform:perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));transition:transform .25s ease-out;transform-style:preserve-3d}.chip{display:inline-flex;align-items:center;gap:8px;font-family:Geist Mono,monospace;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);padding:6px 12px;border-radius:999px;border:1px solid var(--border-glow);background:var(--accent-soft)}@media(prefers-reduced-motion:reduce){.grad-border:before{animation:none}[data-tilt]{transform:none!important;transition:none}.glow{animation:none!important}}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@keyframes blink{50%{opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(0)}}@keyframes pulse{0%{opacity:1}to{opacity:1}}@keyframes blink{0%{opacity:1}to{opacity:1}}@keyframes fadeInUp{0%{opacity:1}to{opacity:1}}}header[data-astro-cid-dmqpwcec]{position:fixed;top:24px;left:0;right:0;z-index:100;display:flex;justify-content:center;padding:0 20px;pointer-events:none}.nav[data-astro-cid-dmqpwcec]{pointer-events:all;position:relative;width:100%;max-width:1160px;border-radius:var(--radius);overflow:hidden;background:#000000a6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 -1px #00000047,inset 1px 0 #ffffff0f,inset -1px 0 #ffffff0a,0 4px 12px #00000047,0 20px 60px #00000061;border:1px solid rgba(255,255,255,.12);transition:max-width .6s cubic-bezier(.22,1,.36,1),border-radius .6s cubic-bezier(.22,1,.36,1),background .4s ease,box-shadow .4s ease,padding .5s cubic-bezier(.22,1,.36,1)}.nav[data-astro-cid-dmqpwcec].compact{max-width:440px;border-radius:32px;background:#000000c7}.nav-inner[data-astro-cid-dmqpwcec]{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:12px 18px 12px 24px;gap:20px}.logo[data-astro-cid-dmqpwcec]{display:inline-flex;align-items:baseline;gap:1px;font-family:Geist,sans-serif;font-weight:600;font-size:21px;line-height:1;letter-spacing:-.045em;color:var(--text);text-decoration:none;flex-shrink:0}.prefix[data-astro-cid-dmqpwcec]{color:var(--brand);font-weight:500}.name[data-astro-cid-dmqpwcec]{text-transform:lowercase}.dot[data-astro-cid-dmqpwcec]{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--brand);margin-left:2px;align-self:center;position:relative;top:-1px;box-shadow:0 0 8px var(--accent-glow),0 0 16px #14e87a40}.nav-links[data-astro-cid-dmqpwcec]{display:flex;gap:2px;font-family:Geist Mono,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.06em;transition:opacity .3s ease;overflow:hidden}.nav[data-astro-cid-dmqpwcec].compact .nav-links[data-astro-cid-dmqpwcec]{opacity:0;pointer-events:none}.nav-link[data-astro-cid-dmqpwcec]{display:inline-block;padding:6px 13px;border-radius:var(--radius-sm);color:var(--text-2);text-decoration:none;transition:color .15s ease,background .15s ease}.nav-link[data-astro-cid-dmqpwcec]:hover{color:var(--text);background:#ffffff17}.nav-cta[data-astro-cid-dmqpwcec]{flex-shrink:0;display:inline-flex;align-items:center;padding:8px 16px;border-radius:var(--radius-sm);font-family:Geist Mono,monospace;font-size:11px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;background:var(--brand);color:var(--brand-ink);transition:box-shadow .2s ease,opacity .15s ease;box-shadow:0 0 14px #14e87a52,0 1px 3px #00000040;white-space:nowrap}.nav-cta[data-astro-cid-dmqpwcec]:hover{opacity:.92;box-shadow:0 0 24px #14e87a85,0 1px 3px #00000040}@media(max-width:1000px){.nav-links[data-astro-cid-dmqpwcec]{display:none}}@media(max-width:600px){header[data-astro-cid-dmqpwcec]{top:8px;padding:0 12px}.nav-inner[data-astro-cid-dmqpwcec]{padding:10px 14px 10px 18px}.logo[data-astro-cid-dmqpwcec]{font-size:19px}.nav-cta[data-astro-cid-dmqpwcec]{padding:12px 16px;min-height:44px}}@media(prefers-reduced-motion:reduce){.nav-link[data-astro-cid-dmqpwcec],.nav-cta[data-astro-cid-dmqpwcec],.nav[data-astro-cid-dmqpwcec],.nav-links[data-astro-cid-dmqpwcec]{transition:none}}.shader-host[data-astro-cid-w7pdlp4i]{position:absolute;inset:0;overflow:hidden;z-index:0;pointer-events:none;background:radial-gradient(120% 90% at 18% 12%,rgba(20,232,122,.22),transparent 55%),radial-gradient(90% 80% at 90% 0%,rgba(10,143,84,.28),transparent 60%),var(--bg)}.shader-canvas[data-astro-cid-w7pdlp4i]{position:absolute;inset:0;width:100%;height:100%;display:block;opacity:0;transition:opacity .9s ease-out}.shader-canvas[data-astro-cid-w7pdlp4i].ready{opacity:1}.shader-grain[data-astro-cid-w7pdlp4i]{position:absolute;inset:0;pointer-events:none;opacity:.85;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px 180px}.hero[data-astro-cid-bbe6dxrz]{position:relative;padding:0;overflow:hidden;isolation:isolate}.hero-screen[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;min-height:100svh;display:flex;flex-direction:column;justify-content:center;padding:88px 0 70px}.hero[data-astro-cid-bbe6dxrz]:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,transparent 55%,var(--bg) 100%)}.hero[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(100deg,rgba(4,6,5,.55) 0%,rgba(4,6,5,.25) 38%,transparent 60%)}.hero-inner[data-astro-cid-bbe6dxrz]{position:relative}.hero-meta[data-astro-cid-bbe6dxrz]{display:flex;justify-content:center;align-items:center;margin-bottom:44px;flex-wrap:wrap;gap:20px}.hero-pill[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:12px;padding:7px 14px 7px 12px;border:1px solid var(--border-strong);border-radius:999px;font-family:Geist Mono,monospace;font-size:11.5px;letter-spacing:.02em;color:var(--text);background:color-mix(in oklab,var(--bg-2) 50%,transparent);backdrop-filter:blur(8px);flex-wrap:wrap}.hero-pill[data-astro-cid-bbe6dxrz] .badge[data-astro-cid-bbe6dxrz]{font-weight:500;font-size:10px;padding:3px 8px;background:var(--brand);color:var(--brand-ink);border-radius:4px;letter-spacing:.04em;flex-shrink:0}.hero-pill[data-astro-cid-bbe6dxrz] .sep[data-astro-cid-bbe6dxrz]{color:var(--text-4)}.hero-key[data-astro-cid-bbe6dxrz]{font-family:Geist Mono,monospace;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);display:flex;gap:8px;align-items:center}.hero-key[data-astro-cid-bbe6dxrz] .pulse[data-astro-cid-bbe6dxrz]{width:6px;height:6px;border-radius:50%;background:var(--brand);animation:pulse 1.5s ease-in-out infinite;flex-shrink:0}.hero-lead[data-astro-cid-bbe6dxrz]{max-width:1000px;margin:0 auto;text-align:center}.hero-title[data-astro-cid-bbe6dxrz]{font-weight:600;font-size:clamp(52px,9vw,142px);line-height:.92;letter-spacing:-.05em;margin:0 auto}.ht-line[data-astro-cid-bbe6dxrz]{display:block}.morph[data-astro-cid-bbe6dxrz]{display:inline-grid;vertical-align:top}.morph-a[data-astro-cid-bbe6dxrz],.morph-b[data-astro-cid-bbe6dxrz]{grid-area:1 / 1;justify-self:center;white-space:nowrap;transition:opacity .7s cubic-bezier(.16,.84,.24,1),filter .7s cubic-bezier(.16,.84,.24,1),transform .7s cubic-bezier(.16,.84,.24,1)}.morph-b[data-astro-cid-bbe6dxrz]{opacity:0;filter:blur(14px);transform:translateY(.18em);pointer-events:none;display:inline-flex;align-items:baseline;gap:.02em}.mb-prefix[data-astro-cid-bbe6dxrz]{color:var(--brand);font-weight:500}.mb-name[data-astro-cid-bbe6dxrz]{text-transform:lowercase}.mb-dot[data-astro-cid-bbe6dxrz]{width:.14em;height:.14em;border-radius:50%;background:var(--brand);margin-left:.06em;box-shadow:0 0 .5em var(--brand);align-self:center}.morph[data-astro-cid-bbe6dxrz].is-morphed .morph-a[data-astro-cid-bbe6dxrz]{opacity:0;filter:blur(14px);transform:translateY(-.18em);pointer-events:none}.morph[data-astro-cid-bbe6dxrz].is-morphed .morph-b[data-astro-cid-bbe6dxrz]{opacity:1;filter:blur(0);transform:translateY(0)}.hw[data-astro-cid-bbe6dxrz]{display:inline-block;overflow:hidden;vertical-align:top;padding:.12em .018em;margin:-.12em 0}.hw[data-astro-cid-bbe6dxrz]>span[data-astro-cid-bbe6dxrz]{display:inline-block;transform:translateY(115%);will-change:transform,filter,opacity;animation:hwRise 1s cubic-bezier(.16,.84,.24,1) both;animation-delay:var(--d, 0s)}@keyframes hwRise{0%{transform:translateY(115%);filter:blur(16px);opacity:0}60%{filter:blur(2px);opacity:1}to{transform:translateY(0);filter:blur(0);opacity:1}}.hero-sub[data-astro-cid-bbe6dxrz]{font-size:clamp(15px,1.3vw,17px);font-weight:300;line-height:1.75;color:#ffffffad;max-width:46ch;margin:28px auto 0;letter-spacing:.01em;text-wrap:pretty}.hero-ctas[data-astro-cid-bbe6dxrz]{display:flex;gap:12px;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:36px}.scroll-cue[data-astro-cid-bbe6dxrz]{position:absolute;bottom:32px;left:50%;transform:translate(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:0;opacity:0;animation:scrollCueFade 1s cubic-bezier(.16,.84,.24,1) 1.8s forwards}.scroll-cue-line[data-astro-cid-bbe6dxrz]{width:1px;height:48px;background:linear-gradient(to bottom,var(--brand),transparent);animation:scrollCueDrop 1.6s cubic-bezier(.4,0,.2,1) 2s infinite;transform-origin:top}@keyframes scrollCueFade{to{opacity:.7}}@keyframes scrollCueDrop{0%{transform:scaleY(0);opacity:0}30%{transform:scaleY(1);opacity:1}70%{transform:scaleY(1);opacity:1}to{transform:scaleY(0) translateY(100%);opacity:0}}.lg-filter[data-astro-cid-bbe6dxrz]{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.lg-wrap[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;margin-top:0;padding:0 24px 80px;max-width:1040px;margin-left:auto;margin-right:auto;opacity:0;transform:translateY(28px);transition:opacity .9s cubic-bezier(.16,.84,.24,1),transform .9s cubic-bezier(.16,.84,.24,1)}.lg-wrap[data-astro-cid-bbe6dxrz].visible{opacity:1;transform:translateY(0)}.lg-widget[data-astro-cid-bbe6dxrz]{position:relative;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#ffffff1a,#ffffff0a,#14e87a0a);backdrop-filter:blur(28px) saturate(1.5) brightness(1.08);-webkit-backdrop-filter:blur(28px) saturate(1.5) brightness(1.08);border:1px solid rgba(255,255,255,.14);box-shadow:0 0 0 .5px #14e87a2e inset,0 32px 80px -24px #0000008c,0 0 48px -16px #14e87a1f}.lg-refract[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;border-radius:inherit;pointer-events:none;filter:url(#liqglass);background:linear-gradient(120deg,#ffffff12,#14e87a0d 40%,#ffffff08,#14e87a14);opacity:1;mix-blend-mode:screen;animation:liqShimmer 14s ease-in-out infinite alternate}@keyframes liqShimmer{0%{opacity:.7;filter:url(#liqglass) brightness(1)}50%{opacity:1;filter:url(#liqglass) brightness(1.15)}to{opacity:.6;filter:url(#liqglass) brightness(.95)}}.lg-head[data-astro-cid-bbe6dxrz]{display:flex;justify-content:space-between;align-items:center;padding:13px 20px;border-bottom:1px solid rgba(255,255,255,.08);font-family:Geist Mono,monospace;font-size:10.5px;letter-spacing:.04em;position:relative;z-index:1}.lg-head-left[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:10px}.lg-path[data-astro-cid-bbe6dxrz]{color:#f5f5f38c}.lg-div[data-astro-cid-bbe6dxrz]{color:#f5f5f340}.lg-live[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:7px;color:var(--brand)}.lg-dot[data-astro-cid-bbe6dxrz]{width:5px;height:5px;border-radius:50%;background:var(--brand);box-shadow:0 0 8px var(--brand);animation:pulse 1.5s ease-in-out infinite;flex-shrink:0}.lg-tag[data-astro-cid-bbe6dxrz]{font-size:9.5px;color:#f5f5f366;padding:3px 8px;border-radius:4px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.lg-body[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1.3fr auto 1fr;gap:0;position:relative;z-index:1}.lg-divider[data-astro-cid-bbe6dxrz]{width:1px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.1) 20%,rgba(255,255,255,.1) 80%,transparent);align-self:stretch}.lg-pipeline[data-astro-cid-bbe6dxrz]{padding:22px 24px 20px;display:flex;flex-direction:column;gap:8px}.lg-tick-label[data-astro-cid-bbe6dxrz]{font-family:Geist Mono,monospace;font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);opacity:.7;text-align:center}.wf-svg[data-astro-cid-bbe6dxrz]{width:100%;height:auto}.wf-lbl[data-astro-cid-bbe6dxrz]{font-family:Geist Mono,monospace;font-size:10px;letter-spacing:.06em;fill:#f5f5f3d9}.wf-sub[data-astro-cid-bbe6dxrz]{font-family:Geist Mono,monospace;font-size:8px;letter-spacing:.04em;fill:#f5f5f361}.wf-node[data-astro-cid-bbe6dxrz] circle[data-astro-cid-bbe6dxrz]:first-child{transform-box:fill-box;transform-origin:center;animation:pulse 2.4s ease-in-out infinite}.lg-metrics[data-astro-cid-bbe6dxrz]{padding:22px 22px 20px;display:flex;flex-direction:column;gap:16px}.lg-kpis[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.lg-num[data-astro-cid-bbe6dxrz]{font-family:Geist,sans-serif;font-weight:500;font-size:28px;line-height:1;letter-spacing:-.04em;color:#f5f5f3f2}.lg-num[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{font-family:Geist Mono,monospace;font-size:13px;opacity:.45;margin-left:1px}.lg-lbl[data-astro-cid-bbe6dxrz]{font-family:Geist Mono,monospace;font-size:9px;text-transform:uppercase;letter-spacing:.04em;color:#f5f5f361;margin-top:5px}.lg-sprint-label[data-astro-cid-bbe6dxrz]{display:flex;justify-content:space-between;font-family:Geist Mono,monospace;font-size:9.5px;text-transform:uppercase;letter-spacing:.04em;color:#f5f5f373;margin-bottom:7px}.lg-acc[data-astro-cid-bbe6dxrz]{color:var(--brand)}.lg-track[data-astro-cid-bbe6dxrz]{height:5px;border-radius:3px;background:#ffffff14;overflow:hidden}.lg-track[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{display:block;height:100%;background:var(--brand);box-shadow:0 0 8px #14e87a80;border-radius:3px}.lg-bars[data-astro-cid-bbe6dxrz]{height:48px;display:flex;align-items:flex-end;gap:4px;padding:6px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:8px}.lg-bars[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{flex:1;background:#ffffff1f;border-radius:2px}.lg-bars[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz].a{background:var(--brand);box-shadow:0 0 8px #14e87a66}@media(max-width:1000px){.lg-body[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr}.lg-divider[data-astro-cid-bbe6dxrz]{display:none}}@media(max-width:600px){.hero-screen[data-astro-cid-bbe6dxrz]{justify-content:center;padding:72px 0 60px}.lg-num[data-astro-cid-bbe6dxrz]{font-size:22px}}@media(max-width:480px){.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(60px,16vw,92px)}.hero-sub[data-astro-cid-bbe6dxrz]{font-size:16px;max-width:34ch}.hero-ctas[data-astro-cid-bbe6dxrz]{gap:10px;margin-top:28px}.hero-ctas[data-astro-cid-bbe6dxrz] .btn[data-astro-cid-bbe6dxrz]{padding:14px 20px;min-height:48px}}@media(prefers-reduced-motion:reduce){.hero-key[data-astro-cid-bbe6dxrz] .pulse[data-astro-cid-bbe6dxrz],.live[data-astro-cid-bbe6dxrz]:before,.wf-node[data-astro-cid-bbe6dxrz] circle[data-astro-cid-bbe6dxrz]:first-child{animation:none}.hw[data-astro-cid-bbe6dxrz]>span[data-astro-cid-bbe6dxrz]{transform:none;animation:none;filter:none;opacity:1}.lg-wrap[data-astro-cid-bbe6dxrz]{opacity:1;transform:none;transition:none}}.builds[data-astro-cid-3quw4r6e]{padding:clamp(48px,6vw,72px) 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);position:relative;overflow:hidden}.builds-flow[data-astro-cid-3quw4r6e]{position:absolute;inset:-40% -10%;pointer-events:none;background:radial-gradient(38% 56% at 82% 30%,var(--accent-soft),transparent 70%),radial-gradient(34% 50% at 12% 80%,rgba(10,143,84,.05),transparent 70%);animation:buildsDrift 20s ease-in-out infinite alternate}@keyframes buildsDrift{0%{transform:translate(-5%)}to{transform:translate(5%)}}.builds-head[data-astro-cid-3quw4r6e]{position:relative;z-index:1;display:flex;align-items:baseline;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:clamp(28px,3.5vw,40px)}.builds-label[data-astro-cid-3quw4r6e]{font-family:Geist Mono,monospace;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);display:inline-flex;gap:7px;align-items:center}.arr[data-astro-cid-3quw4r6e]{color:var(--accent)}.builds-sub[data-astro-cid-3quw4r6e]{font-family:Geist Mono,monospace;font-size:11px;letter-spacing:.02em;text-transform:uppercase;color:var(--text-2)}.builds-grid[data-astro-cid-3quw4r6e]{position:relative;z-index:1;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border)}.build-col[data-astro-cid-3quw4r6e]{position:relative;padding:clamp(18px,1.8vw,24px) clamp(18px,1.5vw,24px) 16px clamp(18px,1.6vw,24px);border-radius:8px;transition:background-color .3s cubic-bezier(.22,1,.36,1)}.build-col[data-astro-cid-3quw4r6e]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:var(--border);transform:scaleY(0);transform-origin:top;transition:transform .65s cubic-bezier(.22,1,.36,1) var(--reveal-delay, 0ms)}.build-col[data-astro-cid-3quw4r6e].is-in:before{transform:scaleY(1)}.build-col[data-astro-cid-3quw4r6e]:first-child{padding-left:0}.build-col[data-astro-cid-3quw4r6e]:first-child:before{display:none}.build-col[data-astro-cid-3quw4r6e]:hover{background-color:var(--accent-soft)}.bc-mark[data-astro-cid-3quw4r6e]{display:block;width:max-content;font-family:Geist Mono,monospace;font-size:13px;color:var(--accent);margin-bottom:14px;transition:transform .3s cubic-bezier(.22,1,.36,1),text-shadow .3s ease}.build-col[data-astro-cid-3quw4r6e].is-in .bc-mark[data-astro-cid-3quw4r6e]{animation:markIn .6s cubic-bezier(.22,1,.36,1) calc(var(--reveal-delay, 0ms) + .14s) backwards}.build-col[data-astro-cid-3quw4r6e]:hover .bc-mark[data-astro-cid-3quw4r6e]{transform:translate(4px);text-shadow:0 0 14px var(--accent-glow)}@keyframes markIn{0%{opacity:0;transform:translateY(-6px) scale(.8)}55%{text-shadow:0 0 16px var(--accent-glow)}to{opacity:1;transform:none;text-shadow:0 0 0 transparent}}.build-name[data-astro-cid-3quw4r6e]{font-family:Geist,sans-serif;font-weight:600;font-size:clamp(19px,1.5vw,23px);letter-spacing:-.03em;line-height:1.08;color:var(--text);margin-bottom:10px;text-wrap:balance;transition:color .3s cubic-bezier(.22,1,.36,1)}.build-col[data-astro-cid-3quw4r6e]:hover .build-name[data-astro-cid-3quw4r6e]{color:var(--accent)}.build-line[data-astro-cid-3quw4r6e]{font-size:13.5px;line-height:1.5;color:var(--text-2);text-wrap:pretty}@media(max-width:900px){.builds-grid[data-astro-cid-3quw4r6e]{grid-template-columns:1fr 1fr}.build-col[data-astro-cid-3quw4r6e]:nth-child(odd){padding-left:0}.build-col[data-astro-cid-3quw4r6e]:nth-child(odd):before{display:none}.build-col[data-astro-cid-3quw4r6e]:nth-child(n+3){border-top:1px solid var(--border);padding-top:clamp(20px,4vw,26px)}}@media(max-width:540px){.builds-grid[data-astro-cid-3quw4r6e]{grid-template-columns:1fr}.build-col[data-astro-cid-3quw4r6e]{padding:22px 0 16px;border-top:1px solid var(--border)}.build-col[data-astro-cid-3quw4r6e]:before{display:none}.build-col[data-astro-cid-3quw4r6e]:first-child{border-top:0;padding-top:4px}.bc-mark[data-astro-cid-3quw4r6e]{margin-bottom:10px}}@media(prefers-reduced-motion:reduce){.builds-flow[data-astro-cid-3quw4r6e]{animation:none}.build-col[data-astro-cid-3quw4r6e]:before{transform:scaleY(1);transition:none}.build-col[data-astro-cid-3quw4r6e].is-in .bc-mark[data-astro-cid-3quw4r6e]{animation:none}.bc-mark[data-astro-cid-3quw4r6e],.build-col[data-astro-cid-3quw4r6e],.build-name[data-astro-cid-3quw4r6e]{transition:none}}.flow-sec[data-astro-cid-m2w5fyqf]{background:radial-gradient(ellipse 80% 40% at 50% 0%,rgba(20,232,122,.07) 0%,transparent 70%),var(--bg);overflow:hidden}.flow-wrap[data-astro-cid-m2w5fyqf]{position:relative}.flow-filter[data-astro-cid-m2w5fyqf]{position:absolute;width:0;height:0;pointer-events:none}.flow-head[data-astro-cid-m2w5fyqf]{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:80px}.flow-title[data-astro-cid-m2w5fyqf]{color:var(--text)}.flow-sub[data-astro-cid-m2w5fyqf]{font-size:17px;line-height:1.65;color:var(--text-2);max-width:42ch;text-wrap:pretty;align-self:end}.flow-steps[data-astro-cid-m2w5fyqf]{list-style:none;padding:0;margin:0;position:relative}.flow-spine[data-astro-cid-m2w5fyqf]{position:absolute;left:35px;top:0;bottom:0;width:2px;z-index:0;pointer-events:none}.spine-line[data-astro-cid-m2w5fyqf]{position:absolute;inset:52px 0;border-radius:999px;background:linear-gradient(180deg,#fff0,#ffffff2e 12%,#ffffff1a,#ffffff2e 88%,#fff0);box-shadow:0 0 0 .5px #ffffff14,0 0 12px #14e87a14}.flow-step[data-astro-cid-m2w5fyqf]{position:relative;display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:0 40px;padding:48px 0;z-index:1;transition:border-color .3s ease}.flow-step[data-astro-cid-m2w5fyqf]+.flow-step[data-astro-cid-m2w5fyqf]{border-top:1px solid var(--border)}.flow-step[data-astro-cid-m2w5fyqf]:after{content:"";position:absolute;inset:0 -32px;background:linear-gradient(90deg,rgba(20,232,122,.055) 0%,rgba(20,232,122,.018) 40%,transparent 70%);opacity:0;transition:opacity .35s ease;pointer-events:none;border-radius:4px}.flow-step[data-astro-cid-m2w5fyqf]:hover:after{opacity:1}.step-node[data-astro-cid-m2w5fyqf]{position:relative;width:52px;height:52px;border-radius:50%;flex-shrink:0;justify-self:center;background:radial-gradient(circle at 38% 32%,#ffffff2e,#ffffff0a 60%),#0c14108c;backdrop-filter:blur(24px) saturate(1.6);-webkit-backdrop-filter:blur(24px) saturate(1.6);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px #ffffff47,inset 0 -1px #00000038,0 4px 20px #00000059,0 1px 4px #00000038,0 0 24px #14e87a0f;display:flex;align-items:center;justify-content:center;z-index:2;transition:box-shadow .35s ease,border-color .35s ease,background .35s ease}.flow-step[data-astro-cid-m2w5fyqf]:hover .step-node[data-astro-cid-m2w5fyqf]{border-color:#14e87a4d;box-shadow:inset 0 1px #ffffff52,inset 0 -1px #00000038,0 4px 20px #00000059,0 0 32px #14e87a2e,0 0 8px #14e87a38;background:radial-gradient(circle at 38% 32%,#ffffff38,#ffffff0a 60%),#0c1a129e}.node-glow[data-astro-cid-m2w5fyqf]{position:absolute;inset:-8px;border-radius:50%;background:radial-gradient(circle,rgba(20,232,122,.08),transparent 70%);pointer-events:none}.node-num[data-astro-cid-m2w5fyqf]{font-family:Geist Mono,monospace;font-size:13px;font-weight:500;letter-spacing:.02em;color:#f4f6f299;position:relative;z-index:1;transition:color .3s ease}.flow-step[data-astro-cid-m2w5fyqf]:hover .node-num[data-astro-cid-m2w5fyqf]{color:#14e87ae6}.step-body[data-astro-cid-m2w5fyqf]{position:relative;z-index:1}.step-title[data-astro-cid-m2w5fyqf]{font-size:clamp(26px,3vw,46px);font-weight:500;letter-spacing:-.04em;line-height:1.08;color:var(--text);margin-bottom:14px;text-wrap:balance;transition:color .2s ease}.flow-step[data-astro-cid-m2w5fyqf]:hover .step-title[data-astro-cid-m2w5fyqf]{color:#fff}.step-desc[data-astro-cid-m2w5fyqf]{font-size:15px;line-height:1.7;color:var(--text-2);max-width:50ch;text-wrap:pretty}.step-stat[data-astro-cid-m2w5fyqf]{display:flex;flex-direction:column;align-items:flex-end;gap:6px;min-width:140px;position:relative;z-index:1}.stat-val[data-astro-cid-m2w5fyqf]{font-family:Geist Mono,monospace;font-size:clamp(15px,1.5vw,21px);font-weight:500;letter-spacing:-.02em;color:var(--accent);white-space:nowrap}.stat-note[data-astro-cid-m2w5fyqf]{font-family:Geist Mono,monospace;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);white-space:nowrap;text-align:right}@media(max-width:1000px){.flow-head[data-astro-cid-m2w5fyqf]{grid-template-columns:1fr;gap:24px;margin-bottom:56px}.flow-sub[data-astro-cid-m2w5fyqf]{max-width:56ch}.flow-step[data-astro-cid-m2w5fyqf]{grid-template-columns:64px 1fr;grid-template-rows:auto auto;gap:0 24px;padding:40px 0}.flow-spine[data-astro-cid-m2w5fyqf]{left:31px}.step-node[data-astro-cid-m2w5fyqf]{grid-row:1;grid-column:1;align-self:start}.step-body[data-astro-cid-m2w5fyqf]{grid-row:1;grid-column:2}.step-stat[data-astro-cid-m2w5fyqf]{grid-row:2;grid-column:2;align-items:flex-start;flex-direction:row;align-items:center;gap:16px;margin-top:18px}.stat-note[data-astro-cid-m2w5fyqf]{text-align:left}}@media(max-width:640px){.flow-step[data-astro-cid-m2w5fyqf]{grid-template-columns:52px 1fr;padding:32px 0}.step-node[data-astro-cid-m2w5fyqf]{width:42px;height:42px}.node-num[data-astro-cid-m2w5fyqf]{font-size:11px}.flow-spine[data-astro-cid-m2w5fyqf]{left:25px}.step-title[data-astro-cid-m2w5fyqf]{font-size:24px}.stat-val[data-astro-cid-m2w5fyqf]{font-size:14px}.step-stat[data-astro-cid-m2w5fyqf]{flex-direction:column;align-items:flex-start;gap:4px}.stat-note[data-astro-cid-m2w5fyqf]{white-space:normal;text-align:left}}@media(prefers-reduced-motion:reduce){.flow-step[data-astro-cid-m2w5fyqf]:after,.step-node[data-astro-cid-m2w5fyqf],.step-title[data-astro-cid-m2w5fyqf],.node-num[data-astro-cid-m2w5fyqf]{transition:none}.spine-line[data-astro-cid-m2w5fyqf]{filter:none;animation:none}}.cmp-sec[data-astro-cid-tj6vkdow]{background:#f3f5ef;padding:clamp(80px,10vw,140px) 0}.cmp-header[data-astro-cid-tj6vkdow]{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,80px);align-items:end;margin-bottom:clamp(48px,6vw,80px)}.cmp-desc[data-astro-cid-tj6vkdow]{font-size:clamp(15px,1.6vw,17px);line-height:1.7;color:#0b14108c;max-width:46ch;text-wrap:pretty;margin:0;align-self:end}.cmp-table[data-astro-cid-tj6vkdow]{border:1px solid rgba(8,40,24,.1);border-radius:12px;overflow:hidden;background:#fff}.cmp-cols-head[data-astro-cid-tj6vkdow]{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid rgba(8,40,24,.09);background:#f9faf7}.ch[data-astro-cid-tj6vkdow]{display:flex;align-items:center;gap:8px;padding:16px 28px;font-family:Geist Mono,monospace;font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:#0b141059}.ch-us[data-astro-cid-tj6vkdow]{border-left:1px solid rgba(8,40,24,.09);color:#076437b3;background:#14e87a0a}.ch-dot[data-astro-cid-tj6vkdow]{width:6px;height:6px;border-radius:50%;flex-shrink:0}.bad-dot[data-astro-cid-tj6vkdow]{background:#c83c3c73}.good-dot[data-astro-cid-tj6vkdow]{background:#0a8f54;box-shadow:0 0 8px #0a8f5466;animation:dotPulse 2.8s ease-in-out infinite}@keyframes dotPulse{0%,to{box-shadow:0 0 6px #0a8f5459}50%{box-shadow:0 0 14px #0a8f54b3}}.cmp-row[data-astro-cid-tj6vkdow]{display:grid;grid-template-columns:1fr 1px 1fr;border-top:1px solid rgba(8,40,24,.07);transition:background .2s ease}.cmp-row[data-astro-cid-tj6vkdow]:first-of-type{border-top:none}.cmp-row[data-astro-cid-tj6vkdow]:hover{background:#08281804}.cell[data-astro-cid-tj6vkdow]{display:flex;gap:14px;align-items:flex-start;padding:clamp(18px,2vw,24px) 28px}.cell-them[data-astro-cid-tj6vkdow]{padding-right:32px}.cell-us[data-astro-cid-tj6vkdow]{padding-left:32px;background:#14e87a08;transition:background .2s ease}.cmp-row[data-astro-cid-tj6vkdow]:hover .cell-us[data-astro-cid-tj6vkdow]{background:#14e87a0e}.row-sep[data-astro-cid-tj6vkdow]{width:1px;background:#08281814;align-self:stretch}.cell-ic[data-astro-cid-tj6vkdow]{flex-shrink:0;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;margin-top:2px;font-family:Geist Mono,monospace;font-weight:700}.cell-ic[data-astro-cid-tj6vkdow].bad{background:#c83c3c17;color:#b4323299}.cell-ic[data-astro-cid-tj6vkdow].good{background:#14e87a;color:#042b18;opacity:0;transform:scale(.5)}.cmp-row[data-astro-cid-tj6vkdow].is-in .cell-ic[data-astro-cid-tj6vkdow].good{opacity:1;transform:scale(1);transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--reveal-delay, 0ms) + .1s)}.cell-them[data-astro-cid-tj6vkdow] .cell-text[data-astro-cid-tj6vkdow]{font-size:clamp(13.5px,1.4vw,15px);line-height:1.6;color:#0b141061;text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:transparent;transition:text-decoration-color .4s cubic-bezier(.16,1,.3,1)}.cmp-row[data-astro-cid-tj6vkdow]:hover .cell-them[data-astro-cid-tj6vkdow] .cell-text[data-astro-cid-tj6vkdow]{text-decoration-color:#0b141066}.cell-us[data-astro-cid-tj6vkdow] .cell-text[data-astro-cid-tj6vkdow]{font-size:clamp(13.5px,1.4vw,15px);line-height:1.6;color:#0b1410d1;font-weight:450}@media(max-width:900px){.cmp-header[data-astro-cid-tj6vkdow]{grid-template-columns:1fr;gap:20px}.cmp-desc[data-astro-cid-tj6vkdow]{max-width:100%}}@media(max-width:680px){.cmp-cols-head[data-astro-cid-tj6vkdow]{display:none}.cmp-row[data-astro-cid-tj6vkdow]{grid-template-columns:1fr;gap:0}.row-sep[data-astro-cid-tj6vkdow]{width:auto;height:1px;background:#08281812;margin:0 20px}.cell[data-astro-cid-tj6vkdow]{padding:18px 20px}.cell-them[data-astro-cid-tj6vkdow]{padding-bottom:14px}.cell-us[data-astro-cid-tj6vkdow]{padding-top:14px;background:transparent}}@media(prefers-reduced-motion:reduce){.good-dot[data-astro-cid-tj6vkdow]{animation:none}.cell-them[data-astro-cid-tj6vkdow] .cell-text[data-astro-cid-tj6vkdow]{transition:none}.cell-ic[data-astro-cid-tj6vkdow].good{opacity:1!important;transform:scale(1)!important;transition:none!important}.cmp-row[data-astro-cid-tj6vkdow]{transition:none}}.wa-sec[data-astro-cid-6sf7gz7a]{overflow:hidden}.wa-glow[data-astro-cid-6sf7gz7a]{width:640px;height:640px;top:40%;right:-200px}@media(max-width:768px){.wa-glow[data-astro-cid-6sf7gz7a]{display:none}}.wa-bento[data-astro-cid-6sf7gz7a]{margin-top:44px}.wa-card[data-astro-cid-6sf7gz7a]{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:18px;display:flex;flex-direction:column;gap:18px;overflow:hidden;min-width:0;max-width:100%;box-sizing:border-box;transition:border-color .3s ease,box-shadow .3s ease}.wa-card[data-astro-cid-6sf7gz7a]:hover{border-color:var(--border-glow);box-shadow:0 30px 70px -45px var(--accent-glow)}.wa-card[data-astro-cid-6sf7gz7a].b-wide{flex-direction:row;align-items:stretch;gap:28px;padding:24px}.wa-card[data-astro-cid-6sf7gz7a].b-wide .wa-frame[data-astro-cid-6sf7gz7a]{flex:1.4}.wa-card[data-astro-cid-6sf7gz7a].b-wide .wa-meta[data-astro-cid-6sf7gz7a]{flex:1;display:flex;flex-direction:column;justify-content:center}.wa-frame[data-astro-cid-6sf7gz7a]{background:#111416;border:1px solid rgba(255,255,255,.07);border-radius:10px;overflow:hidden;box-shadow:0 16px 40px -24px #000000b3;align-self:stretch;min-height:180px;display:flex;flex-direction:column;flex:1}.wf-top[data-astro-cid-6sf7gz7a]{display:flex;align-items:center;gap:5px;padding:8px 11px;background:#181c1e;border-bottom:1px solid rgba(255,255,255,.05);flex-shrink:0}.wf-dot[data-astro-cid-6sf7gz7a]{width:7px;height:7px;border-radius:50%;background:#ffffff24;flex-shrink:0}.wf-url[data-astro-cid-6sf7gz7a]{margin-left:8px;font-family:Geist Mono,monospace;font-size:8.5px;color:#f5f5f352;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cu-layout[data-astro-cid-6sf7gz7a]{display:flex;flex:1;overflow:hidden}.cu-sidebar[data-astro-cid-6sf7gz7a]{width:110px;background:#13181a;border-right:1px solid rgba(255,255,255,.05);padding:10px 8px;display:flex;flex-direction:column;gap:2px;flex-shrink:0}.cu-sidebar-sm[data-astro-cid-6sf7gz7a]{width:80px}.cu-sidebar-header[data-astro-cid-6sf7gz7a]{display:flex;align-items:center;gap:6px;padding:4px 4px 8px;margin-bottom:4px;border-bottom:1px solid rgba(255,255,255,.05)}.cu-ws-icon[data-astro-cid-6sf7gz7a]{width:18px;height:18px;border-radius:5px;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cu-ws-name[data-astro-cid-6sf7gz7a]{font-size:9px;color:#ffffff8c;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cu-nav-item[data-astro-cid-6sf7gz7a]{display:flex;align-items:center;gap:6px;padding:4px 6px;border-radius:4px;font-size:8.5px;color:#ffffff61;cursor:default}.cu-nav-item[data-astro-cid-6sf7gz7a].active{background:#ffffff12;color:#ffffffd1}.cu-nav-dot[data-astro-cid-6sf7gz7a]{width:7px;height:7px;border-radius:2px;flex-shrink:0}.cu-main[data-astro-cid-6sf7gz7a]{flex:1;background:#181d1f;padding:10px 10px 8px;overflow:hidden;display:flex;flex-direction:column;gap:4px}.cu-header[data-astro-cid-6sf7gz7a]{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:7px;margin-bottom:4px;border-bottom:1px solid rgba(255,255,255,.04);flex-shrink:0}.cu-breadcrumb[data-astro-cid-6sf7gz7a]{font-family:Geist Mono,monospace;font-size:7.5px;color:#ffffff47;letter-spacing:.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cu-header-chip[data-astro-cid-6sf7gz7a]{font-family:Geist Mono,monospace;font-size:7px;letter-spacing:.04em;text-transform:uppercase;padding:2px 6px;border-radius:3px;background:#ffffff12;color:#fff6;flex-shrink:0}.cu-chip-green[data-astro-cid-6sf7gz7a]{background:#14e87a26;color:#14e87a}.cu-col-labels[data-astro-cid-6sf7gz7a]{display:flex;align-items:center;gap:6px;padding:0 4px 4px;flex-shrink:0}.cu-row[data-astro-cid-6sf7gz7a]{display:flex;align-items:center;gap:6px;padding:5px 4px;border-radius:4px;font-size:8.5px;color:#ffffffa6;transition:background .12s ease;cursor:default;flex-shrink:0}.cu-row[data-astro-cid-6sf7gz7a]:hover{background:#ffffff0a}.cu-row-job[data-astro-cid-6sf7gz7a]{gap:8px}.cu-task-name[data-astro-cid-6sf7gz7a]{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8.5px}.cu-time[data-astro-cid-6sf7gz7a]{font-family:Geist Mono,monospace;font-size:7.5px;color:#ffffff47;flex-shrink:0;width:30px}.cu-status[data-astro-cid-6sf7gz7a]{font-family:Geist Mono,monospace;font-size:7px;padding:2px 5px;border-radius:3px;letter-spacing:.03em;text-transform:uppercase;flex-shrink:0;white-space:nowrap}.s-todo[data-astro-cid-6sf7gz7a]{background:#ffffff12;color:#ffffff59}.s-prog[data-astro-cid-6sf7gz7a]{background:#4f8cff2e;color:#7ba7ff}.s-review[data-astro-cid-6sf7gz7a]{background:#ffa80029;color:#ffb84d}.s-done[data-astro-cid-6sf7gz7a]{background:#14e87a24;color:#14e87a}.s-urgent[data-astro-cid-6sf7gz7a]{background:#ff4d4d24;color:#ff7070}.cu-prio[data-astro-cid-6sf7gz7a]{width:3px;height:14px;border-radius:2px;flex-shrink:0}.p-urgent[data-astro-cid-6sf7gz7a]{background:#ff4d4d}.p-high[data-astro-cid-6sf7gz7a]{background:#ff9800}.p-normal[data-astro-cid-6sf7gz7a]{background:#4f8cff}.p-low[data-astro-cid-6sf7gz7a]{background:#ffffff2e}.cu-avatar[data-astro-cid-6sf7gz7a]{width:18px;height:18px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:6.5px;font-weight:700;color:#ffffffd9;margin-left:auto}.cu-kanban[data-astro-cid-6sf7gz7a]{display:flex;gap:8px;flex:1;overflow:hidden}.cu-column[data-astro-cid-6sf7gz7a]{flex:1;display:flex;flex-direction:column;gap:4px;overflow:hidden}.cu-col-header[data-astro-cid-6sf7gz7a]{display:flex;align-items:center;gap:4px;font-family:Geist Mono,monospace;font-size:7px;color:#ffffff52;text-transform:uppercase;letter-spacing:.05em;padding:0 2px 4px;border-bottom:1px solid rgba(255,255,255,.04);flex-shrink:0}.cu-col-dot[data-astro-cid-6sf7gz7a]{width:6px;height:6px;border-radius:50%;flex-shrink:0}.cu-col-count[data-astro-cid-6sf7gz7a]{margin-left:auto;font-size:7px;color:#ffffff38}.cu-task-card[data-astro-cid-6sf7gz7a]{background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:5px;padding:5px 7px;font-size:8px;color:#fff9;line-height:1.35;transition:background .12s ease,border-color .12s ease;cursor:default}.cu-task-card[data-astro-cid-6sf7gz7a]:hover{background:#ffffff12}.cu-card-active[data-astro-cid-6sf7gz7a]{border-color:#4f8cff4d;background:#4f8cff12}.cu-progress-bar[data-astro-cid-6sf7gz7a]{flex:1;height:4px;background:#ffffff12;border-radius:999px;overflow:hidden;min-width:40px}.cu-progress-bar[data-astro-cid-6sf7gz7a] span[data-astro-cid-6sf7gz7a]{display:block;height:100%;border-radius:999px}.cu-pct[data-astro-cid-6sf7gz7a]{font-family:Geist Mono,monospace;font-size:7.5px;color:#ffffff4d;width:24px;text-align:right;flex-shrink:0}.cu-val[data-astro-cid-6sf7gz7a]{font-family:Geist Mono,monospace;font-size:7.5px;color:#ffffff80;text-align:right;white-space:nowrap;flex-shrink:0;min-width:36px}.cu-avatar-start[data-astro-cid-6sf7gz7a]{margin-left:0}.cu-mobile[data-astro-cid-6sf7gz7a]{flex:1;background:radial-gradient(120% 100% at 50% 0%,#1d2326,#14181a);display:flex;align-items:flex-end;justify-content:center;overflow:hidden;padding:14px 14px 0}.cu-phone[data-astro-cid-6sf7gz7a]{width:118px;background:#0d1113;border:1px solid rgba(255,255,255,.09);border-bottom:0;border-radius:18px 18px 0 0;padding:7px 7px 0;display:flex;flex-direction:column;gap:7px;box-shadow:0 -8px 30px -10px #0009}.cu-phone-status[data-astro-cid-6sf7gz7a]{display:flex;align-items:center;justify-content:space-between;padding:0 4px;font-family:Geist Mono,monospace;font-size:6.5px;color:#ffffff80}.cu-phone-notch[data-astro-cid-6sf7gz7a]{width:22px;height:5px;border-radius:999px;background:#ffffff1f}.cu-phone-sig[data-astro-cid-6sf7gz7a]{width:10px;height:5px;border-radius:1px;background:#ffffff40}.cu-phone-head[data-astro-cid-6sf7gz7a]{display:flex;align-items:center;justify-content:space-between;padding:2px 2px 6px;border-bottom:1px solid rgba(255,255,255,.06)}.cu-phone-title[data-astro-cid-6sf7gz7a]{font-size:10px;font-weight:600;letter-spacing:-.02em;color:#ffffffd9}.cu-phone-ava[data-astro-cid-6sf7gz7a]{width:16px;height:16px;border-radius:50%;background:#14e87a22;color:#14e87a;font-size:6px;font-weight:700;display:flex;align-items:center;justify-content:center}.cu-phone-list[data-astro-cid-6sf7gz7a]{display:flex;flex-direction:column;gap:5px}.cu-phone-card[data-astro-cid-6sf7gz7a]{display:flex;align-items:center;gap:6px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:6px;padding:6px}.cu-pc-dot[data-astro-cid-6sf7gz7a]{width:8px;height:8px;border-radius:50%;flex-shrink:0}.cu-pc-lines[data-astro-cid-6sf7gz7a]{display:flex;flex-direction:column;gap:3px;flex:1}.cu-pc-lines[data-astro-cid-6sf7gz7a] i[data-astro-cid-6sf7gz7a]{height:3px;border-radius:999px;background:#ffffff24;display:block}.cu-phone-tab[data-astro-cid-6sf7gz7a]{display:flex;align-items:center;justify-content:space-around;padding:6px 0;margin-top:auto;border-top:1px solid rgba(255,255,255,.06)}.cu-tab[data-astro-cid-6sf7gz7a]{width:8px;height:8px;border-radius:2px;background:#ffffff24}.cu-tab[data-astro-cid-6sf7gz7a].active{background:#14e87a}.wa-meta[data-astro-cid-6sf7gz7a]{position:relative;z-index:1}.wa-cat[data-astro-cid-6sf7gz7a]{font-family:Geist Mono,monospace;font-size:10px;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);margin-bottom:8px}.wa-card[data-astro-cid-6sf7gz7a] h3[data-astro-cid-6sf7gz7a]{font-family:Geist,sans-serif;font-weight:500;font-size:20px;letter-spacing:-.03em;margin-bottom:6px;color:var(--text)}.wa-card[data-astro-cid-6sf7gz7a] p[data-astro-cid-6sf7gz7a]{font-size:13.5px;color:var(--text-2);line-height:1.57;max-width:42ch}.wa-foot[data-astro-cid-6sf7gz7a]{margin-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding-top:24px;border-top:1px solid var(--border);font-family:Geist Mono,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:var(--text-3)}.wa-cta[data-astro-cid-6sf7gz7a]{color:var(--accent);display:inline-flex;gap:8px;align-items:center;transition:gap .2s ease}.wa-cta[data-astro-cid-6sf7gz7a]:hover{gap:14px}@media(max-width:1000px){.wa-card[data-astro-cid-6sf7gz7a].b-wide{flex-direction:column;align-items:stretch;gap:18px}.wa-card[data-astro-cid-6sf7gz7a].b-wide .wa-frame[data-astro-cid-6sf7gz7a]{min-height:200px}}@media(max-width:640px){.cu-sidebar[data-astro-cid-6sf7gz7a]{width:80px}.cu-ws-name[data-astro-cid-6sf7gz7a]{display:none}}@media(max-width:600px){.wa-bento[data-astro-cid-6sf7gz7a]{overflow:hidden}.wa-card[data-astro-cid-6sf7gz7a]{width:100%;max-width:100%;min-width:0;overflow:hidden;box-sizing:border-box}.wa-frame[data-astro-cid-6sf7gz7a]{min-height:160px}.cu-sidebar[data-astro-cid-6sf7gz7a]{width:68px}.cu-breadcrumb[data-astro-cid-6sf7gz7a]{max-width:140px}}@media(prefers-reduced-motion:reduce){.wa-card[data-astro-cid-6sf7gz7a],.cu-task-card[data-astro-cid-6sf7gz7a],.cu-row[data-astro-cid-6sf7gz7a],.wa-cta[data-astro-cid-6sf7gz7a]{transition:none}}.svc-sec[data-astro-cid-g5jplrhu]{background:#f3f5ef;overflow:hidden;position:relative}.svc-bg[data-astro-cid-g5jplrhu]{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.ti[data-astro-cid-g5jplrhu]{position:absolute;width:36px;height:36px;display:block;cursor:default}.ti-inner[data-astro-cid-g5jplrhu]{width:100%;height:100%;display:block}.ti-inner[data-astro-cid-g5jplrhu] img[data-astro-cid-g5jplrhu]{width:100%;height:100%;filter:opacity(.42);display:block;transition:filter .2s ease,transform .25s cubic-bezier(.16,1,.3,1)}.ti[data-astro-cid-g5jplrhu]:hover .ti-inner[data-astro-cid-g5jplrhu]{animation:none!important;transform:translateY(-6px) scale(1.15);transition:transform .35s cubic-bezier(.16,1,.3,1)}.ti[data-astro-cid-g5jplrhu]:hover .ti-inner[data-astro-cid-g5jplrhu] img[data-astro-cid-g5jplrhu]{filter:opacity(.75)}@keyframes ti-drift-1{0%{transform:translate(0) rotate(0)}50%{transform:translate(14px,-20px) rotate(9deg)}to{transform:translate(0) rotate(0)}}@keyframes ti-drift-2{0%{transform:translate(0) rotate(0)}50%{transform:translate(-16px,-12px) rotate(-8deg)}to{transform:translate(0) rotate(0)}}@keyframes ti-drift-3{0%{transform:translate(0) rotate(0)}35%{transform:translate(10px,16px) rotate(6deg)}70%{transform:translate(-8px,18px) rotate(-5deg)}to{transform:translate(0) rotate(0)}}@keyframes ti-drift-4{0%{transform:translate(0) rotate(0)}50%{transform:translate(-12px,14px) rotate(12deg)}to{transform:translate(0) rotate(0)}}@keyframes ti-drift-5{0%{transform:translate(0) rotate(0)}33%{transform:translate(18px,-10px) rotate(-7deg)}66%{transform:translate(5px,18px) rotate(9deg)}to{transform:translate(0) rotate(0)}}@keyframes ti-drift-6{0%{transform:translate(0) rotate(0)}50%{transform:translate(-14px,-16px) rotate(-11deg)}to{transform:translate(0) rotate(0)}}.ti-1[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-1 9s ease-in-out infinite;animation-delay:0s}.ti-2[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-2 11s ease-in-out infinite;animation-delay:-2s}.ti-3[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-3 8s ease-in-out infinite;animation-delay:-5s}.ti-4[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-4 12s ease-in-out infinite;animation-delay:-1s}.ti-5[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-5 10s ease-in-out infinite;animation-delay:-7s}.ti-6[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-6 9s ease-in-out infinite;animation-delay:-3s}.ti-7[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-1 13s ease-in-out infinite;animation-delay:-6s}.ti-8[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-3 10s ease-in-out infinite;animation-delay:-4s}.ti-9[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-5 11s ease-in-out infinite;animation-delay:-8s}.ti-10[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-2 9s ease-in-out infinite;animation-delay:-2s}.ti-11[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-4 14s ease-in-out infinite;animation-delay:-9s}.ti-12[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-6 8s ease-in-out infinite;animation-delay:-1s}.ti-13[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-1 12s ease-in-out infinite;animation-delay:-5s}.ti-14[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-3 9s ease-in-out infinite;animation-delay:-3s}.ti-15[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-5 10s ease-in-out infinite;animation-delay:-6s}.ti-16[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-2 11s ease-in-out infinite;animation-delay:-4s}.ti-17[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-4 8s ease-in-out infinite;animation-delay:-7s}.ti-18[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-6 13s ease-in-out infinite;animation-delay:-2s}.ti-19[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-1 9s ease-in-out infinite;animation-delay:-5s}.ti-20[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-3 10s ease-in-out infinite;animation-delay:-8s}.ti-21[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-2 8s ease-in-out infinite;animation-delay:-3s}.ti-22[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-5 11s ease-in-out infinite;animation-delay:-1s}.ti-23[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-4 9s ease-in-out infinite;animation-delay:-6s}.ti-24[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-6 12s ease-in-out infinite;animation-delay:-4s}.ti-25[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-1 10s ease-in-out infinite;animation-delay:-7s}.ti-26[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-3 8s ease-in-out infinite;animation-delay:-2s}.ti-27[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-5 13s ease-in-out infinite;animation-delay:-9s}.ti-28[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-2 9s ease-in-out infinite;animation-delay:-5s}.ti-29[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-4 11s ease-in-out infinite;animation-delay:-3s}.ti-30[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-6 8s ease-in-out infinite;animation-delay:-1s}.ti-31[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-1 10s ease-in-out infinite;animation-delay:-6s}.ti-32[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-3 12s ease-in-out infinite;animation-delay:-4s}.ti-33[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-5 9s ease-in-out infinite;animation-delay:-8s}.ti-34[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-2 11s ease-in-out infinite;animation-delay:-2s}.ti-35[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-4 8s ease-in-out infinite;animation-delay:-5s}.ti-36[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-6 10s ease-in-out infinite;animation-delay:-3s}.ti-37[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-1 13s ease-in-out infinite;animation-delay:-7s}.ti-38[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-3 9s ease-in-out infinite;animation-delay:-1s}.ti-39[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-5 11s ease-in-out infinite;animation-delay:-4s}.ti-40[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-2 8s ease-in-out infinite;animation-delay:-6s}.ti-41[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-1 10s ease-in-out infinite;animation-delay:-3s}.ti-42[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-4 9s ease-in-out infinite;animation-delay:-7s}.ti-43[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-6 11s ease-in-out infinite;animation-delay:-1s}.ti-44[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-3 8s ease-in-out infinite;animation-delay:-5s}.ti-45[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-5 12s ease-in-out infinite;animation-delay:-2s}.ti-46[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-2 10s ease-in-out infinite;animation-delay:-8s}.ti-47[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-1 9s ease-in-out infinite;animation-delay:-4s}.ti-48[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-4 11s ease-in-out infinite;animation-delay:-6s}.ti-49[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-6 8s ease-in-out infinite;animation-delay:-3s}.ti-50[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-3 13s ease-in-out infinite;animation-delay:-1s}.ti-51[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-5 9s ease-in-out infinite;animation-delay:-7s}.ti-52[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-2 10s ease-in-out infinite;animation-delay:-5s}.ti-53[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-1 11s ease-in-out infinite;animation-delay:-2s}.ti-54[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-4 8s ease-in-out infinite;animation-delay:-9s}.ti-55[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-6 10s ease-in-out infinite;animation-delay:-4s}.ti-56[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-3 9s ease-in-out infinite;animation-delay:-6s}.ti-57[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-5 12s ease-in-out infinite;animation-delay:-1s}.ti-58[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-2 8s ease-in-out infinite;animation-delay:-3s}.ti-59[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-1 10s ease-in-out infinite;animation-delay:-8s}.ti-60[data-astro-cid-g5jplrhu] .ti-inner[data-astro-cid-g5jplrhu]{animation:ti-drift-4 11s ease-in-out infinite;animation-delay:-5s}@media(prefers-reduced-motion:reduce){.ti-inner[data-astro-cid-g5jplrhu],.ti[data-astro-cid-g5jplrhu]:hover .ti-inner[data-astro-cid-g5jplrhu]{animation:none!important}}.svc-head[data-astro-cid-g5jplrhu]{margin-bottom:44px;position:relative;z-index:1}.svc-bento[data-astro-cid-g5jplrhu]{gap:12px;position:relative;z-index:1}.svc-card[data-astro-cid-g5jplrhu]{background:#fff;border:2px solid rgba(0,0,0,.18);border-radius:0;padding:28px 26px 22px;display:flex;flex-direction:column;gap:20px;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease;position:relative;min-height:260px}.svc-card[data-astro-cid-g5jplrhu]:hover{border-color:#00000080;box-shadow:0 20px 60px -30px #00000024}.svc-card[data-astro-cid-g5jplrhu].b-wide{flex-direction:row;align-items:center;gap:32px;padding:32px 28px}.svc-card[data-astro-cid-g5jplrhu].b-wide .svc-text[data-astro-cid-g5jplrhu]{flex:1}.svc-card[data-astro-cid-g5jplrhu].b-wide .svc-vis[data-astro-cid-g5jplrhu]{flex:1.1;align-self:stretch}.svc-card-featured[data-astro-cid-g5jplrhu]{background:#080e0b;border-color:#14e87a38;box-shadow:0 0 0 1px #0000000f,0 24px 80px -20px #00000038,0 0 60px -20px #14e87a1a}.svc-card-featured[data-astro-cid-g5jplrhu]:hover{border-color:#14e87a59;box-shadow:0 0 0 1px #00000014,0 30px 90px -20px #00000047,0 0 80px -20px #14e87a29}.svc-card[data-astro-cid-g5jplrhu].svc-card-featured h4[data-astro-cid-g5jplrhu]{color:#eef5ef}.svc-card[data-astro-cid-g5jplrhu].svc-card-featured p[data-astro-cid-g5jplrhu]{color:#f4f6f285}.svc-card-featured[data-astro-cid-g5jplrhu] .tally-feats[data-astro-cid-g5jplrhu] span[data-astro-cid-g5jplrhu]{color:#f4f6f2a6;border-color:#ffffff1a;background:#ffffff0a}.svc-text[data-astro-cid-g5jplrhu]{display:flex;flex-direction:column;gap:0;position:relative;z-index:1}.svc-label[data-astro-cid-g5jplrhu]{font-family:Geist Mono,monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#08281861;margin-bottom:12px;display:flex;align-items:center;gap:6px}.svc-label-live[data-astro-cid-g5jplrhu]{color:#14e87ab3}.live-dot[data-astro-cid-g5jplrhu]{width:6px;height:6px;border-radius:50%;background:#14e87a;box-shadow:0 0 8px #14e87a;animation:dotPulse 2s ease-in-out infinite}@keyframes dotPulse{0%,to{box-shadow:0 0 6px #14e87a99}50%{box-shadow:0 0 16px #14e87a}}.svc-card[data-astro-cid-g5jplrhu] h4[data-astro-cid-g5jplrhu]{font-family:Geist,sans-serif;font-weight:500;font-size:clamp(18px,1.8vw,24px);letter-spacing:-.03em;line-height:1.2;color:#0b1410;margin-bottom:10px;text-wrap:balance}.svc-card[data-astro-cid-g5jplrhu] p[data-astro-cid-g5jplrhu]{font-size:13.5px;color:#0b14108c;line-height:1.6;max-width:44ch;text-wrap:pretty}.tally-feats[data-astro-cid-g5jplrhu]{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;margin-bottom:20px}.tally-feats[data-astro-cid-g5jplrhu] span[data-astro-cid-g5jplrhu]{font-family:Geist Mono,monospace;font-size:10.5px;color:#f4f6f2a6;padding:6px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a}.svc-vis[data-astro-cid-g5jplrhu]{border-radius:8px;overflow:hidden;flex-shrink:0;position:relative;background:#111416;border:2px solid rgba(0,0,0,.18)}.svc-card-featured[data-astro-cid-g5jplrhu] .svc-vis[data-astro-cid-g5jplrhu]{border-color:#ffffff12}.web-vis[data-astro-cid-g5jplrhu]{min-height:160px;display:flex;flex-direction:column}.vi-browser[data-astro-cid-g5jplrhu]{display:flex;flex-direction:column;height:100%;min-height:160px}.vi-browser-bar[data-astro-cid-g5jplrhu]{display:flex;align-items:center;gap:5px;padding:7px 10px;background:#111416;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.vi-dot[data-astro-cid-g5jplrhu]{width:6px;height:6px;border-radius:50%;background:#ffffff26;flex-shrink:0}.vi-url[data-astro-cid-g5jplrhu]{font-family:Geist Mono,monospace;font-size:8px;color:#ffffff40;margin-left:6px}.vi-browser-body[data-astro-cid-g5jplrhu]{display:flex;flex:1;overflow:hidden}.vi-sidebar[data-astro-cid-g5jplrhu]{width:80px;background:#0f1214;border-right:1px solid rgba(255,255,255,.05);padding:10px 8px;display:flex;flex-direction:column;gap:4px;flex-shrink:0}.vi-side-item[data-astro-cid-g5jplrhu]{height:22px;border-radius:4px;background:#ffffff0a}.vi-side-item[data-astro-cid-g5jplrhu].active{background:#14e87a1f;border:1px solid rgba(20,232,122,.2)}.vi-content[data-astro-cid-g5jplrhu]{flex:1;padding:10px;display:flex;flex-direction:column;gap:8px}.vi-kpi-row[data-astro-cid-g5jplrhu]{display:flex;gap:6px}.vi-kpi[data-astro-cid-g5jplrhu]{flex:1;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:5px;padding:6px 8px}.vi-kpi-green[data-astro-cid-g5jplrhu]{background:#14e87a12;border-color:#14e87a2e}.vi-kpi-val[data-astro-cid-g5jplrhu]{height:10px;background:#fff3;border-radius:3px;width:60%;margin-bottom:4px}.vi-kpi-lbl[data-astro-cid-g5jplrhu]{height:6px;background:#ffffff14;border-radius:2px;width:80%}.vi-table[data-astro-cid-g5jplrhu]{display:flex;flex-direction:column;gap:3px;flex:1}.vi-tr[data-astro-cid-g5jplrhu]{height:18px;background:#ffffff08;border-radius:3px;border:1px solid rgba(255,255,255,.04);display:flex;align-items:center;padding:0 6px;gap:6px}.vi-tr-head[data-astro-cid-g5jplrhu]{background:#ffffff0f}.vi-badge[data-astro-cid-g5jplrhu]{width:32px;height:8px;border-radius:3px;flex-shrink:0}.mobile-vis[data-astro-cid-g5jplrhu]{display:flex;align-items:center;justify-content:center;padding:16px;flex:1}.vi-phone[data-astro-cid-g5jplrhu]{width:100px;background:#111416;border:1.5px solid rgba(255,255,255,.14);border-radius:16px;overflow:hidden;box-shadow:0 12px 40px -16px #0009}.vi-phone-notch[data-astro-cid-g5jplrhu]{height:14px;display:flex;align-items:center;justify-content:center}.vi-phone-notch[data-astro-cid-g5jplrhu]:after{content:"";width:28px;height:5px;background:#ffffff1a;border-radius:999px}.vi-phone-screen[data-astro-cid-g5jplrhu]{padding:8px 8px 0;display:flex;flex-direction:column;gap:5px}.vi-phone-header[data-astro-cid-g5jplrhu]{height:8px;background:#ffffff14;border-radius:3px;width:55%;margin-bottom:2px}.vi-phone-list[data-astro-cid-g5jplrhu]{display:flex;flex-direction:column;gap:5px}.vi-phone-row[data-astro-cid-g5jplrhu]{display:flex;align-items:center;gap:5px;padding:4px 0;border-bottom:1px solid rgba(255,255,255,.04)}.vi-phone-icon[data-astro-cid-g5jplrhu]{width:18px;height:18px;border-radius:5px;flex-shrink:0}.vi-phone-lines[data-astro-cid-g5jplrhu]{flex:1;display:flex;flex-direction:column;gap:3px}.vi-phone-lines[data-astro-cid-g5jplrhu] div[data-astro-cid-g5jplrhu]{height:5px;background:#ffffff1f;border-radius:2px;width:100%}.vi-phone-badge[data-astro-cid-g5jplrhu]{width:6px;height:6px;border-radius:50%;flex-shrink:0}.vi-phone-badge[data-astro-cid-g5jplrhu].blue{background:#4f8cff}.vi-phone-badge[data-astro-cid-g5jplrhu].green{background:#14e87a}.vi-phone-badge[data-astro-cid-g5jplrhu].orange{background:#ff9800}.vi-phone-bottomnav[data-astro-cid-g5jplrhu]{display:flex;justify-content:center;gap:16px;padding:8px 0 10px;border-top:1px solid rgba(255,255,255,.06);margin-top:4px}.vi-pbn[data-astro-cid-g5jplrhu]{width:6px;height:6px;border-radius:50%;background:#ffffff26}.vi-pbn[data-astro-cid-g5jplrhu].active{background:#14e87a;box-shadow:0 0 6px #14e87a80}.ai-vis[data-astro-cid-g5jplrhu]{padding:12px;flex:1}.vi-chat[data-astro-cid-g5jplrhu]{display:flex;flex-direction:column;gap:6px}.vi-chat-msg[data-astro-cid-g5jplrhu]{padding:7px 10px;border-radius:8px;font-family:Geist,sans-serif;font-size:9px;line-height:1.45;max-width:90%}.vi-chat-msg[data-astro-cid-g5jplrhu].user{background:#4f8cff26;border:1px solid rgba(79,140,255,.2);color:#ffffffbf;align-self:flex-end}.vi-chat-msg[data-astro-cid-g5jplrhu].ai{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#ffffffa6;display:flex;align-items:center;gap:6px}.vi-chat-msg[data-astro-cid-g5jplrhu].dim{opacity:.5}.vi-ai-dot[data-astro-cid-g5jplrhu]{width:6px;height:6px;border-radius:50%;background:#14e87a;flex-shrink:0;box-shadow:0 0 6px #14e87a99}.erp-vis[data-astro-cid-g5jplrhu]{padding:10px;flex:1}.vi-erp-table[data-astro-cid-g5jplrhu]{display:flex;flex-direction:column;gap:4px}.vi-erp-head[data-astro-cid-g5jplrhu]{display:flex;gap:8px;font-family:Geist Mono,monospace;font-size:8px;letter-spacing:.05em;text-transform:uppercase;color:#ffffff38;padding:0 4px 5px;border-bottom:1px solid rgba(255,255,255,.05)}.vi-erp-head[data-astro-cid-g5jplrhu] span[data-astro-cid-g5jplrhu]:first-child{flex:1}.vi-erp-row[data-astro-cid-g5jplrhu]{display:flex;align-items:center;gap:8px;padding:6px 4px;border-radius:4px;transition:background .12s;cursor:default}.vi-erp-row[data-astro-cid-g5jplrhu]:hover{background:#ffffff08}.vi-erp-name[data-astro-cid-g5jplrhu]{flex:1;font-size:9px;color:#fff9}.vi-erp-chip[data-astro-cid-g5jplrhu]{font-family:Geist Mono,monospace;font-size:7.5px;padding:2px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:.03em}.vi-erp-chip[data-astro-cid-g5jplrhu].green{background:#14e87a24;color:#14e87a}.vi-erp-chip[data-astro-cid-g5jplrhu].blue{background:#4f8cff24;color:#7ba7ff}.vi-erp-chip[data-astro-cid-g5jplrhu].orange{background:#ff980024;color:#ffb84d}.vi-erp-num[data-astro-cid-g5jplrhu]{font-family:Geist Mono,monospace;font-size:9px;color:#ffffff47;width:20px;text-align:right}.ux-vis[data-astro-cid-g5jplrhu]{padding:14px 12px;flex:1}.vi-ux[data-astro-cid-g5jplrhu]{display:flex;flex-direction:column;gap:12px}.vi-swatches[data-astro-cid-g5jplrhu]{display:flex;gap:6px}.vi-swatches[data-astro-cid-g5jplrhu] span[data-astro-cid-g5jplrhu]{width:24px;height:24px;border-radius:6px;flex-shrink:0}.vi-components[data-astro-cid-g5jplrhu]{display:flex;flex-direction:column;gap:6px}.vi-comp-btn[data-astro-cid-g5jplrhu]{height:22px;width:70px;background:#14e87a2e;border:1px solid rgba(20,232,122,.3);border-radius:5px}.vi-comp-input[data-astro-cid-g5jplrhu]{height:22px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:5px;padding:0 8px;display:flex;align-items:center}.vi-comp-input[data-astro-cid-g5jplrhu] span[data-astro-cid-g5jplrhu]{width:50%;height:7px;background:#ffffff1a;border-radius:2px}.vi-comp-card[data-astro-cid-g5jplrhu]{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:5px;padding:8px;display:flex;flex-direction:column;gap:4px}.vi-comp-card[data-astro-cid-g5jplrhu] div[data-astro-cid-g5jplrhu]{height:6px;background:#ffffff1f;border-radius:2px;width:100%}.tally-vis[data-astro-cid-g5jplrhu]{min-height:160px;display:flex}.vi-tally[data-astro-cid-g5jplrhu]{background:#0a0d0b;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 48px -20px #0009;flex:1;display:flex;flex-direction:column}.vi-tally-bar[data-astro-cid-g5jplrhu]{display:flex;align-items:center;gap:5px;padding:8px 12px;background:#111416;border-bottom:1px solid rgba(255,255,255,.05);flex-shrink:0}.vi-tally-path[data-astro-cid-g5jplrhu]{font-family:Geist Mono,monospace;font-size:8.5px;color:#f5f5f359;margin-left:6px}.vi-tally-body[data-astro-cid-g5jplrhu]{padding:14px;display:flex;flex-direction:column;gap:12px;flex:1}.vi-tally-kpis[data-astro-cid-g5jplrhu]{display:grid;grid-template-columns:1fr 1fr;gap:10px}.vi-tkn[data-astro-cid-g5jplrhu]{font-family:Geist,sans-serif;font-weight:500;font-size:22px;color:#f4f6f2;letter-spacing:-.04em}.vi-tkn[data-astro-cid-g5jplrhu] i[data-astro-cid-g5jplrhu]{font-family:Geist Mono,monospace;font-size:11px;font-style:normal;opacity:.45}.vi-tkl[data-astro-cid-g5jplrhu]{font-family:Geist Mono,monospace;font-size:8.5px;text-transform:uppercase;letter-spacing:.04em;color:#f5f5f359;margin-top:4px}.vi-tally-chart[data-astro-cid-g5jplrhu]{height:48px;display:flex;align-items:flex-end;gap:4px}.vi-tally-chart[data-astro-cid-g5jplrhu] span[data-astro-cid-g5jplrhu]{flex:1;background:#ffffff1a;border-radius:2px}.vi-tally-chart[data-astro-cid-g5jplrhu] span[data-astro-cid-g5jplrhu].a{background:#14e87a;box-shadow:0 0 8px #14e87a59}.vi-tally-sync[data-astro-cid-g5jplrhu]{font-family:Geist Mono,monospace;font-size:9px;color:#f5f5f366;display:flex;align-items:center;gap:6px}.vi-sync-dot[data-astro-cid-g5jplrhu]{width:5px;height:5px;border-radius:50%;background:#14e87a;box-shadow:0 0 6px #14e87a;animation:dotPulse 1.5s ease-in-out infinite;flex-shrink:0}@media(max-width:1000px){.svc-card[data-astro-cid-g5jplrhu].b-wide{flex-direction:column;align-items:stretch}.svc-card[data-astro-cid-g5jplrhu].b-wide .svc-vis[data-astro-cid-g5jplrhu]{min-height:180px}}@media(max-width:768px){.svc-bg[data-astro-cid-g5jplrhu]{display:none}}@media(max-width:640px){.svc-card[data-astro-cid-g5jplrhu]{min-height:auto}.vi-browser-bar[data-astro-cid-g5jplrhu] .vi-url[data-astro-cid-g5jplrhu]{display:none}}@media(prefers-reduced-motion:reduce){.live-dot[data-astro-cid-g5jplrhu],.vi-sync-dot[data-astro-cid-g5jplrhu]{animation:none}.svc-card[data-astro-cid-g5jplrhu]{transition:none}}.manifesto[data-astro-cid-5lwsku7t]{padding:150px 0;text-align:center;border-bottom:1px solid var(--border);position:relative;overflow:hidden}.mf-glow[data-astro-cid-5lwsku7t]{width:800px;height:800px;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.5}.manifesto-inner[data-astro-cid-5lwsku7t]{position:relative;z-index:1}.label[data-astro-cid-5lwsku7t]{font-family:Geist Mono,monospace;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);margin-bottom:34px;display:inline-flex;align-items:center;gap:12px}.label[data-astro-cid-5lwsku7t]:before,.label[data-astro-cid-5lwsku7t]:after{content:"";width:32px;height:1px;background:var(--accent)}blockquote[data-astro-cid-5lwsku7t]{font-family:Geist,sans-serif;font-weight:500;font-size:clamp(28px,4.6vw,60px);line-height:1.18;letter-spacing:-.04em;max-width:1100px;margin:0 auto}.mw[data-astro-cid-5lwsku7t]{color:var(--text-4);transition:color .4s ease-out}.mw[data-astro-cid-5lwsku7t].lit{color:var(--text)}.attr[data-astro-cid-5lwsku7t]{margin-top:44px;font-family:Geist Mono,monospace;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);font-style:normal}.attr[data-astro-cid-5lwsku7t] strong[data-astro-cid-5lwsku7t]{color:var(--text)}.inline-address[data-astro-cid-5lwsku7t]{display:inline;font-style:normal}@media(prefers-reduced-motion:reduce){.mw[data-astro-cid-5lwsku7t]{color:var(--text);transition:none}}@media(max-width:1000px){.manifesto[data-astro-cid-5lwsku7t]{padding:110px 0}}@media(max-width:600px){.manifesto[data-astro-cid-5lwsku7t]{padding:84px 0}}@media(max-width:480px){.manifesto[data-astro-cid-5lwsku7t]{padding:64px 0}blockquote[data-astro-cid-5lwsku7t]{font-size:clamp(22px,6vw,32px);letter-spacing:-.03em}.label[data-astro-cid-5lwsku7t]{margin-bottom:24px}.attr[data-astro-cid-5lwsku7t]{margin-top:32px}}.cta-section[data-astro-cid-4xty6sx2]{padding:150px 0;position:relative;overflow:hidden}.cta-glow[data-astro-cid-4xty6sx2]{width:1000px;height:700px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;opacity:.55}.cta-wrap[data-astro-cid-4xty6sx2]{display:flex;flex-direction:column;gap:0;position:relative;z-index:1;max-width:860px}.cta-header[data-astro-cid-4xty6sx2]{margin-bottom:52px}.cta-wrap[data-astro-cid-4xty6sx2] h2[data-astro-cid-4xty6sx2]{font-weight:600;font-size:clamp(36px,7.5vw,96px);line-height:.94;letter-spacing:-.05em;margin-top:22px;margin-bottom:28px}.accent[data-astro-cid-4xty6sx2]{color:var(--accent)}.cta-intro[data-astro-cid-4xty6sx2]{font-size:16px;line-height:1.65;color:var(--text-2);max-width:52ch;text-wrap:pretty}.cta-choices[data-astro-cid-4xty6sx2]{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:32px}.cta-card[data-astro-cid-4xty6sx2]{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:28px 28px 24px;background:#08281808;border:1px solid rgba(8,40,24,.1);border-radius:var(--radius);cursor:pointer;text-align:left;position:relative;transition:background .25s ease,border-color .25s ease,opacity .3s ease;overflow:hidden}.cta-card[data-astro-cid-4xty6sx2]:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at top left,rgba(20,232,122,.1),transparent 60%);opacity:0;transition:opacity .3s ease;pointer-events:none}.cta-card[data-astro-cid-4xty6sx2]:hover{background:#14e87a0d;border-color:#14e87a40}.cta-card[data-astro-cid-4xty6sx2]:hover:after{opacity:1}.cta-card[data-astro-cid-4xty6sx2]:focus-visible{outline:2px solid #14e87a;outline-offset:2px}.cta-card[data-astro-cid-4xty6sx2].is-chosen{background:#14e87a14;border-color:#14e87a}.cta-card[data-astro-cid-4xty6sx2].is-chosen:after{opacity:1}.cta-card[data-astro-cid-4xty6sx2].is-chosen .card-label[data-astro-cid-4xty6sx2],.cta-card[data-astro-cid-4xty6sx2].is-chosen .card-icon[data-astro-cid-4xty6sx2]{color:#14e87a}.cta-card[data-astro-cid-4xty6sx2].is-chosen .card-check[data-astro-cid-4xty6sx2]{opacity:1;transform:scale(1) rotate(0)}.cta-card[data-astro-cid-4xty6sx2].is-dim{opacity:.35;pointer-events:none}.card-icon[data-astro-cid-4xty6sx2]{width:32px;height:32px;color:#0b141059;transition:color .25s ease;flex-shrink:0}.card-icon[data-astro-cid-4xty6sx2] svg[data-astro-cid-4xty6sx2]{width:100%;height:100%;display:block}.card-label[data-astro-cid-4xty6sx2]{font-size:clamp(15px,1.5vw,18px);font-weight:500;letter-spacing:-.025em;color:var(--text);line-height:1.2;transition:color .25s ease}.card-desc[data-astro-cid-4xty6sx2]{font-size:13px;line-height:1.55;color:var(--text-2)}.card-check[data-astro-cid-4xty6sx2]{position:absolute;top:16px;right:18px;font-size:13px;color:#14e87a;opacity:0;transform:scale(.5) rotate(-30deg);transition:opacity .3s ease,transform .35s cubic-bezier(.16,1,.3,1)}.cta-action[data-astro-cid-4xty6sx2]{display:flex;align-items:center;gap:20px;flex-wrap:wrap;max-height:0;overflow:hidden;opacity:0;transition:max-height .45s cubic-bezier(.16,1,.3,1),opacity .35s ease,margin-bottom .35s ease}.cta-action[data-astro-cid-4xty6sx2].is-visible{max-height:80px;opacity:1;margin-bottom:20px}.cta-msg[data-astro-cid-4xty6sx2]{font-size:14px;line-height:1.6;color:var(--text-2);flex:1;min-width:180px;max-width:46ch;text-wrap:pretty}.cta-btns[data-astro-cid-4xty6sx2]{display:flex;align-items:center;gap:16px;flex-shrink:0}.cta-reset[data-astro-cid-4xty6sx2]{font-family:Geist Mono,monospace;font-size:11px;letter-spacing:.04em;color:var(--text-3);background:none;border:none;cursor:pointer;padding:0;transition:color .2s ease;text-transform:uppercase}.cta-reset[data-astro-cid-4xty6sx2]:hover{color:var(--text-2)}.cta-default[data-astro-cid-4xty6sx2]{display:flex;align-items:center;gap:24px;flex-wrap:wrap;transition:opacity .3s ease}.cta-default[data-astro-cid-4xty6sx2].is-hidden{opacity:0;pointer-events:none}.cta-btn[data-astro-cid-4xty6sx2]{padding:14px 24px;font-size:13px}.email[data-astro-cid-4xty6sx2]{font-family:Geist Mono,monospace;font-size:12px;color:var(--text-3);letter-spacing:.02em}.email-link[data-astro-cid-4xty6sx2]{color:var(--accent);transition:opacity .15s}.email-link[data-astro-cid-4xty6sx2]:hover{opacity:.8}@media(max-width:640px){.cta-choices[data-astro-cid-4xty6sx2]{grid-template-columns:1fr}.cta-action[data-astro-cid-4xty6sx2],.cta-default[data-astro-cid-4xty6sx2]{flex-direction:column;align-items:flex-start}.cta-section[data-astro-cid-4xty6sx2]{padding:100px 0}}@media(max-width:480px){.cta-section[data-astro-cid-4xty6sx2]{padding:64px 0}.cta-header[data-astro-cid-4xty6sx2]{margin-bottom:36px}.cta-wrap[data-astro-cid-4xty6sx2] h2[data-astro-cid-4xty6sx2]{font-size:clamp(32px,9vw,48px);margin-top:16px;margin-bottom:20px}.cta-intro[data-astro-cid-4xty6sx2]{font-size:15px}.cta-btn[data-astro-cid-4xty6sx2]{width:100%;justify-content:center;padding:16px 24px}.cta-default[data-astro-cid-4xty6sx2]{gap:16px}.email[data-astro-cid-4xty6sx2]{font-size:11px}.cta-card[data-astro-cid-4xty6sx2]{padding:20px}}@media(max-width:1000px){.cta-section[data-astro-cid-4xty6sx2]{padding:110px 0}}@media(prefers-reduced-motion:reduce){.cta-card[data-astro-cid-4xty6sx2],.card-check[data-astro-cid-4xty6sx2],.cta-action[data-astro-cid-4xty6sx2],.cta-default[data-astro-cid-4xty6sx2]{transition:none}}.footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--border);padding:70px 0 0}.footer-top[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;margin-bottom:60px}.logo[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:baseline;gap:2px;font-family:Geist,sans-serif;font-weight:600;font-size:36px;line-height:1;letter-spacing:-.045em;color:var(--text);margin-bottom:18px;display:block}.prefix[data-astro-cid-sz7xmlte]{color:var(--accent);font-weight:500}.name[data-astro-cid-sz7xmlte]{text-transform:lowercase}.dot[data-astro-cid-sz7xmlte]{display:inline-block;width:11px;height:11px;border-radius:50%;background:var(--accent);margin-left:2px;box-shadow:0 0 14px var(--accent-glow);vertical-align:middle}.tag[data-astro-cid-sz7xmlte]{font-size:14px;color:var(--text-2);max-width:360px;line-height:1.55;margin-top:18px}.footer-meta[data-astro-cid-sz7xmlte]{margin-top:22px;display:flex;gap:14px;font-family:Geist Mono,monospace;font-size:10.5px;letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);align-items:center}.footer-address[data-astro-cid-sz7xmlte]{font-style:normal;color:inherit}.acc[data-astro-cid-sz7xmlte]{color:var(--accent);margin-right:6px}.footer-col[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-family:Geist Mono,monospace;font-size:10.5px;letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);margin-bottom:16px}.slash[data-astro-cid-sz7xmlte]{color:var(--accent);margin-right:6px}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{padding:5px 0;font-size:14px;color:var(--text)}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{transition:color .15s}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent)}.footer-bottom[data-astro-cid-sz7xmlte]{padding:30px 0;border-top:1px solid var(--border);display:flex;justify-content:space-between;font-family:Geist Mono,monospace;font-size:10.5px;color:var(--text-3);letter-spacing:.04em;text-transform:uppercase;flex-wrap:wrap;gap:14px}.huge-mark[data-astro-cid-sz7xmlte]{border-top:1px solid var(--border);padding:50px 0 0;overflow:hidden;text-align:center}.word-wrap[data-astro-cid-sz7xmlte]{position:relative;display:inline-block;line-height:.85}.word[data-astro-cid-sz7xmlte]{font-family:Geist,sans-serif;font-weight:600;font-size:clamp(108px,23vw,312px);letter-spacing:-.07em;line-height:.85;display:block;pointer-events:none;user-select:none;white-space:nowrap}.pre[data-astro-cid-sz7xmlte]{display:inline-block;letter-spacing:-.02em;margin-right:.04em}.pre[data-astro-cid-sz7xmlte] .ps[data-astro-cid-sz7xmlte]{margin-left:-.06em}.ghost[data-astro-cid-sz7xmlte]{visibility:hidden}.word-stroke[data-astro-cid-sz7xmlte]{color:transparent;-webkit-text-stroke:1px rgba(244,246,242,.12)}.word-fill[data-astro-cid-sz7xmlte]{position:absolute;top:0;left:0;color:var(--text);clip-path:inset(0 100% 0 0);transition:clip-path .62s cubic-bezier(.22,1,.36,1) .08s;white-space:nowrap;will-change:clip-path}.huge-mark[data-astro-cid-sz7xmlte].is-in .word-fill[data-astro-cid-sz7xmlte]{clip-path:inset(0 0% 0 0)}.word-green[data-astro-cid-sz7xmlte]{position:absolute;top:0;left:0;color:var(--accent);clip-path:inset(0 0% 0 100%);transition:clip-path .72s cubic-bezier(.22,1,.36,1) .5s;white-space:nowrap;will-change:clip-path}.huge-mark[data-astro-cid-sz7xmlte].is-in .word-green[data-astro-cid-sz7xmlte]{clip-path:inset(0 0% 0 0%)}.word-green[data-astro-cid-sz7xmlte] .pd[data-astro-cid-sz7xmlte]{display:inline-block;transform-origin:60% 80%;color:var(--accent)}.huge-mark[data-astro-cid-sz7xmlte].is-in .word-green[data-astro-cid-sz7xmlte] .pd[data-astro-cid-sz7xmlte]{animation:dotIgnite .62s cubic-bezier(.22,1,.36,1) 1.02s both}.huge-mark[data-astro-cid-sz7xmlte].is-in .word-green[data-astro-cid-sz7xmlte] .ps[data-astro-cid-sz7xmlte]{display:inline-block;animation:slashSettle .5s cubic-bezier(.22,1,.36,1) .98s both}@keyframes dotIgnite{0%{transform:scale(.2)}45%{transform:scale(1.35)}to{transform:scale(1)}}@keyframes slashSettle{0%{transform:translate(-.12em) skew(-9deg);opacity:.2}to{transform:translate(0) skew(0);opacity:1}}@media(prefers-reduced-motion:reduce){.word-fill[data-astro-cid-sz7xmlte]{transition:none;clip-path:inset(0 0% 0 0);display:none}.word-green[data-astro-cid-sz7xmlte]{transition:none;clip-path:inset(0 0% 0 0)}.word-stroke[data-astro-cid-sz7xmlte]{display:none}.huge-mark[data-astro-cid-sz7xmlte].is-in .word-green[data-astro-cid-sz7xmlte] .pd[data-astro-cid-sz7xmlte],.huge-mark[data-astro-cid-sz7xmlte].is-in .word-green[data-astro-cid-sz7xmlte] .ps[data-astro-cid-sz7xmlte]{animation:none;transform:none;text-shadow:none}}@media(prefers-reduced-motion:reduce){.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{transition:none}}@media(max-width:1000px){.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}}
