@import"https://fonts.googleapis.com/css2?family=Lato:wght@900&family=IBM+Plex+Sans:wght@400;500&family=Martian+Mono:wght@400;500&display=swap";:root{--accent: #D97732;--accent-hover: #E88A4A;--accent-dim: rgba(217, 119, 50, .1);--bg-page: #F7F8FA;--bg-panel: #FFFFFF;--hairline: #E4E7EC;--nav-bg: rgba(247, 248, 250, .88);--text-primary: #101828;--text-body: #344054;--text-meta: #667085;--text-disabled: #98A2B3;--live: #4CAF50;--pending: #FFC107;--offline: #F44336;--font-display: "Lato", sans-serif;--font-body: "IBM Plex Sans", system-ui, sans-serif;--font-mono: "Martian Mono", ui-monospace, monospace;--motion: .15s;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--section-y: 48px;--font-size-h1: 2.875rem;--font-size-h2: 2.5rem;--font-size-h3: 1.625rem;--font-size-body-lg: 1.125rem;--font-size-body: 1rem;--font-size-body-sm: .875rem;--font-size-small: .875rem;--font-size-caption: .75rem;--font-size-label: .75rem;--border-radius: 0;--border-radius-lg: 0;--color-primary: var(--accent);--color-primary-hover: var(--accent-hover);--color-accent: var(--accent);--color-bg-dark: var(--bg-page);--color-bg-medium: var(--bg-panel);--color-bg-light: var(--hairline);--color-text-primary: var(--text-primary);--color-text-secondary: var(--text-body);--color-text-muted: var(--text-meta);--color-success: var(--live);--color-warning: var(--pending);--color-error: var(--offline);--font-family-mono: var(--font-mono);color-scheme:light}:root[data-theme=dark]{--bg-page: #121212;--bg-panel: #1A1A1A;--hairline: #2A2A2A;--nav-bg: rgba(18, 18, 18, .88);--text-primary: #FFFFFF;--text-body: #CCCCCC;--text-meta: #999999;--text-disabled: #666666;color-scheme:dark}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{font-family:var(--font-body);font-size:var(--font-size-body);font-weight:400;line-height:1.55;color:var(--text-body);background-color:var(--bg-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:900;letter-spacing:-.025em;line-height:1;color:var(--text-primary);margin-bottom:var(--space-md);text-wrap:balance}h1{font-size:var(--font-size-h1)}h2{font-size:var(--font-size-h2)}h3{font-size:var(--font-size-h3)}h4,h5,h6{font-size:var(--font-size-body-lg)}p{margin-bottom:var(--space-md);max-width:65ch}strong,b{font-weight:500}a{color:var(--text-primary);text-decoration:underline;text-decoration-color:var(--hairline);text-underline-offset:.2em;transition:color var(--motion) ease,text-decoration-color var(--motion) ease}a:hover{text-decoration-color:var(--accent)}img,video{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:inherit;color:var(--text-primary);background-color:var(--bg-panel);border:1px solid var(--hairline);border-radius:0;padding:10px 12px;width:100%;transition:border-color var(--motion) ease}input::placeholder,textarea::placeholder{color:var(--text-disabled)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}hr{border:0;border-top:1px solid var(--hairline);margin:var(--space-xl) 0}code,kbd,pre{font-family:var(--font-mono);font-size:.875em}table{border-collapse:collapse;width:100%}th,td{text-align:left;padding:var(--space-sm) 0;border-bottom:1px solid var(--hairline);vertical-align:top}th{font-family:var(--font-mono);font-weight:500;font-size:var(--font-size-label);letter-spacing:.08em;text-transform:uppercase;color:var(--text-meta)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-lg)}section{padding:var(--section-y) 0}.label{font-family:var(--font-mono);font-weight:500;font-size:var(--font-size-label);line-height:1;letter-spacing:.08em;text-transform:uppercase;color:var(--text-meta)}.spec{font-family:var(--font-mono);font-weight:400;font-size:var(--font-size-body-sm);line-height:1.5;letter-spacing:.04em;text-transform:uppercase;color:var(--text-meta)}.eyebrow{font-family:var(--font-mono);font-weight:500;font-size:var(--font-size-label);letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:var(--space-md)}.lede{font-size:var(--font-size-body-lg);color:var(--text-body);max-width:60ch}.hairline-top{border-top:1px solid var(--hairline)}.hairline-bottom{border-bottom:1px solid var(--hairline)}.link-accent{font-family:var(--font-mono);font-weight:500;font-size:var(--font-size-body-sm);letter-spacing:.04em;color:var(--accent);text-decoration:none}.link-accent:hover{color:var(--accent-hover)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(max-width:1024px){:root{--font-size-h1: 2.5rem;--font-size-h2: 2.125rem}}@media(max-width:768px){:root{--font-size-h1: 2.25rem;--font-size-h2: 1.875rem;--font-size-h3: 1.375rem;--section-y: 40px}.container{padding:0 var(--space-md)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.wordmark.svelte-10y6uor{display:inline-block;line-height:0}.wordmark.svelte-10y6uor img:where(.svelte-10y6uor){width:100%;height:auto;display:block}.wordmark.svelte-10y6uor .dark:where(.svelte-10y6uor){display:none}:root[data-theme=dark] .wordmark.svelte-10y6uor .light:where(.svelte-10y6uor){display:none}:root[data-theme=dark] .wordmark.svelte-10y6uor .dark:where(.svelte-10y6uor){display:block}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;width:100%}header.svelte-12qhfyh{background-color:var(--nav-bg);border-bottom:1px solid var(--hairline);position:sticky;top:0;z-index:100;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}nav.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;min-height:64px;gap:var(--space-lg)}.brand.svelte-12qhfyh{font-family:var(--font-display);font-weight:900;font-size:1.125rem;letter-spacing:-.02em;color:var(--text-primary);text-decoration:none;white-space:nowrap;padding:var(--space-sm) 0}.hamburger.svelte-12qhfyh{display:none;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:1px solid transparent;color:var(--text-primary);cursor:pointer;z-index:101}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-xl)}.nav-items.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-lg)}.nav-items.svelte-12qhfyh a:where(.svelte-12qhfyh){display:inline-flex;align-items:center;min-height:44px;font-family:var(--font-body);font-weight:500;font-size:.9375rem;color:var(--text-body);text-decoration:none;border-bottom:2px solid transparent;transition:color var(--motion) ease,border-color var(--motion) ease}.nav-items.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text-primary)}.nav-items.svelte-12qhfyh a[aria-current=page]:where(.svelte-12qhfyh){color:var(--text-primary);border-bottom-color:var(--accent)}.nav-tools.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-sm)}.reflex-link.svelte-12qhfyh{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;font-family:var(--font-mono);font-weight:500;font-size:var(--font-size-label);letter-spacing:.08em;text-transform:uppercase;color:var(--text-body);text-decoration:none;border:1px solid var(--hairline);transition:color var(--motion) ease,border-color var(--motion) ease}.reflex-link.svelte-12qhfyh:hover,.reflex-link[aria-current=page].svelte-12qhfyh{color:var(--text-primary);border-color:var(--text-primary)}.theme-toggle.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:1px solid transparent;color:var(--text-body);transition:color var(--motion) ease,border-color var(--motion) ease}.theme-toggle.svelte-12qhfyh:hover{color:var(--text-primary);border-color:var(--hairline)}main.svelte-12qhfyh{flex:1}footer.svelte-12qhfyh{border-top:1px solid var(--hairline);padding:var(--space-2xl) 0 var(--space-lg);margin-top:var(--space-2xl)}.footer-content.svelte-12qhfyh{display:grid;grid-template-columns:1.4fr 1fr 1.4fr;gap:var(--space-2xl);margin-bottom:var(--space-2xl)}.footer-section.svelte-12qhfyh{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-sm)}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:var(--space-md) 0 0;color:var(--text-body)}.footer-section.svelte-12qhfyh h4:where(.svelte-12qhfyh){margin-bottom:var(--space-sm)}.footer-section.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-body);text-decoration:none;min-height:28px;display:inline-flex;align-items:center}.footer-section.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text-primary)}.footer-note.svelte-12qhfyh{font-size:var(--font-size-body-sm);color:var(--text-meta);margin:0}.email-reveal-btn.svelte-12qhfyh{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;background:transparent;border:1px solid var(--hairline);color:var(--text-body);font-family:var(--font-mono);font-weight:500;font-size:var(--font-size-label);letter-spacing:.06em;text-transform:uppercase;transition:color var(--motion) ease,border-color var(--motion) ease}.email-reveal-btn.svelte-12qhfyh:hover{color:var(--text-primary);border-color:var(--text-primary)}.footer-email.svelte-12qhfyh{display:grid;gap:var(--space-xs);padding:var(--space-sm) 0;border-top:1px solid var(--hairline);width:100%}.footer-email.svelte-12qhfyh:last-child{border-bottom:1px solid var(--hairline)}.footer-email-label.svelte-12qhfyh{font-family:var(--font-mono);font-size:var(--font-size-label);letter-spacing:.08em;text-transform:uppercase;color:var(--text-meta)}.footer-email-value.svelte-12qhfyh{font-family:var(--font-mono);font-size:var(--font-size-body-sm);color:var(--text-primary);overflow-wrap:anywhere}.footer-email-actions.svelte-12qhfyh{display:flex;gap:var(--space-sm)}.footer-action.svelte-12qhfyh{background:transparent;border:1px solid var(--hairline);color:var(--text-body);padding:6px 10px;font-family:var(--font-mono);font-size:var(--font-size-label);letter-spacing:.06em;text-transform:uppercase;transition:color var(--motion) ease,border-color var(--motion) ease}.footer-action.svelte-12qhfyh:hover{color:var(--text-primary);border-color:var(--text-primary)}.footer-copy-feedback.svelte-12qhfyh{font-family:var(--font-mono);font-size:var(--font-size-label);letter-spacing:.04em;color:var(--pending)}.footer-bottom.svelte-12qhfyh{display:flex;justify-content:space-between;gap:var(--space-md);padding-top:var(--space-lg);border-top:1px solid var(--hairline);font-family:var(--font-mono);font-size:var(--font-size-label);letter-spacing:.04em;color:var(--text-meta)}@media(max-width:1024px){.nav-items.svelte-12qhfyh{gap:var(--space-md)}}@media(max-width:768px){.hamburger.svelte-12qhfyh{display:inline-flex}.nav-links.svelte-12qhfyh{position:fixed;top:0;right:0;width:min(320px,85vw);height:100vh;background-color:var(--bg-panel);border-left:1px solid var(--hairline);flex-direction:column;align-items:stretch;justify-content:flex-start;padding:80px var(--space-lg) var(--space-lg);gap:var(--space-lg);transform:translate(100%);visibility:hidden;transition:transform var(--motion) ease,visibility 0s linear var(--motion)}.nav-links.open.svelte-12qhfyh{transform:translate(0);visibility:visible;transition:transform var(--motion) ease,visibility 0s}.nav-items.svelte-12qhfyh{flex-direction:column;align-items:stretch;gap:0}.nav-items.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:1.125rem;padding:var(--space-sm) 0;border-bottom:1px solid var(--hairline)}.nav-items.svelte-12qhfyh a[aria-current=page]:where(.svelte-12qhfyh){border-bottom-color:var(--accent)}.nav-tools.svelte-12qhfyh{justify-content:space-between}.footer-content.svelte-12qhfyh{grid-template-columns:1fr;gap:var(--space-xl)}.footer-bottom.svelte-12qhfyh{flex-direction:column}}
