.card-container{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:1rem}.card{text-align:center;color:#fff}.logo{width:120px;height:120px;margin-bottom:2rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2))}.name{font-size:clamp(2rem,8vw,4rem);font-weight:300;letter-spacing:.1em;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.tagline{font-size:clamp(1rem,3vw,1.5rem);font-weight:300;opacity:.9;letter-spacing:.05em}@media (max-width: 480px){.logo{width:80px;height:80px;margin-bottom:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}
