@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;min-height:100vh}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}img,svg{display:block;max-width:100%}#root{min-height:100vh}:root{--primary: #ffffff;--primary-light: #e5e5e5;--primary-dark: #1a1a1a;--accent: #808080;--accent-light: #a0a0a0;--bg-dark: #000000;--bg-gradient-1: #0a0a0a;--bg-gradient-2: #050505;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .8);--text-muted: rgba(255, 255, 255, .5)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--bg-dark);color:var(--text-primary);overflow:hidden}.coming-soon-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:radial-gradient(ellipse at 50% 0%,var(--bg-gradient-1) 0%,var(--bg-dark) 70%);overflow:hidden}.bg-shapes{position:absolute;inset:0;pointer-events:none;z-index:0}.shape{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4;will-change:transform}.shape-1{width:500px;height:500px;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);top:-150px;left:-150px}.shape-2{width:400px;height:400px;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);bottom:-100px;right:-100px}.shape-3{width:300px;height:300px;background:linear-gradient(135deg,#151515,#0a0a0a);top:50%;left:50%;transform:translate(-50%,-50%)}.shape-4{width:200px;height:200px;background:linear-gradient(135deg,#1f1f1f,#0f0f0f);top:15%;right:15%}.shape-5{width:350px;height:350px;background:linear-gradient(135deg,#1a1a1a 0%,transparent 100%);bottom:15%;left:5%}.particles{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.particle{position:absolute;width:4px;height:4px;background:#ffffff4d;border-radius:50%;bottom:-10px;animation:rise linear infinite}@keyframes rise{0%{transform:translateY(0) scale(1);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) scale(.5);opacity:0}}.content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem}.logo-container{position:relative;width:140px;height:140px;display:flex;align-items:center;justify-content:center;margin-bottom:3rem}.logo-ring{position:absolute;inset:0;border:2px solid transparent;border-radius:50%;background:linear-gradient(var(--bg-dark),var(--bg-dark)) padding-box,linear-gradient(135deg,#fff,gray,#e5e5e5) border-box;will-change:transform}.logo-ring-2{inset:-10px;opacity:.5;animation:spin 20s linear infinite reverse}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logo-image{position:absolute;width:100%;height:100%;border-radius:50%;object-fit:contain;padding:20px;z-index:1}.logo-text{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#fff,#e5e5e5,#fff);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.15em;animation:gradient-shift 3s ease infinite;position:relative;z-index:2}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.title{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem;overflow:hidden}.title-line{font-size:clamp(3rem,10vw,6rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;opacity:0;transform:translateY(50px)}.title-accent{background:linear-gradient(135deg,#fff,#e5e5e5,#fff);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 4s ease infinite}.subtitle{font-size:clamp(1rem,2.5vw,1.35rem);color:var(--text-secondary);max-width:550px;line-height:1.7;margin-bottom:3rem;font-weight:400}.loader{display:flex;gap:.75rem}.loader-dot{width:14px;height:14px;background:linear-gradient(135deg,#fff,gray);border-radius:50%;opacity:0;transform:scale(0);box-shadow:0 0 20px #ffffff4d;will-change:transform}.footer{position:absolute;bottom:0;left:0;right:0;padding:2rem;text-align:center;z-index:1}.footer p{font-size:.875rem;color:var(--text-muted);letter-spacing:.05em}@media(max-width:640px){.logo-container{width:110px;height:110px;margin-bottom:2rem}.logo-image{width:100px;height:100px;padding:8px}.logo-text{font-size:2rem}.logo-ring-2{inset:-8px}.loader-dot{width:12px;height:12px}.shape-1{width:300px;height:300px}.shape-2{width:250px;height:250px}.subtitle{margin-bottom:2rem}}::-webkit-scrollbar{display:none}html{scrollbar-width:none;-ms-overflow-style:none}
