:root{--hz-palette-primary: #2563eb;--hz-palette-secondary: #7c3aed;--hz-palette-success: #15803d;--hz-palette-warning: #b45309;--hz-palette-danger: #b91c1c;--hz-palette-info: #0e7490;--hz-palette-black: #000000;--hz-palette-white: #ffffff;--hz-palette-gray: #6b7280;--hz-color-surface: var(--hz-palette-white);--hz-color-surface-muted: color-mix(in srgb, var(--hz-palette-gray) 6%, var(--hz-color-surface));--hz-color-text: var(--hz-palette-black);--hz-color-text-muted: var(--hz-palette-gray);--hz-color-border: var(--hz-palette-gray);--hz-color-black: var(--hz-palette-black);--hz-color-white: var(--hz-palette-white);--hz-intent-neutral: var(--hz-palette-gray);--hz-intent-primary: var(--hz-palette-primary);--hz-intent-secondary: var(--hz-palette-secondary);--hz-intent-danger: var(--hz-palette-danger);--hz-intent-warning: var(--hz-palette-warning);--hz-intent-success: var(--hz-palette-success);--hz-intent-info: var(--hz-palette-info);--hz-font-size-sm: .875rem;--hz-font-size-base: 1rem;--hz-font-size-lg: 1.4rem;--hz-font-size-xl: 1.65rem;--hz-font-size-2xl: 2.75rem;--hz-font-size-3xl: 3.5rem;--hz-font-family-sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--hz-font-family-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--hz-font-family-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--hz-font-weight-normal: 400;--hz-font-weight-medium: 500;--hz-font-weight-semibold: 600;--hz-font-weight-bold: 700;--hz-line-height-tight: 1.2;--hz-line-height-base: 1.5;--hz-line-height-loose: 1.75;--hz-space-none: 0;--hz-space-xs: .5rem;--hz-space-sm: 1rem;--hz-space-md: 2rem;--hz-space-lg: 4rem;--hz-space-xl: 8rem;--hz-density: .4rem;--hz-width-sm: 640px;--hz-width-md: 968px;--hz-width-lg: 1200px;--hz-width-xl: 1440px;--hz-width-full: 100%;--hz-radius-none: 0;--hz-radius-sm: .25rem;--hz-radius-md: .5rem;--hz-radius-lg: 1rem;--hz-radius-full: 9999px;--hz-border-width-thin: 1px;--hz-border-width-thick: 2px;--hz-border-width-heavy: 6px;--hz-shadow-sm: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--hz-shadow-md: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--hz-shadow-lg: 0 20px 25px -5px rgb(0 0 0 / .18), 0 8px 10px -6px rgb(0 0 0 / .18);--hz-z-base: 0;--hz-z-raised: 1;--hz-z-dropdown: 10;--hz-z-sticky: 100;--hz-z-tooltip: 150;--hz-z-popover: 200;--hz-z-overlay: 1000;--hz-z-modal: 1100;--hz-duration-fast: .25s;--hz-duration-base: .4s;--hz-duration-slow: .55s;--hz-ease-standard: cubic-bezier(.2, 0, 0, 1);--hz-ease-in: cubic-bezier(.4, 0, 1, 1);--hz-ease-out: cubic-bezier(0, 0, .2, 1)}body{--hz-space-near: calc(var(--hz-density) * 10);--hz-space-away: calc(var(--hz-density) * 20)}body [data-density-shift]{--hz-space-near: calc(var(--hz-density) * 5);--hz-space-away: calc(var(--hz-density) * 10)}body [data-density-shift] [data-density-shift]{--hz-space-near: calc(var(--hz-density) * 2);--hz-space-away: calc(var(--hz-density) * 5)}body [data-density-shift] [data-density-shift] [data-density-shift]{--hz-space-near: calc(var(--hz-density) * 1);--hz-space-away: calc(var(--hz-density) * 2)}[data-theme=dark]{--hz-color-surface: var(--hz-palette-black);--hz-color-surface-muted: color-mix(in srgb, var(--hz-palette-gray) 25%, var(--hz-color-surface));--hz-color-text: var(--hz-palette-white);--hz-palette-primary: #60a5fa;--hz-palette-secondary: #a78bfa;--hz-palette-danger: #f87171;--hz-palette-warning: #fbbf24;--hz-palette-success: #4ade80;--hz-palette-info: #22d3ee;--hz-palette-gray: #9ca3af;--hz-color-text-muted: var(--hz-palette-gray);--hz-color-border: var(--hz-palette-gray);--hz-intent-neutral: var(--hz-palette-gray);--hz-intent-primary: var(--hz-palette-primary);--hz-intent-secondary: var(--hz-palette-secondary);--hz-intent-danger: var(--hz-palette-danger);--hz-intent-warning: var(--hz-palette-warning);--hz-intent-success: var(--hz-palette-success);--hz-intent-info: var(--hz-palette-info)}@media (prefers-color-scheme: dark){:root:not([data-theme]){--hz-color-surface: var(--hz-palette-black);--hz-color-surface-muted: color-mix(in srgb, var(--hz-palette-gray) 25%, var(--hz-color-surface));--hz-color-text: var(--hz-palette-white);--hz-palette-primary: #60a5fa;--hz-palette-secondary: #a78bfa;--hz-palette-danger: #f87171;--hz-palette-warning: #fbbf24;--hz-palette-success: #4ade80;--hz-palette-info: #22d3ee;--hz-palette-gray: #9ca3af}}[data-theme=light]{--hz-palette-primary: #2563eb;--hz-palette-secondary: #7c3aed;--hz-palette-success: #15803d;--hz-palette-warning: #b45309;--hz-palette-danger: #b91c1c;--hz-palette-info: #0e7490;--hz-palette-gray: #6b7280;--hz-color-surface: var(--hz-palette-white);--hz-color-surface-muted: color-mix(in srgb, var(--hz-palette-gray) 6%, var(--hz-color-surface));--hz-color-text: var(--hz-palette-black);--hz-color-text-muted: var(--hz-palette-gray);--hz-color-border: var(--hz-palette-gray);--hz-intent-neutral: var(--hz-palette-gray);--hz-intent-primary: var(--hz-palette-primary);--hz-intent-secondary: var(--hz-palette-secondary);--hz-intent-danger: var(--hz-palette-danger);--hz-intent-warning: var(--hz-palette-warning);--hz-intent-success: var(--hz-palette-success);--hz-intent-info: var(--hz-palette-info)}@font-face{font-family:Archivo;font-style:normal;font-weight:300 700;font-display:swap;src:url(../../../fonts/archivo-latin-var.woff2) format("woff2")}@font-face{font-family:Clash Display;font-style:normal;font-weight:600;font-display:swap;src:url(../../../fonts/clash-display-600.woff2) format("woff2")}:root[data-theme=dark]{--hz-palette-primary: #ff6b35;--hz-color-surface: #0a0d12;--hz-color-text: #f4f6fa;--hz-color-text-muted: #8a93a3;--hz-color-border: #353637;--hz-font-family-sans: "Archivo", system-ui, sans-serif}:root{--bg: var(--hz-color-surface);--fg: var(--hz-color-text);--dim: var(--hz-color-text-muted);--accent: var(--hz-intent-primary);--rule: var(--hz-color-border);--pad: clamp(20px, 4vw, 56px)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg)}body{font-family:var(--hz-font-family-sans);font-feature-settings:"ss01","ss02";-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;cursor:none}a{color:inherit;text-decoration:none}.accent{color:var(--accent)}.dim{color:var(--dim)}.underline{text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:var(--underline-thickness, 2px);text-decoration-skip-ink:auto;text-underline-offset:var(--underline-offset, .1em)}.panel{width:100%;min-height:100vh;min-height:100svh;position:relative}.panel-rise{animation:panel-rise .9s cubic-bezier(.2,.7,.2,1) both}@keyframes panel-rise{0%{transform:translateY(28px)}to{transform:none}}.section-title{font-family:Clash Display,sans-serif;font-weight:600;font-size:clamp(60px,7vw,96px);line-height:.92;letter-spacing:-.025em;margin:0}.text-row-title,.hz-accordion-heading{font-weight:500;font-size:clamp(32px,5vw,64px);line-height:1;letter-spacing:-.025em;color:var(--fg);margin:0}.text-lead{font-weight:300;font-size:clamp(22px,2.4vw,34px);line-height:1.25;letter-spacing:-.015em;color:var(--dim);max-width:28ch;margin:0}.text-meta{font-weight:300;font-size:clamp(18px,1.6vw,22px);line-height:1.4;letter-spacing:-.01em;color:var(--dim)}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (hover: none){body{cursor:auto}}.cursor-ring.svelte-1f6cquq{position:fixed;top:0;left:0;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);will-change:transform;width:30px;height:30px;border-radius:50%;background:#fff;mix-blend-mode:difference;transition:width .25s ease,height .25s ease,opacity .25s ease;opacity:.9}.cursor-ring.is-hover.svelte-1f6cquq{width:68px;height:68px}.cursor-ring.is-small.svelte-1f6cquq{width:14px;height:14px}@media (hover: none){.cursor-ring.svelte-1f6cquq{display:none}}.glow-field.svelte-1gaosfr{position:fixed;inset:0;overflow:hidden;pointer-events:none}.glow-layer.svelte-1gaosfr{position:absolute;left:0;top:0;border-radius:50%;mix-blend-mode:screen;will-change:transform,opacity}.chrome.svelte-14v55c2{position:fixed;bottom:calc(var(--pad));right:calc(var(--pad));z-index:50;font-size:28px;line-height:1;opacity:0;pointer-events:none;transition:opacity .3s ease}.chrome.svelte-14v55c2 a:where(.svelte-14v55c2){display:inline-block;padding:12px;transition:transform .3s ease;cursor:none}.chrome.svelte-14v55c2 a:where(.svelte-14v55c2):hover,.chrome.svelte-14v55c2 a:where(.svelte-14v55c2):focus{transform:rotate(-15deg) scale(1.1)}.chrome.svelte-14v55c2 a:where(.svelte-14v55c2):focus{outline:2px solid var(--accent);outline-offset:8px}.chrome.visible.svelte-14v55c2{opacity:1;pointer-events:auto}@media (min-width: 640px){.chrome.svelte-14v55c2{bottom:calc(var(--pad) - 12px);right:calc(var(--pad) - 12px)}}
