
/* ===== VireCut route transition v6 ===== */
#vx-route-transition{position:fixed;inset:0;z-index:9999;pointer-events:none;display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden;visibility:hidden}
.vx-route-panel{height:100%;background:#070a11;transform:translateY(105%);transition:transform .58s cubic-bezier(.76,0,.24,1);will-change:transform;border-right:1px solid rgba(212,175,55,.08)}
.vx-route-panel:nth-child(even){transform:translateY(-105%);background:linear-gradient(180deg,#0b0f18,#070a11)}
.vx-route-panel:nth-child(1){transition-delay:.00s}.vx-route-panel:nth-child(2){transition-delay:.055s}.vx-route-panel:nth-child(3){transition-delay:.11s}.vx-route-panel:nth-child(4){transition-delay:.165s}.vx-route-panel:nth-child(5){transition-delay:.22s}
.vx-route-brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-48%);display:grid;justify-items:center;gap:16px;opacity:0;transition:opacity .28s ease .34s;color:#f8fbff;text-transform:uppercase;letter-spacing:.22em;text-align:center}
.vx-route-brand img{width:72px;height:72px;border-radius:50%;filter:drop-shadow(0 0 26px rgba(212,175,55,.18))}
.vx-route-brand strong{font-size:12px;letter-spacing:.28em}.vx-route-brand span{font-size:8px;color:#d4af37;letter-spacing:.25em}
.vx-route-line{position:absolute;left:50%;top:0;width:1px;height:100%;background:linear-gradient(180deg,transparent,rgba(212,175,55,.48),transparent);transform:scaleY(0);transition:transform .52s ease .24s;transform-origin:center}
html.vx-route-leaving #vx-route-transition,html.vx-route-arrival #vx-route-transition,html.vx-route-reveal #vx-route-transition{visibility:visible}
html.vx-route-leaving .vx-route-panel,html.vx-route-arrival .vx-route-panel{transform:translateY(0)}
html.vx-route-leaving .vx-route-brand,html.vx-route-arrival .vx-route-brand{opacity:1}
html.vx-route-leaving .vx-route-line,html.vx-route-arrival .vx-route-line{transform:scaleY(1)}
html.vx-route-reveal .vx-route-panel{transform:translateY(-105%);transition-delay:calc((5 - var(--i)) * .045s)}
html.vx-route-reveal .vx-route-panel:nth-child(even){transform:translateY(105%)}
html.vx-route-reveal .vx-route-brand{opacity:0;transition-delay:0s}
html.vx-route-reveal .vx-route-line{transform:scaleY(0);transition-delay:0s}
html.vx-route-arrival body{overflow:hidden}
@media(max-width:700px){#vx-route-transition{grid-template-columns:repeat(3,1fr)}.vx-route-panel:nth-child(4),.vx-route-panel:nth-child(5){display:none}.vx-route-brand img{width:58px;height:58px}}
@media(prefers-reduced-motion:reduce){.vx-route-panel,.vx-route-brand,.vx-route-line{transition-duration:.12s!important;transition-delay:0s!important}}
