#portalCrossOverlay{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at center,#0a0b1e 0,#05070a 70%,#000 100%);opacity:0;pointer-events:none;overflow:hidden;perspective:900px}#portalCrossOverlay.active{opacity:1;pointer-events:all;animation:.4s forwards portalOverlayIn}@keyframes portalOverlayIn{from{opacity:0}to{opacity:1}}#portalCrossOverlay.flash::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,#fff7e0 0,#fcd34d 25%,transparent 70%);animation:1.1s ease-out forwards portalFlash;z-index:50}@keyframes portalFlash{0%{opacity:0;transform:scale(.2)}55%{opacity:.95}100%{opacity:0;transform:scale(3.2)}}.portal-rings{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60vmin;height:60vmin}.portal-ring{position:absolute;top:50%;left:50%;border-radius:50%;border:2px solid var(--eg-gold,#d4af37);transform:translate(-50%,-50%) scale(0);box-shadow:0 0 26px rgba(212,175,55,.55),inset 0 0 30px rgba(212,175,55,.2);opacity:0;animation:2.6s cubic-bezier(.2,.6,.2,1) infinite portalRingZoom}.portal-ring:first-child{width:100%;height:100%;animation-delay:0s;border-color:#d4af37}.portal-ring:nth-child(2){width:100%;height:100%;animation-delay:.32s;border-color:#fcd34d}.portal-ring:nth-child(3){width:100%;height:100%;animation-delay:.64s;border-color:#8a2be2}.portal-ring:nth-child(4){width:100%;height:100%;animation-delay:.96s;border-color:#1e90ff}.portal-ring:nth-child(5){width:100%;height:100%;animation-delay:1.28s;border-color:#d4af37}.portal-ring:nth-child(6){width:100%;height:100%;animation-delay:1.6s;border-color:#fcd34d}.portal-ring:nth-child(7){width:100%;height:100%;animation-delay:1.92s;border-color:#8a2be2}.portal-ring:nth-child(8){width:100%;height:100%;animation-delay:2.24s;border-color:#1e90ff}@keyframes portalRingZoom{0%{transform:translate(-50%,-50%) scale(.05) rotateX(50deg);opacity:0}20%{opacity:1}100%{transform:translate(-50%,-50%) scale(1.8) rotateX(50deg);opacity:0}}.portal-core{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}.portal-eye{font-family:'Noto Sans Symbols 2',serif;font-size:clamp(4rem, 12vmin, 9rem);color:#fcd34d;text-shadow:0 0 30px rgba(252,211,77,.9),0 0 70px rgba(212,175,55,.6);animation:1.8s ease-in-out infinite portalEyePulse,8s linear infinite portalEyeSpin}@keyframes portalEyePulse{0%,100%{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.12);filter:brightness(1.4)}}@keyframes portalEyeSpin{from{rotate:0deg}to{rotate:360deg}}.portal-msg{font-family:Cinzel,serif;font-size:clamp(.95rem, 2.4vmin, 1.4rem);letter-spacing:3px;text-transform:uppercase;color:#d4af37;text-shadow:0 0 18px rgba(212,175,55,.5);opacity:0;animation:.8s .5s forwards portalMsgFade}@keyframes portalMsgFade{to{opacity:1}}.portal-progress{width:min(60vw,320px);height:3px;border-radius:999px;background:rgba(212,175,55,.15);overflow:hidden;opacity:0;animation:.6s .6s forwards portalMsgFade}.portal-progress-fill{height:100%;width:0;background:linear-gradient(90deg,#8a2be2,#d4af37,#fcd34d);box-shadow:0 0 14px rgba(212,175,55,.7);animation:2.6s ease-in-out .4s forwards portalProgress}@keyframes portalProgress{to{width:100%}}.portal-glyph-field{position:absolute;inset:0;pointer-events:none;z-index:5}.portal-fly-glyph{position:absolute;top:50%;left:50%;font-family:'Noto Sans Symbols 2',serif;color:var(--eg-gold,#d4af37);text-shadow:0 0 12px rgba(212,175,55,.7);opacity:0;animation:2.4s ease-in infinite portalGlyphFly}@keyframes portalGlyphFly{0%{transform:translate(-50%,-50%) scale(.1);opacity:0}25%{opacity:.9}100%{transform:translate(calc(-50% + var(--fx,0px)),calc(-50% + var(--fy,0px))) scale(2.6);opacity:0}}.portal-stars{position:absolute;inset:0;z-index:1}.portal-star{position:absolute;top:50%;left:50%;width:2px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff);transform-origin:top center;opacity:0;animation:1.6s linear infinite portalStarWarp}@keyframes portalStarWarp{0%{height:0;opacity:0}20%{opacity:.8}100%{height:60vmin;opacity:0}}@media (prefers-reduced-motion:reduce){.portal-eye,.portal-fly-glyph,.portal-ring,.portal-star{animation-duration:10ms!important}}