:root{--font-sans:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;--font-mono:"Roboto Mono",monospace;--background-light:linear-gradient(135deg,#ffffff,#f8fafc);--foreground-light:#0f172a;--primary-light:#475569;--secondary-light:#64748b;--accent-light:#1e293b;--muted-light:#64748b;--card-light:rgba(255,255,255,0.95);--header-light:rgba(255,255,255,0.95);--background-dark:linear-gradient(135deg,#0f172a,#020617);--foreground-dark:#f8fafc;--primary-dark:#94a3b8;--secondary-dark:#64748b;--accent-dark:#e2e8f0;--muted-dark:#64748b;--card-dark:rgba(15,23,42,0.95);--header-dark:rgba(15,23,42,0.95);--color-background:var(--background-light);--color-foreground:var(--foreground-light);--color-primary:var(--primary-light);--color-secondary:var(--secondary-light);--color-accent:var(--accent-light);--color-muted:var(--muted-light);--color-card:var(--card-light);--color-header:var(--header-light);--color-blue-primary:#3b82f6;--color-blue-hover:#2563eb;--color-blue-light:rgba(59,130,246,0.1);--color-blue-medium:rgba(59,130,246,0.15);--color-button-hover:linear-gradient(135deg,#3b82f6,#2563eb);--spacing-1:0.25rem;--spacing-2:0.5rem;--spacing-3:0.75rem;--spacing-4:1rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-12:3rem;--spacing-16:4rem;--spacing-24:6rem;--max-width:1200px;--container-padding:1rem;--border-radius:0.375rem}html[data-theme=dark]{--color-background:var(--background-dark);--color-foreground:var(--foreground-dark);--color-primary:#3b82f6;--color-secondary:var(--secondary-dark);--color-accent:var(--accent-dark);--color-muted:var(--muted-dark);--color-card:var(--card-dark);--color-header:var(--header-dark)}html[data-theme=light]{--color-background:var(--background-light);--color-foreground:var(--foreground-light);--color-primary:#3b82f6;--color-secondary:var(--secondary-light);--color-accent:var(--accent-light);--color-muted:var(--muted-light);--color-card:var(--card-light);--color-header:var(--header-light)}@media (prefers-color-scheme:dark){:root:not([data-theme]){--color-background:var(--background-dark);--color-foreground:var(--foreground-dark);--color-primary:#3b82f6;--color-secondary:var(--secondary-dark);--color-accent:var(--accent-dark);--color-muted:var(--muted-dark);--color-card:var(--card-dark);--color-header:var(--header-dark)}}*{box-sizing:border-box;padding:0;margin:0}#__next,.site-wrapper,body,html{min-height:100vh;background:var(--color-background)}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-foreground);line-height:1.6;min-height:100vh}a{color:inherit;text-decoration:none;transition:color .2s ease}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:var(--spacing-4)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:var(--spacing-4)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--container-padding)}.section{padding:var(--spacing-16) 0}.button{display:inline-flex;align-items:center;justify-content:center;padding:var(--spacing-2) var(--spacing-4);border-radius:var(--border-radius);font-weight:500;text-align:center;cursor:pointer;transition:all .2s ease;border:none}.button-primary{background-color:var(--color-blue-primary);color:white}.button-primary:hover{background:var(--color-button-hover)}.button-secondary{background-color:var(--color-secondary);color:white}.button-secondary:hover{background-color:#475569}.button-outline{background-color:transparent;border:1px solid var(--color-foreground)}.button-outline:hover{background-color:rgba(71,85,105,.1)}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}.section{padding:var(--spacing-12) 0}}.site-wrapper{display:flex;flex-direction:column;min-height:100vh;background:transparent}.main-content{flex:1 1;padding-top:90px;background:transparent}@media (max-width:768px){.main-content{padding-top:80px}}