:root{--background: #ffffff;--foreground: #1a1b1f;--card: #ffffff;--card-foreground: #1a1b1f;--popover: #ffffff;--popover-foreground: #1a1b1f;--primary: #1a1b1f;--primary-foreground: #ffffff;--brand-red: #d81316;--secondary: #f3f3f3;--secondary-foreground: #1a1b1f;--muted: #f3f3f3;--muted-foreground: #6a6a6a;--accent: #f3f3f3;--accent-foreground: #1a1b1f;--destructive: #b2080c;--border: #9a9b9f;--input: #9a9b9f;--ring: #d81316;--chart-1: #d81316;--chart-2: #1a1b1f;--chart-3: #6a6a6a;--chart-4: #9a9b9f;--chart-5: #e8e8e8;--radius: .5rem;--radius-sm: calc(var(--radius) * .6);--radius-md: calc(var(--radius) * .8);--radius-lg: var(--radius);--radius-xl: calc(var(--radius) * 1.4);--radius-2xl: calc(var(--radius) * 1.8);--radius-3xl: calc(var(--radius) * 2.2);--radius-4xl: calc(var(--radius) * 2.6);--font-sans: "Outfit", ui-sans-serif, system-ui, -apple-system, sans-serif;--hairline: color-mix(in srgb, var(--border) 45%, transparent);--shell: 1200px}html.dark{--background: #191b1f;--foreground: #ffffff;--card: #232427;--card-foreground: #ffffff;--popover: #232427;--popover-foreground: #ffffff;--primary: #ffffff;--primary-foreground: #1a1b1f;--brand-red: #d81316;--secondary: #232427;--secondary-foreground: #ffffff;--muted: #232427;--muted-foreground: #a8a9ad;--accent: #232427;--accent-foreground: #ffffff;--destructive: #d81316;--border: #2a2c31;--input: #2a2c31;--ring: #d81316;--chart-5: #2a2c31;--hairline: color-mix(in srgb, var(--border) 80%, transparent)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);background:var(--background);color:var(--foreground);line-height:1.5;font-feature-settings:"ss01";-webkit-font-smoothing:antialiased;transition:background .3s ease,color .3s ease}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit}h1,h2,h3,h4{margin:0;font-weight:700;letter-spacing:-.02em;line-height:1.05}p{margin:0}.cs-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-foreground)}.cs-mark{background-color:var(--brand-red);color:#fff;padding:.05em .28em;border-radius:3px;display:inline-block;transform:rotate(-1.4deg)}.shell{width:100%;max-width:var(--shell);margin:0 auto;padding:0 32px}section{position:relative}.section-pad{padding:clamp(72px,9vw,128px) 0}.btn{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:.95rem;border-radius:var(--radius-lg);padding:13px 22px;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,background .2s ease,box-shadow .2s ease,color .2s ease;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.btn svg{width:18px;height:18px}.btn-primary{background:var(--primary);color:var(--primary-foreground);box-shadow:0 1px 2px #0000002e}.btn-primary:hover{box-shadow:0 8px 24px -8px #00000073;transform:translateY(-1px)}.btn-on-dark{background:#fff;color:#1a1b1f}.btn-on-dark:hover{box-shadow:0 10px 30px -10px #0009;transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--foreground);padding-left:8px;padding-right:8px;border-radius:var(--radius-md)}.btn-ghost .ulabel{position:relative}.btn-ghost .ulabel:after{content:"";position:absolute;left:0;right:100%;bottom:-3px;height:2px;background:currentColor;transition:right .28s ease}.btn-ghost:hover .ulabel:after{right:0}.btn-ghost.on-dark{color:#fff}.btn-sm{padding:9px 16px;font-size:.85rem}.chip{display:inline-flex;align-items:center;gap:7px;background:color-mix(in srgb,var(--muted) 70%,transparent);backdrop-filter:blur(8px);border:1px solid var(--hairline);color:var(--foreground);padding:7px 13px;border-radius:999px;font-size:.8rem;font-weight:500}.chip svg{width:14px;height:14px;color:var(--muted-foreground)}.chip .dot{width:7px;height:7px;border-radius:999px;background:var(--brand-red)}@keyframes revealUp{0%{transform:translateY(26px)}to{transform:none}}.reveal.r-hidden{transform:translateY(26px)}.reveal.r-in{animation:revealUp .7s cubic-bezier(.22,.61,.36,1) both}.reveal.r-in[data-d="1"]{animation-delay:.07s}.reveal.r-in[data-d="2"]{animation-delay:.14s}.reveal.r-in[data-d="3"]{animation-delay:.21s}.reveal.r-in[data-d="4"]{animation-delay:.28s}body[data-reveal=off] .reveal{animation:none!important;transform:none!important}@media(prefers-reduced-motion:reduce){.reveal{animation:none!important;transform:none!important}html{scroll-behavior:auto}}html[data-accent=off] .accent-num{color:var(--foreground)!important}html[data-accent=off] .cs-mark{background:var(--muted);color:var(--foreground)}.lang-toggle[data-astro-cid-lb7h3eps]{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600;letter-spacing:.02em}.lang-toggle[data-astro-cid-lb7h3eps] .sep[data-astro-cid-lb7h3eps]{color:var(--hairline)}.lang-toggle[data-astro-cid-lb7h3eps] a[data-astro-cid-lb7h3eps]{color:var(--muted-foreground);transition:color .2s}.lang-toggle[data-astro-cid-lb7h3eps] a[data-astro-cid-lb7h3eps]:hover{color:var(--foreground)}.lang-toggle[data-astro-cid-lb7h3eps] .lang-cur[data-astro-cid-lb7h3eps]{color:var(--brand-red)}
