@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
html,body{color:#111;-webkit-font-smoothing:antialiased;background-color:#fff;background-image:url(/wing-kong-background.png);background-repeat:repeat;background-attachment:fixed;min-height:100vh;margin:0;padding:0;font-family:Roboto,sans-serif}.landing-container{flex-direction:column;align-items:center;max-width:800px;margin:0 auto;padding:4rem 2rem;display:flex}.logo-wrapper{margin-bottom:2rem}.main-logo{max-width:100%;height:auto}.intro-text{text-align:center;color:#444;max-width:600px;margin-bottom:4rem;font-size:1.1rem;line-height:1.7}.web3-form{box-sizing:border-box;background:#fff;border:1px solid #f4f4f4;border-radius:24px;width:100%;max-width:550px;padding:3rem;box-shadow:0 20px 40px #0000000f,0 1px 3px #00000008}.form-title{text-align:center;margin-top:0;margin-bottom:2rem;font-size:1.5rem}.hidden-honeypot{opacity:0;z-index:-1;width:0;height:0;position:absolute;top:0;left:0}.input-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.captcha-group{background:#fafafa;border:1px solid #eaeaea;border-radius:16px;flex-direction:column;gap:.5rem;margin-bottom:2rem;padding:1rem;display:flex}label{color:#333;font-size:.9rem;font-weight:600}.web3-input{box-sizing:border-box;background:#fafafa;border:1px solid #e0e0e0;border-radius:12px;width:100%;padding:1rem;font-family:inherit;font-size:1rem;transition:all .2s}.web3-input:focus{background:#fff;border-color:#111;outline:none;box-shadow:0 0 0 4px #0000000d}textarea.web3-input{resize:vertical}.web3-button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:12px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:transform .1s,background .2s}.web3-button:hover{background:#333}.web3-button:active{transform:scale(.98)}.status-message{text-align:center;color:#ff2a6d;margin-top:1.5rem;font-weight:500}.social-links{gap:2rem;margin-top:4rem;display:flex}.social-links a{color:#111;justify-content:center;align-items:center;text-decoration:none;display:flex}.social-icon{transition:transform .2s cubic-bezier(.25,1,.5,1),opacity .2s}.social-links a:hover .social-icon{opacity:.6;transform:translateY(-3px)}.social-links a:hover{opacity:.6}
