.gr-splash{justify-content:center;align-items:center;gap:var(--gru-s-5);background:var(--gru-bg,#fff);flex-direction:column;min-height:100dvh;display:flex}.gr-splash__ring{place-items:center;width:120px;height:120px;display:grid;position:relative}.gr-splash__ring:before{content:"";background:conic-gradient(from 0deg, transparent 0deg, var(--gru-gold) 300deg, transparent 360deg);border-radius:50%;animation:1.1s linear infinite gr-splash-spin;position:absolute;inset:0;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 calc(100% - 3px));mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 calc(100% - 3px))}.gr-splash__mark{width:64px;height:64px;animation:2.4s ease-in-out infinite gr-splash-breathe}.gr-splash__word{font-family:var(--font-newsreader,serif);letter-spacing:.04em;background:linear-gradient(100deg, var(--gru-gold-3) 20%, var(--gru-gold-2) 50%, var(--gru-gold-3) 80%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;animation:2.4s linear infinite gr-splash-shimmer}@keyframes gr-splash-spin{to{transform:rotate(360deg)}}@keyframes gr-splash-breathe{0%,to{opacity:.92;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}@keyframes gr-splash-shimmer{to{background-position:-200%}}@media (prefers-reduced-motion:reduce){.gr-splash__ring:before,.gr-splash__mark,.gr-splash__word{animation:none}}
