:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#000;overflow-x:hidden}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{color:#fff;font-weight:700}p{color:#ccc;line-height:1.6}a{color:inherit;text-decoration:none}ul,ol{list-style:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1c1c1c}::-webkit-scrollbar-thumb{background:#555;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#777}::selection{background:#fff3;color:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger{width:25px;height:2px;background:#fff;position:relative;transition:all .3s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;width:25px;height:2px;background:#fff;transition:all .3s ease}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hamburger.open{background:transparent}.hamburger.open:before{transform:rotate(45deg) translate(5px,6px)}.hamburger.open:after{transform:rotate(-45deg) translate(5px,-6px)}*{box-sizing:border-box}.app{min-height:100vh;background-color:#000;color:#fff;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0a0a0ff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.logo{font-size:1.8rem;font-weight:800;letter-spacing:2px;color:#fff;text-shadow:0 0 20px rgba(255,255,255,.3);margin:0}.logo-img{height:36px;width:auto;display:block}.nav-menu{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative}.nav-link:hover{color:#bbb;text-shadow:0 0 10px rgba(255,255,255,.5)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-link:hover:after{width:100%}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;padding:0 2rem}.hero-content{max-width:800px;z-index:1}.hero-title-main{display:block;font-size:clamp(3rem,8vw,6rem);font-weight:900;letter-spacing:4px;color:#fff;text-shadow:0 0 30px rgba(255,255,255,.4);margin-bottom:.5rem;animation:glow-white 2s ease-in-out infinite alternate}.hero-title-sub{display:block;font-size:clamp(1.2rem,3vw,2rem);font-weight:300;color:#ccc;margin-bottom:2rem;letter-spacing:2px}.hero-description{font-size:1.2rem;line-height:1.6;color:#bbb;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#fff;color:#000;border:1px solid #ffffff;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 10px 30px #fff3}.btn-primary:hover{transform:translateY(-3px);background:#000;color:#fff;box-shadow:0 15px 40px #ffffff4d}.btn-secondary{background:transparent;color:#fff;border:2px solid #ffffff;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-secondary:hover{background:#fff;color:#000;transform:translateY(-3px);box-shadow:0 15px 40px #fff3}.hero-visual{position:absolute;top:50%;right:10%;transform:translateY(-50%);z-index:1}.floating-elements{position:relative;width:300px;height:300px}.floating-cube{position:absolute;width:40px;height:40px;background:linear-gradient(45deg,#00f5ff4d,#ff00ff4d);border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cube-1{top:20%;left:10%;animation:float 6s ease-in-out infinite}.cube-2{top:60%;right:20%;animation:float 6s ease-in-out infinite 2s}.cube-3{bottom:10%;left:50%;animation:float 6s ease-in-out infinite 4s}.section-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;text-align:center;margin-bottom:4rem;color:#fff;text-shadow:0 0 25px rgba(255,255,255,.3)}.about{padding:8rem 0;background:#0a0a0a}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text{font-size:1.1rem;line-height:1.8;color:#ccc;margin-bottom:2rem}.about-stats{display:flex;gap:2rem;margin-top:3rem}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.5rem}.stat-label{color:#888;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.tech-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:1rem;text-align:center;border-radius:10px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tech-item:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-5px)}.contact{padding:8rem 0}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h3{font-size:2rem;margin-bottom:1.5rem;color:#fff}.contact-info p{font-size:1.1rem;line-height:1.6;color:#ccc;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1rem}.contact-method{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:10px;border:1px solid rgba(255,255,255,.1)}.contact-icon{font-size:1.5rem}.contact-form{background:#ffffff0d;padding:2rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-group{margin-bottom:1.5rem}.form-input,.form-textarea{width:100%;padding:1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;font-size:1rem;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#fff;background:#ffffff26;box-shadow:0 0 20px #fff3}.form-input::placeholder,.form-textarea::placeholder{color:#888}.form-textarea{resize:vertical;min-height:120px}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 0;background:#0a0a0a}.not-found-content{text-align:center;max-width:600px;margin:0 auto}.not-found-title{font-size:clamp(6rem,15vw,12rem);font-weight:900;color:#fff;text-shadow:0 0 40px rgba(255,255,255,.4);margin-bottom:1rem;line-height:1;animation:glow-white 2s ease-in-out infinite alternate}.not-found-subtitle{font-size:clamp(1.8rem,4vw,3rem);font-weight:700;color:#fff;margin-bottom:1.5rem;text-shadow:0 0 20px rgba(255,255,255,.3)}.not-found-message{font-size:1.1rem;line-height:1.6;color:#ccc;margin-bottom:3rem;max-width:400px;margin-left:auto;margin-right:auto}.not-found-btn{margin:0 auto;display:inline-block}@media (max-width: 480px){.not-found{padding:1rem 0}.not-found-message{font-size:1rem;margin-bottom:2rem}.not-found-btn{width:100%;max-width:280px}}.footer{background:#0a0a0ff2;border-top:1px solid rgba(255,255,255,.1);padding:2rem 0 1rem}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;width:100%}.footer-column{display:flex;flex-direction:column;flex:1;margin-right:2rem}.footer-column:first-child{flex:2;max-width:300px}.footer-column:last-child{margin-right:0}.footer-column h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem;margin-top:0}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.75rem}.footer-column a{color:#ccc;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-column a:hover{color:#fff}.footer-logo{font-size:1.8rem;font-weight:800;color:#fff;text-shadow:0 0 15px rgba(255,255,255,.2);margin:0 0 1rem}.footer-description{color:#aaa;font-size:.9rem;line-height:1.5;margin:0;max-width:280px}.social-links{list-style:none;padding:0;margin:0}.social-link{color:#ccc;text-decoration:none;transition:color .3s ease;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem}.social-link svg{width:18px;height:18px;flex-shrink:0}.social-link:hover{color:#fff}.footer-bottom{text-align:center;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);color:#888}@keyframes glow{0%{text-shadow:0 0 20px rgba(0,245,255,.3)}to{text-shadow:0 0 30px rgba(0,245,255,.6),0 0 40px rgba(255,0,255,.4)}}@keyframes glow-white{0%{text-shadow:0 0 30px rgba(255,255,255,.4)}to{text-shadow:0 0 40px rgba(255,255,255,.6),0 0 60px rgba(255,255,255,.3)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@media (max-width: 1024px){.container{padding:0 1.5rem}.about{padding:6rem 0}.about-grid{gap:3rem}.tech-grid{grid-template-columns:repeat(3,1fr);gap:.8rem}.tech-item{padding:.8rem;font-size:.9rem}.about-stats{gap:1.5rem}.stat-number{font-size:2.2rem}}@media (max-width: 768px){.menu-toggle{display:block}.nav-menu{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#0a0a0ffa;padding:2rem;gap:1.5rem}.nav-menu.open{display:flex}.container{padding:0 1rem}.hero{padding:2rem 1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-visual{display:none}.about{padding:5rem 0}.about-grid,.contact-content{grid-template-columns:1fr;gap:2.5rem}.about-text{font-size:1rem;line-height:1.7}.about-stats{justify-content:center;gap:1.5rem}.stat-number{font-size:2rem}.stat-label{font-size:.8rem}.tech-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.tech-item{padding:1rem .5rem;font-size:.85rem}.footer-content{flex-direction:column;gap:2rem;text-align:center}.footer-column{align-items:center;margin-right:0}.footer-description{max-width:none;text-align:center}.social-links{justify-content:center;align-items:center}}@media (max-width: 480px){.container{padding:0 .8rem}.nav{padding:1rem}.section-title{font-size:clamp(2rem,7vw,3rem);margin-bottom:2.5rem}.about{padding:4rem 0}.about-grid{gap:2rem}.about-text{font-size:.95rem;margin-bottom:1.5rem}.about-stats{flex-direction:column;gap:1.5rem;align-items:center;margin-top:2rem}.stat{width:100%;max-width:200px}.stat-number{font-size:1.8rem}.stat-label{font-size:.75rem}.tech-grid{grid-template-columns:1fr;gap:.8rem}.tech-item{padding:1rem;font-size:.9rem}.btn-primary,.btn-secondary{padding:.8rem 1.5rem;font-size:1rem;width:100%;max-width:280px}.footer-content{gap:1.5rem}.footer-column h4{font-size:1rem}.footer-description{font-size:.85rem}}@media (max-width: 360px){.container{padding:0 .5rem}.section-title{font-size:clamp(1.8rem,8vw,2.5rem);margin-bottom:2rem}.about{padding:3rem 0}.about-text{font-size:.9rem}.about-stats{margin-top:1.5rem}.stat-number{font-size:1.6rem}.tech-item{padding:.8rem;font-size:.85rem}.btn-primary,.btn-secondary{padding:.7rem 1.2rem;font-size:.9rem}}
