@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{margin:0;padding:0;width:100%;height:100%;background:#0a0a0a}body{overflow:hidden;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}*{margin:0;padding:0;box-sizing:border-box}.container{min-height:100vh;min-height:100dvh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0a0a0a;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none}.background-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(255,140,8,.08) 0%,transparent 70%);pointer-events:none;animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.7}}.logo-container{transition:transform .1s cubic-bezier(.25,.46,.45,.94);margin-bottom:80px;cursor:default;will-change:transform}.logo-container.hovering{transition:transform .1s ease-out}.logo{position:relative;padding:30px 50px}.logo-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(60px,15vw,120px);font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,#ff8c08,#fff,#ff8c08);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative;z-index:2;background-size:200% 100%;animation:shimmer 3s linear infinite}.logo-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(ellipse at center,rgba(255,140,8,.2) 0%,transparent 70%);filter:blur(25px);z-index:1;opacity:.6;transition:opacity .5s ease}@keyframes shimmer{0%{background-position:200% center}to{background-position:-200% center}}.social-links{display:flex;gap:32px;flex-wrap:wrap;justify-content:center;padding:0 20px}.link{color:#ffffffb3;text-decoration:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(16px,3vw,22px);font-weight:500;position:relative;padding:8px 0;transition:color .3s ease,transform .2s ease;animation:fadeInUp .6s ease-out backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#ff8c08,#f60);transition:width .3s ease}.link:hover{color:#ff8c08;transform:translateY(-2px)}.link:hover:after{width:100%}@media(max-width:768px){.logo-container{margin-bottom:60px}.social-links{gap:20px}.background-glow{width:400px;height:400px}}@media(max-width:480px){.logo-container{margin-bottom:50px}.social-links{gap:16px}.logo{padding:20px 30px}.background-glow{width:300px;height:300px}}@supports (padding: max(0px)){.container{padding-bottom:max(20px,env(safe-area-inset-bottom))}}
