:root{--color-bg: #0a0a0b;--color-bg-elevated: #121214;--color-bg-card: #161618;--color-surface: #1c1c1f;--color-border: rgba(255, 255, 255, .08);--color-border-strong: rgba(255, 255, 255, .14);--color-text: #fafafa;--color-text-muted: #a1a1a6;--color-text-subtle: #6e6e73;--color-accent: #e4a853;--color-accent-soft: rgba(228, 168, 83, .15);--color-accent-hover: #ebb86a;--font-display: "Syne", system-ui, sans-serif;--font-body: "DM Sans", system-ui, sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 2.5rem;--text-5xl: 3.5rem;--text-6xl: 4.5rem;--text-7xl: 6rem;--leading-tight: 1.15;--leading-snug: 1.35;--leading-normal: 1.5;--leading-relaxed: 1.65;--space-section: clamp(4rem, 10vw, 8rem);--space-block: clamp(1.5rem, 4vw, 2.5rem);--header-height: 7.5rem;--container-max: min(96rem, 92vw);--container-padding: clamp(1.25rem, 5vw, 2.5rem);--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-in-out-smooth: cubic-bezier(.4, 0, .2, 1);--duration-fast: .2s;--duration-normal: .35s;--duration-slow: .6s;--duration-slower: .8s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column;align-items:center}#root>div{width:100%;min-width:0;max-width:var(--container-max)}main{width:100%}img,video,iframe{max-width:100%;height:auto}.section{padding:var(--space-section) var(--container-padding);width:100%}.section__inner{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto}a,button{transition-timing-function:var(--ease-out-expo)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;transition:outline-offset var(--duration-fast) var(--ease-out-expo)}::selection{background:var(--color-accent-soft);color:var(--color-text)}
