/* MeineZeit Glassmorphism Redirect Modal */
#mz-redirect-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99998;background:rgba(5,5,15,0.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:center;animation:mzFadeIn .6s ease}
@keyframes mzFadeIn{from{opacity:0}to{opacity:1}}
#mz-redirect-modal{background:rgba(20,20,40,0.6);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(212,168,75,0.15);border-radius:24px;padding:48px 40px 36px;text-align:center;max-width:420px;width:90%;box-shadow:0 8px 60px rgba(0,0,0,0.5),0 0 80px rgba(212,168,75,0.06);animation:mzModalIn .7s cubic-bezier(.16,1,.3,1)}
@keyframes mzModalIn{from{transform:scale(0.85) translateY(30px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}
#mz-redirect-modal .mz-clock-wrap{width:160px;height:160px;margin:0 auto 24px;position:relative}
#mz-redirect-modal .mz-clock-wrap svg{width:100%;height:100%;filter:drop-shadow(0 0 20px rgba(212,168,75,0.15))}
#mz-redirect-modal .mz-clock-wrap #r-hand-short,
#mz-redirect-modal .mz-clock-wrap #r-hand-long{transform-origin:257.14px 253.14px;will-change:transform}
#mz-redirect-modal h2{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:1.6rem;font-weight:700;background:linear-gradient(135deg,#d4a84b,#f0d78c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 8px}
#mz-redirect-modal p{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:rgba(255,255,255,0.5);font-size:0.9rem;margin:0 0 20px;line-height:1.5}
#mz-redirect-modal .mz-progress-bar{width:100%;height:3px;background:rgba(255,255,255,0.06);border-radius:3px;overflow:hidden;margin:0 0 16px}
#mz-redirect-modal .mz-progress-fill{height:100%;background:linear-gradient(90deg,#d4a84b,#f0d78c);border-radius:3px;width:0%;transition:width 5s linear}
#mz-redirect-modal .mz-skip{background:none;border:none;color:rgba(255,255,255,0.3);font-size:0.75rem;cursor:pointer;text-decoration:underline;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;padding:4px 8px}
#mz-redirect-modal .mz-skip:hover{color:rgba(255,255,255,0.6)}
