@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&display=swap";
*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);justify-content:center;align-items:center;min-height:100vh;font-family:Inter,sans-serif;display:flex;overflow:hidden}.container{text-align:center;z-index:10;-webkit-backdrop-filter:blur(15px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;max-width:90%;padding:3rem 4rem;animation:1s ease-out fadeIn;box-shadow:0 25px 50px -12px #00000080}.title{letter-spacing:-.05em;background:linear-gradient(90deg,#4facfe 0%,#00f2fe 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:4rem;font-weight:900}.subtitle{opacity:.8;margin-bottom:2.5rem;font-size:1.2rem;font-weight:300}.pulse{background-color:#00f2fe;border-radius:50%;width:20px;height:20px;margin:0 auto;animation:2s infinite pulse-animation;box-shadow:0 0 #00f2feb3}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-animation{0%{transform:scale(.95);box-shadow:0 0 #00f2feb3}70%{transform:scale(1);box-shadow:0 0 0 15px #00f2fe00}to{transform:scale(.95);box-shadow:0 0 #00f2fe00}}@media (max-width:768px){.title{font-size:2.5rem}.container{padding:2rem}}
