.shiny-text{color:var(--shiny-text-color,rgba(255,255,255,.7));background:linear-gradient(120deg,rgba(255,255,255,0) 30%,var(--shiny-text-shine,rgba(255,255,255,1)) 50%,rgba(255,255,255,0) 70%);background-size:var(--shiny-text-spread,120%) 100%;-webkit-background-clip:text;background-clip:text;background-repeat:no-repeat;display:inline-block;animation:shine 5s linear infinite;position:relative}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}.shiny-text.pause-on-hover:hover{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.shiny-text{animation:none}}.orb-container{position:relative;z-index:0;width:100%;height:100%}.orb-text{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;text-align:center;color:#ffffff;max-width:60%;margin-left:auto;margin-right:auto;word-wrap:break-word;overflow-wrap:anywhere}.orb-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;letter-spacing:.05em;margin-bottom:.3rem;text-transform:uppercase}.orb-subtitle,.orb-title{font-family:Dustrone,sans-serif}.orb-subtitle{font-size:clamp(1.1rem,2.5vw,1.6rem);font-weight:500;opacity:.9;margin-bottom:.35rem}.orb-meta{font-family:Dustrone,sans-serif;font-size:clamp(.8rem,2vw,1.1rem);font-weight:400;opacity:0;transition:opacity .3s ease-in-out;min-height:1.2em;letter-spacing:.03em}