:root{--primary:#00d2ff;--secondary:#3a7bd5;--bg:#0f172a;--text:#f8fafc;--glass:#ffffff0d;--glass-border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);justify-content:center;align-items:center;height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;overflow:hidden}.redirect-container{text-align:center;background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:24px;width:100%;max-width:400px;padding:2rem;animation:.5s ease-out fadeIn;box-shadow:0 25px 50px -12px #00000080}.redirect-container .logo{filter:drop-shadow(0 0 10px #fff3);width:120px;height:auto;margin-bottom:2rem}.redirect-container h1{background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:#0000;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.redirect-container .progress-wrapper{background:#ffffff1a;border-radius:10px;width:100%;height:6px;position:relative;overflow:hidden}.redirect-container .progress-wrapper .progress-bar{background:linear-gradient(90deg, var(--primary), var(--secondary));width:0%;height:100%;box-shadow:0 0 15px var(--primary);transition:width 5s linear;position:absolute;top:0;left:0}.redirect-container .status-text{color:#94a3b8;margin-top:1rem;font-size:.875rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
