:root{--bg-void: #030408;--bg-space: #060812;--hud-glass: rgba(14, 18, 30, .55);--hud-border: rgba(255, 255, 255, .16);--hud-border-glow: rgba(121, 160, 255, .3);--text-primary: #f2f6ff;--text-secondary: #c2d0eb;--text-tertiary: #92a4c8;--accent-cyan: #79a0ff;--accent-cyan-bright: #9ec0ff;--accent-status-ok: #50e3c2;--accent-status-err: #f87171;--font-cinzel: "Cinzel", serif;--font-garamond: "Cormorant Garamond", serif;--font-manrope: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;--font-display: var(--font-cinzel);--font-heading: var(--font-cinzel);--font-body: var(--font-manrope);--focus-ring: 0 0 0 2px #79a0ff, 0 0 14px rgba(121, 160, 255, .5);--transition-speed: .3s}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);color:var(--text-primary);background-color:var(--bg-void);min-height:100vh;overflow-x:hidden;position:relative}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.space-viewport{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none;overflow:hidden;background:radial-gradient(circle at 50% 25%,#0a0d1f 0%,#04060d 60%,var(--bg-void) 100%)}#starfield-canvas{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.85;will-change:transform}.nebula-layer{position:absolute;top:-25%;right:-15%;width:75vw;height:75vw;background:radial-gradient(circle at center,rgba(80,110,220,.09) 0%,rgba(110,40,190,.04) 50%,transparent 75%);filter:blur(70px);animation:nebulaPulse 30s ease-in-out infinite alternate;will-change:transform,opacity}@keyframes nebulaPulse{0%{transform:scale(1) translate(0);opacity:.6}50%{transform:scale(1.06) translate(-25px,15px);opacity:.85}to{transform:scale(.96) translate(15px,-10px);opacity:.5}}.nebula-aurora{position:absolute;bottom:-15%;right:-10%;width:65vw;height:65vw;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(160,80,255,.12) 0%,rgba(90,40,180,.08) 45%,transparent 75%);filter:blur(85px);animation:auroraGlow 40s ease-in-out infinite alternate;pointer-events:none}@keyframes auroraGlow{0%{transform:scale(.9) rotate(0);opacity:.4}50%{transform:scale(1.15) rotate(15deg);opacity:.75}to{transform:scale(1) rotate(-10deg);opacity:.35}}.orbital-ring{position:absolute;top:-12vw;right:-6vw;width:70vw;height:70vw;border-radius:50%;border:1px solid rgba(121,160,255,.08);transform:rotateX(75deg) rotateY(-20deg);pointer-events:none}.planet-saturn{position:absolute;top:12%;right:5%;width:240px;height:240px;pointer-events:none;animation:saturnFloat 45s ease-in-out infinite alternate}@keyframes saturnFloat{0%{transform:translateY(0) rotate(0)}to{transform:translateY(-22px) rotate(3deg)}}.saturn-body{width:140px;height:140px;border-radius:50%;position:absolute;top:50px;left:50px;background:radial-gradient(circle at 30% 30%,#a4b4e0,#3e4e78 50%,#0d1428 90%);box-shadow:inset -22px -22px 40px #000000eb,0 0 35px #79a0ff26;z-index:2}.saturn-ring-system{position:absolute;top:20px;left:-20px;width:280px;height:80px;border-radius:50%;border:14px solid rgba(140,175,255,.28);border-top-color:#dcebff8c;border-bottom-color:#5a78c826;transform:rotate(-28deg);box-shadow:0 0 25px #79a0ff33;z-index:1}.star-plasma-sun{position:absolute;top:-100px;left:-100px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(121,160,255,.35) 0%,rgba(80,120,240,.12) 45%,transparent 70%);box-shadow:0 0 90px #79a0ff40;animation:sunPulse 25s ease-in-out infinite alternate;pointer-events:none}@keyframes sunPulse{0%{transform:scale(1);opacity:.5}50%{transform:scale(1.12);opacity:.85}to{transform:scale(.95);opacity:.45}}.moon-orbit-system{position:absolute;top:48%;left:4%;width:260px;height:260px;pointer-events:none}.orbiting-moon{width:22px;height:22px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#e2ebff,#7b8eb5 60%,#151d30);box-shadow:inset -4px -4px 8px #000000d9,0 0 10px #dcebff4d;animation:moonOrbit 35s linear infinite;position:absolute;top:0;left:120px}@keyframes moonOrbit{0%{transform:rotate(0) translate(120px) rotate(0)}to{transform:rotate(360deg) translate(120px) rotate(-360deg)}}.planet-giant{position:absolute;top:-180px;right:-180px;width:580px;height:580px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#2d417847,#0a0e1cd1 58%,#020306fa);box-shadow:inset -35px -35px 80px #000000f2,0 0 60px #506edc0d;opacity:.45;animation:planetFloat 60s ease-in-out infinite alternate;will-change:transform}@keyframes planetFloat{0%{transform:translate(0)}to{transform:translate(-12px,15px)}}.planet-horizon{position:absolute;bottom:-400px;left:-240px;width:1000px;height:660px;border-radius:50%;background:radial-gradient(ellipse at 50% 0%,rgba(65,95,180,.1) 0%,rgba(6,10,20,.5) 50%,transparent 80%);box-shadow:0 -4px 40px #6b8cff0f;opacity:.3;will-change:transform}.space-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,transparent 35%,rgba(2,3,6,.65) 100%)}.layer-ui{position:relative;z-index:10}.glass-hud{background:var(--hud-glass);border:1px solid var(--hud-border);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;box-shadow:inset 0 1px #ffffff26,0 20px 50px #00000080}.glass-stage{background:#0a0c1699;border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:20px;box-shadow:inset 0 1px #fff3,0 30px 70px #000000b3}.console-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.85rem 2.5rem;background:#04060ca6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}.header-left{display:flex;align-items:center}.brand-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text-primary);transition:opacity .3s ease}.brand-link:hover{opacity:.9}.brand-icon.cosmora-icon-frame{width:40px;height:40px;border-radius:12px;background:#79a0ff14;border:1px solid rgba(121,160,255,.25);display:flex;align-items:center;justify-content:center;overflow:hidden}.cosmora-nav-logo{width:28px;height:28px;object-fit:contain;filter:drop-shadow(0 0 6px rgba(121,160,255,.5))}.brand-text{display:flex;flex-direction:column}.brand-title{font-family:var(--font-display);font-size:1.05rem;font-weight:900;letter-spacing:3px;color:var(--text-primary)}.brand-sub{font-family:var(--font-display);font-size:.58rem;font-weight:600;letter-spacing:2px;color:var(--accent-cyan)}.hud-nav{display:flex;gap:.5rem;background:#0f142366;padding:.35rem;border-radius:12px;border:1px solid var(--hud-border)}.nav-link{background:transparent;border:none;color:var(--text-secondary);font-family:var(--font-display);font-size:.75rem;font-weight:600;letter-spacing:1.5px;padding:.5rem 1.25rem;border-radius:8px;cursor:pointer;transition:all var(--transition-speed) ease}.nav-link:hover{color:var(--text-primary);background:#ffffff0d}.nav-link.active{color:var(--text-primary);background:#79a0ff24;border:1px solid rgba(121,160,255,.28);box-shadow:0 0 16px #79a0ff1f}.hud-controls{display:flex;align-items:center;gap:1.25rem}.clock-hud{font-family:var(--font-display);font-size:.85rem;font-weight:600;letter-spacing:1px;color:var(--text-secondary);background:#0f142366;border:1px solid var(--hud-border);padding:.5rem 1rem;border-radius:12px;cursor:pointer;display:flex;align-items:center;gap:.4rem;-webkit-user-select:none;user-select:none;transition:border-color var(--transition-speed) ease}.clock-hud:hover{border-color:var(--accent-cyan);color:var(--text-primary)}.hud-tz{font-size:.65rem;color:var(--accent-cyan)}.hud-search-input{background:#0f142366;border:1px solid var(--hud-border);border-radius:12px;padding:.5rem 1rem;color:var(--text-primary);font-family:var(--font-body);font-size:.85rem;width:200px;outline:none;transition:all var(--transition-speed) ease}.hud-search-input:focus{width:260px;border-color:var(--accent-cyan);box-shadow:var(--focus-ring)}.console-body{max-width:1200px;margin:0 auto;padding:3rem 2rem 5rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;min-height:580px}.orbital-loader{position:relative;width:68px;height:68px;margin-bottom:1.5rem}.loader-ring{position:absolute;border-radius:50%;border:2px solid transparent}.loader-ring.ring-outer{top:0;left:0;width:100%;height:100%;border-top-color:var(--accent-cyan);border-bottom-color:#6b8cff33;animation:spinClockwise 1.8s linear infinite}.loader-ring.ring-inner{top:10px;left:10px;width:48px;height:48px;border-right-color:var(--accent-cyan-bright);border-left-color:#6b8cff26;animation:spinCounterClockwise 1.2s linear infinite}.loader-core{position:absolute;top:50%;left:50%;width:8px;height:8px;margin-top:-4px;margin-left:-4px;background:var(--accent-cyan);border-radius:50%;box-shadow:0 0 12px var(--accent-cyan)}@keyframes spinClockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinCounterClockwise{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.loading-meta{text-align:center;margin-bottom:2.5rem}.loading-eyebrow{font-family:var(--font-display);font-size:.68rem;font-weight:700;letter-spacing:3px;color:var(--accent-cyan);display:block;margin-bottom:.5rem}.loading-text{font-family:var(--font-display);font-size:.95rem;letter-spacing:2px;color:var(--text-primary)}.skeleton-wrapper{width:100%;max-width:1000px;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.skeleton-eyebrow{width:220px;height:24px;border-radius:12px;background:#ffffff0a}.skeleton-title{width:480px;max-width:90%;height:38px;border-radius:8px;background:#ffffff0d}.skeleton-media-stage{width:100%;height:480px;border-radius:16px;position:relative;overflow:hidden;background:#0e121e66}.skeleton-shimmer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(107,140,255,.06) 50%,transparent 100%);animation:shimmerPass 2s infinite}@keyframes shimmerPass{0%{transform:translate(0)}to{transform:translate(200%)}}.error-container{display:flex;justify-content:center;padding:4rem 1rem}.error-panel{text-align:center;padding:3rem;max-width:520px;border-color:#f871714d}.error-icon{color:var(--accent-status-err);margin-bottom:1rem}.error-badge{font-family:var(--font-display);font-size:.65rem;font-weight:700;letter-spacing:2px;color:var(--accent-status-err);background:#f871711f;display:inline-block;padding:.25rem .75rem;border-radius:6px;margin-bottom:1rem}.error-panel h2{font-family:var(--font-display);font-size:1.25rem;font-weight:600;letter-spacing:1px;margin-bottom:.75rem}.error-panel p{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:2rem}.hud-btn{background:#ffffff0f;border:1px solid var(--hud-border);color:var(--text-primary);font-family:var(--font-display);font-size:.75rem;font-weight:600;letter-spacing:1.5px;padding:.75rem 1.75rem;border-radius:10px;cursor:pointer;transition:all var(--transition-speed) ease;outline:none}.hud-btn:hover{background:#ffffff1f;border-color:#ffffff40;transform:translateY(-2px)}.hud-btn.primary{background:var(--accent-cyan);border-color:var(--accent-cyan);box-shadow:0 4px 15px #6b8cff66}.hud-btn.primary:hover{background:var(--accent-cyan-bright);border-color:var(--accent-cyan-bright)}.hero-section{text-align:center;margin-bottom:3.5rem;animation:fadeInDown .8s cubic-bezier(.16,1,.3,1) forwards}.hero-eyebrow{display:inline-flex;align-items:center;gap:.6rem;background:#6b8cff0f;border:1px solid rgba(107,140,255,.18);padding:.4rem 1.1rem;border-radius:30px;margin-bottom:1.5rem}.pulse-dot{width:6px;height:6px;background:var(--accent-cyan);border-radius:50%;box-shadow:0 0 10px var(--accent-cyan)}.eyebrow-text{font-family:var(--font-display);font-size:.68rem;font-weight:700;letter-spacing:2.5px;color:var(--accent-cyan)}.hero-headline{font-family:var(--font-display);font-size:2.85rem;font-weight:900;letter-spacing:6px;margin-bottom:.5rem;line-height:1.15;background:linear-gradient(180deg,#fff 55%,#ffffffb8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.brand-tagline{font-family:var(--font-body);font-size:1.15rem;font-style:italic;letter-spacing:.8px;color:var(--accent-cyan-bright);margin-bottom:.25rem}.brand-subtagline{font-family:var(--font-display);font-size:.78rem;font-weight:700;letter-spacing:2.5px;color:var(--text-secondary);margin-bottom:1.75rem;text-transform:uppercase}.apod-header-meta{display:flex;flex-direction:column;align-items:center;gap:.6rem}.apod-title{font-family:var(--font-heading);font-size:1.65rem;font-weight:600;color:var(--text-primary);max-width:850px;line-height:1.35}.meta-row{display:flex;gap:1rem;align-items:center;margin-top:.25rem}.date-badge{font-family:var(--font-display);font-size:.8rem;color:var(--accent-cyan-bright);letter-spacing:1.5px;background:#0f162899;border:1px solid var(--hud-border);padding:.25rem .85rem;border-radius:8px}.copyright-badge{font-family:var(--font-body);font-size:.8rem;color:var(--text-tertiary)}.stage-section{margin-bottom:3.5rem}.media-frame-wrapper{position:relative;max-width:1100px;margin:0 auto}.media-frame{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:.75rem;transition:transform .6s cubic-bezier(.16,1,.3,1),box-shadow .6s ease}.media-frame:hover{box-shadow:inset 0 1px #ffffff59,0 40px 95px #000000e6,0 0 35px #6b8cff1f}.media-box{width:100%;display:flex;justify-content:center;align-items:center;position:relative}.apod-img{width:100%;max-height:72vh;object-fit:contain;display:block;border-radius:16px;transition:transform 1.2s cubic-bezier(.16,1,.3,1),opacity .8s ease;opacity:1}.hd-badge-btn{position:absolute;bottom:1.25rem;right:1.25rem;background:#0a0e19bf;border:1px solid var(--hud-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text-primary);font-family:var(--font-display);font-size:.65rem;font-weight:700;letter-spacing:1.5px;padding:.5rem 1rem;border-radius:10px;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:all var(--transition-speed) ease}.hd-badge-btn:hover{background:var(--accent-cyan);border-color:var(--accent-cyan);box-shadow:0 4px 15px #6b8cff66}.video-aspect{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-aspect iframe,.video-aspect video{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;border:none}.unsupported-aspect{padding:3rem 1.5rem;text-align:center}.unsupported-card{padding:2.5rem;max-width:460px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.unsupported-icon{color:var(--accent-cyan)}.unsupported-card h4{font-family:var(--font-display);font-size:1rem;letter-spacing:2px}.unsupported-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.hud-telemetry-section{margin-bottom:2.5rem}.hud-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.hud-card{padding:1.25rem;display:flex;flex-direction:column;gap:.4rem}.hud-card-label{font-family:var(--font-display);font-size:.6rem;font-weight:700;letter-spacing:2px;color:var(--text-tertiary)}.hud-card-val{font-family:var(--font-display);font-size:.85rem;font-weight:600;color:var(--text-primary)}.status-ok{color:var(--accent-status-ok)}.mission-log-section{margin-bottom:3.5rem}.log-panel{padding:2.75rem 3rem}.log-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.log-tag{display:flex;align-items:center;gap:.6rem;color:var(--accent-cyan);font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:2.5px}.log-id{font-family:var(--font-display);font-size:.7rem;color:var(--text-tertiary);letter-spacing:1.5px}.log-title{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.log-byline{display:flex;gap:1rem;align-items:center;font-size:.85rem;color:var(--text-tertiary);margin-bottom:1.25rem}.log-date{font-family:var(--font-display);color:var(--accent-cyan-bright);letter-spacing:1px}.log-divider{height:1px;background:linear-gradient(90deg,rgba(107,140,255,.25) 0%,rgba(255,255,255,.08) 50%,transparent 100%);margin-bottom:1.5rem}.explanation-text{font-family:var(--font-body);font-size:1.08rem;line-height:1.82;color:var(--text-secondary);max-width:70ch;letter-spacing:.2px}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#030408d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:100;opacity:1;transition:opacity .3s ease,visibility .3s ease}.modal.hidden{opacity:0;visibility:hidden;pointer-events:none}.modal-content{padding:2.5rem;width:90%;max-width:480px}.hud-badge{font-family:var(--font-display);font-size:.65rem;font-weight:700;letter-spacing:2px;color:var(--accent-cyan);margin-bottom:.5rem}.modal-header h3{font-family:var(--font-display);font-size:1.25rem;font-weight:700;letter-spacing:1.5px;margin-bottom:.5rem}.modal-sub{color:var(--text-secondary);font-size:.9rem;line-height:1.5;margin-bottom:1.75rem}.archive-form{display:flex;flex-direction:column;gap:1.5rem}.hud-date-input{width:100%;background:#0a0e19cc;border:1px solid var(--hud-border);border-radius:12px;padding:.85rem 1.25rem;color:var(--text-primary);font-family:var(--font-display);font-size:1rem;outline:none;transition:border-color var(--transition-speed) ease}.hud-date-input:focus{border-color:var(--accent-cyan);box-shadow:var(--focus-ring)}.modal-actions{display:flex;justify-content:flex-end;gap:1rem}.about-body p{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:1rem}.tech-note{font-size:.85rem;color:var(--text-tertiary);border-left:2px solid var(--accent-cyan);padding-left:.75rem}.hud-footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 3.5rem;border-top:1px solid rgba(255,255,255,.08);background:#04060c66;font-family:var(--font-display);font-size:.7rem;color:var(--text-tertiary);letter-spacing:1px}.sep{margin:0 .5rem;opacity:.3}.footer-link{color:var(--text-secondary);text-decoration:none;transition:color var(--transition-speed) ease}.footer-link:hover{color:var(--accent-cyan)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.reveal-element{opacity:0;transform:translateY(14px) scale(1.018);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.reveal-element.hero-reveal{transition-delay:.05s}.reveal-element.stage-reveal{transition-delay:.25s}.reveal-element.hud-reveal{transition-delay:.45s}.reveal-element.log-reveal{transition-delay:.6s}.reveal-element.active{opacity:1;transform:translateY(0) scale(1)}.reveal-init{opacity:0}.reveal-active{opacity:1;transition:opacity 1.2s ease-in-out}@media (prefers-reduced-motion: reduce){.reveal-element{opacity:1!important;transform:none!important;transition:none!important}}.hidden{display:none!important}@media (max-width: 900px){.console-header{padding:.85rem 1.5rem}.hud-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hero-headline{font-size:1.85rem;letter-spacing:3px}.apod-title{font-size:1.35rem}.log-panel{padding:2rem}}@media (max-width: 640px){.console-header{flex-direction:column;gap:.85rem;padding:.85rem 1rem}.header-left,.header-nav,.header-right{width:100%;justify-content:center}.header-nav{justify-content:space-around;padding:.25rem}.nav-link{padding:.5rem .85rem;font-size:.68rem;min-height:44px}.hud-clock-badge{min-height:44px}.hud-search-input{width:100%;min-height:44px}.hud-grid{grid-template-columns:1fr;gap:.85rem}.hero-section{margin-bottom:2rem}.hero-headline{font-size:1.35rem;letter-spacing:2px}.apod-title{font-size:1.15rem}.meta-row{flex-direction:column;gap:.5rem}.stage-section{margin-bottom:2rem}.media-frame{padding:.35rem}.log-panel{padding:1.5rem 1.25rem}.log-header{flex-direction:column;align-items:flex-start;gap:.5rem}.explanation-text{font-size:.98rem;line-height:1.7}.hud-footer{flex-direction:column;gap:.85rem;text-align:center;padding:1.5rem 1rem}.modal-card{width:92vw;padding:1.5rem}.planet-giant{width:220px;height:220px;top:-80px;right:-80px;opacity:.3}.planet-horizon{width:500px;height:350px;bottom:-220px;left:-120px;opacity:.2}.midground-celestial{width:60px;height:60px;top:20%;left:4%;opacity:.2}}.solar-experience{width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem}.solar-hero-section{text-align:center;width:100%;max-width:900px}.solar-controls-bar{margin-top:1.5rem;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1rem;align-items:center}.planet-select-row{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.planet-btn{background:#ffffff0d;border:1px solid var(--hud-border);color:var(--text-secondary);font-family:var(--font-display);font-size:.72rem;font-weight:600;letter-spacing:1px;padding:.45rem .85rem;border-radius:8px;cursor:pointer;transition:all var(--transition-speed) ease}.planet-btn:hover{color:var(--text-primary);border-color:var(--accent-cyan);background:#79a0ff1f}.planet-btn.active{color:var(--text-primary);background:#79a0ff33;border-color:var(--accent-cyan);box-shadow:0 0 12px #79a0ff40}.view-mode-row{display:flex;gap:.75rem}.solar-model-section{width:100%;height:600px;position:relative;overflow:hidden;border-radius:20px;border:1px solid var(--hud-border);background:#04060ebf;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}#universe-viewport{position:absolute;width:100%;height:100%;overflow:hidden;transform-style:preserve-3d}#galaxy-3d{position:relative;width:100%;height:100%;perspective:2000px}#solar-system-3d{position:absolute;top:50%;left:50%;width:100%;height:100%;transform-style:preserve-3d;transform:translate(-50%,-50%) rotateX(72deg);transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.view-2D #solar-system-3d{transform:translate(-50%,-50%) rotateX(0)}.planet-orbit{position:absolute;top:50%;left:50%;border:1px dashed rgba(121,160,255,.25);border-radius:50%;transform-style:preserve-3d;animation:orbitRotate linear infinite}@keyframes orbitRotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}.planet-pos{position:absolute;top:50%;left:100%;transform-style:preserve-3d;animation:planetInvert linear infinite}@keyframes planetInvert{0%{transform:rotateX(-72deg) rotateY(360deg)}to{transform:rotateX(-72deg) rotateY(0)}}.sun-core{position:absolute;top:50%;left:50%;width:70px;height:70px;margin-top:-35px;margin-left:-35px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fff1a0,#ff8c00,#c30);box-shadow:0 0 60px #ffa000cc,0 0 120px #ff640066;transform-style:preserve-3d}.orbit-mercury{width:140px;height:140px;animation-duration:6s}.orbit-venus{width:210px;height:210px;animation-duration:12s}.orbit-earth{width:290px;height:290px;animation-duration:18s}.orbit-mars{width:370px;height:370px;animation-duration:26s}.orbit-jupiter{width:470px;height:470px;animation-duration:45s}.orbit-saturn{width:580px;height:580px;animation-duration:65s}.orbit-uranus{width:680px;height:680px;animation-duration:85s}.orbit-neptune{width:780px;height:780px;animation-duration:110s}.orbit-mercury .planet-pos{animation-duration:6s}.orbit-venus .planet-pos{animation-duration:12s}.orbit-earth .planet-pos{animation-duration:18s}.orbit-mars .planet-pos{animation-duration:26s}.orbit-jupiter .planet-pos{animation-duration:45s}.orbit-saturn .planet-pos{animation-duration:65s}.orbit-uranus .planet-pos{animation-duration:85s}.orbit-neptune .planet-pos{animation-duration:110s}.planet-sphere{border-radius:50%;transform-style:preserve-3d;box-shadow:inset -3px -3px 8px #000c}.mercury-sphere{width:12px;height:12px;margin:-6px;background:radial-gradient(circle at 35% 35%,#d4d4d4,#666)}.venus-sphere{width:18px;height:18px;margin:-9px;background:radial-gradient(circle at 35% 35%,#e8c88a,#8a6528)}.earth-sphere{width:20px;height:20px;margin:-10px;background:radial-gradient(circle at 35% 35%,#6b93d6,#1b3563)}.mars-sphere{width:15px;height:15px;margin:-7.5px;background:radial-gradient(circle at 35% 35%,#c8684b,#6b2614)}.jupiter-sphere{width:38px;height:38px;margin:-19px;background:radial-gradient(circle at 35% 35%,#d2a87a,#754e2b)}.saturn-sphere{width:32px;height:32px;margin:-16px;background:radial-gradient(circle at 35% 35%,#e0ce9a,#7a683e);position:relative}.uranus-sphere{width:24px;height:24px;margin:-12px;background:radial-gradient(circle at 35% 35%,#88d4d8,#2a686c)}.neptune-sphere{width:23px;height:23px;margin:-11.5px;background:radial-gradient(circle at 35% 35%,#5879d8,#182c6c)}.saturn-ring-3d{position:absolute;top:50%;left:50%;width:54px;height:18px;margin-top:-9px;margin-left:-27px;border-radius:50%;border:5px solid rgba(220,200,150,.45);transform:rotateX(75deg)}.moon-orbit{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation-duration:2s}.moon-sphere{width:5px;height:5px;margin:-2.5px;border-radius:50%;background:#fff}@media (max-width: 380px){.brand-title{font-size:.82rem;letter-spacing:1.5px}.hero-headline{font-size:1.2rem}.nav-link{padding:.4rem .65rem;font-size:.65rem}}@media (prefers-reduced-motion: reduce){*,:before,:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}#starfield-canvas{display:none}.nebula-layer{animation:none}}html,body{margin:0!important;padding:0!important;width:100%!important}.console-header{position:sticky!important;top:0!important;left:0!important;width:100%!important;margin-top:0!important;z-index:1000!important}.dashboard-centerpiece{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:1.5rem auto 2.5rem;width:100%;max-width:900px;text-align:center}.centerpiece-clock{margin-bottom:1.25rem}.home-clock{font-family:Orbitron,Space Grotesk,sans-serif!important;font-size:clamp(3.2rem,7vw,4.8rem)!important;font-weight:800!important;background:linear-gradient(135deg,#fff 30%,#a4c2ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 35px rgba(121,160,255,.35);margin:0!important;line-height:1!important;letter-spacing:2px!important}.home-date{font-family:Outfit,sans-serif!important;font-size:1.15rem!important;color:#ffffffa6!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:3px!important;margin-top:.5rem!important}.home-search-bar{width:100%;max-width:650px;margin:0 auto}.search-input-wrapper{display:flex;align-items:center;width:100%;background:#121624bf;border:1px solid rgba(121,160,255,.25);border-radius:40px;padding:6px 8px 6px 18px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 32px #0006}.search-input-wrapper:focus-within,.search-input-wrapper:hover{border-color:#79a0ff99;box-shadow:0 8px 40px #79a0ff40,0 0 15px #79a0ff33}.search-icon{color:#ffffff73;flex-shrink:0;margin-right:8px}.home-search-input{flex:1;background:transparent!important;border:none!important;outline:none!important;color:#fff!important;font-family:Outfit,sans-serif!important;font-size:1.05rem!important;padding:8px 4px!important}.home-search-input::placeholder{color:#fff6!important}.home-search-btn{background:linear-gradient(135deg,#2a4fa8,#182e66);color:#fff!important;border:1px solid rgba(121,160,255,.4)!important;border-radius:30px!important;padding:8px 22px!important;font-family:Space Grotesk,sans-serif!important;font-weight:600!important;font-size:.9rem!important;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px #0000004d}.home-search-btn:hover{background:linear-gradient(135deg,#3d68d6,#224190);border-color:#79a0ff!important;transform:translateY(-1px);box-shadow:0 6px 20px #79a0ff4d}.dashboard-bento-section{width:100%;max-width:1280px;margin:0 auto 3rem;padding:0 1rem}.dashboard-bento-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;width:100%}.glass-widget{background:#0c101ca6!important;border:1px solid rgba(121,160,255,.15)!important;border-radius:20px!important;padding:1.25rem 1.5rem!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;height:100%;min-height:280px;box-shadow:0 10px 30px #0000004d}.glass-widget:hover{border-color:#79a0ff59!important;transform:translateY(-3px);box-shadow:0 16px 40px #00000080,0 0 25px #79a0ff1f}.widget-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.08)}.widget-title{display:flex;align-items:center;gap:8px;font-family:Space Grotesk,sans-serif!important;font-size:.85rem!important;font-weight:700!important;color:#a4c2ff!important;letter-spacing:1.5px!important;text-transform:uppercase!important}.widget-badge{font-family:Space Grotesk,sans-serif!important;font-size:.65rem!important;font-weight:700!important;background:#79a0ff26!important;color:#79a0ff!important;border:1px solid rgba(121,160,255,.3)!important;padding:2px 8px!important;border-radius:12px!important;letter-spacing:1px!important}.icon-btn{background:#ffffff14!important;border:1px solid rgba(255,255,255,.15)!important;color:#fff!important;width:28px;height:28px;border-radius:50%!important;display:flex;align-items:center;justify-content:center;font-size:1.1rem!important;cursor:pointer;transition:all .2s ease}.icon-btn:hover{background:#79a0ff4d!important;border-color:#79a0ff!important;transform:scale(1.1)}.widget-news-body{display:flex;flex-direction:column;gap:10px;flex:1}.news-img-frame{position:relative;width:100%;height:140px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.news-img-frame img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.news-widget:hover .news-img-frame img{transform:scale(1.05)}.news-tag{position:absolute;bottom:8px;left:8px;background:#000000bf;color:#79a0ff;font-family:Space Grotesk,sans-serif;font-size:.65rem;font-weight:700;padding:2px 8px;border-radius:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(121,160,255,.3)}.news-title{font-family:Outfit,sans-serif!important;font-size:1rem!important;font-weight:600!important;color:#fff!important;line-height:1.35!important;margin-top:4px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-excerpt{font-family:Outfit,sans-serif!important;font-size:.85rem!important;color:#fff9!important;line-height:1.4!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.widget-shortcuts-body{flex:1;display:flex;flex-direction:column;justify-content:center}.shortcuts-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:12px!important;padding:6px 0!important;list-style:none!important}.shortcut-item{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;text-decoration:none!important;padding:10px 4px!important;border-radius:14px!important;background:#ffffff08!important;border:1px solid rgba(255,255,255,.06)!important;transition:all .25s cubic-bezier(.16,1,.3,1)!important;position:relative!important}.shortcut-item:hover{background:#79a0ff1f!important;border-color:#79a0ff59!important;transform:translateY(-3px)!important;box-shadow:0 6px 20px #0000004d!important}.shortcut-icon-frame{width:42px;height:42px;border-radius:12px;background:#ffffff14;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff;overflow:hidden;border:1px solid rgba(255,255,255,.12)}.shortcut-icon-frame img{width:22px;height:22px;object-fit:contain}.shortcut-label{font-family:Outfit,sans-serif!important;font-size:.75rem!important;color:#ffffffd9!important;font-weight:500!important;text-align:center!important;text-overflow:ellipsis!important;overflow:hidden!important;white-space:nowrap!important;max-width:65px!important}.shortcut-delete{position:absolute;top:-4px;right:-4px;width:18px;height:18px;border-radius:50%;background:#ff4757;color:#fff;font-size:10px;display:none;align-items:center;justify-content:center;border:none;cursor:pointer;z-index:5;transition:transform .2s ease}.shortcut-item:hover .shortcut-delete{display:flex}.shortcut-delete:hover{transform:scale(1.2)}.widget-tasks-body{display:flex;flex-direction:column;gap:12px;flex:1}.task-form{width:100%}.task-input{width:100%!important;background:#ffffff0d!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:10px!important;padding:10px 14px!important;font-family:Outfit,sans-serif!important;font-size:.9rem!important;color:#fff!important;outline:none!important;transition:all .2s ease!important}.task-input:focus{border-color:#79a0ff80!important;background:#121624cc!important;box-shadow:0 0 15px #79a0ff26!important}.task-input::placeholder{color:#fff6!important}.tasks-list{list-style:none!important;display:flex!important;flex-direction:column!important;gap:8px!important;max-height:180px!important;overflow-y:auto!important;padding-right:4px!important;margin:0!important}.tasks-list::-webkit-scrollbar{width:4px}.tasks-list::-webkit-scrollbar-thumb{background:#79a0ff4d;border-radius:4px}.task-item{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:8px 12px!important;border-radius:8px!important;background:#ffffff08!important;border:1px solid rgba(255,255,255,.06)!important;transition:all .2s ease!important}.task-item:hover{background:#ffffff0f!important}.task-checkbox-wrap{display:flex!important;align-items:center!important;gap:10px!important;flex:1!important;cursor:pointer!important}.task-checkbox{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;width:18px!important;height:18px!important;border-radius:4px!important;border:1px solid rgba(121,160,255,.4)!important;background:#0000004d!important;cursor:pointer!important;position:relative!important;transition:all .2s ease!important;flex-shrink:0!important}.task-checkbox:checked{background:#79a0ff!important;border-color:#79a0ff!important}.task-checkbox:checked:after{content:"✓"!important;color:#030408!important;font-weight:900!important;font-size:11px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.task-text{font-family:Outfit,sans-serif!important;font-size:.88rem!important;color:#ffffffd9!important;transition:all .2s ease!important;flex:1!important;word-break:break-word!important}.task-item.completed .task-text{text-decoration:line-through!important;color:#ffffff59!important}.task-delete-btn{background:transparent!important;border:none!important;color:#ffffff4d!important;cursor:pointer!important;font-size:14px!important;opacity:0!important;transition:all .2s ease!important;padding:2px 6px!important;border-radius:4px!important}.task-item:hover .task-delete-btn{opacity:1!important}.task-delete-btn:hover{color:#ff4757!important;background:#ff475726!important}.solar-experience{width:100vw!important;max-width:100vw!important;height:calc(100vh - 65px)!important;min-height:calc(100vh - 65px)!important;margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;margin-top:0!important;padding:0!important;position:relative!important;overflow:hidden!important;background:#08090a!important}#solar-iframe{width:100%!important;height:100%!important;min-height:100%!important;border:none!important;border-radius:0!important;display:block!important}@media (max-width: 768px){.dashboard-bento-grid{grid-template-columns:1fr}.home-clock{font-size:3rem!important}}.brand-title,.hero-headline,.apod-title,.modal-header h3,.widget-title,.loading-text,.home-clock{font-family:Cinzel,serif!important}.brand-title{font-weight:700!important;letter-spacing:3px!important}.hero-headline{font-size:clamp(2.8rem,7.5vw,5.2rem)!important;font-weight:700!important;letter-spacing:4px!important}.apod-title{font-size:clamp(1.6rem,4vw,2.6rem)!important;font-weight:600!important;letter-spacing:1px!important}.widget-title{font-size:.85rem!important;font-weight:600!important;letter-spacing:2px!important}.home-clock{font-size:clamp(3.2rem,7vw,4.8rem)!important;font-weight:700!important;letter-spacing:3px!important}.brand-tagline,.brand-subtagline,.eyebrow-text,.loading-eyebrow,.modal-sub,.home-date{font-family:Cormorant Garamond,serif!important}.brand-tagline{font-style:italic!important;font-size:clamp(1.25rem,2.8vw,1.85rem)!important;font-weight:400!important;color:#f2f6fff2!important;line-height:1.4!important}.brand-subtagline{font-style:italic!important;font-size:clamp(1.05rem,2.2vw,1.4rem)!important;font-weight:400!important;color:#c2d0ebcc!important}.eyebrow-text,.loading-eyebrow,.modal-sub{font-style:italic!important;font-size:1.1rem!important;font-weight:400!important}.home-date{font-size:1.25rem!important;font-weight:500!important;font-style:italic!important;color:#ffffffbf!important;letter-spacing:2px!important}body,p,span,div,.explanation-text,.nav-link,.hud-btn,button,input,form,label,.hud-badge,.news-tag,.widget-badge,.task-text,.shortcut-label{font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif!important}.explanation-text{font-size:clamp(1rem,1.8vw,1.15rem)!important;font-weight:400!important;line-height:1.7!important;color:#f2f6ffe6!important}.nav-link{font-weight:600!important;font-size:.8rem!important;letter-spacing:1.5px!important}.hud-badge,.news-tag,.widget-badge{font-weight:600!important;letter-spacing:1.5px!important}.header-right{display:flex!important;align-items:center!important;gap:.75rem!important}.hud-clock-badge{background:#12182aa6!important;border:1px solid rgba(121,160,255,.25)!important;border-radius:20px!important;padding:.45rem 1rem!important;font-family:Manrope,sans-serif!important;font-size:.82rem!important;font-weight:600!important;color:#f2f6ff!important;display:inline-flex!important;align-items:center!important;gap:6px!important;cursor:pointer!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;transition:all .25s ease!important;-webkit-user-select:none!important;user-select:none!important;white-space:nowrap!important;box-shadow:0 4px 15px #00000040!important}.hud-clock-badge:hover{background:#79a0ff33!important;border-color:#79a0ff99!important;color:#fff!important;transform:translateY(-1px)!important;box-shadow:0 6px 20px #79a0ff33!important}.hud-clock-icon{font-size:.95rem!important}#audio-status-text,#hud-time{font-family:Manrope,sans-serif!important;font-size:.8rem!important;font-weight:600!important;letter-spacing:.5px!important}.hud-search-input{background:#12182aa6!important;border:1px solid rgba(121,160,255,.25)!important;border-radius:20px!important;padding:.45rem 1.1rem!important;color:#fff!important;font-family:Manrope,sans-serif!important;font-size:.85rem!important;width:200px!important;outline:none!important;transition:all .3s ease!important}.hud-svg-icon{display:inline-block!important;vertical-align:middle!important;color:currentColor!important;flex-shrink:0!important}.widget-moon-body{display:flex;flex-direction:column;gap:12px;flex:1;justify-content:space-between}.moon-display-wrapper{display:flex;align-items:center;gap:16px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:14px;padding:12px}.moon-graphic{flex-shrink:0;display:flex;align-items:center;justify-content:center}.moon-svg{filter:drop-shadow(0 0 12px rgba(121,160,255,.35))}.moon-telemetry{flex:1;display:flex;flex-direction:column;gap:5px}.telemetry-row{display:flex;justify-content:space-between;align-items:center;font-size:.76rem}.telemetry-label{color:#ffffff80;font-weight:500}.telemetry-val{color:#79a0ff;font-weight:700;font-family:Space Grotesk,Manrope,sans-serif}.ephemeris-footer{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#ffffff08;border-radius:10px;font-size:.75rem;color:#fffc}.sun-cycle-item{display:flex;align-items:center;gap:6px}.widget-iss-body{display:flex;flex-direction:column;gap:10px;flex:1;justify-content:space-between}.iss-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.telemetry-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:8px 10px;display:flex;flex-direction:column;gap:2px}.telemetry-k{font-size:.65rem;font-weight:600;letter-spacing:.5px;color:#ffffff73;text-transform:uppercase}.telemetry-v{font-size:.88rem;font-weight:700;color:#f2f6ff;font-family:Space Grotesk,Manrope,sans-serif}.status-ok{color:#50e3c2!important}.status-live{color:#50e3c2!important;border-color:#50e3c259!important;background:#50e3c21f!important}.iss-status-banner{display:flex;align-items:center;gap:8px;background:#0006;border:1px solid rgba(121,160,255,.15);border-radius:8px;padding:6px 10px;font-size:.72rem;color:#ffffffbf;font-family:Space Grotesk,Manrope,sans-serif}.widget-notes-body{display:flex;flex-direction:column;gap:8px;flex:1}.scratchpad-textarea{flex:1;width:100%;min-height:130px;background:#00000059;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:10px 12px;font-family:Manrope,sans-serif;font-size:.85rem;color:#f2f6ff;line-height:1.5;resize:none;outline:none;transition:all .2s ease}.scratchpad-textarea:focus{border-color:#79a0ff66;background:#12182a99;box-shadow:0 0 15px #79a0ff26}.scratchpad-textarea::placeholder{color:#ffffff59}.notes-footer{display:flex;justify-content:space-between;align-items:center;font-size:.7rem;color:#ffffff73;padding:0 4px}.save-status{color:#50e3c2;font-weight:600;letter-spacing:.5px}
