.kosmophany-intro{position:fixed;inset:0;z-index:45;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 40%,#0a0a2e,#050510);color:#e0e0e0;font-family:system-ui,-apple-system,sans-serif;transition:opacity .9s cubic-bezier(.4,0,.2,1);overflow-y:auto}.kosmophany-intro.dismissed{opacity:0;pointer-events:none}.kosmophany-intro .intro-inner{max-width:600px;padding:2rem;text-align:center}.kosmophany-intro .intro-eyebrow{font-family:Oswald,sans-serif;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff80;margin-bottom:.8rem}.kosmophany-intro .intro-title{font-family:Alcyone,ui-sans-serif,system-ui,sans-serif;font-size:clamp(2.2rem,6vw,3.6rem);font-weight:300;letter-spacing:.12em;margin:0 0 1.5rem;background:linear-gradient(135deg,#c4b0ff,#80deea,#ffe082);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.kosmophany-intro .intro-title .kosmo-bold{font-weight:700;-webkit-text-fill-color:inherit}.kosmophany-intro .intro-title .kosmo-light{font-weight:300;-webkit-text-fill-color:inherit}.kosmophany-intro .intro-body{font-size:.95rem;line-height:1.65;color:#ffffffbf;margin-bottom:2rem}.kosmophany-intro .intro-body p+p{margin-top:.8rem}.kosmophany-intro .intro-launch{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.8rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#050510;background:linear-gradient(135deg,#c4b0ff,#80deea);border:none;border-radius:4px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.kosmophany-intro .intro-launch:hover{transform:translateY(-1px);box-shadow:0 4px 20px #9c7cff4d}.kosmophany-intro .intro-launch:active{transform:translateY(0)}.kosmophany-intro .intro-stats{margin-top:1.5rem;font-size:.75rem;letter-spacing:.05em;color:#ffffff59}#kosmophany-root{--header-offset: 64px;--color-bg: #050510;--color-surface: rgba(15, 15, 30, .95);--color-text: #e0e0e0;--color-accent: #9C7CFF;position:fixed;inset:0;z-index:10;background:var(--color-bg);color:var(--color-text);font-family:system-ui,-apple-system,sans-serif}#kosmophany-root:before{content:"";position:fixed;inset:0;z-index:0;background:url(/images/kosmophany-bg.jpg) center/cover no-repeat;opacity:var(--starfield-opacity, .33);transition:opacity .3s ease-out}#kosmophany-root #kosmophany-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1}#kosmophany-root #kosmophany-zoom-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2;cursor:grab;touch-action:none}#kosmophany-root #kosmophany-zoom-overlay:active{cursor:grabbing}#kosmophany-root .kosmophany-header{position:fixed;top:var(--header-offset);left:0;right:0;z-index:20;padding:.4rem 1rem;background:#0505108c;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06);display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}#kosmophany-root .kosmophany-title{font-family:Alcyone,ui-sans-serif,system-ui,sans-serif;font-size:.85rem;font-weight:300;letter-spacing:.15em;text-transform:uppercase;color:#ffffffe6;margin-right:auto}#kosmophany-root .kosmophany-title .kosmo-bold{font-weight:700}#kosmophany-root .kosmophany-title .kosmo-light{font-weight:300}#kosmophany-root .kosmophany-title .kosmophany-version{font-family:Oswald,sans-serif;font-size:.55rem;font-weight:400;letter-spacing:.06em;color:#ffffff59;margin-left:.4rem;vertical-align:super}#kosmophany-root .kosmophany-header button:not(.surprise-btn){display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .65rem;font-family:Oswald,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb3;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:3px;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;white-space:nowrap}#kosmophany-root .kosmophany-header button:not(.surprise-btn):hover{background:#ffffff1f;color:#fffffff2;border-color:#fff3}#kosmophany-root .kosmophany-header button.active{background:#9c7cff26;color:#c4b0ff;border-color:#9c7cff4d}#kosmophany-root .toggle-group{display:flex;gap:0;overflow:visible}#kosmophany-root .toggle-group button{border-radius:0;border-right-width:0}#kosmophany-root .toggle-group button:first-child{border-radius:3px 0 0 3px}#kosmophany-root .toggle-group button:last-child{border-radius:0 3px 3px 0;border-right-width:1px}#kosmophany-root .kosmophany-header [data-tooltip]{position:relative}#kosmophany-root .kosmophany-header [data-tooltip]:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);width:-moz-max-content;width:max-content;max-width:280px;padding:8px 12px;background:#0a0c14f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#ffffffd9;font-family:Oswald,sans-serif;font-size:.7rem;font-weight:300;letter-spacing:.02em;line-height:1.45;text-transform:none;text-align:left;white-space:normal;border-radius:6px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 16px #0006;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:100}#kosmophany-root .kosmophany-header [data-tooltip]:hover:after{opacity:1}#kosmophany-root #kosmophany-about-btn[data-tooltip]:after,#kosmophany-root .surprise-btn[data-tooltip]:after{left:auto;right:0;transform:none}#kosmophany-root .zoom-controls{display:flex;gap:.25rem}#kosmophany-root .zoom-controls button{padding:.2rem .4rem;font-size:.8rem;min-width:28px;justify-content:center}#kosmophany-root .search-group{display:flex;align-items:stretch;gap:0}#kosmophany-root .search-container{position:relative;display:flex}#kosmophany-root .surprise-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;padding:0;margin:0;box-sizing:border-box;background:#9c7cff14;border:1px solid rgba(156,124,255,.25);border-left:1px solid rgba(255,255,255,.08);border-radius:0 3px 3px 0;color:#9c7cffd9;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;flex-shrink:0}#kosmophany-root .surprise-btn svg{width:16px;height:16px}#kosmophany-root .surprise-btn:hover{background:#9c7cff26;color:#c4b0ff;border-color:#9c7cff66}#kosmophany-root .search-group .search-container input{border-radius:3px 0 0 3px;border-right:none}#kosmophany-root .search-container input{width:140px;padding:.25rem .5rem;margin:0;box-sizing:border-box;font-family:Oswald,sans-serif;font-size:.7rem;font-weight:300;letter-spacing:.05em;color:#ffffffe6;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:3px;outline:none;transition:border-color .15s ease,width .2s ease}#kosmophany-root .search-container input:focus{width:200px;border-color:#9c7cff66}#kosmophany-root .search-container input::-moz-placeholder{color:#ffffff59}#kosmophany-root .search-container input::placeholder{color:#ffffff59}#kosmophany-root .search-results{position:absolute;top:100%;left:0;right:0;min-width:250px;max-height:300px;overflow-y:auto;background:#0f0f1ef2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-top:none;border-radius:0 0 6px 6px;z-index:30}#kosmophany-root .search-results:empty{display:none}#kosmophany-root .search-results .search-result{display:block;width:100%;padding:.5rem .6rem;text-align:left;font-family:system-ui,sans-serif;font-size:.78rem;color:#ffffffd9;background:none;border:none;border-bottom:1px solid rgba(255,255,255,.05);cursor:pointer}#kosmophany-root .search-results .search-result:hover{background:#9c7cff1a}#kosmophany-root .search-results .search-result small{display:block;font-size:.65rem;color:#fff6;margin-top:.1rem}#kosmophany-root .zoom-context{display:none;font-family:Oswald,sans-serif;font-size:.65rem;font-weight:300;letter-spacing:.04em;color:#fff6;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#kosmophany-root .loading-overlay{position:fixed;inset:0;z-index:30;display:flex;align-items:center;justify-content:center;background:#050510e6;font-family:Oswald,sans-serif;font-size:.9rem;letter-spacing:.1em;color:#fff9}#kosmophany-root .loading-overlay:after{content:"Loading cosmic data..."}#kosmophany-root #tooltip{position:fixed;z-index:30;pointer-events:none;max-width:320px;padding:.6rem .8rem;background:#0f0f1ef2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:6px;font-size:.8rem;line-height:1.4;color:#ffffffe6;opacity:0;transition:opacity .15s ease}#kosmophany-root #tooltip.visible{opacity:1}#kosmophany-root #tooltip .tooltip-title{font-family:Oswald,sans-serif;font-size:.85rem;font-weight:500;margin-bottom:.2rem}#kosmophany-root #tooltip .tooltip-year{font-size:.7rem;color:#ffffff80;margin-bottom:.3rem}#kosmophany-root #tooltip .tooltip-desc{font-size:.75rem;color:#ffffffb3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}#kosmophany-root #tooltip .tooltip-category{display:inline-block;margin-top:.3rem;padding:.1rem .4rem;font-family:Oswald,sans-serif;font-size:.6rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border-radius:2px}#kosmophany-root .detail-panel{position:fixed;left:0;top:var(--header-offset);bottom:0;width:380px;z-index:15;background:var(--color-surface);border-right:1px solid rgba(255,255,255,.06);transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;padding:1.5rem}#kosmophany-root .detail-panel.open{transform:translate(0)}#kosmophany-root .detail-panel .detail-close{position:absolute;top:.8rem;right:.8rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#ffffff80;cursor:pointer;font-size:1.2rem;padding:0}#kosmophany-root .detail-panel .detail-close:hover{color:#ffffffe6}#kosmophany-root .detail-panel .detail-category{font-family:Oswald,sans-serif;font-size:.65rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.4rem}#kosmophany-root .detail-panel .detail-title{font-family:Oswald,sans-serif;font-size:1.2rem;font-weight:500;color:#fffffff2;margin:0 0 .5rem}#kosmophany-root .detail-panel .detail-time{display:flex;gap:.8rem;margin-bottom:.8rem;font-size:.8rem;color:#ffffff80}#kosmophany-root .detail-panel .detail-cosmic-date{font-family:Oswald,sans-serif;font-weight:300;letter-spacing:.03em}#kosmophany-root .detail-panel .detail-desc{font-size:.85rem;line-height:1.6;color:#ffffffb3;margin-bottom:.8rem}#kosmophany-root .detail-panel .detail-duration{font-size:.78rem;color:#ffffff73;font-style:italic}#kosmophany-root .about-panel{position:fixed;right:0;top:var(--header-offset);bottom:0;width:420px;max-width:90vw;z-index:25;background:var(--color-surface);border-left:1px solid rgba(255,255,255,.06);transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;padding:1.5rem}#kosmophany-root .about-panel.open{transform:translate(0)}#kosmophany-root #about-backdrop{position:fixed;inset:0;z-index:24;background:#0006;opacity:0;pointer-events:none;transition:opacity .3s ease}#kosmophany-root #about-backdrop.visible{opacity:1;pointer-events:auto}#kosmophany-root .about-panel h2{font-family:Oswald,sans-serif;font-size:1.1rem;font-weight:500;letter-spacing:.05em;margin:1.2rem 0 .6rem;color:#ffffffe6}#kosmophany-root .about-panel h2:first-of-type{margin-top:0}#kosmophany-root .about-panel p{font-size:.85rem;line-height:1.6;color:#ffffffb3;margin-bottom:.8rem}#kosmophany-root .about-panel a{color:var(--color-accent);text-decoration:none}#kosmophany-root .about-panel a:hover{text-decoration:underline}#kosmophany-root .about-close{position:absolute;top:.8rem;right:.8rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#ffffff80;cursor:pointer;font-size:1.2rem;transition:color .15s ease}#kosmophany-root .about-close:hover{color:#ffffffe6}#kosmophany-root .about-panel .threshold-list{list-style:none;padding:0;margin:.5rem 0 1rem;display:grid;grid-template-columns:12px 1fr;gap:.5rem .5rem;align-items:start}#kosmophany-root .about-panel .threshold-list li{display:contents;font-size:.82rem;line-height:1.5;color:#ffffffb3}#kosmophany-root .about-panel .threshold-list li strong{color:#ffffffe6}#kosmophany-root .about-panel .threshold-dot{display:inline-block;width:10px;height:10px;border-radius:2px;flex-shrink:0;margin-top:.35em}#kosmophany-root .kosmophany-legend{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:15;display:flex;flex-wrap:wrap;justify-content:center;gap:.15rem;background:#050510bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:.5rem .8rem;max-width:96vw}#kosmophany-root .kosmophany-legend .legend-item{display:flex;align-items:center;gap:.4rem;padding:.25rem .6rem;white-space:nowrap}#kosmophany-root .kosmophany-legend .legend-swatch{display:inline-block;width:16px;height:16px;border-radius:3px;flex-shrink:0}#kosmophany-root .kosmophany-legend .legend-label{font-family:Oswald,sans-serif;font-size:.85rem;font-weight:300;letter-spacing:.03em;color:#fffc}#kosmophany-root .kosmophany-legend .legend-item{position:relative;cursor:default}#kosmophany-root .kosmophany-legend .legend-item[data-desc]:after{content:attr(data-desc);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#050510eb;color:#ffffffe6;font-family:Alcyone,ui-sans-serif,system-ui,sans-serif;font-size:.75rem;font-weight:400;line-height:1.4;padding:.4rem .7rem;border-radius:4px;border:1px solid rgba(255,255,255,.1);white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:20}#kosmophany-root .kosmophany-legend .legend-item[data-desc]:hover:after{opacity:1}#kosmophany-root .info-badge{position:fixed;bottom:.5rem;left:1rem;z-index:15;font-size:.65rem;color:#ffffff4d;font-family:Oswald,sans-serif;letter-spacing:.05em}@media(max-width:640px){#kosmophany-root .kosmophany-header{padding:.3rem .5rem}#kosmophany-root .kosmophany-title{font-size:.75rem}#kosmophany-root .search-container,#kosmophany-root .zoom-context{display:none}#kosmophany-root .kosmophany-legend{bottom:1.5rem;padding:.15rem .3rem}#kosmophany-root .kosmophany-legend .legend-label{font-size:.7rem}#kosmophany-root .kosmophany-legend .legend-swatch{width:12px;height:12px}#kosmophany-root .kosmophany-legend .legend-item{padding:.15rem .35rem}#kosmophany-root .detail-panel{inset:auto 0 0;width:100%;max-height:60vh;border-right:none;border-top:1px solid rgba(255,255,255,.1);border-radius:16px 16px 0 0;transform:translate(0) translateY(100%)}#kosmophany-root .detail-panel.open{transform:translate(0) translateY(0)}#kosmophany-root .about-panel{width:100%;max-width:100%}}@media(prefers-reduced-motion:reduce){.kosmophany-intro,#kosmophany-root .detail-panel,#kosmophany-root .about-panel,#kosmophany-root #about-backdrop,#kosmophany-root #tooltip,#kosmophany-root .search-container input{transition:none}}body:has(#kosmophany-root) footer,body:has(#kosmophany-root) .reading-progress,body:has(#kosmophany-root) #site-announcement{display:none!important}body:has(#kosmophany-root) main{padding:0!important;margin:0!important;min-height:auto!important}body:has(#kosmophany-root:not([hidden])){overflow:hidden!important}body:has(#kosmophany-root) #site-header{z-index:50!important;background-color:#0505108c!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}#kosmophany-root{--header-offset: 64px}@media(min-width:1024px){#kosmophany-root{--header-offset: 72px}}
