body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.main-layout{display:flex;flex-direction:column;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000e6;border-bottom:1px solid #ffffff1a;box-shadow:0 4px 20px #0000004d;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header .container{justify-content:space-between;padding:10px 20px}.header .container,.logo{align-items:center;display:flex}.logo{gap:12px}.logo-icon{animation:twinkle 2s ease-in-out infinite alternate;filter:brightness(0) invert(1);height:70px;object-fit:contain;transform:translateY(2px);width:70px}@keyframes twinkle{0%{transform:translateY(2px) scale(1) rotate(0deg)}to{transform:translateY(2px) scale(1.05) rotate(2deg)}}.logo-text h2{color:#00d4ff;font-size:1.8rem;font-weight:700;margin:0;text-shadow:0 0 10px #00d4ff80}.logo-subtitle{color:#888;font-size:.8rem;font-weight:300;letter-spacing:1px}.nav{display:flex;gap:30px}.nav-link{border-radius:6px;color:#fff;font-weight:500;padding:8px 16px;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:#00d4ff1a;color:#00d4ff;text-shadow:0 0 8px #00d4ff99}.nav-link:after{background:linear-gradient(90deg,#00d4ff,#09c);border-radius:1px;bottom:-2px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.nav-link:hover:after{width:80%}.main-content{flex:1 1}.footer{background:linear-gradient(135deg,#0a0a0a,#1a1a2e);border-top:1px solid #00d4ff33;color:#a0aec0;margin-top:auto;padding:40px 0 20px}.footer-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:30px}.footer-disclaimer{background:#ffffff0a;border:1px dashed #ffffff26;border-radius:8px;color:#8a8f98;font-size:.85rem;line-height:1.6;margin-bottom:10px;margin-top:10px;padding:12px 16px}.footer-section h3{color:#00d4ff;font-size:1.2rem;margin-bottom:15px}.footer-section h4{color:#fff;font-size:1rem;margin-bottom:10px}.footer-section p{font-size:.9rem;line-height:1.6;margin:5px 0}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:20px;text-align:center}.footer-bottom p{color:#8a8f98;font-size:.9rem;margin:0}.footer-bottom a{border-bottom:1px dotted #8a8f9899;color:#8a8f98;text-decoration:none}.footer-bottom a:hover{border-bottom-color:#00d4ff99;color:#00d4ff}.footer-section a{border-bottom:1px dotted #0000;color:#a0aec0;text-decoration:none;transition:color .2s ease,border-bottom-color .2s ease}.footer-section a:hover{border-bottom-color:#00d4ff99;color:#00d4ff}@media (max-width:768px){.header .container{flex-direction:column;gap:15px}.nav{gap:20px}.nav-link{font-size:.9rem}}.homepage{background:linear-gradient(135deg,#0a0a0a,#1a1a2e)}.hero,.homepage{min-height:100vh}.hero{align-items:center;background:linear-gradient(135deg,#0a0a0a,#1a1a2e 50%,#16213e);display:flex}.hero,.stars{overflow:hidden}.stars{animation:sparkle 20s linear infinite;background-image:radial-gradient(3px 3px at 20px 30px,#fff,#0000),radial-gradient(3px 3px at 40px 70px,#fff,#0000),radial-gradient(2px 2px at 90px 40px,#fff,#0000),radial-gradient(2px 2px at 130px 80px,#fff,#0000),radial-gradient(3px 3px at 160px 30px,#fff,#0000),radial-gradient(2px 2px at 200px 60px,#fff,#0000),radial-gradient(3px 3px at 240px 90px,#fff,#0000),radial-gradient(2px 2px at 280px 20px,#fff,#0000),radial-gradient(3px 3px at 320px 50px,#fff,#0000),radial-gradient(2px 2px at 360px 80px,#fff,#0000),radial-gradient(2px 2px at 50px 10px,#fff,#0000),radial-gradient(3px 3px at 80px 50px,#fff,#0000),radial-gradient(2px 2px at 120px 20px,#fff,#0000),radial-gradient(3px 3px at 150px 80px,#fff,#0000),radial-gradient(2px 2px at 180px 40px,#fff,#0000),radial-gradient(3px 3px at 220px 10px,#fff,#0000),radial-gradient(2px 2px at 260px 70px,#fff,#0000),radial-gradient(3px 3px at 300px 30px,#fff,#0000),radial-gradient(2px 2px at 340px 90px,#fff,#0000),radial-gradient(3px 3px at 380px 15px,#fff,#0000);background-repeat:repeat;background-size:400px 120px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}@keyframes sparkle{0%{transform:translateY(0)}to{transform:translateY(-120px)}}.hero:before{animation:meteor 4s linear infinite;background:linear-gradient(90deg,#0000,#ffffff1a 20%,#ffffff4d 40%,#fff9 60%,#fffc 80%,#fff);height:2px;width:100px}.hero:after,.hero:before{border-radius:1px;content:"";left:0;pointer-events:none;position:absolute;top:0;transform:rotate(45deg);transform-origin:left center;z-index:2}.hero:after{animation:meteor2 5s linear 3s infinite;background:linear-gradient(90deg,#0000,#00d4ff1a 20%,#00d4ff4d 40%,#00d4ff99 60%,#00d4ffcc 80%,#00d4ff);height:1.5px;width:80px}@keyframes meteor{0%{opacity:0;transform:translateX(-200px) translateY(-200px) rotate(45deg)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateX(calc(100vw + 200px)) translateY(calc(100vh + 200px)) rotate(45deg)}}@keyframes meteor2{0%{opacity:0;transform:translateX(-300px) translateY(-100px) rotate(45deg)}15%{opacity:1}85%{opacity:1}to{opacity:0;transform:translateX(calc(100vw + 300px)) translateY(calc(100vh + 100px)) rotate(45deg)}}.hero{position:relative}.hero .meteor3{animation:meteor3 6s linear 6s infinite;background:linear-gradient(90deg,#0000,#ffff001a 20%,#ffff004d 40%,#ff09 60%,#ff0c 80%,#ff0);border-radius:1px;height:1px;left:0;pointer-events:none;position:absolute;top:0;transform:rotate(45deg);transform-origin:left center;width:60px;z-index:2}@keyframes meteor3{0%{opacity:0;transform:translateX(-400px) translateY(-300px) rotate(45deg)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:translateX(calc(100vw + 400px)) translateY(calc(100vh + 300px)) rotate(45deg)}}.hero .nebula1{animation:nebula-drift1 25s ease-in-out infinite;background:radial-gradient(ellipse at center,#00d4ff4d 0,#00d4ff33 20%,#00d4ff1a 40%,#00d4ff0d 60%,#00d4ff05 80%,#0000 100%);height:200px;right:15%;top:10%;width:300px}.hero .nebula1,.hero .nebula2{border-radius:50%;filter:blur(1px);pointer-events:none;position:absolute;z-index:2}.hero .nebula2{animation:nebula-drift2 30s ease-in-out 5s infinite;background:radial-gradient(ellipse at center,#ff009640 0,#ff009626 20%,#ff009614 40%,#ff00960a 60%,#ff009605 80%,#0000 100%);height:150px;left:10%;top:60%;width:250px}.hero .nebula3{animation:nebula-drift3 20s ease-in-out 10s infinite;background:radial-gradient(ellipse at center,#64ff6433 0,#64ff641f 20%,#64ff640f 40%,#64ff6408 60%,#64ff6403 80%,#0000 100%);border-radius:50%;filter:blur(1px);height:120px;left:50%;pointer-events:none;position:absolute;top:30%;width:200px;z-index:2}@keyframes nebula-drift1{0%,to{opacity:.6;transform:translate(0) scale(1) rotate(0deg)}33%{opacity:.8;transform:translate(-30px,-20px) scale(1.1) rotate(120deg)}66%{opacity:.7;transform:translate(20px,-40px) scale(.9) rotate(240deg)}}@keyframes nebula-drift2{0%,to{opacity:.5;transform:translate(0) scale(1) rotate(0deg)}50%{opacity:.8;transform:translate(40px,30px) scale(1.2) rotate(180deg)}}@keyframes nebula-drift3{0%,to{opacity:.5;transform:translate(0) scale(1) rotate(0deg)}25%{opacity:.7;transform:translate(-20px,20px) scale(.8) rotate(90deg)}75%{opacity:.6;transform:translate(30px,-10px) scale(1.1) rotate(270deg)}}.hero .container{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;position:relative;z-index:10}.hero-content{color:#fff}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:20px}.title-line{-webkit-text-fill-color:#0000;animation:glow 3s ease-in-out infinite alternate;background:linear-gradient(135deg,#00d4ff,#09c,#fff);-webkit-background-clip:text;background-clip:text;display:block}@keyframes glow{0%{text-shadow:0 0 20px #00d4ff80}to{text-shadow:0 0 30px #00d4ffcc,0 0 40px #09c9}}.hero-subtitle{color:#00d4ff;font-size:1.3rem;font-weight:300;letter-spacing:1px;margin-bottom:20px}.hero-description{color:#ccc;font-size:1.1rem;line-height:1.8;margin-bottom:40px;max-width:500px}.hero-actions{display:flex;flex-wrap:wrap;gap:20px}.btn-outline,.btn-primary,.btn-secondary{border-radius:8px;font-weight:500;letter-spacing:0;text-transform:none}.btn-primary{overflow:hidden;position:relative}.btn-primary:hover .btn-glow{left:100%}.btn-secondary:hover{box-shadow:0 10px 30px #00d4ff4d}.btn-outline:hover{transform:translateY(-2px)}.equipment-showcase,.hero-visual{align-items:center;display:flex;justify-content:center}.equipment-showcase{animation:float 6s ease-in-out infinite;position:relative}.equipment-image{filter:drop-shadow(0 20px 40px rgba(0,0,0,.6));height:auto;max-height:500px;max-width:100%;object-fit:contain;transform:scale(1.4) translateY(-80px);transition:all .3s ease}.equipment-image:hover{filter:drop-shadow(0 25px 50px rgba(0,212,255,.3));transform:scale(1.45) translateY(-80px)}.features{background:linear-gradient(135deg,#0a0a0a,#1a1a2e);padding:80px 0}.features-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border:1px solid #00d4ff33;border-radius:20px;color:#fff;padding:40px 30px;text-align:center;transition:all .3s ease}.feature-card:hover{background:#00000080;border-color:#00d4ff80;box-shadow:0 20px 40px #00d4ff1a;transform:translateY(-10px)}.feature-icon{color:#fff;font-size:2.5rem;margin-bottom:20px}.feature-card h3{color:#00d4ff;font-size:1.5rem;margin-bottom:15px}.feature-card p{color:#ccc;font-size:.95rem;line-height:1.6}.product-showcase{background:linear-gradient(135deg,#16213e,#0a0a0a);padding:80px 0}.showcase-content{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.showcase-text{color:#fff}.showcase-title{color:#00d4ff;font-size:2.5rem;font-weight:700;margin-bottom:15px}.showcase-subtitle{color:#ccc;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.feature-list{list-style:none;margin-bottom:40px;padding:0}.feature-list li{color:#fff;font-size:1rem;padding:8px 0 8px 25px;position:relative}.feature-list li:before{color:#00d4ff;content:"✓";font-size:1.1rem;font-weight:700;left:0;position:absolute}.showcase-visual{align-items:center;display:flex;justify-content:center}.product-image{border-radius:12px;filter:drop-shadow(0 0 20px rgba(0,212,255,.4)) drop-shadow(0 0 40px rgba(0,212,255,.2)) drop-shadow(0 0 60px rgba(0,212,255,.1));height:auto;max-width:70%;transition:transform .3s ease,filter .3s ease}.product-image:hover{filter:drop-shadow(0 0 25px rgba(0,212,255,.5)) drop-shadow(0 0 50px rgba(0,212,255,.3)) drop-shadow(0 0 80px rgba(0,212,255,.2));transform:translateY(-5px) scale(1.02)}@media (max-width:768px){.hero .container{gap:40px;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-actions{justify-content:center}.equipment-image{max-height:350px;transform:scale(1.2) translateY(-70px)}.section-title{font-size:2rem}.features-grid{gap:30px;grid-template-columns:1fr}.showcase-content{gap:40px;grid-template-columns:1fr;text-align:center}.showcase-title{font-size:2rem}.product-image{margin:0 auto;max-width:60%}.btn-outline,.btn-primary,.btn-secondary{font-size:.9rem;padding:12px 25px}}@media (max-width:480px){.hero-title{font-size:2rem}.telescope-device{height:120px;width:120px}.features-grid{grid-template-columns:1fr}.feature-card{padding:30px 20px}}@media (prefers-reduced-motion:reduce){.hero:after,.hero:before,.stars,.stars:after,.stars:before{animation:none}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.stars:after,.stars:before{background-size:400px 80px}}.products-page{background:linear-gradient(135deg,#0a0a0a,#1a1a2e);min-height:100vh}.products-hero{background:linear-gradient(135deg,#16213e,#0a0a0a);padding:120px 0 80px;text-align:center}.product-detail{padding:80px 0}.product-content{grid-gap:80px;align-items:start;display:grid;gap:80px;grid-template-columns:1fr 1fr}.product-gallery{position:-webkit-sticky;position:sticky;top:120px}.main-image{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #00d4ff33;border-radius:20px;display:flex;justify-content:center;margin-bottom:20px;min-height:400px;padding:40px;perspective:1000px}.product-image{animation:product-sway 10s ease-in-out infinite;display:block;height:400px;max-width:100%;object-fit:contain;transform-style:preserve-3d;width:auto;will-change:transform}@keyframes product-sway{0%{transform:rotateY(-14deg) rotateX(1deg)}50%{transform:rotateY(14deg) rotateX(-1deg)}to{transform:rotateY(-14deg) rotateX(1deg)}}.product-image:hover{animation-play-state:paused}.product-3d-mockup{align-items:center;display:flex;height:400px;justify-content:center;perspective:1000px;width:100%}.mount-system{animation:rotate 20s linear infinite;height:300px;position:relative;transform-style:preserve-3d;width:200px}@keyframes rotate{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}.base-plate{background:linear-gradient(135deg,#444,#666);bottom:0;box-shadow:0 10px 30px #00000080;height:20px;width:120px}.base-plate,.ra-axis{border-radius:10px;left:50%;position:absolute;transform:translateX(-50%)}.ra-axis{background:linear-gradient(180deg,#555,#777);bottom:20px;height:80px;width:20px}.dec-axis{background:linear-gradient(90deg,#555,#777);border-radius:10px;height:20px;top:100px;width:60px}.dec-axis,.telescope-tube{left:50%;position:absolute;transform:translateX(-50%)}.telescope-tube{background:linear-gradient(180deg,#333,#555);border-radius:20px;box-shadow:0 10px 30px #00000080;height:120px;top:60px;width:40px}.counterweight{background:linear-gradient(180deg,#666,#888);border-radius:15px;bottom:100px;height:60px;position:absolute;right:20px;width:30px}.image-thumbnails{display:flex;gap:15px;justify-content:center}.thumbnail{background:#ffffff1a;border:2px solid #0000;border-radius:10px;cursor:pointer;height:80px;overflow:hidden;padding:0;transition:all .3s ease;width:80px}.thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.thumbnail.active,.thumbnail:hover{background:#00d4ff1a;border-color:#00d4ff}.product-info{color:#fff}.product-name{color:#00d4ff;font-size:2.5rem;font-weight:700;margin-bottom:10px}.product-tagline{color:#ccc;font-size:1.2rem;margin-bottom:30px}.product-description{margin-bottom:40px}.product-description p{color:#ddd;font-size:1.1rem;line-height:1.8}.specifications{margin-bottom:40px}.specifications h3{color:#00d4ff;font-size:1.5rem;margin-bottom:20px}.spec-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.spec-item{background:#ffffff0d;border:1px solid #00d4ff33;border-radius:10px;display:flex;justify-content:space-between;padding:15px}.spec-label{color:#ccc;font-weight:500}.spec-value{color:#00d4ff;font-weight:600}.features-list{margin-bottom:40px}.features-list h3{color:#00d4ff;font-size:1.5rem;margin-bottom:20px}.features-list ul{list-style:none;padding:0}.features-list li{border-bottom:1px solid #ffffff1a;color:#ddd;padding:10px 0 10px 30px;position:relative}.features-list li:before{color:#00d4ff;content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute}.product-actions{display:flex;flex-wrap:wrap;gap:20px}.coming-soon{background:linear-gradient(135deg,#16213e,#0a0a0a);padding:80px 0;text-align:center}.coming-soon h2{color:#00d4ff;font-size:2.5rem;margin-bottom:50px}.upcoming-products{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.upcoming-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #00d4ff33;border-radius:20px;color:#fff;padding:40px 30px;transition:all .3s ease}.upcoming-item:hover{border-color:#00d4ff80;box-shadow:0 20px 40px #00d4ff1a;transform:translateY(-10px)}.upcoming-icon{font-size:3rem;margin-bottom:20px}.upcoming-item h3{color:#00d4ff;font-size:1.5rem;margin-bottom:15px}.upcoming-item p{color:#ccc;line-height:1.6}@media (max-width:768px){.product-content{gap:40px;grid-template-columns:1fr}.product-gallery{position:static}.page-title{font-size:2.5rem}.product-name{font-size:2rem}.product-actions{flex-direction:column}.btn-outline,.btn-primary,.btn-secondary{width:100%}}.about-page{background:linear-gradient(135deg,#0a0a0a,#1a1a2e);min-height:100vh}.about-hero{background:linear-gradient(135deg,#16213e,#0a0a0a);padding:120px 0 80px;text-align:center}.our-story{padding:80px 0}.story-content{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.story-text{color:#fff}.story-text h2{color:#00d4ff;font-size:2.5rem;margin-bottom:30px}.story-text p{color:#ddd;font-size:1.1rem;line-height:1.8;margin-bottom:20px}.timeline{padding-left:30px;position:relative}.timeline:before{background:linear-gradient(180deg,#00d4ff,#09c);bottom:0;content:"";left:14px;position:absolute;top:6px;width:2px}.timeline-item{margin-bottom:40px;padding-left:30px;position:relative}.timeline-dot{background:#00d4ff;border-radius:50%;box-shadow:0 0 10px #00d4ff99;height:12px;left:-22px;position:absolute;top:5px;width:12px}.timeline-content h3{color:#00d4ff;font-size:1.5rem;margin-bottom:10px}.timeline-content p{color:#ccc;font-size:1rem}.our-mission{background:linear-gradient(135deg,#16213e,#0a0a0a);padding:80px 0}.mission-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.mission-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #00d4ff33;border-radius:20px;color:#fff;padding:40px 30px;text-align:center;transition:all .3s ease}.mission-card:hover{border-color:#00d4ff80;box-shadow:0 20px 40px #00d4ff1a;transform:translateY(-10px)}.mission-icon{animation:float 3s ease-in-out infinite;font-size:3rem;margin-bottom:20px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.mission-card h3{color:#00d4ff;font-size:1.5rem;margin-bottom:15px}.mission-card p{color:#ccc;line-height:1.6}.our-team{padding:80px 0}.team-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.team-member{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #00d4ff33;border-radius:20px;color:#fff;padding:40px 30px;text-align:center;transition:all .3s ease}.team-member:hover{border-color:#00d4ff80;box-shadow:0 20px 40px #00d4ff1a;transform:translateY(-10px)}.member-avatar{align-items:center;background:linear-gradient(135deg,#00d4ff,#09c);border-radius:50%;box-shadow:0 10px 30px #00d4ff4d;display:flex;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.avatar-placeholder{font-size:2rem}.team-member h3{color:#00d4ff;font-size:1.5rem;margin-bottom:15px}.team-member p{color:#ccc;line-height:1.6}.open-source{background:linear-gradient(135deg,#16213e,#0a0a0a);padding:80px 0}.opensource-content{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.opensource-text{color:#fff}.opensource-text h2{color:#00d4ff;font-size:2.5rem;margin-bottom:30px}.opensource-text p{color:#ddd;font-size:1.1rem;line-height:1.8;margin-bottom:40px}.opensource-stats{display:flex;gap:40px;margin-bottom:40px}.stat-number{font-size:2.5rem}.btn-primary{border:none;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:1px;padding:15px 30px;text-transform:uppercase;transition:all .3s ease}.opensource-visual{align-items:center;display:flex;justify-content:center}.code-animation{background:#000c;border:1px solid #00d4ff4d;border-radius:10px;height:200px;overflow:hidden;padding:20px;position:relative;width:300px}.code-line{animation:typewriter 2s ease-in-out infinite;background:linear-gradient(90deg,#00d4ff,#0000);border-radius:2px;height:4px;margin-bottom:15px}.code-line:first-child{animation-delay:0s;width:80%}.code-line:nth-child(2){animation-delay:.5s;width:60%}.code-line:nth-child(3){animation-delay:1s;width:90%}.code-line:nth-child(4){animation-delay:1.5s;width:70%}.code-line:nth-child(5){animation-delay:2s;width:85%}@keyframes typewriter{0%{width:0}50%{width:80%;width:var(--width,80%)}to{width:80%;width:var(--width,80%)}}@media (max-width:768px){.opensource-content,.story-content{gap:40px;grid-template-columns:1fr}.opensource-stats{flex-direction:column;gap:20px}.page-title{font-size:2.5rem}.section-title{font-size:2rem}.mission-grid,.team-grid{grid-template-columns:1fr}}.contact-merged{padding:80px 0 120px}.contact-merged .contact-grid{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr}.contact-merged .contact-faq>h2,.contact-merged .contact-info>h3{color:#00d4ff;font-size:1.8rem;font-weight:700;margin-bottom:24px}.contact-merged .business-hours h4,.contact-merged .faq-item h4,.contact-merged .method-content h4{color:#00d4ff;font-size:1.1rem;margin-bottom:10px}.contact-merged .business-hours,.contact-merged .contact-method,.contact-merged .faq-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #00d4ff33;border-radius:15px}.contact-merged .container{padding-bottom:20px}@media (max-width:768px){.contact-merged .contact-grid{gap:40px;grid-template-columns:1fr}.contact-merged .contact-faq>h2,.contact-merged .contact-info>h3{font-size:1.5rem}}.contact-page{background:linear-gradient(135deg,#0a0a0a,#1a1a2e);min-height:100vh}.contact-hero{background:linear-gradient(135deg,#16213e,#0a0a0a);padding:120px 0 80px;text-align:center}.contact-content{padding:80px 0}.contact-grid{grid-gap:80px;align-items:start;display:grid;gap:80px;grid-template-columns:1fr 1fr}.contact-info{color:#fff}.contact-faq h2,.contact-info h2{color:#00d4ff;font-size:2.5rem;font-weight:700;margin-bottom:40px}.contact-methods{margin-bottom:50px}.contact-method{align-items:center;background:#ffffff0d;border:1px solid #00d4ff33;border-radius:15px;display:flex;gap:20px;margin-bottom:30px;padding:20px;transition:all .3s ease}.contact-method:hover{border-color:#00d4ff80;box-shadow:0 10px 30px #00d4ff1a}.method-icon{align-items:center;background:linear-gradient(135deg,#00d4ff,#09c);border-radius:50%;display:flex;flex-shrink:0;font-size:2rem;height:60px;justify-content:center;width:60px}.method-content h3{color:#00d4ff;font-size:1.2rem;margin-bottom:5px}.method-content p{color:#fff;font-weight:600;margin-bottom:5px}.method-content span{color:#ccc;font-size:.9rem}.business-hours{background:#ffffff0d;border:1px solid #00d4ff33;border-radius:15px;padding:30px}.business-hours h3{color:#00d4ff;font-size:1.5rem;margin-bottom:20px}.hours-list{display:flex;flex-direction:column;gap:15px}.hour-item{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:10px 0}.hour-item:last-child{border-bottom:none}.hour-item span:first-child{color:#ccc}.hour-item span:last-child{color:#00d4ff;font-weight:600}.contact-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #00d4ff33;border-radius:20px;padding:40px}.contact-form h2{color:#00d4ff;font-size:2rem;margin-bottom:30px;text-align:center}.form{gap:25px}.form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#00d4ff;font-size:1rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:#00000080;border:2px solid #00d4ff4d;border-radius:10px;color:#fff;font-size:1rem;padding:15px;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#00d4ff;box-shadow:0 0 20px #00d4ff4d;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#666}.form-group select option{background:#1a1a2e;color:#fff}.btn-submit{background:linear-gradient(135deg,#00d4ff,#09c);border:none;border-radius:50px;box-shadow:0 10px 30px #00d4ff4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:1px;overflow:hidden;padding:15px 30px;position:relative;text-transform:uppercase;transition:all .3s ease}.btn-submit:hover{box-shadow:0 15px 40px #00d4ff80;transform:translateY(-3px)}.btn-glow{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.btn-submit:hover .btn-glow{left:100%}.faq-section{background:linear-gradient(135deg,#16213e,#0a0a0a);padding:80px 0}.faq-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.faq-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #00d4ff33;border-radius:15px;color:#fff;padding:30px;transition:all .3s ease}.faq-item:hover{border-color:#00d4ff80;box-shadow:0 15px 30px #00d4ff1a;transform:translateY(-5px)}.faq-item h3{color:#00d4ff;font-size:1.3rem;margin-bottom:15px}.faq-item p{color:#ccc;line-height:1.6}.contact-faq h2{color:#00d4ff;font-size:2.5rem;margin-bottom:40px}@media (max-width:768px){.contact-grid{gap:40px;grid-template-columns:1fr}.page-title{font-size:2.5rem}.contact-form h2,.contact-info h2,.section-title{font-size:2rem}.faq-grid{grid-template-columns:1fr}.contact-method{flex-direction:column;text-align:center}.method-icon{margin-bottom:10px}.hours-list{gap:10px}.hour-item{align-items:flex-start;flex-direction:column;gap:5px}}.community-page{background:linear-gradient(135deg,#0a0a0a,#1a1a2e);min-height:100vh}.community-hero{background:linear-gradient(135deg,#16213e,#0a0a0a);padding:120px 0 80px;text-align:center}.page-title{color:#00d4ff;font-size:3rem;font-weight:700;margin-bottom:20px}.page-subtitle{color:#ccc;font-size:1.2rem;margin:0 auto;max-width:600px}.project-overview{padding:80px 0}.overview-content{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.overview-text{color:#fff}.overview-text h2{color:#00d4ff;font-size:2.5rem;margin-bottom:30px}.overview-text p{color:#ddd;font-size:1.1rem;line-height:1.8;margin-bottom:40px}.project-stats{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}.stat-item{background:#ffffff0d;border:1px solid #00d4ff33;border-radius:15px;padding:20px;text-align:center}.stat-number{color:#00d4ff;font-size:2rem;font-weight:700;margin-bottom:10px}.stat-label{color:#ccc;font-size:.9rem;letter-spacing:1px;text-transform:none}.github-card{background:#000c;border:1px solid #00d4ff4d;border-radius:15px;color:#fff;padding:30px}.github-header{align-items:center;display:flex;font-size:1.2rem;font-weight:600;gap:15px;margin-bottom:20px}.github-icon{font-size:1.5rem}.github-stats{display:flex;gap:20px;margin-bottom:20px}.stat{align-items:center;color:#ccc;display:flex;gap:8px}.stat-icon{font-size:1.2rem}.github-languages{display:flex;flex-direction:column;gap:10px}.language{align-items:center;display:flex;font-size:.9rem;gap:10px}.language-color{border-radius:50%;height:12px;width:12px}.language-color.cpp{background:#00599c}.language-color.python{background:#3776ab}.language-color.javascript{background:#f7df1e}.contribution-guide{background:linear-gradient(135deg,#16213e,#0a0a0a);padding:80px 0}.section-title{color:#00d4ff;font-size:2.5rem;font-weight:700;margin-bottom:60px;text-align:center}.contribution-steps{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.step{align-items:flex-start;background:#ffffff0d;border:1px solid #00d4ff33;border-radius:20px;display:flex;gap:20px;padding:30px;transition:all .3s ease}.step:hover{border-color:#00d4ff80;box-shadow:0 15px 30px #00d4ff1a;transform:translateY(-5px)}.step-number{align-items:center;background:linear-gradient(135deg,#00d4ff,#09c);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;width:40px}.step-content h3{color:#00d4ff;font-size:1.3rem;margin-bottom:10px}.step-content p{color:#ccc;line-height:1.6}.community-resources{padding:80px 0}.resources-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.resource-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #00d4ff33;border-radius:20px;color:#fff;padding:40px 30px;text-align:center;transition:all .3s ease}.resource-card:hover{border-color:#00d4ff80;box-shadow:0 20px 40px #00d4ff1a;transform:translateY(-10px)}.resource-icon{animation:bounce 2s ease-in-out infinite;font-size:3rem;margin-bottom:20px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.resource-card h3{color:#00d4ff;font-size:1.5rem;margin-bottom:15px}.resource-card p{color:#ccc;line-height:1.6;margin-bottom:20px}.resource-link{color:#00d4ff;font-weight:600;text-decoration:none;transition:color .3s ease}.resource-link:hover{color:#09c}.community-showcase{background:linear-gradient(135deg,#16213e,#0a0a0a);padding:80px 0}.showcase-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.showcase-item{background:#ffffff0d;border:1px solid #00d4ff33;border-radius:20px;overflow:hidden;transition:all .3s ease}.showcase-item:hover{border-color:#00d4ff80;box-shadow:0 20px 40px #00d4ff1a;transform:translateY(-10px)}.showcase-image{align-items:center;background:#0000004d;display:flex;height:200px;justify-content:center;overflow:hidden;position:relative}.project-mockup{height:100px;position:relative;width:150px}.mount-demo{background:linear-gradient(135deg,#444,#666);border-radius:10px;box-shadow:0 10px 30px #00000080;height:60px;width:80px}.app-demo,.mount-demo{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.app-demo{background:linear-gradient(135deg,#00d4ff,#09c);border-radius:15px;box-shadow:0 10px 30px #00d4ff4d;height:100px;width:60px}.plugin-demo{background:linear-gradient(135deg,#333,#555);border-radius:10px;box-shadow:0 10px 30px #00000080;height:80px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100px}.showcase-content{color:#fff;padding:30px}.showcase-content h3{color:#00d4ff;font-size:1.3rem;margin-bottom:15px}.showcase-content p{color:#ccc;line-height:1.6;margin-bottom:20px}.showcase-tags{display:flex;flex-wrap:wrap;gap:10px}.tag{background:#00d4ff33;border-radius:15px;color:#00d4ff;font-size:.8rem;font-weight:500;padding:5px 12px}.get-involved{padding:80px 0}.involved-content{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.involved-text{color:#fff}.involved-text h2{color:#00d4ff;font-size:2.5rem;margin-bottom:30px}.involved-text p{color:#ddd;font-size:1.1rem;line-height:1.8;margin-bottom:40px}.involved-actions{display:flex;flex-wrap:wrap;gap:20px}.btn-outline,.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;letter-spacing:1px;padding:15px 30px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#00d4ff,#09c);box-shadow:0 10px 30px #00d4ff4d;color:#fff}.btn-primary:hover{box-shadow:0 15px 40px #00d4ff80;transform:translateY(-3px)}.btn-secondary{background:#0000;border:2px solid #00d4ff;color:#00d4ff}.btn-secondary:hover{background:#00d4ff;color:#000;transform:translateY(-3px)}.btn-outline{background:#0000;border:2px solid #fff;color:#fff}.btn-outline:hover{background:#fff;color:#000;transform:translateY(-3px)}.community-animation{height:200px;margin:0 auto;position:relative;width:200px}.user-avatar{animation:orbit 8s linear infinite;background:linear-gradient(135deg,#00d4ff,#09c);border-radius:50%;height:40px;position:absolute;width:40px}.user-avatar:first-child{animation-delay:0s}.user-avatar:nth-child(2){animation-delay:1.3s}.user-avatar:nth-child(3){animation-delay:2.6s}.user-avatar:nth-child(4){animation-delay:3.9s}.user-avatar:nth-child(5){animation-delay:5.2s}.user-avatar:nth-child(6){animation-delay:6.5s}@keyframes orbit{0%{transform:rotate(0deg) translateX(80px) rotate(0deg)}to{transform:rotate(1turn) translateX(80px) rotate(-1turn)}}@media (max-width:768px){.involved-content,.overview-content{gap:40px;grid-template-columns:1fr}.contribution-steps,.project-stats,.resources-grid,.showcase-grid{grid-template-columns:1fr}.involved-actions{flex-direction:column}.btn-outline,.btn-primary,.btn-secondary{width:100%}.page-title{font-size:2.5rem}.section-title{font-size:2rem}}.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{border:0;height:0;left:-9999em;margin:0;opacity:0;overflow:hidden;padding:0;position:absolute;resize:none;top:0;white-space:nowrap;width:0;z-index:-5}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;bottom:0;cursor:default;left:0;overflow-y:scroll;position:absolute;right:0;top:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{left:0;position:absolute;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;left:-9999em;line-height:normal;position:absolute;top:0;visibility:hidden}.xterm.enable-mouse-events{cursor:default}.xterm .xterm-cursor-pointer,.xterm.xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility,.xterm .xterm-message{bottom:0;color:#0000;left:0;position:absolute;right:0;top:0;z-index:10}.xterm .live-region{height:1px;left:-9999px;overflow:hidden;position:absolute;width:1px}.xterm-dim{opacity:.5}.xterm-underline{text-decoration:underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{position:absolute;z-index:6}.xterm-decoration-overview-ruler{pointer-events:none;position:absolute;right:0;top:0;z-index:7}.xterm-decoration-top{position:relative;z-index:2}.launchpad{--lp-bg:#f4f4f5;--lp-surface:#fff;--lp-text:#18181b;--lp-muted:#52525b;--lp-border:#d4d4d8;--lp-border-strong:#a1a1aa;--lp-accent:#18181b;--lp-accent-hover:#27272a;--lp-note-bg:#fafafa;--lp-warn-text:#92400e;--lp-warn-bg:#fffbeb;--lp-warn-border:#fde68a;--lp-ok:#166534;--lp-ok-bg:#f0fdf4;--lp-ok-border:#bbf7d0;--lp-badge-bg:#f4f4f5;--lp-badge-text:#71717a;--lp-badge-border:#d4d4d8;--lp-radius:3px;--lp-mono:"SF Mono","Consolas","Liberation Mono",monospace;background:var(--lp-bg);color:var(--lp-text);font-size:14px;isolation:isolate;line-height:1.5;padding:1.25rem 1rem 2rem}.launchpad__env-block{background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:var(--lp-radius);margin:2rem auto;max-width:480px;padding:1.5rem;text-align:center}.launchpad__env-block h2{font-size:1rem;font-weight:600;margin:0 0 .75rem}.launchpad__inner{margin:0 auto;max-width:720px}.launchpad__topbar{align-items:flex-start;border-bottom:1px solid var(--lp-border);display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:.75rem}.launchpad__topbar h1{font-size:1.125rem;font-weight:600;margin:0}.launchpad__topbar p{color:var(--lp-muted);font-size:.8125rem;margin:.2rem 0 0}.launchpad__lang{border:1px solid var(--lp-border);border-radius:var(--lp-radius);display:flex;flex-shrink:0;overflow:hidden}.launchpad__lang button{background:var(--lp-surface);border:none;border-right:1px solid var(--lp-border);color:var(--lp-muted);cursor:pointer;font-size:.8125rem;padding:.35rem .65rem}.launchpad__lang button:last-child{border-right:none}.launchpad__lang button.is-active{background:var(--lp-accent);color:#fff}.launchpad__panel{background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:var(--lp-radius);margin-bottom:.75rem;padding:1rem 1.125rem}.launchpad__panel h2{color:var(--lp-muted);font-size:.8125rem;font-weight:600;margin:0 0 .75rem}.launchpad__variants{display:flex;flex-direction:column;gap:.5rem}.launchpad__variant{align-items:center;background:var(--lp-note-bg);border:1px solid var(--lp-border);border-radius:var(--lp-radius);cursor:pointer;display:flex;gap:.5rem;padding:.625rem .75rem}.launchpad__variant:hover{border-color:var(--lp-border-strong)}.launchpad__variant.is-selected{background:var(--lp-surface);border-color:var(--lp-accent)}.launchpad__variant input{accent-color:var(--lp-accent);margin:0}.launchpad__variant-name{font-size:.875rem;font-weight:500}.launchpad__badge{background:var(--lp-badge-bg);border:1px solid var(--lp-badge-border);border-radius:2px;color:var(--lp-badge-text);font-size:.6875rem;font-weight:500;margin-left:.35rem;padding:.05rem .4rem}.launchpad__hint{background:var(--lp-warn-bg);border:1px solid var(--lp-warn-border);border-radius:var(--lp-radius);color:var(--lp-warn-text);font-size:.8125rem;line-height:1.45;margin-top:.625rem;padding:.625rem .75rem}.launchpad__actions{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.625rem}.launchpad__file-btn{background:var(--lp-accent);border:1px solid var(--lp-accent);border-radius:var(--lp-radius);color:#fff;cursor:pointer;display:inline-flex;font-size:.8125rem;padding:.45rem .875rem}.launchpad__file-btn:hover{background:var(--lp-accent-hover)}.launchpad__file-btn input{display:none}.launchpad__btn{background:var(--lp-surface);border:1px solid var(--lp-border-strong);border-radius:var(--lp-radius);color:var(--lp-text);cursor:pointer;font-size:.8125rem;padding:.45rem .875rem}.launchpad__btn:hover:not(:disabled){background:var(--lp-note-bg)}.launchpad__btn:disabled{cursor:not-allowed;opacity:.45}.launchpad__file-status{color:var(--lp-muted);font-family:var(--lp-mono);font-size:.8125rem}.launchpad__file-status.is-ready{color:var(--lp-ok)}.launchpad__connect{background:var(--lp-accent);border:1px solid var(--lp-accent);border-radius:var(--lp-radius);color:#fff;cursor:pointer;display:block;font-size:.875rem;font-weight:500;margin-top:.25rem;padding:.625rem 1rem;width:100%}.launchpad__connect:hover:not(:disabled){background:var(--lp-accent-hover)}.launchpad__connect:disabled{background:#e4e4e7;border-color:#d4d4d8;color:#a1a1aa;cursor:not-allowed}.launchpad__spinner{display:flex;gap:.35rem;justify-content:center;padding:.75rem}.launchpad__spinner span{animation:lp-blink 1s ease-in-out infinite;background:var(--lp-muted);border-radius:50%;height:6px;width:6px}.launchpad__spinner span:nth-child(2){animation-delay:.15s}.launchpad__spinner span:nth-child(3){animation-delay:.3s}@keyframes lp-blink{0%,80%,to{opacity:.25}40%{opacity:1}}.launchpad__terminal-wrap{margin-top:.75rem}.launchpad__terminal-head{align-items:center;color:var(--lp-muted);display:flex;font-size:.8125rem;font-weight:500;justify-content:space-between;margin-bottom:.35rem}.launchpad__terminal{background:#111;border:1px solid var(--lp-border);border-radius:var(--lp-radius);min-height:240px;padding:.35rem}.launchpad__success{background:var(--lp-ok-bg);border:1px solid var(--lp-ok-border);border-radius:var(--lp-radius);color:var(--lp-ok);font-size:.8125rem;margin-top:.75rem;padding:.75rem}.launchpad__success p{color:var(--lp-muted);margin:.35rem 0 0}.launchpad__modal-overlay{align-items:center;background:#00000059;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.launchpad__modal{background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:var(--lp-radius);max-height:85vh;max-width:480px;overflow-y:auto;padding:1.25rem;width:100%}.launchpad__modal h3{font-size:1rem;margin:0 0 .5rem}.launchpad__modal-detail{background:#fef2f2;border:1px solid #fecaca;border-radius:var(--lp-radius);color:#991b1b;font-family:var(--lp-mono);font-size:.8125rem;margin:.5rem 0;padding:.5rem;word-break:break-word}.launchpad__modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}.launchpad__troubleshoot{border-top:1px solid var(--lp-border);color:var(--lp-muted);font-size:.75rem;margin-top:.875rem;padding-top:.875rem}.launchpad__troubleshoot h4{color:var(--lp-text);font-size:.8125rem;font-weight:600;margin:.625rem 0 .2rem}.launchpad__troubleshoot p{margin:0 0 .35rem}.launchpad__note{font-size:.6875rem;margin-top:1rem;text-align:center}.launchpad__note,.launchpad__note a{color:var(--lp-muted)}.App{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}*{box-sizing:border-box}body{margin:0;padding:0}
/*# sourceMappingURL=main.967b67d5.css.map*/