*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(135deg,#0f1419,#1a1a1a,#0f1419);color:#e0e0e0;min-height:100vh;overflow-x:hidden}.page{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;position:relative}.content{padding:20px;max-width:480px;margin-left:20%;margin-top:50px;position:relative;z-index:2;animation:fadeInUp .8s ease-out}.logo{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:600;margin-bottom:28px;color:#fff}.logo-svg{width:32px;height:32px;filter:drop-shadow(0 2px 8px rgba(245,124,0,.3));animation:logoGlow 3s ease-in-out infinite alternate}.logo-text{background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.verification-title{font-size:16px;font-weight:700;margin:0 0 24px;color:#fff;line-height:1.5;letter-spacing:-.2px}.turnstile-wrapper{margin:24px 0;display:flex;justify-content:flex-start}.cf-turnstile{border:none;background:transparent;min-width:280px;min-height:65px;display:flex;align-items:center;justify-content:center}.info-box{display:flex;align-items:flex-start;gap:12px;margin:24px 0 0;padding:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s ease}.info-box:hover{background:#ffffff0d;border-color:#ffffff1f}.info-icon{flex-shrink:0;color:#8ab4ff;margin-top:2px;animation:pulse 2s ease-in-out infinite}.help{margin:0;color:#b0b0b0;font-size:13px;font-weight:600;line-height:1.5;text-align:left}.footer{padding:18px 20px;border-top:1px solid rgba(255,255,255,.1);background:#0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:2}.footer-content{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#999;flex-wrap:wrap;gap:12px}.ray{color:#8ab4ff;font-weight:500}.ray-value{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:11px;background:#8ab4ff1a;padding:2px 6px;border-radius:4px;transition:background .2s ease}.ray-value:hover{background:#8ab4ff33}.brand{color:#999}.brand strong{color:#f57c00;font-weight:600;text-shadow:0 0 10px rgba(245,124,0,.3)}.background-elements{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.bg-circle{position:absolute;border-radius:50%;background:linear-gradient(45deg,#f57c000d,#ffb74d0d);animation:float 8s ease-in-out infinite}.bg-circle-1{width:120px;height:120px;top:15%;left:10%;animation-delay:0s}.bg-circle-2{width:80px;height:80px;top:60%;right:15%;animation-delay:3s}.bg-circle-3{width:60px;height:60px;bottom:25%;left:20%;animation-delay:6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes logoGlow{0%{filter:drop-shadow(0 2px 8px rgba(245,124,0,.3))}to{filter:drop-shadow(0 4px 12px rgba(245,124,0,.5))}}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.3}50%{transform:translateY(-20px) rotate(180deg);opacity:.6}}@keyframes pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@media (max-width: 480px){.content{padding:15px;margin-left:10%;margin-top:30px}.logo{font-size:20px}.logo-svg{width:28px;height:28px}.verification-title{font-size:14px}.cf-turnstile{min-width:250px;min-height:60px}.footer-content{flex-direction:column;align-items:flex-start;gap:8px}.footer{padding:15px}}.content{transition:opacity .3s ease}.content.loading{opacity:.7}
