:root{--bg-start: #1a2f4a;--bg-end: #1a3d36;--panel: rgba(20, 35, 50, .65);--panel-border: rgba(255, 255, 255, .1);--text: #f0f4f8;--text-muted: #94a3b8;--accent-blue: #7dd3fc;--accent-green: #4ade80;--accent-blue-soft: rgba(125, 211, 252, .2);--border: rgba(255, 255, 255, .1);--font-sans: "DM Sans", system-ui, sans-serif;--font-serif: "Playfair Display", Georgia, serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);background:linear-gradient(135deg,var(--bg-start) 0%,var(--bg-end) 100%);background-attachment:fixed;color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}#root{min-height:100vh}a{color:inherit;text-decoration:none}a:hover{color:var(--accent-blue)}ul{list-style:none;margin:0;padding:0}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}@media (max-width: 768px){.section{padding:3rem 0}}
