*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root{--bg:#fff;--bg-secondary:#f5f5f5;--text:#111;--text-muted:#666;--text-faint:#999;--border:#ddd;--border-light:#eee;--link:#05c;--link-hover:#003d99;--brand-blue:#0079d6;--brand-orange:#f96c06;--card-bg:#fff}[data-theme=dark]{--bg:#1a1a2e;--bg-secondary:#252545;--text:#e0e0e0;--text-muted:#a0a0a0;--text-faint:gray;--border:#3a3a5a;--border-light:#2a2a4a;--link:#5b9ef5;--link-hover:#7db4ff;--brand-blue:#5aaae8;--brand-orange:#ffaa40;--card-bg:#252545}body{background-color:var(--bg);color:var(--text);transition:background-color .2s,color .2s}a{color:var(--link)}a:hover{color:var(--link-hover)}h1,h2,h3{color:var(--text);font-family:Rubik,sans-serif}button{font-family:Rubik,sans-serif}.home-hero{justify-content:center;align-items:center;gap:1rem;display:flex}.home-hero-img{width:auto;height:64px}.home-hero-title{font-size:2rem}.home-hero-subtitle{color:var(--text-muted);margin-top:.25rem;font-size:1.1rem}@media (max-width:480px){.home-hero-img{height:36px}.home-hero-title{font-size:1.2rem}.home-hero-subtitle{font-size:.8rem}}.home-search-form{flex-wrap:wrap;gap:.5rem;max-width:600px;margin:2.5rem auto 2rem;display:flex}.home-search-btn{flex-shrink:0}@media (max-width:480px){.home-search-btn{width:100%}}
