*{box-sizing:border-box;margin:0;padding:0}:root{--background:#0f0f0f;--text-primary:#fff;--text-secondary:#9ca3af}body{background:var(--background);color:var(--text-primary);min-height:100vh;font-family:Inter,sans-serif}#app{min-height:100vh}.home-page{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.hero-section{text-align:center}.hero-title{font-size:4rem;font-weight:700}.hero-subtitle{color:var(--text-secondary);margin-top:1rem;font-size:1.1rem}
