*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);overflow:hidden;position:relative}body:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,87,87,.1) 0%,transparent 50%);animation:pulse-bg 8s ease-in-out infinite}@keyframes pulse-bg{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.container{text-align:center;padding:2rem;position:relative;z-index:1}.logo{width:160px;height:160px;border-radius:40px;margin-bottom:2.5rem;box-shadow:0 20px 60px #ff57574d,0 0 0 1px #ffffff1a;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 20px 60px #ff57574d,0 0 0 1px #ffffff1a}50%{transform:scale(1.05);box-shadow:0 25px 80px #ff575766,0 0 0 1px #ffffff26}}.title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.coming-soon{display:inline-block;font-size:.875rem;font-weight:600;color:#ff5757;margin-bottom:1.5rem;letter-spacing:.2em;text-transform:uppercase;padding:.5rem 1.5rem;border:1px solid rgba(255,87,87,.3);border-radius:100px;background:#ff57571a}.tagline{font-size:1.25rem;color:#ffffffb3;max-width:300px;margin:0 auto;line-height:1.6;font-weight:400}@media(max-width:480px){.logo{width:120px;height:120px;border-radius:30px}.title{font-size:2.5rem}.coming-soon{font-size:.75rem}.tagline{font-size:1.1rem}}
