@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Outfit:wght@300;400;500&display=swap";:root{--primary: #6B1123;--primary-light: #A73045;--bg-dark: #0A0507;--text-light: #FDFBFB;--text-muted: #D1C4C7;--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;overflow:hidden}body{font-family:Outfit,sans-serif;background-color:var(--bg-dark);color:var(--text-light)}.bg-mesh{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;background:radial-gradient(circle at 15% 50%,rgba(107,17,35,.4),transparent 50%),radial-gradient(circle at 85% 30%,rgba(167,48,69,.3),transparent 50%);filter:blur(80px);animation:mesh-movement 20s ease-in-out infinite alternate}@keyframes mesh-movement{0%{transform:scale(1)}to{transform:scale(1.1) translate(2%,2%)}}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;padding:1.5rem;gap:1.5rem;position:relative;z-index:10}.brand-section{display:flex;flex-direction:column;align-items:center;animation:fade-down 1.2s cubic-bezier(.16,1,.3,1) both}.logo-container{width:110px;height:110px;margin-bottom:.9rem;background-color:#ffffffe6;border-radius:50%;padding:1.1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px #6b11234d;position:relative;overflow:hidden}.logo-container:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to bottom right,#fff0,#ffffff80,#fff0);transform:rotate(30deg) translateY(-100%);animation:shine 4s ease-in-out infinite}@keyframes shine{0%{transform:rotate(30deg) translateY(-100%)}20%,to{transform:rotate(30deg) translateY(100%)}}.logo-image{width:100%;height:100%;object-fit:contain}h1{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:600;letter-spacing:-.02em;text-align:center;background:linear-gradient(to right,#fff,#ffb6c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.subtitle{font-size:.95rem;color:var(--text-muted);text-align:center;max-width:420px;line-height:1.6}.glass-card{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:20px;padding:1.8rem 2.4rem;width:100%;max-width:480px;box-shadow:0 25px 50px -12px #00000080;animation:fade-up 1s cubic-bezier(.16,1,.3,1) .3s both;display:flex;flex-direction:column;align-items:center;text-align:center}.coming-soon-title{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:600;background:linear-gradient(135deg,#fff,#ffc8d2d9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:.04em;margin-bottom:.6rem}.divider{height:1px;width:50px;background:#ffffff40;border-radius:2px;margin:0 auto 1rem}.notify-desc{font-size:.92rem;color:#ffffffbf;line-height:1.7;margin-bottom:.6rem}.tagline{font-size:.9rem;font-weight:500;color:#ffc8d2e6;letter-spacing:.01em;margin-top:.3rem}.social-section{display:flex;flex-direction:column;align-items:center;gap:1.2rem;animation:fade-in 1s ease-out .6s both}.social-label{font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:#fff6}.social-links{display:flex;gap:2rem}.social-icon{display:flex;flex-direction:column;align-items:center;gap:.6rem;color:var(--text-muted);text-decoration:none;transition:all .3s ease;cursor:pointer}.social-icon-inner{width:72px;height:72px;border-radius:20px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 16px #00000040}.social-icon:hover .social-icon-inner{background:#a7304533;border-color:#a7304580;box-shadow:0 8px 24px #6b112359;transform:translateY(-4px)}.social-icon:hover{color:var(--text-light)}.social-name{font-size:.78rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;opacity:.7;transition:opacity .3s ease}.social-icon:hover .social-name{opacity:1}.floating-element{position:fixed;border-radius:50%;background:linear-gradient(to right,var(--primary),transparent);opacity:.1;filter:blur(50px);animation:float 10s ease-in-out infinite;pointer-events:none;z-index:0}.el-1{width:300px;height:300px;top:10%;right:-50px;animation-delay:0s}.el-2{width:200px;height:200px;bottom:20%;left:-50px;animation-delay:2s}.el-3{width:150px;height:150px;top:40%;left:10%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(10deg)}}@keyframes fade-down{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media(max-width:768px){h1{font-size:2.2rem}.glass-card{padding:1.4rem 1.6rem}.social-icon-inner{width:60px;height:60px}.coming-soon-title{font-size:1.8rem}.logo-container{width:90px;height:90px}}
