*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,#f5e6ff,#fff0f5);min-height:100vh;padding:2rem}.container{max-width:1200px;margin:0 auto}.header{text-align:center;margin-bottom:3rem;color:#333}.header h1{font-size:2.5rem;margin-bottom:.5rem}.header p{color:#666;font-size:1.1rem}.card{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-box{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:8px;text-align:center}.stat-box h3{font-size:.9rem;opacity:.9;margin-bottom:.5rem}.stat-box .number{font-size:2rem;font-weight:700}.airdrop-list{display:grid;gap:1rem}.airdrop-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;background:#f9f9f9}.airdrop-name{font-weight:600;color:#333}.airdrop-status{display:inline-block;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}.status-pending{background:#ffeaa7;color:#d63031}.status-done{background:#55efc4;color:#00b894}.status-claim{background:#74b9ff;color:#0984e3}.status-gagal{background:#ff7675;color:#d63031}button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.7rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;transition:transform .2s}button:hover{transform:translateY(-2px)}.loading{text-align:center;padding:2rem;color:#666}.error{background:#ff7675;color:#fff;padding:1rem;border-radius:8px;margin-bottom:1rem}
