@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Orbitron:wght@400;600;800;900&family=Share+Tech+Mono&display=swap";:root{--bg-deep-space: #06080d;--bg-panel: rgba(10, 15, 26, .4);--bg-panel-solid: #090d16;--border-hud: rgba(255, 255, 255, .08);--border-hud-active: rgba(252, 61, 33, .4);--nasa-blue: #0b3d91;--nasa-red: #e03c31;--neon-cyan: #00e5ff;--text-white: #ffffff;--text-primary: #cbd5e1;--text-telemetry: #8493a8;--text-dim: #4d5b6e;--font-orbitron: "Orbitron", sans-serif;--font-mono: "Share Tech Mono", monospace;--font-body: "Inter", sans-serif;--bg-frame: rgb(39 39 39 / 60%)}html.light-theme{--bg-deep-space: #ffffff;--bg-panel: #dcdcdc;--bg-panel-solid: #ffffff;--border-hud: rgba(15, 23, 42, .16);--border-hud-active: rgba(224, 60, 49, .7);--text-white: #0f172a;--text-primary: #0f172a;--text-telemetry: #1e293b;--text-dim: #475569;--neon-cyan: #093b82;--bg-frame: #e3e3e3}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-deep-space);color:var(--text-primary);font-family:var(--font-body);font-weight:400;line-height:1.6;overflow-x:hidden}body{position:relative;min-height:100vh;background-image:radial-gradient(rgba(255,255,255,.02) 1px,transparent 1px);background-size:32px 32px;background-position:center center}html.light-theme body{background-image:radial-gradient(rgba(15,23,42,.06) 1px,transparent 1px)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg-deep-space)}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}html.light-theme ::-webkit-scrollbar-thumb{background:#0f172a26}::-webkit-scrollbar-thumb:hover{background:var(--nasa-red)}body:before{content:" ";display:block;position:fixed;inset:0;background:linear-gradient(#12101000 50%,#00000026 50%);background-size:100% 4px;z-index:9999;pointer-events:none;opacity:.15}html.light-theme body:before{opacity:.04}.hud-panel{position:relative;background:var(--bg-panel);border:1px solid var(--border-hud);padding:2rem;transition:all .25s ease-in-out}.hud-panel:before,.hud-panel:after{content:"";position:absolute;width:6px;height:6px;border:1px solid rgba(255,255,255,.25);pointer-events:none}html.light-theme .hud-panel:before,html.light-theme .hud-panel:after{border-color:#0f172a59}.hud-panel:before{top:-1px;left:-1px;border-right:none;border-bottom:none}.hud-panel:after{bottom:-1px;right:-1px;border-left:none;border-top:none}.hud-panel:hover{border-color:#ffffff26;background:#0a0f1a99}html.light-theme .hud-panel:hover{border-color:#0f172a4d;background:#fffffff2}.hud-panel.active{border-color:var(--border-hud-active)}h1,h2,h3,h4,h5,h6{font-family:var(--font-orbitron);color:var(--text-white);letter-spacing:.05em;font-weight:600;text-transform:uppercase}.telemetry-font{font-family:var(--font-mono);color:var(--text-telemetry);letter-spacing:.05em}.masonry-columns{column-count:1;column-gap:1.5rem;width:100%}@media(min-width:640px){.masonry-columns{column-count:2}}@media(min-width:1024px){.masonry-columns{column-count:3}}.masonry-item{break-inside:avoid;margin-bottom:1.5rem;display:inline-block;width:100%}.hud-btn{font-family:var(--font-mono);font-size:.8rem;background:transparent;color:var(--text-primary);border:1px solid var(--border-hud);padding:.6rem 1.2rem;cursor:pointer;text-transform:uppercase;transition:all .2s ease;outline:none;display:inline-flex;align-items:center;gap:.4rem}.hud-btn:hover{border-color:var(--text-white);color:var(--text-white)}.hud-btn.active{border-color:var(--nasa-red);color:var(--text-white);background:#e03c310d}html.light-theme .hud-btn.active{background:#e03c3114;color:var(--nasa-red);font-weight:700}.hud-btn.danger{border-color:#e03c3166}.hud-btn.danger:hover{border-color:var(--nasa-red);color:var(--nasa-red);background:#e03c310d}.pulse-indicator{display:inline-block;width:5px;height:5px;border-radius:50%;background-color:var(--text-telemetry)}.pulse-indicator.active{background-color:var(--nasa-red);box-shadow:0 0 5px var(--nasa-red)}.divider{color:var(--border-hud);font-weight:300}html.light-theme .crosshair-line{background:#0f172a14!important}html.light-theme .target-circle-inner{border-color:#0f172a1f!important}html.light-theme .target-circle-outer{border-color:#e03c3133!important}html.light-theme .corner-brackets{border-color:#0f172a66!important}html.light-theme .node-link,html.light-theme .email-telem-block{background:#0f172a08!important}html.light-theme .node-link:hover{background:#0f172a0f!important;border-color:var(--text-white)!important}html.light-theme .skill-list.horizontal li{background:#0f172a0a!important}html.light-theme .crew-id-details{background:#0f172a08!important}html.light-theme .card-media-wrapper,html.light-theme .modal-media-container{background:#e2e8f0!important}html.light-theme .card-media{opacity:.95}html.light-theme .modal-frame{background:#fff!important;box-shadow:0 10px 40px #0f172a26!important}html.light-theme .modal-media-viewport,html.light-theme .modal-meta-viewport{background:#0f172a08!important}.hud-frame-container{position:relative;min-height:100vh;display:flex;flex-direction:column;border:1px solid var(--border-hud);margin:16px;background:var(--bg-frame)}@media(max-width:640px){.hud-frame-container{margin:8px}}.telemetry-ribbon{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.5rem;border-bottom:1px solid var(--border-hud);font-size:.7rem;color:var(--text-telemetry);z-index:15;letter-spacing:.08em}.telemetry-left,.telemetry-right{display:flex;align-items:center;gap:.8rem;white-space:nowrap}.hud-blink-dot{width:4px;height:4px;background:var(--nasa-red);border-radius:50%;box-shadow:0 0 4px var(--nasa-red)}.main-content{flex:1;overflow-y:auto;position:relative;z-index:20;padding:3rem 2rem;width:100%;max-width:100%;margin:0}@media(max-width:640px){.main-content{padding:1.5rem 1rem}.telemetry-ribbon{padding:.6rem 1rem}}.telemetry-footer-bar{position:sticky;bottom:0;background:#090d16f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.5rem;border-top:1px solid var(--border-hud);font-size:.65rem;color:var(--text-telemetry);z-index:100;letter-spacing:.08em}html.light-theme .telemetry-footer-bar{background:#fffffff2!important}.footer-left,.footer-right{display:flex;align-items:center;gap:.8rem}.hud-footer-btn{background:transparent;border:none;color:var(--text-telemetry);cursor:pointer;font-size:.65rem;padding:2px 4px;transition:all .2s ease}.hud-footer-btn:hover{color:var(--text-white)}@media(max-width:640px){.telemetry-footer-bar{flex-direction:row;justify-content:space-between;align-items:center;padding:.6rem .8rem}.footer-left span:nth-child(2),.footer-left span:nth-child(3){display:none}.hud-footer-btn{font-size:.6rem;padding:2px 3px}.telemetry-footer-bar .divider{margin:0 2px}}.hero-hud-section[data-astro-cid-bbe6dxrz]{width:100%;margin-bottom:3.5rem;padding-bottom:2rem;border-bottom:1px dashed rgba(255,255,255,.08)}.hero-grid-layout[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr 1.8fr;gap:3rem;align-items:center}@media(max-width:900px){.hero-grid-layout[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;gap:2rem}}.meta-tag[data-astro-cid-bbe6dxrz]{font-size:.65rem;letter-spacing:.1em;margin-bottom:.8rem}.main-title[data-astro-cid-bbe6dxrz]{font-size:3.8rem;line-height:.9;font-weight:800;margin-bottom:1rem;letter-spacing:-.01em}.red-accent-text[data-astro-cid-bbe6dxrz]{color:var(--nasa-red)}.sub-title[data-astro-cid-bbe6dxrz]{font-size:1.1rem;font-weight:400;color:var(--text-white);letter-spacing:.05em;margin-bottom:1.5rem}.role-desc[data-astro-cid-bbe6dxrz]{font-size:1.05rem;color:var(--text-primary);line-height:1.7;margin-bottom:2.2rem;max-width:540px}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:640px){.main-title[data-astro-cid-bbe6dxrz]{font-size:2.8rem}.sub-title[data-astro-cid-bbe6dxrz]{font-size:.95rem}}.hero-target-panel[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;height:100%;min-height:440px;justify-content:space-between;background:transparent!important}.panel-header[data-astro-cid-bbe6dxrz]{display:flex;justify-content:space-between;font-size:.65rem;color:var(--text-telemetry);border-bottom:1px dashed rgba(255,255,255,.08);padding-bottom:.5rem;margin-bottom:1.5rem}.panel-code[data-astro-cid-bbe6dxrz]{color:var(--nasa-red)}.vector-grid-holder[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1.5rem}.three-hud-container[data-astro-cid-bbe6dxrz]{position:relative;width:100%;aspect-ratio:33/9;max-width:100%;display:flex;align-items:center;justify-content:center;background:#0a0f1a33!important;border:1px solid var(--border-hud);cursor:crosshair;transition:transform .2s cubic-bezier(.25,1,.5,1),border-color .25s ease-in-out,background-color .25s ease-in-out;transform-style:preserve-3d}@media(max-width:900px){.three-hud-container[data-astro-cid-bbe6dxrz]{aspect-ratio:16/9}}html.light-theme .three-hud-container[data-astro-cid-bbe6dxrz]{background:#0f172a05!important}.three-hud-container[data-astro-cid-bbe6dxrz]:hover{border-color:#fff3;background:#0a0f1a4d!important}html.light-theme .three-hud-container[data-astro-cid-bbe6dxrz]:hover{border-color:#0f172a4d;background:#0f172a0a!important}#three-hud-canvas[data-astro-cid-bbe6dxrz]{width:100%!important;height:100%!important;display:block}.corner-brackets[data-astro-cid-bbe6dxrz]{position:absolute;width:8px;height:8px;border:1.5px solid var(--text-telemetry);pointer-events:none;transition:all .25s ease}.top-left-cb[data-astro-cid-bbe6dxrz]{top:-5px;left:-5px;border-right:none;border-bottom:none}.top-right-cb[data-astro-cid-bbe6dxrz]{top:-5px;right:-5px;border-left:none;border-bottom:none}.bottom-left-cb[data-astro-cid-bbe6dxrz]{bottom:-5px;left:-5px;border-right:none;border-top:none}.bottom-right-cb[data-astro-cid-bbe6dxrz]{bottom:-5px;right:-5px;border-left:none;border-top:none}html.light-theme .corner-brackets[data-astro-cid-bbe6dxrz]{border-color:#0f172a66!important}.telemetry-info[data-astro-cid-bbe6dxrz]{font-size:.65rem;text-align:center;color:var(--text-telemetry);width:100%;border-top:1px solid rgba(255,255,255,.05);padding-top:.8rem}.company-logos-hud-section[data-astro-cid-3ug3g6wm]{width:100%;margin-bottom:3.5rem;padding-bottom:2rem;border-bottom:1px dashed rgba(255,255,255,.08)}.logos-header[data-astro-cid-3ug3g6wm]{display:flex;align-items:center;gap:.6rem;font-size:.65rem;margin-bottom:1.5rem}.logos-grid-container[data-astro-cid-3ug3g6wm]{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem;align-items:center}@media(max-width:1024px){.logos-grid-container[data-astro-cid-3ug3g6wm]{grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem}}@media(max-width:600px){.logos-grid-container[data-astro-cid-3ug3g6wm]{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.logo-node-card[data-astro-cid-3ug3g6wm]{display:flex;align-items:center;justify-content:center;height:60px;border:1px solid rgba(255,255,255,.04);background:#ffffff03;padding:.5rem;transition:all .25s ease-in-out}.logo-node-card[data-astro-cid-3ug3g6wm]:hover{border-color:#ffffff1f;background:#ffffff05;transform:translateY(-2px)}.logo-svg[data-astro-cid-3ug3g6wm]{width:100%;height:100%;max-height:38px;filter:grayscale(1) contrast(.9) opacity(.4);transition:all .25s ease-in-out}.logo-node-card[data-astro-cid-3ug3g6wm]:hover .logo-svg[data-astro-cid-3ug3g6wm]{filter:grayscale(0) contrast(1.1) opacity(.85)}.gallery-hud-section[data-astro-cid-464oum2j]{width:100%;margin-bottom:3.5rem;padding-bottom:2rem;border-bottom:1px dashed rgba(255,255,255,.08)}.gallery-header-hud[data-astro-cid-464oum2j]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.8rem}.gallery-header-hud[data-astro-cid-464oum2j] h2[data-astro-cid-464oum2j]{font-size:.9rem;letter-spacing:.05em;color:var(--text-white)}.header-left[data-astro-cid-464oum2j]{display:flex;align-items:center;gap:.6rem}.gallery-filters[data-astro-cid-464oum2j]{display:flex;gap:.4rem;flex-wrap:wrap}.gallery-card[data-astro-cid-464oum2j]{transition:all .25s cubic-bezier(.16,1,.3,1)}.card-telem-top[data-astro-cid-464oum2j]{display:flex;justify-content:space-between;font-size:.6rem;color:var(--text-telemetry);margin-bottom:.6rem;border-bottom:1px dashed rgba(255,255,255,.08);padding-bottom:3px}.card-media-wrapper[data-astro-cid-464oum2j]{position:relative;width:100%;overflow:hidden;border:1px solid rgba(255,255,255,.05);margin-bottom:.8rem;background:#030407}.gallery-card[data-astro-cid-464oum2j][data-item*=aspect-video] .card-media-wrapper[data-astro-cid-464oum2j]{aspect-ratio:16/9}.gallery-card[data-astro-cid-464oum2j][data-item*=aspect-square] .card-media-wrapper[data-astro-cid-464oum2j]{aspect-ratio:1/1}.gallery-card[data-astro-cid-464oum2j][data-item*=aspect-portrait] .card-media-wrapper[data-astro-cid-464oum2j],.gallery-card[data-astro-cid-464oum2j][data-item*=aspect-tall] .card-media-wrapper[data-astro-cid-464oum2j]{aspect-ratio:3/4}.gallery-card[data-astro-cid-464oum2j][data-item*=aspect-wide] .card-media-wrapper[data-astro-cid-464oum2j]{aspect-ratio:16/10}.card-media[data-astro-cid-464oum2j]{width:100%;height:100%;object-fit:cover;opacity:.85;transition:all .4s cubic-bezier(.16,1,.3,1)}.masonry-card-inner[data-astro-cid-464oum2j]:hover .card-media[data-astro-cid-464oum2j]{opacity:1;transform:scale(1.02)}.card-title[data-astro-cid-464oum2j]{font-size:.85rem;color:var(--text-white);margin-bottom:.4rem;letter-spacing:.05em}.card-metrics-row[data-astro-cid-464oum2j]{display:flex;justify-content:space-between;font-size:.65rem;color:var(--text-telemetry)}.hud-modal[data-astro-cid-464oum2j]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;pointer-events:none;transition:all .25s cubic-bezier(.16,1,.3,1)}.hud-modal[data-astro-cid-464oum2j].visible{opacity:1;pointer-events:auto}.modal-backdrop[data-astro-cid-464oum2j]{position:absolute;top:0;left:0;width:100%;height:100%;background:#05070ae6}.modal-frame[data-astro-cid-464oum2j]{position:relative;width:100%;max-width:900px;background:var(--bg-panel-solid);border:1px solid var(--border-hud);z-index:1010;max-height:85vh;display:flex;flex-direction:column;transform:scale(.98);transition:all .25s cubic-bezier(.16,1,.3,1)}.hud-modal[data-astro-cid-464oum2j].visible .modal-frame[data-astro-cid-464oum2j]{transform:scale(1)}.modal-header[data-astro-cid-464oum2j]{border-bottom:1px solid var(--border-hud);padding-bottom:.6rem;margin-bottom:1.2rem;display:flex;justify-content:space-between;font-size:.7rem}.modal-grid-content[data-astro-cid-464oum2j]{display:grid;grid-template-columns:1.1fr 1fr;gap:2rem;overflow-y:auto;flex:1}@media(max-width:768px){.modal-grid-content[data-astro-cid-464oum2j]{grid-template-columns:1fr}}.modal-media-viewport[data-astro-cid-464oum2j],.modal-meta-viewport[data-astro-cid-464oum2j]{display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;background:#ffffff03}.viewport-decor[data-astro-cid-464oum2j]{display:flex;justify-content:space-between;font-size:.6rem;color:var(--text-telemetry);border-bottom:1px dashed rgba(255,255,255,.08);padding-bottom:4px;margin-bottom:1rem}.modal-media-container[data-astro-cid-464oum2j]{width:100%;flex:1;display:flex;align-items:center;justify-content:center;background:#030407;border:1px solid var(--border-hud);overflow:hidden;aspect-ratio:4/3}.modal-media-element[data-astro-cid-464oum2j]{max-width:100%;max-height:100%;object-fit:contain}.modal-meta-title[data-astro-cid-464oum2j]{font-size:1.1rem;margin-bottom:1rem;color:var(--text-white);border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.4rem}.meta-section[data-astro-cid-464oum2j]{margin-bottom:1.2rem}.meta-section-header[data-astro-cid-464oum2j]{font-size:.65rem;color:var(--text-telemetry);margin-bottom:.4rem;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:2px}.modal-description[data-astro-cid-464oum2j]{font-size:.8rem;line-height:1.6;color:var(--text-primary)}.modal-specs[data-astro-cid-464oum2j]{list-style:none;font-size:.7rem;display:flex;flex-direction:column;gap:.4rem;color:var(--text-primary)}.modal-actions-panel[data-astro-cid-464oum2j]{margin-top:1.5rem;border-top:1px dashed rgba(255,255,255,.08);padding-top:1.2rem}.about-hud-section[data-astro-cid-v2cbyr3p]{width:100%;margin-bottom:3.5rem;padding-bottom:2rem;border-bottom:1px dashed rgba(255,255,255,.08)}.about-grid-layout[data-astro-cid-v2cbyr3p]{display:grid;grid-template-columns:1.2fr 2fr;gap:3rem;align-items:stretch}@media(max-width:1024px){.about-grid-layout[data-astro-cid-v2cbyr3p]{grid-template-columns:1fr;gap:2rem}}.crew-avatar-panel[data-astro-cid-v2cbyr3p]{display:flex;flex-direction:column;justify-content:space-between;background:transparent!important;min-height:380px;height:100%}.crew-avatar-frame[data-astro-cid-v2cbyr3p]{position:relative;width:100%;aspect-ratio:3/4;border:1px solid var(--border-hud);background:#ffffff05;overflow:hidden;margin:1.5rem 0}@media(min-width:1025px){.crew-avatar-frame[data-astro-cid-v2cbyr3p]{aspect-ratio:auto;flex:1}}.crew-avatar-img[data-astro-cid-v2cbyr3p]{width:100%;height:100%;object-fit:cover;filter:grayscale(.1) contrast(1.05) brightness(.95)}.avatar-corner-brackets[data-astro-cid-v2cbyr3p]:before,.avatar-corner-brackets[data-astro-cid-v2cbyr3p]:after{content:"";position:absolute;width:8px;height:8px;border:1.5px solid var(--nasa-red);pointer-events:none}.avatar-corner-brackets[data-astro-cid-v2cbyr3p]:before{top:-1px;left:-1px;border-right:none;border-bottom:none}.avatar-corner-brackets[data-astro-cid-v2cbyr3p]:after{bottom:-1px;right:-1px;border-left:none;border-top:none}.avatar-telemetry[data-astro-cid-v2cbyr3p]{display:flex;justify-content:space-between;font-size:.6rem;color:var(--text-telemetry);border-top:1px dashed rgba(255,255,255,.08);padding-top:.6rem}.crew-log-panel[data-astro-cid-v2cbyr3p]{display:flex;flex-direction:column;background:transparent!important;gap:1.5rem}.panel-header[data-astro-cid-v2cbyr3p]{display:flex;justify-content:space-between;font-size:.65rem;color:var(--text-telemetry);border-bottom:1px dashed rgba(255,255,255,.08);padding-bottom:.5rem}.panel-code[data-astro-cid-v2cbyr3p]{color:var(--nasa-red)}.crew-id-details[data-astro-cid-v2cbyr3p]{display:flex;flex-direction:column;font-size:.75rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);padding:1rem;gap:.2rem}.crew-bio-narrative[data-astro-cid-v2cbyr3p]{font-size:.9rem;line-height:1.7;color:var(--text-primary)}.skills-block[data-astro-cid-v2cbyr3p]{display:flex;flex-direction:column;gap:1rem;border-top:1px solid rgba(255,255,255,.05);padding-top:1.5rem}.skills-section-tag[data-astro-cid-v2cbyr3p]{font-size:.65rem;margin-bottom:.5rem}.skills-subgrid[data-astro-cid-v2cbyr3p]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2rem}@media(max-width:640px){.skills-subgrid[data-astro-cid-v2cbyr3p]{grid-template-columns:1fr}}.skill-category[data-astro-cid-v2cbyr3p]{display:flex;flex-direction:column;gap:.5rem}.category-header[data-astro-cid-v2cbyr3p]{font-size:.7rem;font-weight:700;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.3rem}.skill-list[data-astro-cid-v2cbyr3p]{list-style:none;display:flex;flex-direction:column;gap:.4rem;font-size:.75rem}.skill-list[data-astro-cid-v2cbyr3p] li[data-astro-cid-v2cbyr3p]{display:flex;align-items:center;gap:.5rem}.bullet[data-astro-cid-v2cbyr3p]{color:var(--nasa-red)}.skill-title[data-astro-cid-v2cbyr3p]{color:var(--text-white);min-width:140px}.skill-desc[data-astro-cid-v2cbyr3p]{color:var(--text-telemetry)}.skill-list[data-astro-cid-v2cbyr3p].horizontal{flex-direction:row;flex-wrap:wrap;gap:.6rem}.skill-list[data-astro-cid-v2cbyr3p].horizontal li[data-astro-cid-v2cbyr3p]{color:var(--text-primary);border:1px solid rgba(255,255,255,.08);padding:.2rem .5rem;background:#ffffff05}.crew-education-box[data-astro-cid-v2cbyr3p]{border-top:1px solid rgba(255,255,255,.05);padding-top:1.5rem}.section-tag[data-astro-cid-v2cbyr3p]{font-size:.65rem;margin-bottom:.5rem}.education-list[data-astro-cid-v2cbyr3p]{list-style:none;font-size:.75rem;display:flex;flex-direction:column;gap:.6rem;color:var(--text-primary)}.education-list[data-astro-cid-v2cbyr3p] li[data-astro-cid-v2cbyr3p]{display:flex;flex-direction:column;gap:.1rem}.personal-projects-hud-section[data-astro-cid-ldxi46bw]{width:100%;margin-bottom:3.5rem;padding-bottom:2rem;border-bottom:1px dashed rgba(255,255,255,.08)}.projects-header-hud[data-astro-cid-ldxi46bw]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.8rem}.projects-header-hud[data-astro-cid-ldxi46bw] h2[data-astro-cid-ldxi46bw]{font-size:.9rem;letter-spacing:.05em;color:var(--text-white)}.header-left[data-astro-cid-ldxi46bw]{display:flex;align-items:center;gap:.6rem}.projects-grid[data-astro-cid-ldxi46bw]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1200px){.projects-grid[data-astro-cid-ldxi46bw]{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.projects-grid[data-astro-cid-ldxi46bw]{grid-template-columns:1fr}}.project-hud-card[data-astro-cid-ldxi46bw]{display:flex;flex-direction:column;justify-content:space-between;background:transparent!important;border-color:#ffffff0f;transition:all .25s ease-in-out}.project-hud-card[data-astro-cid-ldxi46bw]:hover{border-color:#ffffff26;background:#ffffff03!important}.card-header[data-astro-cid-ldxi46bw]{display:flex;justify-content:space-between;font-size:.65rem;color:var(--text-telemetry);border-bottom:1px dashed rgba(255,255,255,.08);padding-bottom:.5rem;margin-bottom:1rem}.project-status[data-astro-cid-ldxi46bw][data-status=OPERATIONAL]{color:#ff00ae}.project-status[data-astro-cid-ldxi46bw][data-status=NOMINAL]{color:var(--nasa-red)}.project-status[data-astro-cid-ldxi46bw][data-status=ACTIVE]{color:var(--neon-cyan)}.project-name[data-astro-cid-ldxi46bw]{font-size:1.3rem;color:var(--text-white);letter-spacing:.05em;margin-bottom:.3rem}.project-focus[data-astro-cid-ldxi46bw]{font-size:.7rem;color:var(--nasa-red);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.project-desc[data-astro-cid-ldxi46bw]{font-size:.85rem;line-height:1.6;color:var(--text-primary);margin-bottom:1.5rem}.project-tech-footer[data-astro-cid-ldxi46bw]{border-top:1px solid rgba(255,255,255,.05);padding-top:1rem}.footer-title[data-astro-cid-ldxi46bw]{font-size:.6rem;color:var(--text-dim);margin-bottom:.4rem}.specs-list[data-astro-cid-ldxi46bw]{list-style:none;font-size:.65rem;display:flex;flex-direction:column;gap:.2rem;color:var(--text-telemetry)}.contact-hud-section[data-astro-cid-xmivup5a]{width:100%;margin-bottom:2rem}.contact-header-hud[data-astro-cid-xmivup5a]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.8rem}.contact-header-hud[data-astro-cid-xmivup5a] h2[data-astro-cid-xmivup5a]{font-size:.9rem;letter-spacing:.05em;color:var(--text-white)}.header-left[data-astro-cid-xmivup5a]{display:flex;align-items:center;gap:.6rem}.text-pink[data-astro-cid-xmivup5a]{color:#ff00ae;text-shadow:0 0 4px rgba(255,0,174,.2)}.contact-nodes-grid[data-astro-cid-xmivup5a]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1024px){.contact-nodes-grid[data-astro-cid-xmivup5a]{grid-template-columns:1fr;gap:1.5rem}}.contact-node-card[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;color:var(--text-primary);background:transparent!important;border-color:#ffffff0f;min-height:240px;transition:all .25s ease-in-out}.contact-node-card[data-astro-cid-xmivup5a]:hover{border-color:var(--text-white);background:#ffffff03!important;transform:translateY(-4px)}html.light-theme .contact-node-card[data-astro-cid-xmivup5a]:hover{border-color:var(--nasa-red);background:#fffffff2!important}.node-header[data-astro-cid-xmivup5a]{display:flex;justify-content:space-between;font-size:.65rem;color:var(--text-telemetry);border-bottom:1px dashed rgba(255,255,255,.08);padding-bottom:.5rem}.node-icon-holder[data-astro-cid-xmivup5a]{display:flex;align-items:center;justify-content:flex-start;padding:1.5rem 0}.node-svg[data-astro-cid-xmivup5a]{width:48px;height:48px;color:var(--text-telemetry);transition:all .25s ease-in-out}.contact-node-card[data-astro-cid-xmivup5a]:hover .node-svg[data-astro-cid-xmivup5a]{color:var(--nasa-red);transform:scale(1.05)}.node-details[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:.3rem}.node-label[data-astro-cid-xmivup5a]{font-size:.65rem;color:var(--text-dim)}.node-value[data-astro-cid-xmivup5a]{font-size:1.2rem;color:var(--text-white);letter-spacing:.05em;word-break:break-all}.node-footer[data-astro-cid-xmivup5a]{font-size:.6rem;border-top:1px solid rgba(255,255,255,.05);padding-top:.4rem;margin-top:.4rem}
