@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&display=swap");:root{--color-bg-deep:#0B1120;--color-bg-surface:#111827;--color-bg-elevated:#1F2937;--color-text-primary:#f8fafc;--color-text-secondary:#cbd5e1;--color-text-muted:#64748b;--color-accent-warm:#ff7e67;--color-accent-warm-hover:#ff9685;--color-accent-glow:rgba(255,126,103,0.12);--color-accent-glow-strong:rgba(255,126,103,0.25);--color-border-subtle:rgba(255,126,103,0.15);--color-border-visible:rgba(255,126,103,0.25);--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-display:"Playfair Display",Georgia,"Times New Roman",serif;--space-xs:0.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-2xl:6rem;--space-3xl:8rem;--space-4xl:12rem;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--ease-gentle:cubic-bezier(0.25,0.1,0.25,1);--ease-out-expo:cubic-bezier(0.16,1,0.3,1);--duration-slow:800ms;--duration-medium:400ms;--duration-fast:200ms}*,:after,:before{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);background-color:var(--color-bg-deep);color:var(--color-text-primary);line-height:1.7;overflow-x:hidden}::selection{background-color:var(--color-accent-glow-strong);color:var(--color-text-primary)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg-deep)}::-webkit-scrollbar-thumb{background:var(--color-border-visible);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-accent-warm)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}