*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,DM Sans,system-ui,sans-serif;font-size:1rem;line-height:1.6;color:#efeff1;background-color:#0e0e10;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Roboto,DM Sans,system-ui,sans-serif;font-weight:700;line-height:1.2;color:#efeff1}h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}p{color:#adadb8}a{color:#b77fff;text-decoration:none;transition:all .15s ease}a:hover{color:#9146ff}code,pre{font-family:JetBrains Mono,Fira Code,monospace;font-size:.875rem}input,select,textarea{font-family:Inter,DM Sans,system-ui,sans-serif;font-size:.875rem;background:#26262c;color:#efeff1;border:1px solid hsla(0,0%,100%,.12);border-radius:8px;padding:.75rem 1rem;width:100%;transition:all .15s ease;outline:none}input::placeholder,select::placeholder,textarea::placeholder{color:#53535f}input:focus,select:focus,textarea:focus{border-color:#9146ff;box-shadow:0 0 0 3px rgba(145,70,255,.15)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#18181b}::-webkit-scrollbar-thumb{background:#26262c;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#53535f}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0,0,0,0);border:0}.sr-only,.truncate{overflow:hidden;white-space:nowrap}.truncate{text-overflow:ellipsis}.giveaway-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center}.giveaway-modal-box{background:#18181b;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:1.75rem;width:100%;max-width:480px;box-shadow:0 20px 60px rgba(0,0,0,.5);animation:slideUp .2s ease}.giveaway-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.giveaway-modal-close{background:none;border:none;color:#53535f;cursor:pointer;font-size:1.1rem;padding:.25rem .5rem;line-height:1;flex-shrink:0}.giveaway-modal-close:hover{color:#efeff1}.giveaway-modal-title{font-size:1rem;font-weight:700;color:#efeff1;margin:0}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}