.library-atmosphere{position:absolute;inset:0 0 0 35%;overflow:hidden;pointer-events:none;color:var(--color-aurora);opacity:.48;mask-image:linear-gradient(90deg,transparent,#000 45%)}.library-atmosphere--notes{color:var(--color-solar)}.library-atmosphere svg{width:100%;height:100%}.library-atmosphere__far{stroke:currentColor;stroke-width:1;opacity:.25}.library-atmosphere__trace{stroke:currentColor;stroke-width:2;stroke-dasharray:900;animation:library-trace-arrive 2.4s cubic-bezier(.16,1,.3,1) both}.library-atmosphere__points{fill:currentColor}@keyframes library-trace-arrive{0%{stroke-dashoffset:900;opacity:.35}to{stroke-dashoffset:0;opacity:1}}@media (max-width:767px){.library-atmosphere{inset:10% -25% 0 12%;opacity:.24;mask-image:linear-gradient(180deg,transparent,#000)}}@media (prefers-reduced-motion:reduce){.library-atmosphere__trace{animation:none}}