@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";:root{--primary:#6366f1;--primary-hover:#4f46e5;--bg-gradient:linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);--text-main:#f8fafc;--text-muted:#cbd5e1}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-gradient);color:var(--text-main);justify-content:center;align-items:center;min-height:100vh;font-family:Outfit,sans-serif;display:flex;overflow-x:hidden}#root{width:100%}.app-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.glass-card{-webkit-backdrop-filter:blur(16px);opacity:0;background:#ffffff08;border:1px solid #ffffff0d;border-radius:24px;width:100%;max-width:700px;padding:4rem;animation:.8s cubic-bezier(.16,1,.3,1) forwards slideUp;transform:translateY(40px);box-shadow:0 25px 50px -12px #00000080}.status-badge{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e33;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;animation:2s infinite pulse;display:inline-flex}.status-dot{background-color:#4ade80;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #4ade80}.title{background:linear-gradient(90deg,#818cf8,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.2}.subtitle{color:var(--text-muted);margin-bottom:3rem;font-size:1.25rem;font-weight:300}.features-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.feature-item{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.feature-item:hover{background:#ffffff0d;border-color:#818cf880;transform:translateY(-5px);box-shadow:0 10px 30px -10px #818cf84d}.feature-icon{font-size:2rem}.feature-text{color:var(--text-muted);font-weight:600}.action-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:9999px;padding:1rem 2.5rem;font-family:inherit;font-size:1.125rem;font-weight:600;transition:all .3s;box-shadow:0 10px 20px -5px #6366f166}.action-btn:hover{transform:scale(1.05);box-shadow:0 15px 25px -5px #6366f199}.action-btn:active{transform:scale(.98)}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #22c55e66}70%{box-shadow:0 0 0 10px #22c55e00}to{box-shadow:0 0 #22c55e00}}@keyframes fall{0%{opacity:1;transform:translateY(0)rotate(0)}to{opacity:0;transform:translateY(100vh)rotate(720deg)}}
