button:hover{cursor:pointer}*{scrollbar-width:thin;scrollbar-color:#b1b1b1 #f1f1f1}*::-webkit-scrollbar{width:8px}*::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}*::-webkit-scrollbar-thumb{background-color:#b1b1b1;border-radius:10px;border:2px solid #f1f1f1}*::-webkit-scrollbar-thumb:hover{background-color:#b1b1b1}.skeleton-light{width:100%;border-radius:8px;background:linear-gradient(90deg,#d3d9de,#f0f2f4,#d3d9de);background-size:200% 100%;animation:skeleton-loading 1.2s ease-in-out infinite;overflow:hidden}.skeleton-dark{width:100%;border-radius:8px;background:linear-gradient(90deg,#2e3338,#454d54,#2e3338);background-size:200% 100%;animation:skeleton-loading 1.2s ease-in-out infinite;overflow:hidden}@keyframes skeleton-loading{0%{background-position:100% 0}to{background-position:-100% 0}}*{border:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif;-webkit-user-select:none;user-select:none;transition:background-color .3s ease,color .3s ease;text-decoration:none}html,body{overflow-x:hidden;width:100%}.redirect-container{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100vw;background-color:#f3f4f6;padding:20px}.redirect-container.dark{background-color:#111827}.redirect-card{background-color:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 25px #0000000d;text-align:center;max-width:500px;width:100%;display:flex;flex-direction:column;align-items:center;gap:20px;animation:fadeIn .5s ease-out}.redirect-card.dark{background-color:#1f2937;box-shadow:0 10px 25px #0003}.redirect-title{font-size:2rem;font-weight:700;color:#111827;margin:0}.redirect-card.dark .redirect-title{color:#f9fafb}.redirect-message{font-size:1.1rem;color:#4b5563;margin:0;line-height:1.5}.redirect-card.dark .redirect-message{color:#d1d5db}.countdown-container{margin:10px 0}.countdown-ring-wrapper{position:relative;width:80px;height:80px;display:flex;justify-content:center;align-items:center}.countdown-svg{transform:rotate(-90deg)}.countdown-circle-animated{stroke:#3b82f6;animation:countdown 5s linear forwards}@keyframes countdown{0%{stroke-dashoffset:0}to{stroke-dashoffset:var(--circumference)}}.redirect-card.dark .countdown-circle-animated{stroke:#60a5fa}.countdown-svg circle:first-child{stroke:#e5e7eb}.redirect-card.dark .countdown-svg circle:first-child{stroke:#374151}.countdown-text{position:absolute;font-size:1.8rem;font-weight:700;color:#3b82f6}.redirect-card.dark .countdown-text{color:#60a5fa}.redirect-subtext{font-size:.9rem;color:#9ca3af;margin-top:5px}.redirect-btn{margin-top:10px;padding:12px 24px;font-size:1rem;border-radius:8px;border:none;background-color:#3b82f6;color:#fff;cursor:pointer;transition:background-color .2s}.redirect-btn:hover{background-color:#2563eb}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
