.app{min-height:100vh}.header{display:flex;justify-content:space-between;align-items:center;padding:24px 60px}.logo{display:flex;align-items:center;gap:12px}.logo img{width:32px;height:32px}.logo span{font-size:20px;font-weight:600;color:#d4af37}nav a{margin-left:32px;font-size:14px;opacity:.85}nav a:hover{opacity:1}.hero{text-align:center;padding:80px 20px}.coin-container{display:flex;justify-content:center;margin-bottom:40px}.coin{width:220px;height:220px;border-radius:50%;animation:spin 18s linear infinite;filter:drop-shadow(0 0 30px rgba(212,175,55,.35))}@keyframes spin{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.hero h1{font-size:44px;margin-bottom:16px}.hero p{max-width:600px;margin:0 auto 48px;font-size:16px;opacity:.75}.stats{display:flex;justify-content:center;gap:60px}.stats h2{color:#d4af37;font-size:28px}.stats span{display:block;margin-top:6px;font-size:13px;opacity:.7}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;background:#0b0b0b;color:#fff;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}a{text-decoration:none;color:inherit}
