@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap);body{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}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.App,body{overflow-x:hidden}.App{background:#000;color:#e0e6ed}.App,.hero{min-height:100vh}.hero{align-items:center;background:radial-gradient(ellipse at bottom,#1b2735 0,#090a0f 100%);display:flex;justify-content:center;position:relative}.stars{animation:starfield 200s linear infinite;background-image:radial-gradient(1px 1px at 20px 30px,#fff,#0000),radial-gradient(1px 1px at 60px 70px,#fff,#0000),radial-gradient(1px 1px at 50px 50px,#fff,#0000),radial-gradient(1px 1px at 130px 80px,#fff,#0000),radial-gradient(1px 1px at 90px 10px,#fff,#0000),radial-gradient(2px 2px at 165px 120px,#fff,#0000),radial-gradient(1px 1px at 180px 40px,#fff,#0000);background-repeat:repeat;background-size:250px 250px;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}@keyframes starfield{0%{transform:translateY(0)}to{transform:translateY(-250px)}}.shooting-stars{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.shooting-stars:after,.shooting-stars:before{animation:shootingStar 8s linear infinite;background:#fff;box-shadow:0 0 6px 2px #fffc;content:"";height:2px;position:absolute;width:2px}.shooting-stars:before{animation-delay:0s;right:80%;top:20%}.shooting-stars:after{animation-delay:4s;right:20%;top:40%}@keyframes shootingStar{0%{opacity:1;transform:translate(0)}70%{opacity:1}to{opacity:0;transform:translate(-300px,300px)}}.earth-3d-container{bottom:-206px;height:1000px;overflow:visible;position:absolute;right:-421px;width:1500px;z-index:0}.earth-3d-container canvas{height:100%;width:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.satellite-orbit-1-back,.satellite-orbit-1-front{animation:orbit1 8s linear infinite;transform-origin:100px 100px}.satellite-orbit-2-back,.satellite-orbit-2-front{animation:orbit2 10s linear infinite;transform-origin:100px 100px}.satellite-orbit-3-back,.satellite-orbit-3-front{animation:orbit3 12s linear infinite;transform-origin:100px 100px}.satellite-orbit-1-front,.satellite-orbit-2-front,.satellite-orbit-3-front{-webkit-clip-path:polygon(0 50%,100% 50%,100% 100%,0 100%);clip-path:polygon(0 50%,100% 50%,100% 100%,0 100%)}.satellite-orbit-1-back,.satellite-orbit-2-back,.satellite-orbit-3-back{-webkit-clip-path:polygon(0 0,100% 0,100% 50%,0 50%);clip-path:polygon(0 0,100% 0,100% 50%,0 50%)}@keyframes orbit1{0%{transform:rotate(0deg) translateY(-100px) rotate(0deg)}to{transform:rotate(1turn) translateY(-100px) rotate(-1turn)}}@keyframes orbit2{0%{transform:rotate(120deg) translateY(-105px) rotate(-120deg)}to{transform:rotate(480deg) translateY(-105px) rotate(-480deg)}}@keyframes orbit3{0%{transform:rotate(240deg) translateY(-110px) rotate(-240deg)}to{transform:rotate(600deg) translateY(-110px) rotate(-600deg)}}.satellite-panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#001428d9;border:1px solid #00d4ff4d;border-radius:8px;color:#fff;font-family:JetBrains Mono,monospace;font-size:.7rem;left:2rem;max-width:180px;padding:12px 16px;pointer-events:none;position:absolute;top:80%;transform:translateY(-50%);z-index:10}.satellite-panel-title{color:#00d4ff;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:8px}.satellite-panel-loading{color:#888}.satellite-panel-row{align-items:center;display:flex;gap:6px;margin-bottom:4px}.satellite-dot{font-size:.6rem}.satellite-dot.leo{color:#00d4ff}.satellite-dot.meo{color:#fa0}.satellite-dot.geo{color:#f44}.satellite-panel-count{border-top:1px solid #00d4ff33;margin-top:8px;padding-top:8px}.satellite-count-number{color:#00d4ff;font-weight:600}.satellite-info-panel{animation:panelSlideIn .3s ease-out;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000f1eeb;border:1px solid #00d4ff66;border-radius:12px;bottom:240px;box-shadow:0 8px 32px #0006,0 0 20px #00d4ff1a;color:#fff;font-family:JetBrains Mono,monospace;font-size:.75rem;left:20px;max-width:280px;min-width:220px;padding:16px 20px;position:absolute;z-index:20}@keyframes panelSlideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.satellite-info-close{background:#0000;border:none;color:#ffffff80;cursor:pointer;font-size:1.2rem;line-height:1;padding:4px 8px;position:absolute;right:10px;top:8px;transition:color .2s ease}.satellite-info-close:hover{color:#ff6b6b}.satellite-info-header{align-items:center;border-bottom:1px solid #00d4ff33;display:flex;gap:10px;margin-bottom:14px;padding-bottom:10px}.satellite-info-icon{font-size:1.2rem}.satellite-info-name{color:#00d4ff;font-size:.85rem;font-weight:600;letter-spacing:.03em;word-break:break-word}.satellite-info-grid{grid-gap:10px 16px;display:grid;gap:10px 16px;grid-template-columns:1fr 1fr}.satellite-info-item{display:flex;flex-direction:column;gap:3px}.satellite-info-label{color:#ffffff80;font-size:.65rem;letter-spacing:.05em;text-transform:uppercase}.satellite-info-value{color:#fff;font-size:.8rem}.satellite-info-value.orbit-type[data-type=LEO]{color:#00d4ff}.satellite-info-value.orbit-type[data-type=MEO]{color:#fa0}.satellite-info-value.orbit-type[data-type=GEO]{color:#f44}.satellite-info-hint{border-top:1px solid #00d4ff26;color:#ffffff59;font-size:.6rem;font-style:italic;margin-top:12px;padding-top:10px;text-align:center}.hero-content{max-width:800px;padding:2rem;position:absolute;text-align:center;top:25vh;z-index:1}.hero-headline{animation:fadeInUp 1s ease-out both;color:#fff;font-family:Space Grotesk,sans-serif;font-size:3.2rem;font-weight:600;letter-spacing:-.01rem;line-height:1.2;margin-bottom:2rem}.hero-author{align-items:center;animation:fadeInUp 1s ease-out .2s both;display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.author-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#64ffda,#00d4ff);-webkit-background-clip:text;background-clip:text;font-family:Space Grotesk,sans-serif;font-size:1.4rem;font-weight:600}.author-divider{color:#4a5568;font-weight:300}.author-role{color:#8892b0;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:400}.hero-tagline{animation:fadeInUp 1s ease-out .4s both;color:#5a6a7a;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:400;letter-spacing:.12rem;text-transform:uppercase}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about{background:#0a0d14;padding:6rem 2rem;position:relative}.about:before{background:linear-gradient(90deg,#0000,#00d4ff,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.container{margin:0 auto;max-width:1200px}.about h2{color:#00d4ff;font-size:2.5rem;letter-spacing:.2rem;margin-bottom:1.5rem;text-align:center;text-transform:uppercase}.about p{color:#8892b0;font-size:1.2rem;line-height:1.8;margin:0 auto;max-width:800px;text-align:center}.missions{background:#000;padding:6rem 2rem;position:relative}.missions:before{background:linear-gradient(90deg,#0000,#00d4ff,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.missions h2{color:#00d4ff;font-size:2.5rem;letter-spacing:.2rem;margin-bottom:.5rem;text-align:center;text-transform:uppercase}.missions-subtitle{color:#7a9cc6;font-size:1.1rem;letter-spacing:.1rem;margin-bottom:3rem;text-align:center}.patches-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.patch-card{background:linear-gradient(135deg,#0f1419,#1a1f2e);border:1px solid #1e3a5f;border-radius:8px;cursor:pointer;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.patch-card:before{background:linear-gradient(90deg,#0000,#00d4ff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.patch-card:hover:before{left:100%}.patch-card:hover{border-color:#00d4ff;box-shadow:0 0 20px #00d4ff4d,0 8px 24px #00000080;transform:translateY(-8px)}.patch-icon{filter:drop-shadow(0 0 10px rgba(0,212,255,.3));font-size:4rem;margin-bottom:1rem}.patch-card h3{color:#e0e6ed;font-size:1.3rem;letter-spacing:.1rem;margin-bottom:.5rem}.patch-year{color:#00d4ff;font-size:1rem;font-weight:600;letter-spacing:.15rem}.footer{background:#0a0d14;border-top:1px solid #1e3a5f;color:#7a9cc6;letter-spacing:.1rem;padding:2rem;text-align:center}@media (max-width:480px){.satellite-info-panel,.satellite-panel{display:none}.hero-content{padding:1rem}.hero-headline{font-size:1.6rem;margin-bottom:1.5rem}.hero-author{flex-direction:column;gap:.25rem;margin-bottom:1.5rem}.author-name{font-size:1.1rem}.author-divider{display:none}.author-role{font-size:.9rem}.hero-tagline{font-size:.55rem;letter-spacing:.06rem}.about h2,.missions h2{font-size:1.5rem}.patches-grid{gap:1rem;grid-template-columns:1fr;padding:0 1rem}.patch-card{padding:1.25rem}}@media (min-width:481px) and (max-width:768px){.satellite-info-panel,.satellite-panel{display:none}.hero-content{padding:1.5rem}.hero-headline{font-size:2rem;margin-bottom:1.5rem}.hero-author{gap:.75rem;margin-bottom:1.5rem}.author-name{font-size:1.2rem}.author-role{font-size:1rem}.hero-tagline{font-size:.65rem}.about h2,.missions h2{font-size:1.75rem}.patches-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:769px) and (max-width:1024px){.hero-headline{font-size:2.5rem}.hero-author{gap:.85rem}.author-name{font-size:1.3rem}.hero-tagline{font-size:.7rem}.about h2,.missions h2{font-size:2rem}.patches-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1025px) and (max-width:1440px){.hero-headline{font-size:2.8rem}.author-name{font-size:1.35rem}.hero-tagline{font-size:.75rem}}@media (min-width:1441px){.hero-content{max-width:900px;padding:3rem}.hero-headline{font-size:3.5rem}.author-name{font-size:1.5rem}.author-role{font-size:1.2rem}.hero-tagline{font-size:.85rem}}@media (min-width:1920px){.hero-headline{font-size:4rem}.author-name{font-size:1.7rem}.author-role{font-size:1.3rem}.hero-tagline{font-size:.9rem}}@media (max-height:600px){.hero-content{padding:1rem}.hero-headline{font-size:1.8rem}.hero-author,.hero-headline{margin-bottom:1rem}.author-name{font-size:1.1rem}.author-role{font-size:.9rem}}@media (max-height:500px) and (orientation:landscape){.hero{min-height:auto;padding:2rem 0}.hero-content{padding:.5rem 2rem}.hero-headline{font-size:1.5rem;margin-bottom:.75rem}.hero-author{gap:.5rem;margin-bottom:.5rem}.author-name{font-size:1rem}.author-role{font-size:.8rem}.hero-tagline{font-size:.6rem}}@media (hover:none) and (pointer:coarse){.patch-card:hover{transform:none}.patch-card:active{border-color:#00d4ff;transform:scale(.98)}}@media (prefers-reduced-motion:reduce){.shooting-stars:after,.shooting-stars:before,.stars{animation:none}.hero-description,.hero-subtitle,.hero-tagline,.hero-title{animation:none;opacity:1}.patch-card{transition:none}.patch-card:before{display:none}}
/*# sourceMappingURL=main.8d1e54bb.css.map*/