:root,[data-theme=dark]{--bg-color: #0a0a0a;--bg-subtle: #121212;--surface-color: #161616;--surface-raised: #1c1c1c;--accent-red: #b71c1c;--accent-red-glow: rgba(183, 28, 28, .2);--accent-red-dim: rgba(183, 28, 28, .05);--text-primary: #f0ece8;--text-secondary: #948c84;--text-accent: #d1c7bc;--gold: #c5a059;--gold-dim: rgba(197, 160, 89, .1);--border-subtle: rgba(255, 255, 255, .05);--border-gold: rgba(197, 160, 89, .3);--shadow-card: 32px 32px 0px rgba(0, 0, 0, .6);--shadow-btn: 0 15px 40px rgba(183, 28, 28, .25);--shadow-btn-hover: 0 25px 60px rgba(183, 28, 28, .2);--confidential-opacity: .05;--grain-opacity: .02;--toggle-bg: #201c1c;--toggle-knob: #c5a059;--toggle-border: rgba(255,255,255,.05);--ease-out-expo: cubic-bezier(.19, 1, .22, 1);--ease-in-out-sine: cubic-bezier(.445, .05, .55, .95)}[data-theme=light]{--bg-color: #fcfaf7;--bg-subtle: #f5f0e8;--surface-color: #ffffff;--surface-raised: #fcfaf7;--accent-red: #991515;--accent-red-glow: rgba(153, 21, 21, .1);--accent-red-dim: rgba(153, 21, 21, .03);--text-primary: #1a1614;--text-secondary: #6b5f56;--text-accent: #3d3430;--gold: #9a7535;--gold-dim: rgba(154, 117, 53, .08);--border-subtle: rgba(0, 0, 0, .05);--border-gold: rgba(154, 117, 53, .25);--shadow-card: 20px 20px 0px rgba(0, 0, 0, .05);--shadow-btn: 0 12px 35px rgba(153, 21, 21, .15);--shadow-btn-hover: 0 22px 55px rgba(153, 21, 21, .12);--confidential-opacity: .05;--grain-opacity: .03;--toggle-bg: #e8e0d4;--toggle-knob: #9a7535;--toggle-border: rgba(0,0,0,.08);--ease-out-expo: cubic-bezier(.19, 1, .22, 1);--ease-in-out-sine: cubic-bezier(.445, .05, .55, .95)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Montserrat,sans-serif;background-color:var(--bg-color);color:var(--text-primary);line-height:1.7;overflow-x:hidden;transition:background-color .6s var(--ease-out-expo),color .6s var(--ease-out-expo)}body:before{content:"";position:fixed;inset: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)'/%3E%3C/svg%3E");opacity:var(--grain-opacity);pointer-events:none;z-index:100;transition:opacity .4s ease}h1,h2,h3,h4,h5,h6{line-height:1.05;letter-spacing:-.02em}strong{color:var(--text-primary);font-weight:700;border-bottom:2px solid var(--accent-red);transition:color .4s ease,border-color .4s ease}em{font-style:italic;color:var(--text-secondary)}@keyframes reveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}main.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}
