*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#0a0e1a;color:#e2e8f0;min-height:100vh;display:flex;align-items:center;justify-content:center}.container{text-align:center;padding:2rem;max-width:640px}.logo{font-size:3rem;margin-bottom:1rem}h1{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#38bdf8,#818cf8,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem}.subtitle{font-size:1.125rem;color:#94a3b8;margin-bottom:2rem;line-height:1.6}.badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(56,189,248,.1);border:1px solid rgba(56,189,248,.2);color:#38bdf8;padding:.5rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:600}.badge .dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s ease-in-out infinite}.tech{margin-top:2rem;display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.tech span{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);padding:.375rem .875rem;border-radius:8px;font-size:.8rem;color:#cbd5e1}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}