@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500&display=swap";
:root{--bg-primary:#0f0a1a;--bg-secondary:#1a122e;--accent-gold:#d4a853;--accent-gold-light:#f0d589;--text-primary:#f5f0e8;--text-secondary:#b8a9c9}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden}body{background:var(--bg-primary);color:var(--text-primary);justify-content:center;align-items:center;min-height:100dvh;font-family:Inter,sans-serif;display:flex;position:relative}body:before{content:"";z-index:0;background:radial-gradient(at 20%,#d4a85314 0%,#0000 50%),radial-gradient(at 80% 20%,#b8a9c90f 0%,#0000 50%),radial-gradient(at 50% 80%,#d4a8530d 0%,#0000 50%);animation:8s ease-in-out infinite alternate bgShift;position:fixed;inset:0}@keyframes bgShift{0%{opacity:.6;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}.redirect-container{z-index:1;text-align:center;width:90%;max-width:420px;padding:2.5rem;position:relative}.ring-icon{width:80px;height:80px;margin:0 auto 2rem;animation:1s ease-out floatIn;position:relative}.ring-icon svg{filter:drop-shadow(0 0 20px #d4a8534d);width:100%;height:100%}@keyframes floatIn{0%{opacity:0;transform:translateY(-20px)scale(.8)}to{opacity:1;transform:translateY(0)scale(1)}}.redirect-title{color:var(--accent-gold);letter-spacing:.02em;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:600;animation:1s ease-out .2s both fadeUp}.redirect-subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:.95rem;font-weight:300;line-height:1.6;animation:1s ease-out .4s both fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.spinner-wrapper{margin-bottom:2rem;animation:1s ease-out .6s both fadeUp}.spinner{border:2.5px solid #d4a85326;border-top-color:var(--accent-gold);border-radius:50%;width:48px;height:48px;margin:0 auto;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.spinner-text{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;margin-top:1rem;font-size:.82rem;font-weight:500}.fallback-link{background:linear-gradient(135deg,var(--accent-gold),var(--accent-gold-light));color:var(--bg-primary);letter-spacing:.02em;border-radius:50px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;animation:1s ease-out .8s both fadeUp;display:inline-flex;box-shadow:0 4px 20px #d4a85340}.fallback-link:hover{transform:translateY(-2px);box-shadow:0 6px 30px #d4a85366}.fallback-link:active{transform:translateY(0)}.fallback-link svg{width:18px;height:18px}.particles{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.particle{background:var(--accent-gold);opacity:0;border-radius:50%;width:3px;height:3px;animation:6s ease-in-out infinite particleFloat;position:absolute}.particle:first-child{animation-delay:0s;left:10%}.particle:nth-child(2){animation-delay:1.2s;left:25%}.particle:nth-child(3){animation-delay:2.4s;left:45%}.particle:nth-child(4){animation-delay:.8s;left:65%}.particle:nth-child(5){animation-delay:3.2s;left:80%}.particle:nth-child(6){animation-delay:1.8s;left:90%}@keyframes particleFloat{0%{opacity:0;bottom:-5%;transform:scale(.5)}20%{opacity:.6}80%{opacity:.3}to{opacity:0;bottom:105%;transform:scale(1.2)}}
