@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap";:root{--bg-color:#0f172a;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-color:#38bdf8;--accent-glow:#38bdf866}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);background-image:radial-gradient(circle at 50% -20%,#1e293b,#0f172a 80%);justify-content:center;align-items:center;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex;overflow:hidden}#root{width:100%}.app-container{flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:2rem;display:flex;position:relative}.background-glow{background:radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);z-index:0;pointer-events:none;width:600px;height:600px;animation:8s ease-in-out infinite alternate pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulse{0%{opacity:.5;transform:translate(-50%,-50%)scale(1)}to{opacity:.8;transform:translate(-50%,-50%)scale(1.1)}}.card{z-index:1;-webkit-backdrop-filter:blur(16px);text-align:center;background:#1e293b66;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:800px;padding:4rem;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 25px 50px -12px #00000080}.card:hover{transform:translateY(-5px);box-shadow:0 30px 60px -12px #0009,0 0 20px #38bdf833}.welcome-title{letter-spacing:-.05em;background:linear-gradient(135deg,#f8fafc,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:4rem;font-weight:800;line-height:1.2}.welcome-subtitle{color:var(--text-secondary);max-width:500px;margin:0 auto 2.5rem;font-size:1.25rem;font-weight:300;line-height:1.6}.explore-button{color:var(--text-primary);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:9999px;padding:1rem 2.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.explore-button:before{content:"";background:linear-gradient(135deg, var(--accent-color), #8b5cf6);opacity:0;z-index:-1;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.explore-button:hover{border-color:#0000;transform:scale(1.05);box-shadow:0 10px 20px -5px #38bdf866}.explore-button:hover:before{opacity:1}@media (width<=768px){.card{padding:3rem 2rem}.welcome-title{font-size:2.5rem}.welcome-subtitle{font-size:1rem}}
