:root{--primary: #b41660;--primary-dark: #8f124c;--background: #f8fafc;--text: #1e293b}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background-color:var(--background);color:var(--text);overflow-x:hidden}.welcome-page{height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;box-sizing:border-box}.mesh-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:radial-gradient(circle at 0% 0%,rgba(180,22,96,.15) 0%,transparent 50%),radial-gradient(circle at 100% 0%,rgba(180,22,96,.1) 0%,transparent 50%),radial-gradient(circle at 100% 100%,rgba(180,22,96,.15) 0%,transparent 50%),radial-gradient(circle at 0% 100%,rgba(180,22,96,.1) 0%,transparent 50%);filter:blur(60px);opacity:.7;animation:meshMove 20s ease infinite}.mesh-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:repeating-linear-gradient(45deg,rgba(180,22,96,.03) 0%,transparent 2px,transparent 3px,rgba(180,22,96,.03) 4px);animation:overlayMove 15s linear infinite}@keyframes meshMove{0%,to{transform:translate(0) scale(1)}25%{transform:translate(2%,2%) scale(1.1)}50%{transform:translate(-2%,-1%) scale(1.05)}75%{transform:translate(1%,-2%) scale(1.1)}}@keyframes overlayMove{0%{background-position:0 0}to{background-position:100px 100px}}.welcome-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;padding:2.5rem;max-width:90%;width:600px;transition:transform .2s ease,box-shadow .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2}.welcome-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.welcome-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.nav-logo{display:flex;align-items:center}.logo{width:150px;height:auto;max-height:50px;margin-right:.5rem}@media (max-width: 600px){.logo{width:120px;max-height:40px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease forwards}@media (max-width: 600px){.welcome-card{padding:1.5rem}}
