:root{--background:#f8fafc;--foreground:#1e293b;--primary:#3b82f6;--primary-hover:#2563eb;--secondary:#e2e8f0;--accent:#f59e0b;--white:#fff;--header-bg:#ffffffe6;--font-sans:"Inter", system-ui, -apple-system, sans-serif}[data-theme=dark]{--background:#0f172a;--foreground:#f8fafc;--primary:#60a5fa;--primary-hover:#3b82f6;--secondary:#1e293b;--accent:#fbbf24;--white:#1e293b;--header-bg:#0f172ae6}*{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;height:100%;overflow-x:hidden}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4{font-weight:700;line-height:1.2}h1{font-size:4rem}h2{margin-bottom:2rem;font-size:3rem}h3{margin-bottom:1rem;font-size:1.5rem}@media (max-width:768px){.container{padding:0 1rem}h1{font-size:2.5rem}h2{margin-bottom:1.5rem;font-size:2rem}h3{margin-bottom:1rem;font-size:1.2rem}}.sectionInner{height:100%;overflow:hidden}.sectionInnerFlex{flex-direction:column;height:100%;display:flex;overflow:hidden}.scrollable-area{overflow-y:auto;touch-action:pan-y!important}
