@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@300;400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;background:#0a0a0f;color:#fff;cursor:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden;touch-action:manipulation}@media (max-width:768px){body{cursor:auto}}.app{background:linear-gradient(135deg,#0a0a0f,#1a1a2e 50%,#16213e);min-height:100vh;position:relative}.custom-cursor{background:radial-gradient(circle,#00f5ff 0,#0080ff 50%,#0000 70%);border-radius:50%;box-shadow:0 0 20px #00f5ff,0 0 40px #0080ff;height:20px;pointer-events:none;position:fixed;transition:transform .2s ease;width:20px;z-index:9999}@media (hover:none) and (pointer:coarse){.custom-cursor{display:none}}.background-container{height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:-1}.gradient-orbs{height:100%;position:absolute;width:100%}.orb{animation:float 20s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.6;position:absolute}.orb-1{animation-delay:0s;background:radial-gradient(circle,#00f5ff 0,#0080ff 70%,#0000);height:400px;left:10%;top:10%;width:400px}.orb-2{animation-delay:7s;background:radial-gradient(circle,#ff006e 0,#8338ec 70%,#0000);height:300px;right:10%;top:60%;width:300px}.orb-3{animation-delay:14s;background:radial-gradient(circle,#3a86ff 0,#06ffa5 70%,#0000);bottom:10%;height:500px;left:50%;transform:translateX(-50%);width:500px}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.neural-network{height:100%;opacity:.1;position:absolute;width:100%}.node{background:#00f5ff;border-radius:50%;box-shadow:0 0 6px #00f5ff;height:2px;position:absolute;width:2px}.node-0{animation:pulse 4s infinite;left:10%;top:20%}.node-1{animation:pulse 4s .8s infinite;left:80%;top:40%}.node-2{animation:pulse 4s 1.6s infinite;left:30%;top:70%}.node-3{animation:pulse 4s 2.4s infinite;left:60%;top:15%}.node-4{animation:pulse 4s 3.2s infinite;left:70%;top:85%}@keyframes pulse{0%,to{box-shadow:0 0 6px #00f5ff;opacity:.3;transform:scale(1)}50%{box-shadow:0 0 20px #00f5ff,0 0 40px #0080ff;opacity:1;transform:scale(1.5)}}.main-content{display:flex;flex-direction:column;min-height:100vh;position:relative;z-index:1}.header{left:2rem;position:absolute;top:2rem;z-index:10}.ai-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#00f5ff1a,#0080ff1a);border:1px solid #00f5ff4d;border-radius:50px;color:#00f5ff;display:inline-flex;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600;gap:.5rem;letter-spacing:2px;padding:.5rem 1rem}.ai-pulse{animation:pulse-dot 2s infinite;background:#00f5ff;border-radius:50%;height:8px;width:8px}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 0 #00f5ff;opacity:1}70%{box-shadow:0 0 0 10px #00f5ff00;opacity:.3}}.hero-section{align-items:center;display:flex;flex:1 1;justify-content:space-between;margin:0 auto;max-width:1400px;padding:2rem 4rem;width:100%}.hero-content{flex:1 1;max-width:600px;z-index:2}.title-container{margin-bottom:2rem;position:relative}.main-title{font-size:clamp(3rem,8vw,6rem);font-weight:900;line-height:.9;margin-bottom:1rem}.gradient-text{-webkit-text-fill-color:#0000;animation:gradient-shift 3s ease-in-out infinite;background:linear-gradient(135deg,#00f5ff,#0080ff 50%,#8338ec);-webkit-background-clip:text;background-clip:text;display:inline-block}@keyframes gradient-shift{0%,to{filter:hue-rotate(0deg)}50%{filter:hue-rotate(45deg)}}.subtitle{color:#fffc;font-size:clamp(1rem,3vw,1.5rem);font-weight:400;letter-spacing:3px;text-transform:uppercase}.title-decoration{position:absolute;right:-2rem;top:50%;transform:translateY(-50%)}.tech-line{animation:line-glow 2s infinite;background:linear-gradient(90deg,#0000,#00f5ff 50%,#0000);height:2px;width:100px}@keyframes line-glow{0%,to{opacity:.5}50%{box-shadow:0 0 20px #00f5ff;opacity:1}}.hologram-effect{animation:rotate 10s linear infinite;border:1px solid #00f5ff4d;border-radius:50%;height:60px;margin:1rem 0;position:relative;width:60px}.hologram-effect:before{animation:pulse 2s infinite;background:radial-gradient(circle,#00f5ff 0,#0000 70%);border-radius:50%;content:"";height:40%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:40%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-description{color:#ffffffb3;font-size:1.2rem;line-height:1.6;margin-bottom:3rem;max-width:500px}.cta-container{margin-bottom:4rem}.cta-button{background:linear-gradient(135deg,#00f5ff,#0080ff);border:none;border-radius:50px;box-shadow:0 10px 30px #00f5ff4d;color:#000;cursor:none;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;overflow:hidden;padding:1.2rem 3rem;position:relative;transition:all .3s ease}.cta-button:hover{box-shadow:0 20px 40px #00f5ff66;transform:translateY(-2px)}.button-text{position:relative;z-index:2}.button-glow{background:linear-gradient(135deg,#fff3,#0000);bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.cta-button:hover .button-glow{opacity:1}.button-particles{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.particle{background:#fffc;border-radius:50%;height:4px;opacity:0;position:absolute;width:4px}.cta-button:hover .particle{animation:particle-float 1s ease-out forwards}.particle-0{animation-delay:.1s;left:20%;top:20%}.particle-1{animation-delay:.2s;right:20%;top:30%}.particle-2{animation-delay:.3s;bottom:30%;left:30%}.particle-3{animation-delay:.4s;bottom:20%;right:30%}.particle-4{animation-delay:.5s;left:10%;top:50%}.particle-5{animation-delay:.6s;right:10%;top:50%}@keyframes particle-float{0%{opacity:0;transform:translateY(0)}50%{opacity:1}to{opacity:0;transform:translateY(-20px)}}.tech-stats{display:flex;gap:3rem}.stat-item{text-align:center}.stat-number{color:#00f5ff;font-family:JetBrains Mono,monospace;font-size:2rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:#fff9;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.hero-visual{align-items:center;display:flex;flex:1 1;height:600px;justify-content:center;position:relative}.floating-elements{height:100%;position:absolute;width:100%}.floating-card{align-items:center;animation:float-card 6s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #00f5ff4d;border-radius:12px;display:flex;flex-direction:column;gap:.5rem;height:80px;justify-content:center;position:absolute;width:120px}.card-1{animation-delay:0s;left:10%;top:10%}.card-2{animation-delay:2s;right:15%;top:20%}.card-3{animation-delay:4s;bottom:15%;left:20%}@keyframes float-card{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(2deg)}}.card-glow{background:linear-gradient(135deg,#00f5ff1a,#0080ff1a);border-radius:12px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.floating-card:hover .card-glow{opacity:1}.card-content{align-items:center;display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:2}.icon-ai,.icon-finance,.icon-growth{border-radius:50%;height:24px;position:relative;width:24px}.icon-ai{background:linear-gradient(135deg,#00f5ff,#0080ff)}.icon-finance{background:linear-gradient(135deg,#ff006e,#8338ec)}.icon-growth{background:linear-gradient(135deg,#3a86ff,#06ffa5)}.card-content span{color:#fffc;font-size:.75rem;font-weight:500;letter-spacing:1px;text-transform:uppercase}.central-hub{align-items:center;display:flex;justify-content:center;position:relative}.hub-rings{height:300px;width:300px}.hub-rings,.ring{position:absolute}.ring{animation:ring-rotate 20s linear infinite;border:1px solid #00f5ff4d;border-radius:50%}.ring-1{animation-duration:20s;height:100%;width:100%}.ring-2{animation-direction:reverse;animation-duration:15s;height:80%;left:10%;top:10%;width:80%}.ring-3{animation-duration:10s;height:60%;left:20%;top:20%;width:60%}@keyframes ring-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hub-core{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#00f5ff33,#0080ff33);display:flex;height:100px;justify-content:center;position:relative;width:100px}.core-pulse,.hub-core{border:2px solid #00f5ff;border-radius:50%}.core-pulse{animation:core-pulse 2s infinite;height:100%;position:absolute;width:100%}@keyframes core-pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.core-text{color:#00f5ff;font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:800;z-index:2}.footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #ffffff1a;padding:2rem 4rem;position:relative;z-index:2}.footer-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.footer-content p{color:#fff9;font-size:.9rem}.domain-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#00f5ff1a,#0080ff1a);border:1px solid #00f5ff4d;border-radius:25px;color:#00f5ff;font-family:JetBrains Mono,monospace;font-size:.8rem;padding:.5rem 1rem}@media (max-width:1200px){.hero-section{gap:3rem;padding:2rem 3rem}.main-title{font-size:clamp(4rem,7vw,5rem)}.hero-visual{height:500px}.orb-1{height:300px;width:300px}.orb-2{height:250px;width:250px}.orb-3{height:400px;width:400px}}@media (max-width:1024px){.hero-section{flex-direction:column;gap:3rem;padding:2rem;text-align:center}.hero-content{max-width:100%;order:1}.hero-visual{height:350px;margin-bottom:2rem;order:2}.tech-stats{justify-content:center;order:3}.main-title{font-size:clamp(3.5rem,6vw,4.5rem)}.title-decoration{display:none}.floating-card{height:75px;width:110px}.central-hub{transform:scale(.9)}.hub-rings{height:250px;width:250px}}@media (max-width:768px){.hero-section{gap:2rem;padding:1.5rem}.header{display:flex;justify-content:center;left:1rem;right:1rem;top:1rem}.ai-badge{font-size:.7rem;letter-spacing:1px;padding:.4rem .8rem}.main-title{font-size:clamp(2.5rem,8vw,3.5rem);line-height:1.1;margin-bottom:1.5rem}.subtitle{font-size:clamp(.9rem,3vw,1.2rem);letter-spacing:2px}.hero-description{font-size:1.1rem;line-height:1.5;margin-bottom:2rem;max-width:100%}.cta-button{display:block;font-size:1rem;margin:0 auto;max-width:300px;min-height:50px;padding:1rem 2.5rem;width:100%}.tech-stats{gap:1.5rem;margin-top:2rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.8rem}.floating-card{font-size:.7rem;height:60px;width:90px}.card-content span{font-size:.65rem}.icon-ai,.icon-finance,.icon-growth{height:18px;width:18px}.central-hub{transform:scale(.7)}.hub-rings{height:200px;width:200px}.hub-core{height:80px;width:80px}.core-text{font-size:1.2rem}.hero-visual{height:280px}.footer-content{flex-direction:column;gap:1rem;padding:1rem 0;text-align:center}.footer-content p{font-size:.8rem;line-height:1.4}.domain-badge{font-size:.75rem;padding:.4rem .8rem}.orb-1{height:200px;left:5%;top:5%;width:200px}.orb-2{height:150px;right:5%;top:70%;width:150px}.orb-3{bottom:5%;height:250px;left:50%;width:250px}}@media (max-width:640px){.hero-section{gap:1.5rem;padding:1rem}.main-title{font-size:clamp(2rem,7vw,2.8rem)}.hero-description{font-size:1rem;margin-bottom:1.5rem}.cta-button{font-size:.95rem;padding:.9rem 2rem}.tech-stats{flex-wrap:wrap;gap:1rem}.stat-item{flex:1 1;min-width:80px}.floating-card{height:50px;width:75px}.card-content span{font-size:.6rem}.icon-ai,.icon-finance,.icon-growth{height:16px;width:16px}.hero-visual{height:240px}}@media (max-width:480px){.hero-section{gap:1rem;padding:.75rem}.header{left:.5rem;right:.5rem;top:.5rem}.ai-badge{font-size:.65rem;padding:.3rem .6rem}.main-title{font-size:clamp(1.8rem,8vw,2.3rem);margin-bottom:1rem}.subtitle{font-size:clamp(.8rem,3vw,1rem);letter-spacing:1px}.hero-description{font-size:.9rem;line-height:1.4;margin-bottom:1.25rem}.cta-container{margin-bottom:2rem}.cta-button{font-size:.9rem;max-width:280px;min-height:48px;padding:.8rem 1.8rem;width:100%}.tech-stats{gap:.8rem;margin-top:1.5rem}.stat-number{font-size:1.3rem}.stat-label{font-size:.75rem}.hero-visual{height:200px}.central-hub{transform:scale(.6)}.floating-card{height:45px;width:65px}.card-content span{font-size:.55rem}.icon-ai,.icon-finance,.icon-growth{height:14px;width:14px}.footer{padding:1.5rem .75rem}.footer-content p{font-size:.75rem}.domain-badge{font-size:.7rem;padding:.35rem .7rem}.orb-1{height:150px;opacity:.4;width:150px}.orb-2{height:120px;opacity:.4;width:120px}.orb-3{height:180px;opacity:.4;width:180px}.neural-network{opacity:.05}}@media (max-width:360px){.main-title{font-size:clamp(1.6rem,9vw,2rem)}.cta-button,.hero-description{font-size:.85rem}.cta-button{max-width:260px;padding:.75rem 1.5rem}.tech-stats{gap:.6rem}.stat-number{font-size:1.1rem}.stat-label{font-size:.7rem}.hero-visual{height:160px}}@media (hover:none){.cta-button:active{transform:translateY(-1px) scale(.98);transition:transform .1s ease}.floating-card:active{transform:translateY(-2px) scale(1.05);transition:transform .1s ease}.cta-button{-webkit-tap-highlight-color:rgba(0,245,255,.3);cursor:pointer;transition:all .2s ease}.cta-button:focus{outline:2px solid #00f5ff;outline-offset:2px}.orb{animation-duration:30s}.node{animation-duration:6s}.ring{animation-duration:30s}.core-pulse{animation-duration:3s}@media (max-width:480px){.orb{opacity:.3}.node,.orb{animation:none}.node{opacity:.2}.ring{animation-duration:60s}.particle-4,.particle-5{display:none}}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.core-pulse,.node,.orb,.ring{animation:none!important}}@media (prefers-contrast:high){.cta-button{background:#000;border:2px solid #fff;color:#fff}.gradient-text{-webkit-text-fill-color:#fff;color:#fff}.ai-badge{background:#000;border:2px solid #fff}}@media (max-width:768px) and (orientation:landscape){.hero-section{align-items:center;flex-direction:row;gap:2rem;padding:1rem}.hero-content{flex:1 1;order:1}.hero-visual{flex:1 1;height:250px;order:2}.main-title{font-size:clamp(1.8rem,5vw,2.5rem)}.hero-description{font-size:.9rem;margin-bottom:1rem}.tech-stats{margin-top:1rem}}@media print{.background-container,.button-glow,.button-particles,.custom-cursor{display:none!important}.app{background:#fff!important}.app,.gradient-text{color:#000!important}.gradient-text{-webkit-text-fill-color:#000!important}}
/*# sourceMappingURL=main.95205723.css.map*/