:root{--color-bg:#1a4fba;--color-bg-dark:#0f3d8c;--color-bg-light:#2563eb;--color-text:#e9eeff;--color-text-muted:#b8c4e8;--color-accent:#c9914e;--color-accent-light:#e8b574;--font-sans:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--font-display:"Cormorant Garamond",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:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:8rem;--transition-fast:.15s ease;--transition-smooth:.3s ease-out;--transition-slow:.5s ease-out;--max-width:1200px;--nav-height:80px}@media(max-width:768px){:root{--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--nav-height:60px}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:linear-gradient(180deg,var(--color-bg-dark) 0,var(--color-bg) 50%,var(--color-bg-light) 100%);background-attachment:fixed;color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:500;line-height:1.2}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-6xl)}h3{font-size:var(--text-2xl)}p{margin-bottom:var(--space-sm)}a{color:var(--color-text);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent-light)}img{display:block;height:auto;max-width:100%}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}::-moz-selection{background:var(--color-accent);color:var(--color-bg-dark)}::selection{background:var(--color-accent);color:var(--color-bg-dark)}.container{margin:0 auto;max-width:var(--max-width);padding:0 var(--space-md);width:100%}.visually-hidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}
