*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#0a0a0a;color:#e5e5e5;-webkit-font-smoothing:antialiased}.container{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.logo{margin-bottom:2rem;animation:fadeIn .8s ease-out}h1{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem;animation:fadeIn .8s ease-out .1s both}.badge{display:inline-block;padding:.5rem 1.25rem;border-radius:9999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:#a3a3a3;margin-bottom:1.5rem;animation:fadeIn .8s ease-out .2s both}.tagline{font-size:1.125rem;color:#737373;max-width:400px;line-height:1.6;animation:fadeIn .8s ease-out .3s both}.divider{width:48px;height:1px;background:#ffffff1a;margin:2rem 0;animation:fadeIn .8s ease-out .4s both}.contact a{color:#737373;text-decoration:none;font-size:.875rem;transition:color .2s;animation:fadeIn .8s ease-out .5s both}.contact a:hover{color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
