:root{--background:#fff;--foreground:#171717;--primary:#3b82f6;--primary-foreground:#fff;--secondary:#f3f4f6;--secondary-foreground:#1f2937;--muted:#f3f4f6;--muted-foreground:#6b7280;--border:#e5e7eb}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--primary:#3b82f6;--primary-foreground:#fff;--secondary:#1f2937;--secondary-foreground:#f3f4f6;--muted:#1f2937;--muted-foreground:#9ca3af;--border:#374151}}body{background:var(--background);color:var(--foreground);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}*{box-sizing:border-box}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.main-content{max-width:1200px;min-height:calc(100vh - 4rem);margin:0 auto;padding:2rem 1rem}.home-container{flex-direction:column;gap:3rem;display:flex}.hero{text-align:center;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-radius:1rem;padding:3rem 1rem}.hero-title{color:#1e3a8a;margin:0 0 1rem;font-size:2.5rem}.hero-description{color:#1e40af;max-width:600px;margin:0 auto;font-size:1.1rem}.section-title{border-left:4px solid var(--primary);margin:0 0 1.5rem;padding-left:1rem;font-size:1.5rem}
