@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap";.cosmic-container{min-height:100vh;background:linear-gradient(135deg,#0a0a23,#1a1a3e,#2d1b69);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.stars,.stars2,.stars3{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none}.stars{background:transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><circle cx="20" cy="20" r="1" fill="white" opacity="0.8"/><circle cx="80" cy="80" r="0.5" fill="white" opacity="0.6"/><circle cx="150" cy="30" r="1" fill="white" opacity="0.4"/><circle cx="170" cy="150" r="0.5" fill="white" opacity="0.7"/></svg>') repeat;animation:move-stars 50s linear infinite}.stars2{background:transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300" viewBox="0 0 300 300"><circle cx="50" cy="100" r="1" fill="white" opacity="0.3"/><circle cx="200" cy="200" r="0.5" fill="white" opacity="0.5"/><circle cx="100" cy="250" r="1" fill="white" opacity="0.4"/></svg>') repeat;animation:move-stars 100s linear infinite}.stars3{background:transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 400 400"><circle cx="300" cy="100" r="0.5" fill="white" opacity="0.2"/><circle cx="100" cy="300" r="1" fill="white" opacity="0.3"/></svg>') repeat;animation:move-stars 200s linear infinite}@keyframes move-stars{0%{transform:translateY(0)}to{transform:translateY(-2000px)}}.main-content{z-index:1;width:100%;max-width:480px;padding:2rem}.header{text-align:center;margin-bottom:3rem}.title{font-size:3rem;font-weight:800;margin:0;background:linear-gradient(45deg,#64ffda,#7c4dff,#ff6b9d);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 3s ease-in-out infinite;display:flex;align-items:center;justify-content:center;gap:.5rem}.title-glow{animation:glow-pulse 2s ease-in-out infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes glow-pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.2);opacity:1}}.subtitle{font-size:1.1rem;color:#ffffffb3;margin:1rem 0 0}.claim-card{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:2.5rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d;transition:all .3s ease}.claim-card:hover{border-color:#64ffda4d;box-shadow:0 12px 48px #64ffda1a}.connected-section{display:flex;flex-direction:column;gap:1.5rem}.wallet-info{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff0d;border-radius:12px}.wallet-address{font-family:JetBrains Mono,Consolas,monospace;font-weight:600;color:#64ffda}.disconnect-btn{background:none;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.9rem}.disconnect-btn:hover{border-color:#ff6b9d;color:#ff6b9d}@media (max-width: 640px){.main-content{padding:1rem}.claim-card{padding:1.5rem}.title{font-size:2.5rem;flex-direction:column;gap:.25rem}.subtitle{font-size:1rem}.wallet-info{flex-direction:column;gap:.75rem;text-align:center}}@media (max-width: 480px){.title{font-size:2rem}.claim-card{padding:1.25rem}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a23;color:#fff}#root{width:100vw;height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#64ffda4d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#64ffda80}button:focus,a:focus{outline:2px solid #64ffda;outline-offset:2px}::selection{background:#64ffda4d}html{scroll-behavior:smooth}button{user-select:none;-webkit-user-select:none;-moz-user-select:none}
