html,body,#root{margin:0;padding:0;height:100%;background-color:#000;font-family:Inter,sans-serif}.app-container{position:relative;width:100%;height:100vh;overflow:hidden;background-color:#000;display:flex;justify-content:center;align-items:center}.aurora-container{position:absolute;inset:0;z-index:0;width:100%;height:100%;pointer-events:none}.hero-content{position:relative;z-index:2;text-align:center;padding:2rem}.hero-title{font-size:2.5rem;font-weight:700;color:#fff;max-width:700px;margin:0 auto 2rem;line-height:1.3}.hero-buttons{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}.btn{font-size:1rem;padding:.8rem 2rem;border-radius:9999px;font-weight:500;text-decoration:none;transition:all .3s ease;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#fff;box-shadow:0 0 0 0 transparent}.btn-primary{background:#ffffff14;color:#fff;font-weight:600;border:1px solid rgba(255,255,255,.2)}.btn-primary:hover{background:#ffffff1f;box-shadow:0 0 8px #ffffff26}.btn-secondary{background:#ffffff14;color:#fff;font-weight:600;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:#ffffff1f;box-shadow:0 0 8px #ffffff26}.info-text{max-width:600px;margin:0 auto;padding:1rem 1.5rem;color:#e0e0e0;font-size:1.125rem;line-height:1.9rem;font-weight:400}.info-text p{margin-bottom:1.5rem;color:#dcdcdc}.info-text strong{font-weight:600;color:#fff}.info-text a{color:#82b1ff;text-decoration:none;font-weight:500;transition:color .2s ease}.info-text a:hover{color:#a9cfff;text-decoration:underline}
