*{margin:0;padding:0;box-sizing:border-box;border:none!important;outline:none!important}html,body{margin:0;padding:0;border:none;background:#000}.landing-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border:none;margin:0;padding:0}.landing-card{max-width:400px;width:100%;padding:2rem;background:transparent;text-align:center;border:none}.landing-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.landing-subtitle{font-size:1.125rem;color:#fff;margin-bottom:2rem;opacity:.8}.connect-wallet-wrapper{margin:2rem 0}.success-message{background:#fff;color:#000;padding:1rem;border-radius:4px;margin:1rem 0;font-size:.9rem}.error-message{background:#fff;color:#000;padding:1rem;border-radius:4px;margin:1rem 0;font-size:.9rem;display:flex;justify-content:space-between;align-items:center}.error-message button{background:none;border:none;color:#000;cursor:pointer;font-size:18px;padding:0;width:20px;height:20px}.loading-message{color:#fff;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:8px;opacity:.8}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.landing-card{padding:1.5rem}.landing-title{font-size:2rem}.landing-subtitle{font-size:1rem}}@media (max-width: 480px){.landing-card{padding:1rem}.landing-title{font-size:1.75rem}.landing-subtitle{font-size:.9rem}}
