:root{--primary-color:#3b82f6;--primary-glow:#3b82f680;--secondary-color:#0f172a;--accent-color:#10b981;--text-light:#f8fafc;--text-dim:#94a3b8;--bg-dark:#020617;--bg-card:#1e293bb3;--glass-border:#ffffff14;--gradient-hero:linear-gradient(135deg,#3b82f6,#8b5cf6)}body{background-color:#020617;background-color:var(--bg-dark);color:#f8fafc;color:var(--text-light);font-family:Inter,sans-serif;margin:0;overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes glowPulse{0%{box-shadow:0 0 20px #3b82f680;box-shadow:0 0 20px var(--primary-glow)}50%{box-shadow:0 0 40px #3b82f680;box-shadow:0 0 40px var(--primary-glow)}to{box-shadow:0 0 20px #3b82f680;box-shadow:0 0 20px var(--primary-glow)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.marketing-nav{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background-color:#020617cc;border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--glass-border);box-sizing:border-box;display:flex;justify-content:space-between;padding:1.25rem 6%;position:fixed;top:0;width:100%;z-index:1000}.nav-logo{color:#f8fafc;color:var(--text-light);font-size:1.5rem;font-weight:800;letter-spacing:-.5px;text-decoration:none}.nav-logo span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background:var(--gradient-hero);-webkit-background-clip:text}.nav-links{align-items:center;display:flex;gap:2.5rem}.nav-link{color:#94a3b8;color:var(--text-dim);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s ease}.btn-login,.nav-link:hover{color:#f8fafc;color:var(--text-light)}.btn-login{font-size:.95rem;font-weight:600;text-decoration:none;transition:color .3s ease}.btn-login:hover{color:#3b82f6;color:var(--primary-color)}.btn-primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);background:var(--gradient-hero);border:none;border-radius:50px;box-shadow:0 4px 20px #3b82f666;cursor:pointer;display:inline-block;font-weight:600;padding:.9rem 2.2rem;text-decoration:none;transition:all .3s ease}.btn-primary:hover{box-shadow:0 8px 30px #3b82f699;transform:translateY(-2px)}.btn-secondary{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:50px;color:#fff;cursor:pointer;font-weight:600;padding:.9rem 2.2rem;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{background:#ffffff26;transform:translateY(-2px)}.hero-section{align-items:center;background:linear-gradient(180deg,#020617e6,#020617cc),url(/static/media/hero-bg.e0d4d8bfd1fb2718315c.png);background-attachment:fixed;background-position:50%;background-size:cover;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:140px 2rem 4rem;position:relative;text-align:center}.hero-badge{animation:fadeInUp .8s ease-out;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:20px;color:#60a5fa;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem 1rem}.hero-title{animation:fadeInUp .8s ease-out .1s backwards;font-size:4.5rem;font-weight:800;letter-spacing:-1px;line-height:1.1;margin-bottom:1.5rem}.hero-title span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background:var(--gradient-hero);-webkit-background-clip:text}.hero-subtitle{animation:fadeInUp .8s ease-out .2s backwards;color:#94a3b8;color:var(--text-dim);font-size:1.25rem;line-height:1.6;margin-bottom:3rem;max-width:700px}.hero-buttons{animation:fadeInUp .8s ease-out .3s backwards;gap:1rem}.hero-buttons,.stats-bar{display:flex;justify-content:center}.stats-bar{animation:fadeInUp .8s ease-out .4s backwards;background:#02061780;border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--glass-border);border-top:1px solid #ffffff14;border-top:1px solid var(--glass-border);gap:4rem;margin-top:5rem;max-width:1000px;padding:2rem;width:100%}.stat-item{text-align:center}.stat-number{color:#f8fafc;color:var(--text-light);display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#94a3b8;color:var(--text-dim);font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.features-section{background-color:#020617;background-color:var(--bg-dark);padding:8rem 6%;position:relative}.section-header{margin-bottom:5rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.section-title{color:#f8fafc;color:var(--text-light);font-size:3rem;font-weight:700;margin-bottom:1.5rem}.section-subtitle{color:#94a3b8;color:var(--text-dim);font-size:1.1rem;line-height:1.6}.features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.feature-card{background:#1e293bb3;background:var(--bg-card);border:1px solid #ffffff14;border:1px solid var(--glass-border);border-radius:16px;overflow:hidden;padding:3rem;position:relative;transition:all .4s ease}.feature-card:before{background:radial-gradient(800px circle at var(--mouse-x) var(--mouse-y),#ffffff0f,#0000 40%);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s;width:100%}.feature-card:hover{border-color:#3b82f64d;box-shadow:0 20px 40px -10px #00000080;transform:translateY(-5px)}.feature-icon-wrapper{align-items:center;background:#3b82f61a;border-radius:12px;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.feature-title{color:#f8fafc;color:var(--text-light);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-desc{color:#94a3b8;color:var(--text-dim);font-size:1.05rem;line-height:1.6}.comparison-section{background:linear-gradient(180deg,#020617,#0b1120);background:linear-gradient(to bottom,var(--bg-dark),#0b1120);padding:8rem 6%}.comparison-table{border-collapse:collapse;color:#f8fafc;color:var(--text-light);margin:0 auto;max-width:1000px;width:100%}.comparison-table td,.comparison-table th{border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--glass-border);padding:1.5rem;text-align:left}.comparison-table th{color:#94a3b8;color:var(--text-dim);font-size:1.2rem;font-weight:500}.comparison-table th.highlight{color:#3b82f6;color:var(--primary-color);font-size:1.4rem;font-weight:700}.check-icon{color:#10b981;color:var(--accent-color)}.cross-icon{color:#ef4444}.marketing-footer{background-color:#020617;border-top:1px solid #ffffff14;border-top:1px solid var(--glass-border);color:#94a3b8;color:var(--text-dim);padding:6rem 6% 2rem}.footer-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 1fr 1fr 1fr;margin:0 auto 4rem;max-width:1200px}.footer-brand h3{font-size:1.5rem;margin-bottom:1rem}.footer-brand h3,.footer-col h4{color:#f8fafc;color:var(--text-light)}.footer-col h4{margin-bottom:1.5rem}.footer-col ul{list-style:none;padding:0}.footer-col li{margin-bottom:.8rem}.footer-col a{color:#94a3b8;color:var(--text-dim);text-decoration:none;transition:color .2s}.footer-col a:hover{color:#3b82f6;color:var(--primary-color)}.login-container{align-items:center;background:radial-gradient(circle at 50% 50%,#0f172a 0,#020617 100%);display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293b99;border:1px solid #ffffff14;border:1px solid var(--glass-border);border-radius:24px;box-shadow:0 25px 50px -12px #00000080;max-width:420px;padding:3rem;width:100%}.login-title{color:#f8fafc;color:var(--text-light);font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.login-card .form-label{color:#fff!important;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-input{background-color:#0f172a99;border:1px solid #ffffff14;border:1px solid var(--glass-border);border-radius:8px;box-sizing:border-box;color:#fff;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-input:focus{border-color:#3b82f6;border-color:var(--primary-color);box-shadow:0 0 0 2px #3b82f633;outline:none}.report-generator{color:#f8fafc;font-family:Inter,sans-serif;min-height:100%;padding:2rem}.container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293b99;border:1px solid #ffffff14;border-radius:16px;box-shadow:0 25px 50px -12px #00000080;margin:0 auto;max-width:1000px;padding:2.5rem}h1{color:#f8fafc;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}h2{border-bottom:1px solid #ffffff1a;color:#3b82f6;font-size:1.5rem;margin-bottom:1.5rem;margin-top:2rem;padding-bottom:.5rem}h3{color:#94a3b8;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.form-container{margin:2rem 0}.form-section{margin-bottom:2rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#f8fafc;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-group input{background-color:#0f172a99;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-size:1rem;padding:.75rem 1rem;transition:all .2s ease}.form-group input:focus{background-color:#0f172acc;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.form-group input::placeholder{color:#64748b}.button-group{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:2rem}.btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 6px -1px #3b82f64d;color:#fff}.btn-primary:hover{box-shadow:0 6px 8px -1px #3b82f666;transform:translateY(-1px)}.btn-secondary{background:#ffffff0d;border:1px solid #ffffff1a;color:#f8fafc}.btn-secondary:hover{background:#ffffff1a}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.status-message{border-radius:8px;font-weight:500;margin-bottom:1.5rem;padding:1rem}.status-message.error{background:#ef44441a;border:1px solid #ef444433;color:#f87171}.status-message.success{background:#22c55e1a;border:1px solid #22c55e33;color:#4ade80}.preview-section{border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:2rem}.preview-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.preview-card{background:#1e293b66;border:1px solid #ffffff0d;border-radius:12px;padding:1.5rem;transition:transform .2s}.preview-card:hover{background:#1e293b99;border-color:#3b82f633;transform:translateY(-2px)}.preview-card.full-width{grid-column:1/-1}.preview-card h3{border-bottom:1px solid #ffffff0d;color:#60a5fa;font-size:1.1rem;margin-bottom:1rem;margin-top:0;padding-bottom:.75rem}.card-content p{color:#cbd5e1;display:flex;justify-content:space-between;margin-bottom:.5rem}.card-content strong{color:#f8fafc}.cost-estimate-card{background:#3b82f60d;border:1px solid #3b82f61a}.total-cost{border-top:1px solid #ffffff1a;font-size:1.1rem;margin-top:1rem!important;padding-top:1rem}.total-cost span{color:#f87171;font-size:1.25rem;font-weight:700}.satellite-container{background:#0f172a66;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:2rem;padding:1.5rem;text-align:center}.satellite-wrapper{border:2px solid #3b82f64d;border-radius:8px;box-shadow:0 10px 15px -3px #0000004d;display:inline-block;max-width:100%;overflow:hidden;position:relative}.satellite-image{background-color:#1e293b;display:block;height:auto;min-height:300px;width:100%}.plane-marker{align-items:center;background-color:#f59e0b;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #00000080;color:#000;cursor:default;display:flex;font-size:12px;font-weight:700;height:24px;justify-content:center;position:absolute;transform:translate(-50%,-50%);width:24px;z-index:10}.satellite-meta{color:#94a3b8;font-size:.85rem;font-style:italic;margin-top:1rem}.satellite-error{background:#0f172acc;color:#94a3b8;display:none;padding:2rem;text-align:center}.error-title{color:#f87171;font-weight:700;margin-bottom:.5rem}.table-container{margin-bottom:1rem;overflow-x:auto}.report-table{border-collapse:collapse;color:#f8fafc;font-size:.95rem;width:100%}.report-table th{background:#3b82f61a;border-bottom:1px solid #ffffff1a;color:#60a5fa;font-weight:600;padding:1rem;text-align:left}.report-table td{border-bottom:1px solid #ffffff0d;padding:1rem}.report-table tr:hover{background:#ffffff05}.report-table tfoot tr{background:#3b82f60d;border-top:2px solid #ffffff1a;font-weight:700}.text-right{text-align:right}.text-center{text-align:center}.font-bold{font-weight:700}.text-blue{color:#60a5fa}.text-red{color:#f87171}.loading-spinner{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:1.5rem;margin-right:.5rem;vertical-align:middle;width:1.5rem}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.container{padding:1.5rem}.button-group,.preview-content{grid-template-columns:1fr}}.integrations-container{color:#fff;margin:0 auto;max-width:1200px;padding:2rem}.dashboard-title{color:#f8fafc;font-size:2rem;margin-bottom:.5rem}.dashboard-subtitle{color:#94a3b8;margin-bottom:3rem}.integrations-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.integration-card{background:#1e293b99;border:1px solid #ffffff14;border-radius:16px;padding:2rem;transition:all .3s ease}.integration-card:hover{border-color:#3b82f64d;box-shadow:0 10px 30px -10px #00000080;transform:translateY(-5px)}.integration-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.integration-icon{align-items:center;background:#fff;border-radius:12px;display:flex;height:60px;justify-content:center;overflow:hidden;width:60px}.integration-icon img{height:auto;width:80%}.integration-icon span{font-size:2rem}.integration-info h3{font-size:1.2rem;margin:0 0 .5rem}.status-badge{border-radius:20px;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.status-badge.disconnected{background:#ef44441a;border:1px solid #ef444433;color:#ef4444}.status-badge.connected{background:#10b9811a;border:1px solid #10b98133;color:#10b981}.status-badge.coming-soon{background:#94a3b81a;border:1px solid #94a3b833;color:#94a3b8}.integration-desc{color:#94a3b8;font-size:.95rem;line-height:1.6;margin-bottom:2rem}.btn-connect{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem;transition:all .2s;width:100%}.btn-connect:hover{opacity:.9;transform:translateY(-1px)}.btn-connect:disabled{background:#ffffff0d;color:#64748b;cursor:not-allowed;transform:none}.status-badge.connected{background:#22c55e1a;border:1px solid #22c55e33;color:#4ade80}.status-badge.error{background:#ef44441a;border:1px solid #ef444433;color:#f87171}.integration-card.active{background:#22c55e0d;border-color:#22c55e4d}.btn-connected{background:#22c55e1a;border:1px solid #22c55e33;color:#4ade80;cursor:default}.btn-connected:hover{background:#22c55e1a;box-shadow:none;transform:none}*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f5f5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.App{min-height:100vh;width:100%}
/*# sourceMappingURL=main.bdd1c55c.css.map*/