:root{color-scheme:dark;--color-background: #060b16;--color-background-deep: #030711;--color-surface: #111a2c;--color-surface-raised: #172238;--color-surface-glass: rgba(12, 20, 36, .82);--color-border: #2b3b5d;--color-border-subtle: rgba(138, 161, 204, .16);--color-text: #eef3ff;--color-text-muted: #95a5c5;--color-accent: #f7c95f;--color-link: #a9c4ff;--color-cyan: #6dd9ff;--color-violet: #9f8cff;--content-max: 1440px;--radius-sm: .55rem;--radius-md: .65rem;--radius-lg: .8rem;--shadow-card: 0 10px 28px rgba(0, 0, 0, .24);--shadow-glow: 0 12px 34px rgba(0, 0, 0, .3)}*,*:before,*:after{box-sizing:border-box}html{min-width:320px;font-size:17px;background:var(--color-background-deep);scroll-behavior:smooth}body{min-width:320px;min-height:100dvh;margin:0;overflow-x:hidden;background:#060b16;color:var(--color-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body.mobile-menu-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:var(--color-link)}img,svg,canvas{max-width:100%}h1,h2,h3,h4{font-family:Space Grotesk,Inter,sans-serif;letter-spacing:-.025em;text-wrap:balance}p{text-wrap:pretty}::selection{background:#6dd9ff40;color:#fff}:focus-visible{outline:2px solid var(--color-cyan);outline-offset:3px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.controls{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.controls .control-btn{padding:.5rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);cursor:pointer;font-size:.8rem;transition:background .16s ease,border-color .16s ease,transform .16s ease}.controls .control-btn:hover{background:var(--color-surface-raised);border-color:#4a5f93}.controls .control-btn.active{background:#31446f;border-color:#6688da;color:var(--color-accent)}.controls .control-btn.reset{background:#261a36;border-color:#56326f}.map-wrapper{position:relative;width:100%;height:400px;min-height:360px}.map-wrapper svg{width:100%;height:100%;cursor:move}.map-wrapper svg .star{cursor:pointer;transition:r .2s,fill .2s}.map-wrapper svg .star:hover{filter:drop-shadow(0 0 2px var(--color-accent))}.star-tooltip{position:fixed;z-index:1000;display:none;max-width:200px;padding:.75rem;border:1px solid #3a4b7a;border-radius:var(--radius-sm);background:#070d1bf5;box-shadow:0 4px 18px #00000080;color:var(--color-text);font-size:.8rem;pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.star-tooltip strong{color:var(--color-accent);font-size:.9rem}.constellation-line{pointer-events:none;animation:constellationPulse 3.6s ease-in-out infinite}.constellation-label,.star-label,.target-group{pointer-events:none;-webkit-user-select:none;user-select:none}.constellation-group:hover .constellation-line{stroke:var(--color-accent)!important;stroke-width:2!important;stroke-opacity:1!important}.debug-overlay{pointer-events:none;-webkit-user-select:none;user-select:none}.debug-overlay text{paint-order:stroke;stroke:#000000b3;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}@keyframes constellationPulse{0%,to{stroke-opacity:.54}50%{stroke-opacity:.82}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
