:root{--c-void: #0d0d0f;--c-deep: #13111a;--c-surface: #1c1925;--c-surface-2: #231f2f;--c-border: #2e2940;--c-border-2: #3d3758;--c-rose: #c4785a;--c-rose-light: #d4917a;--c-rose-dim: rgba(196, 120, 90, .15);--c-gold: #b5975e;--c-sage: #7a9e8e;--c-lavender: #9b8ec4;--c-text: #e8e3f0;--c-text-2: #b0a8c4;--c-text-3: #7a7294;--c-text-inv: #0d0d0f;--c-success: #6db38a;--c-warning: #c9a84c;--c-error: #c46b6b;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Instrument 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: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--text-6xl: 3.75rem;--text-7xl: 4.5rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--radius-sm: 4px;--radius: 8px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.4);--shadow: 0 4px 20px rgba(0,0,0,.5);--shadow-lg: 0 8px 40px rgba(0,0,0,.6);--shadow-glow: 0 0 40px rgba(196,120,90,.15);--transition: .2s ease;--transition-slow: .4s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-weight:300;background-color:var(--c-deep);color:var(--c-text);min-height:100vh;line-height:1.6}#root{min-height:100vh}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:400;line-height:1.2;letter-spacing:-.01em}h1{font-size:var(--text-6xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}h5{font-size:var(--text-lg)}p{font-size:var(--text-base);color:var(--c-text-2)}a{color:var(--c-rose);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--c-rose-light)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--c-deep)}::-webkit-scrollbar-thumb{background:var(--c-border-2);border-radius:2px}.text-gradient{background:linear-gradient(135deg,var(--c-rose) 0%,var(--c-gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass{background:#ffffff08;border:1px solid var(--c-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.noise-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.02'/%3E%3C/svg%3E");pointer-events:none;z-index:0}
