@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap";:root{--color-primary:#101524;--color-primary-dark:#0a0d18;--color-accent:#2e1040;--color-accent-dark:#1b0928;--color-purple-light:#5a3c82;--color-background:#fff;--color-background-dark:#f0f0f5;--color-surface:#fff;--color-text:#1a1a2e;--color-text-muted:#575775;--color-text-light:#f8fafc;--color-border:#e2e8f0;--color-border-hover:#cbd5e1;--color-success:#059669;--color-error:#dc2626;--color-info:#0284c7;--font-body:"Inter", system-ui, -apple-system, sans-serif;--font-heading:"Playfair Display", Georgia, 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.75rem;--text-5xl:3.5rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-8:3rem;--space-12:4rem;--space-16:6rem;--radius-sm:.125rem;--radius-md:.25rem;--radius-lg:.5rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-hover:0 12px 20px -3px #00000026, 0 4px 6px -4px #0000001a;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.25s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html,body{width:100%;overflow-x:hidden}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:inherit;margin-bottom:var(--space-4);font-weight:400;line-height:1.2}p{margin-bottom:var(--space-4)}a{color:var(--color-accent);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-accent-dark)}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}button{cursor:pointer;background:0 0;border:none}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}#root{flex-direction:column;min-height:100vh;display:flex}
