/* 쿠포니 공통 화면 이동 안내 V62.56 */
.couponi-navigation-loading[hidden]{display:none!important}
.couponi-navigation-loading{position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(248,250,252,.86);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);cursor:wait}
.couponi-navigation-loading-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;width:min(340px,calc(100vw - 40px));min-height:150px;padding:24px 22px;border:1px solid rgba(203,213,225,.92);border-radius:22px;background:rgba(255,255,255,.97);box-shadow:0 24px 60px rgba(15,23,42,.20);text-align:center}
.couponi-navigation-loading-spinner{width:38px;height:38px;border:4px solid #dbeafe;border-top-color:#1d4ed8;border-radius:50%;animation:couponi-navigation-spin .78s linear infinite}
.couponi-navigation-loading-title{margin:0;color:#0f172a;font-size:17px;font-weight:950;line-height:1.35;letter-spacing:-.025em}
.couponi-navigation-loading-desc{margin:0;color:#64748b;font-size:13px;font-weight:700;line-height:1.55;word-break:keep-all}
.couponi-navigation-loading.is-delayed .couponi-navigation-loading-spinner{border-top-color:#0f766e}
@keyframes couponi-navigation-spin{to{transform:rotate(360deg)}}
@media(max-width:640px){.couponi-navigation-loading{padding:16px}.couponi-navigation-loading-card{width:min(310px,calc(100vw - 32px));min-height:140px;padding:22px 18px;border-radius:20px}.couponi-navigation-loading-title{font-size:16px}.couponi-navigation-loading-desc{font-size:12px}}
@media(prefers-reduced-motion:reduce){.couponi-navigation-loading-spinner{animation-duration:1.6s}}
