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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.App{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden;position:relative}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#00d4ff80;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00d4ffb3}::selection{background:#00d4ff4d;color:#fff}:focus{outline:2px solid #00d4ff80;outline-offset:2px}html{scroll-behavior:smooth}img{height:auto;max-width:100%}button{border:none;cursor:pointer;font-family:inherit;transition:all .3s ease}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}p{line-height:1.6}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.glass{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#00d4ff,#0f8);-webkit-background-clip:text;background-clip:text}.fade-in{animation:fadeIn .6s ease-out}.slide-up{animation:slideUp .6s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.App{font-size:14px}}.header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0f0f23f2;border-bottom:1px solid #ffffff1a;box-shadow:0 2px 20px #0000004d;position:fixed;top:0;width:100%;z-index:1000}.header-top{padding:1.5rem 2rem}.header-front{justify-content:space-between;margin:0 auto;max-width:1200px}.header-front,.nav{align-items:center;display:flex}.nav{gap:2rem}.nav-item{border-radius:8px;color:#fffc;font-size:.95rem;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-item.selected{color:#0af;font-weight:600}.nav-item:after{background:#0af;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.nav-item.selected:after,.nav-item:hover:after{width:100%}.nav-item:hover{color:#fff}.login-container{align-items:center;display:flex;gap:1rem}.login-btn{background:#0000;border:2px solid #0af;border-radius:25px;color:#0af;font-size:.9rem;font-weight:600;padding:.5rem 1.5rem;text-decoration:none;transition:all .3s ease}.login-btn:hover{background:#0af;box-shadow:0 4px 15px #00aaff4d;color:#0f0f23;transform:translateY(-1px)}.collabex-btn{background:#ffffff1a;border-color:#ffffff4d;color:#ffffffe6}.collabex-btn:hover{background:#fff3;border-color:#ffffff80;box-shadow:0 4px 15px #fff3;color:#fff}.mobile-menu-toggle{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem}@media (max-width:768px){.header-top{padding:1rem}.header-front{flex-wrap:wrap;justify-content:space-between}.nav{background:#0f0f23f2;border-radius:8px;display:none;flex-direction:column;gap:.5rem;margin-top:1rem;order:3;padding:1rem;width:100%}.nav.active{display:flex}.nav-item{border-radius:4px;padding:.8rem;text-align:center}.login-container{flex-direction:column;gap:.5rem;order:2}.login-btn{font-size:.8rem;padding:.4rem 1rem}.mobile-menu-toggle{display:block;order:1}}@media (max-width:480px){.header-top{padding:.8rem}.login-btn{font-size:.7rem;padding:.3rem .8rem}.nav-item{font-size:.9rem;padding:.6rem}}.hero{align-items:center;background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-content{margin:0 auto;max-width:1200px;padding:6rem 2rem 4rem;position:relative;width:100%;z-index:2}.hero-text-section{max-width:600px;text-align:left}.hero-title{color:#fff;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:2rem;text-shadow:0 2px 4px #0000004d}.hero-title span{display:block}.hero-description{margin:0 auto 3rem;max-width:700px}.description-card{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#1a1a2ee6;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:3rem}.description-card h3{color:#0af;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.description-card p{color:#fffc;font-size:1.1rem;line-height:1.7;margin-bottom:1rem}.description-card p:last-child{margin-bottom:0}.hero-stats{display:none}.stat-item{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#1a1a2ee6;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 10px 30px #0000004d;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.stat-item:hover{box-shadow:0 20px 40px #0006;transform:translateY(-5px)}.stat-number{display:block;font-weight:800}.stat-label{color:#ffffffb3;font-size:.95rem;font-weight:600;letter-spacing:.5px}.hero-background{z-index:0}.hero-background,.hero-gradient{height:100%;left:0;position:absolute;top:0;width:100%}.hero-gradient{background:linear-gradient(135deg,#0f0f23b3,#1a1a2e80 50%,#16213ecc);z-index:1}.hero-bg-video{height:100%;left:0;object-fit:cover;opacity:.7;position:absolute;top:0;width:100%;z-index:0}@media (max-width:768px){.hero{min-height:auto;padding:6rem 0 4rem}.hero-content{padding:2rem 1.5rem 3rem}.hero-text-section{max-width:100%;text-align:center}.hero-title{font-size:2.5rem;margin-bottom:1.5rem;text-align:center}.title-accent:after{bottom:-6px;height:3px}.hero-description{margin:0 0 2rem;max-width:100%}.description-card{padding:2rem}.description-card h3{font-size:1.5rem;margin-bottom:1rem;text-align:center}.description-card p{font-size:1rem;text-align:center}.hero-stats{gap:1rem;grid-template-columns:1fr;margin-top:2rem}.stat-item{padding:1.5rem}.stat-number{font-size:2rem}.hero-background{opacity:.3}}@media (max-width:480px){.hero{padding:5rem 0 3rem}.hero-content{padding:1.5rem 1rem 2rem}.hero-title{font-size:2rem;margin-bottom:1rem}.title-accent:after{bottom:-5px;height:2px}.description-card{padding:1.5rem}.description-card h3{font-size:1.3rem}.description-card p{font-size:.95rem}.stat-item{padding:1rem}.stat-number{font-size:1.8rem}.stat-label{font-size:.85rem}}.capabilities{background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);overflow:hidden;padding:6rem 0;position:relative}.capabilities:before{background:radial-gradient(circle at 20% 80%,#00aaff14 0,#0000 50%),radial-gradient(circle at 80% 20%,#667eea14 0,#0000 50%);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.capabilities-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.features-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:4rem;text-align:center}.capability-row{align-items:center;display:flex;flex-direction:column;margin-bottom:4rem;min-height:auto}.capability-content{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 15px 35px #0003;max-width:800px;padding:3rem;transition:transform .3s ease,box-shadow .3s ease;width:100%}.capability-content:hover{box-shadow:0 20px 40px #0000004d;transform:translateY(-5px)}.capability-visual{display:none}.capability-placeholder{align-items:center;background:linear-gradient(135deg,#00aaff1a,#667eea1a);border:2px dashed #00aaff4d;border-radius:16px;display:flex;height:300px;justify-content:center;max-width:400px;overflow:hidden;position:relative;width:100%}.capability-placeholder:before{animation:shimmer 3s infinite;background:linear-gradient(45deg,#0000 30%,#00aaff0d 50%,#0000 70%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.placeholder-content{color:#ffffffb3;position:relative;text-align:center;z-index:2}.placeholder-icon{display:block;font-size:4rem;margin-bottom:1rem;opacity:.5}.capability-icon{margin-bottom:1.5rem;text-align:center}.icon-emoji{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:3rem}.capability-title{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:1rem;text-align:center}.capability-description{color:#fffc;line-height:1.6;margin-bottom:1.5rem;text-align:center}.capability-features{list-style:none;margin:0;padding:0}.capability-features li{color:#ffffffb3;font-size:.9rem;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.capability-features li:before{color:#0af;content:"✓";font-weight:700;left:0;position:absolute}@media (max-width:768px){.capabilities{padding:3rem 0}.features-title{font-size:2rem}.capability-row,.features-title{margin-bottom:2rem}.capability-content{padding:2rem}.capability-title{font-size:1.2rem}.capability-description{font-size:1rem}.capability-features{text-align:center}.capability-features li{font-size:.85rem;margin-bottom:.4rem}}@media (max-width:480px){.capabilities{padding:3rem 0}.features-title{font-size:1.8rem;margin-bottom:2rem}.capability-row{gap:1.5rem;margin-bottom:2rem}.capability-title{font-size:1.1rem}.capability-description{font-size:.95rem}.capability-features li{font-size:.8rem}.capability-placeholder{height:150px}.placeholder-icon{font-size:2.5rem}.icon-emoji{font-size:2rem}}.capabilities-interactive{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 2fr}.capabilities-tabs ul{list-style:none;margin:0;padding:0}.capabilities-tabs li{margin-bottom:1rem}.tab-button{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;color:#fff;cursor:pointer;display:flex;gap:1rem;padding:1.5rem;text-align:left;text-decoration:none;transition:all .3s ease;width:100%}.tab-button:hover{background:#ffffff26;box-shadow:0 8px 25px #0003;transform:translateX(5px)}.tab-button.active{background:#00d4ff33;border-color:#00d4ff80;box-shadow:0 8px 25px #00d4ff4d}.tab-button img{flex-shrink:0}.tab-button p{font-size:.9rem;font-weight:600;line-height:1.3;margin:0}.capabilities-content{border-radius:20px;box-shadow:0 15px 35px #0000004d;height:500px;overflow:hidden;position:relative}.content-item{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s ease;width:100%}.content-item.active{opacity:1}.content-image{height:100%;object-fit:cover;width:100%}.content-overlay{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#000000b3;border-top:1px solid #ffffff1a;bottom:0;left:0;padding:2rem;position:absolute;right:0}.content-overlay p{color:#fff;font-size:1.1rem;line-height:1.6;margin:0}@media (max-width:768px){.capabilities-interactive{gap:2rem;grid-template-columns:1fr}.capabilities-content{height:300px}.content-overlay{padding:1.5rem}.content-overlay p{font-size:1rem}}.video-section{background:linear-gradient(135deg,#0a0f14,#1a1f26 50%,#0f1419);overflow:hidden;padding:6rem 0;position:relative}.video-section:before{background:radial-gradient(circle at 30% 70%,#00aaff0f 0,#0000 50%),radial-gradient(circle at 70% 30%,#667eea0f 0,#0000 50%);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.video-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.video-content{color:#fff}.video-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.video-title span{display:block}.title-accent{color:#0af;display:inline-block;position:relative}.title-accent:after{background:linear-gradient(90deg,#0af,#667eea);border-radius:2px;bottom:-8px;content:"";height:4px;left:0;position:absolute;width:100%}.video-description{color:#fffc;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.video-player{position:relative}.video-placeholder{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 20px 40px #0000004d;display:flex;height:400px;justify-content:center;overflow:hidden;position:relative;width:100%}.video-placeholder.coming-soon{background:linear-gradient(135deg,#00aaff1a,#667eea1a)}.coming-soon-content{max-width:400px;padding:2rem;text-align:center}.coming-soon-icon{display:inline-block;font-size:3rem;margin-bottom:2rem;position:relative}.pulse-ring{animation:pulse 2s infinite;border:2px solid #00aaff4d;border-radius:50%;height:60px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:60px}.pulse-ring:nth-child(2){animation-delay:.5s}.pulse-ring:nth-child(3){animation-delay:1s}@keyframes pulse{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(2)}}.coming-soon-content h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0af,#667eea);-webkit-background-clip:text;background-clip:text;color:#0af;font-size:2rem;font-weight:700;margin-bottom:1rem}.coming-soon-content>p{color:#fffc;font-size:1rem;line-height:1.6;margin-bottom:0}@media (max-width:768px){.video-container{gap:2rem;grid-template-columns:1fr;text-align:center}.video-title{font-size:2rem}.video-placeholder{height:350px}.coming-soon-content{padding:1.5rem}.coming-soon-icon{font-size:2.5rem;margin-bottom:1.5rem}.coming-soon-content h3{font-size:1.5rem}.coming-soon-content>p{font-size:.9rem}}@media (max-width:480px){.video-placeholder{height:320px}.coming-soon-content{padding:1rem}.coming-soon-icon{font-size:2rem}.coming-soon-content h3{font-size:1.3rem}.coming-soon-features{gap:.6rem}}.geospatial-section{background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);overflow:hidden;padding:6rem 0;position:relative}.geospatial-section:before{background:radial-gradient(circle at 30% 70%,#00aaff0f 0,#0000 50%),radial-gradient(circle at 70% 30%,#667eea0f 0,#0000 50%);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.geospatial-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.geospatial-row{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:6rem;min-height:400px}.geospatial-row.left-align .geospatial-content{order:1}.geospatial-row.right-align .geospatial-content{order:2}.geospatial-row.right-align .geospatial-visual{order:1}.geospatial-row.left-align .geospatial-visual{order:2}.geospatial-content{padding:2rem 0}.geospatial-placeholder,.geospatial-visual{align-items:center;display:flex;justify-content:center}.geospatial-placeholder{background:linear-gradient(135deg,#00aaff1a,#667eea1a);border:2px dashed #00aaff4d;border-radius:16px;height:300px;max-width:400px;overflow:hidden;position:relative;width:100%}.geospatial-placeholder:before{animation:shimmer 3s infinite;background:linear-gradient(45deg,#0000 30%,#00aaff0d 50%,#0000 70%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.geospatial-icon{margin-bottom:1.5rem;text-align:center}.geospatial-title{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:1rem;text-align:left}.geospatial-description{color:#fffc;line-height:1.6;margin-bottom:1.5rem;text-align:left}.card-image{height:250px;overflow:hidden;position:relative}.card-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.geospatial-card:hover .card-image img{transform:scale(1.05)}.card-overlay{background:linear-gradient(0deg,#001428e6,#0000);bottom:0;color:#fff;left:0;padding:2rem 1.5rem 1.5rem;position:absolute;right:0}.card-overlay h3{color:#0af;font-size:1.3rem;margin-bottom:.5rem}.card-overlay p{font-size:.9rem;line-height:1.4;margin:0;opacity:.9}.military-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));text-align:center}.stat-item{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #007bff33;border-radius:10px;padding:2rem}.stat-number{color:#0af;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 0 10px #00aaff4d}.stat-label{color:#fffc;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}@media (max-width:768px){.geospatial-grid,.military-stats{grid-template-columns:1fr}.geospatial-title{font-size:2rem}}.contact{background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);overflow:hidden;padding:6rem 0;position:relative}.contact:before{background:radial-gradient(circle at 50% 50%,#00aaff0f 0,#0000 50%);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.contact-container{margin:0 auto;max-width:1200px;padding:0 2rem}.contact-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr auto;min-height:300px}.contact-text{max-width:600px}.contact-title{color:#fff;font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.contact-description{color:#fffc;font-size:1.1rem;line-height:1.6;margin-bottom:0}.contact-action{align-items:center;display:flex}.contact-button{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:30px;box-shadow:0 8px 25px #0003;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:600;gap:1rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.contact-button:hover{background:#007bff33;border-color:#007bff80;box-shadow:0 12px 35px #007bff4d;transform:translateY(-3px)}.contact-button img{filter:brightness(0) invert(1)}@media (max-width:768px){.contact-content{gap:2rem;grid-template-columns:1fr;text-align:center}.contact-title{font-size:2rem}.contact-action{justify-content:center}}.footer{background:linear-gradient(135deg,#1a1a1a,#2d3748);padding:3rem 0 1rem;position:relative}.footer-logos{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr auto auto 1fr;margin:0 auto 2rem;max-width:1200px;padding:0 2rem}.footer-logos img{filter:brightness(0) invert(1);max-width:150px;opacity:.8;transition:opacity .3s ease}.footer-logos img:hover{opacity:1}.footer-copyright{padding:0 2rem;text-align:center}.footer-copyright p{color:#ffffffb3;font-size:.9rem;margin:0}@media (max-width:768px){.footer-logos{gap:1rem;grid-template-columns:1fr;text-align:center}.footer-logos div:first-child,.footer-logos div:last-child{display:none}}
/*# sourceMappingURL=main.1356caa6.css.map*/