﻿.interstitial-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:99999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;}.interstitial-overlay.active{opacity:1;visibility:visible;}.interstitial-brand{color:#6b7280;font-size:1rem;font-weight:400;margin:0 0 8px 0;text-align:center;letter-spacing:.02em;}.interstitial-top-logo{width:200px;height:auto;margin-bottom:16px;}.interstitial-title{color:#12266d;font-size:1.5rem;font-weight:700;margin:0 0 28px 0;text-align:center;padding:0 16px;}.interstitial-spinner{position:relative;width:400px;height:400px;}.interstitial-spinner-ring{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;animation:interstitialSpin 1.4s linear infinite;}.interstitial-spinner-ring::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:conic-gradient(from 0deg,#fff 0deg,#f0fcf2 10deg,#e0f9e2 25deg,#c4f2cc 40deg,#a8f0b2 55deg,#78e68e 70deg,#44d56b 85deg,#44d56b 120deg,#fff 121deg,#fff 180deg,#276d9b 181deg,#225e8a 200deg,#1c4d7a 220deg,#173d6a 245deg,#142e5c 270deg,#131f50 290deg,#131c62 310deg,#fff 311deg,#fff 360deg);mask:radial-gradient(farthest-side,transparent calc(100% - 7px),#000 calc(100% - 7px),#000 100%,transparent 100%);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 7px),#000 calc(100% - 7px),#000 100%,transparent 100%);}.interstitial-spinner-inner{position:absolute;top:7px;left:7px;width:calc(100% - 14px);height:calc(100% - 14px);border-radius:50%;background:#fff;}.interstitial-spinner-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:270px;}.interstitial-spinner-logo img{width:100%;height:auto;display:block;}.interstitial-secure{position:absolute;top:64%;left:50%;transform:translateX(-50%);white-space:nowrap;color:#6b7280;font-size:.9rem;font-weight:400;text-align:center;}.interstitial-secure i{margin-right:6px;font-size:.85rem;}.interstitial-countdown{text-align:center;color:#6b7280;font-size:.95rem;margin:24px 0 0 0;padding:0 16px;}.interstitial-countdown a{color:#2563eb;text-decoration:none;font-weight:500;}.interstitial-countdown a:hover{text-decoration:underline;}@keyframes interstitialSpin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}@media(max-width:767px){.interstitial-top-logo{width:160px;}.interstitial-brand{font-size:.9rem;}.interstitial-title{font-size:1.2rem;margin-bottom:20px;}.interstitial-spinner{width:280px;height:280px;}.interstitial-spinner-logo{width:190px;}.interstitial-secure{font-size:.75rem;}.interstitial-countdown{font-size:.85rem;margin-top:16px;}}@media(max-width:400px){.interstitial-top-logo{width:130px;}.interstitial-brand{font-size:.8rem;}.interstitial-title{font-size:1rem;margin-bottom:14px;}.interstitial-spinner{width:220px;height:220px;}.interstitial-spinner-logo{width:150px;}.interstitial-secure{font-size:.7rem;}.interstitial-countdown{font-size:.8rem;margin-top:12px;}}