.header{background:#fff;border-bottom:1px solid rgba(229,231,235,.8);position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px rgba(0,0,0,.05)}.header-content{max-width:1400px;margin:0 auto;justify-content:space-between;padding:16px 24px;gap:24px}.header-content,.header-logos{display:flex;align-items:center}.header-logos{gap:16px}.partner-logo{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease;object-fit:contain}.partner-logo:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 4px 16px rgba(245,158,11,.3)}.header-center{display:flex;align-items:center;justify-content:center;gap:20px;flex:1 1}.logo-text{font-size:22px;font-weight:800;background:linear-gradient(135deg,#f59e0b,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.5px;text-transform:uppercase;font-style:italic}.header-social{gap:12px}.header-social,.social-link{display:flex;align-items:center}.social-link{justify-content:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff;transition:all .3s ease;box-shadow:0 2px 8px rgba(245,158,11,.3)}.social-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(245,158,11,.5)}.social-link svg{width:20px;height:20px}.header-connect{display:flex;align-items:center}@media (max-width:1024px){.logo-text{font-size:18px}}@media (max-width:768px){.header-content{flex-wrap:wrap;padding:12px 16px;gap:12px}.header-logos{gap:10px}.partner-logo{width:40px!important;height:40px!important}.logo-text{font-size:13px;text-align:center}.header-center{order:2;width:100%;justify-content:center;gap:12px}.header-social{gap:8px}.social-link{width:32px;height:32px}.social-link svg{width:18px;height:18px}.header-connect{order:3}}@media (max-width:480px){.header-content{padding:10px 12px;gap:10px}.header-logos{gap:8px}.partner-logo{width:36px!important;height:36px!important}.logo-text{font-size:11px;line-height:1.3}}.hero{padding:80px 20px;background:#fff;position:relative}.hero-content{max-width:900px;margin:0 auto}.hero-content-flex{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:60px}.hero-left{flex:1 1;max-width:500px}.hero-right{flex:1 1;justify-content:center}.hero-title-large{font-size:52px;font-weight:800;margin:0 0 24px;background:linear-gradient(135deg,#f59e0b,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3;letter-spacing:-.02em}.title-line-with-icon{display:inline-flex;align-items:center;gap:12px}.title-inline-icon{display:inline-block;vertical-align:middle;animation:iconFloat 3s ease-in-out infinite}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.hero-description{font-size:18px;color:#64748b;line-height:1.8;margin:0 0 12px;max-width:600px}.hero-subtitle{font-size:16px;color:#f59e0b;font-weight:600;margin:0 0 24px;max-width:600px;display:flex;align-items:center;gap:8px}.hero-subtitle:before{content:"✨";font-size:18px}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px;margin-top:24px;max-width:100%}.stat-item{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#fff,#f8f9fa);padding:14px 18px;border-radius:14px;border:2px solid #e5e7eb;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05);min-width:0}.stat-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:#f59e0b}.stat-icon{font-size:28px;line-height:1;flex-shrink:0}.stat-content{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1}.stat-value{font-size:22px;font-weight:800;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stat-label{font-size:12px;color:#718096;white-space:nowrap}.refresh-btn{background:linear-gradient(135deg,#f59e0b,#fbbf24);border:none;border-radius:12px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(245,158,11,.3);color:#fff}.refresh-btn:hover{transform:translateY(-2px) rotate(180deg);box-shadow:0 6px 16px rgba(245,158,11,.4)}.refresh-btn:active{transform:translateY(0) rotate(180deg)}.hero-right{display:flex;flex-direction:column;align-items:center;gap:20px}.hero-image{border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.15);width:100%;height:auto;max-width:500px}.hero-social-links{display:flex;gap:16px;justify-content:center}.hero-social-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff;border-radius:12px;font-weight:600;font-size:15px;transition:all .3s ease;box-shadow:0 4px 12px rgba(245,158,11,.3);text-decoration:none}.hero-social-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(245,158,11,.5)}.hero-social-btn svg{width:20px;height:20px;flex-shrink:0}.hero-social-btn span{white-space:nowrap}.hero-badge{display:inline-block;padding:10px 24px;background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff;border-radius:30px;font-size:15px;font-weight:600;margin-bottom:28px;box-shadow:0 4px 15px rgba(245,158,11,.4);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 4px 15px rgba(245,158,11,.4)}50%{transform:scale(1.05);box-shadow:0 6px 25px rgba(245,158,11,.6)}}.hero-title{font-size:56px;font-weight:900;background:linear-gradient(135deg,#f59e0b,#d97706 50%,#b45309);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:24px;letter-spacing:-.03em;line-height:1.2;flex-direction:column;gap:8px}.hero-title,.title-line{display:flex;align-items:center}.title-line{gap:16px}.title-icon{display:inline-block;vertical-align:middle;animation:float 3s ease-in-out infinite}.hero-title-simple{font-size:48px;font-weight:800;margin:0;background:linear-gradient(135deg,#f59e0b,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3;text-align:center;letter-spacing:-.02em}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.subtitle-icon{display:inline-block;vertical-align:middle;color:#f59e0b;margin:0 4px}.hero-stats{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-top:40px}.stat-card{background:#fff;border:2px solid rgba(245,158,11,.3);border-radius:20px;padding:28px 36px;min-width:150px;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.08)}.stat-card:hover{transform:translateY(-4px) scale(1.02);border-color:rgba(245,158,11,.6);box-shadow:0 8px 30px rgba(245,158,11,.2)}.stat-value{font-size:42px;font-weight:700;margin-bottom:8px;background:linear-gradient(135deg,#f59e0b,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-value svg{stroke:#f59e0b;animation:statFloat 3s ease-in-out infinite}@keyframes statFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.stat-label{font-size:14px;color:#94a3b8;font-weight:600;letter-spacing:.5px}@media (max-width:968px){.hero-content-flex{flex-direction:column;gap:40px;text-align:center}.hero-left{max-width:100%}.hero-title-large{font-size:42px}.hero-description{font-size:16px}.hero-right{width:100%}.hero-image{max-width:400px}}@media (max-width:768px){.hero{padding:40px 16px 32px}.hero-content-flex{gap:24px}.hero-title{font-size:28px}.hero-title-simple{font-size:24px}.hero-title-large{font-size:24px;line-height:1.4}.title-inline-icon{width:28px;height:28px}.hero-description{font-size:14px;margin-bottom:10px}.hero-subtitle{font-size:14px;margin-bottom:16px}.hero-subtitle:before{font-size:16px}.hero-stats{grid-template-columns:1fr;gap:12px}.stat-item{padding:12px 16px}.stat-icon{font-size:26px}.stat-value{font-size:20px}.stat-label{font-size:11px}.refresh-btn{width:40px;height:40px;flex-shrink:0}.hero-social-links{gap:12px}.hero-social-btn{padding:10px 20px;font-size:14px}.hero-social-btn svg{width:18px;height:18px}.stat-card{padding:20px 28px;min-width:120px}.hero-image{max-width:100%;border-radius:16px}}@media (max-width:480px){.hero{padding:32px 12px 24px}.hero-title-large{font-size:20px}.title-inline-icon{width:24px;height:24px}.title-line-with-icon{gap:8px}.hero-description{font-size:13px;margin-bottom:8px}.hero-subtitle{font-size:13px;margin-bottom:12px}.hero-subtitle:before{font-size:14px}.hero-stats{gap:10px;grid-template-columns:1fr}.stat-item{padding:10px 12px}.stat-icon{font-size:22px}.stat-value{font-size:18px}.stat-label{font-size:10px}.refresh-btn{width:36px;height:36px}.refresh-btn svg{width:16px;height:16px}.hero-social-links{gap:8px;flex-direction:column;width:100%}.hero-social-btn{padding:10px 16px;font-size:13px;width:100%;justify-content:center}.hero-social-btn svg{width:16px;height:16px}}.leaderboard-wrapper{width:100%;position:relative}.header-banner{display:flex;justify-content:center;align-items:center;margin-bottom:-8px;position:relative;z-index:2;padding:0 20px}.banner-image{width:auto;height:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.12));image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.leaderboard-card{background:#fff;border-radius:20px;overflow:visible;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e5e7eb;position:relative;z-index:1;padding-top:12px}.leaderboard-content{padding:0 20px 20px}.entries-list{display:flex;flex-direction:column;gap:10px}.entry-item{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:#f8f9fb;border-radius:12px;transition:all .3s ease;border:2px solid transparent}.entry-item:hover{transform:translateX(4px);background:#fff;border-color:rgba(102,126,234,.3);box-shadow:0 4px 16px rgba(102,126,234,.15)}.rank-gold{background:linear-gradient(135deg,#fff9e6,#fff5cc);border-color:gold}.rank-silver{background:linear-gradient(135deg,#f5f5f5,#e8e8e8);border-color:silver}.rank-bronze{background:linear-gradient(135deg,#fff4e6,#ffe6cc);border-color:#cd7f32}.entry-left{display:flex;align-items:center;gap:12px}.entry-rank{font-size:16px;font-weight:700;color:#a0aec0;min-width:28px}.entry-avatar{width:42px;height:42px;background:linear-gradient(135deg,#f59e0b,#fbbf24);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 4px 12px rgba(245,158,11,.3)}.entry-avatar svg{color:#fff}.entry-info{display:flex;flex-direction:column;gap:4px}.entry-name{font-size:14px;font-weight:600;color:#2d3748}.entry-address-link{font-size:12px;color:#718096;font-family:monospace;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:4px;cursor:pointer}.entry-address-link:hover{color:#f59e0b;text-decoration:underline}.entry-address-link:after{content:"↗";font-size:11px;opacity:0;transition:opacity .3s ease}.entry-address-link:hover:after{opacity:1}.entry-right{text-align:right}.entry-amount{display:flex;align-items:center;gap:4px;font-size:16px;font-weight:700;color:#2d3748;margin-bottom:3px}.amount-icon{font-size:14px}.amount-value{background:linear-gradient(135deg,#f59e0b,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.amount-unit{font-size:12px;color:#9ca3af;font-weight:500;margin-left:2px}.entry-usd{font-size:12px;color:#718096;margin-top:2px}.view-more{margin-top:12px;text-align:center}.view-more-text{color:#f59e0b;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease}.view-more-text:hover{color:#d97706}.empty-text,.loading-text{text-align:center;color:#718096;padding:40px 20px;font-size:16px}@media (max-width:768px){.banner-image{max-width:240px}.leaderboard-content{padding:0 16px 16px}.entries-list{gap:10px}.entry-item{padding:12px}.entry-rank{font-size:13px;min-width:22px}.entry-avatar{width:38px;height:38px;font-size:18px}.entry-left{gap:10px}.entry-amount{font-size:15px}.amount-unit{font-size:12px}.entry-name{font-size:14px}.entry-address-link{font-size:12px}.entry-usd{font-size:11px}}@media (max-width:480px){.banner-image{max-width:200px}.leaderboard-content{padding:0 12px 12px}.entries-list{gap:8px}.entry-item{padding:10px}.entry-rank{font-size:12px;min-width:20px}.entry-avatar{width:34px;height:34px;font-size:16px}.entry-left{gap:8px}.entry-name{font-size:13px}.entry-address-link{font-size:11px}.entry-address-link:after{font-size:10px}.entry-amount{font-size:13px}.amount-unit{font-size:11px}.entry-usd{font-size:10px}.amount-icon{font-size:13px}}.main-content{max-width:1400px;margin:0 auto;padding:40px 20px}.content-card{background:linear-gradient(135deg,#e0f2fe,#dbeafe);border-radius:32px;padding:48px;box-shadow:0 10px 40px rgba(14,165,233,.15);display:grid;grid-template-columns:1fr 1.2fr;grid-gap:48px;gap:48px;position:relative}.card-left,.card-right{display:flex;flex-direction:column}@media (max-width:1200px){.content-card{grid-template-columns:1fr;gap:32px;padding:32px}}@media (max-width:768px){.main-content{padding:20px 12px}.content-card{padding:20px 16px;border-radius:20px;gap:24px}}@media (max-width:480px){.main-content{padding:16px 8px}.content-card{padding:16px 12px;border-radius:16px;gap:20px}}