.it100-chart{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:1200px;margin:0 auto;padding:24px}.vote-card,.it100-row{display:flex!important;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px rgb(0 0 0 / .1);transition:all 0.2s ease;height:100%}.vote-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px rgb(0 0 0 / .15);transform:translateY(-2px)}.vote-card-header{display:flex;justify-content:flex-end;align-items:center;padding:12px 16px;min-height:48px}.vote-card-header .share-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:#fff0;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;transition:all 0.2s ease}.vote-card-header .share-btn:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.vote-card-header .share-btn svg{width:18px;height:18px;fill:currentColor}.vote-card-header .share-btn span{display:none}.vote-card-body{display:flex;flex-direction:column;flex:1}.cover-wrap{position:relative;width:100%;aspect-ratio:1 / 1;background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);overflow:hidden}@supports not (aspect-ratio:1 / 1){.cover-wrap{padding-bottom:100%;height:0}.cover-wrap .cover{position:absolute;top:0;left:0}}.cover-wrap .cover,.cover-wrap .it100-cover{width:100%;height:100%;object-fit:cover;display:block}.vote-card:hover .cover-wrap .cover{transform:scale(1.05);transition:transform 0.3s ease}.rank-overlay{position:absolute;top:12px;left:12px;padding:6px 12px;background:rgb(0 0 0 / .85);backdrop-filter:blur(8px);color:#fff;font-size:18px;font-weight:700;border-radius:8px;box-shadow:0 2px 8px rgb(0 0 0 / .3);z-index:2;min-width:50px;text-align:center}.cover-wrap .badge{position:absolute;top:12px;right:12px;padding:4px 12px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:2}.badge.new{background:#10b981;color:#fff}.badge.trending{background:#f59e0b;color:#fff}.badge.salon{background:#059669;color:#fff}.play-btn{position:absolute;bottom:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgb(255 255 255 / .95);backdrop-filter:blur(8px);border:none;border-radius:50%;cursor:pointer;box-shadow:0 2px 12px rgb(0 0 0 / .2);transition:all 0.2s ease;z-index:2}.play-btn:hover{transform:scale(1.1);box-shadow:0 4px 16px rgb(0 0 0 / .3)}.play-btn svg{width:20px;height:20px;fill:#111827}.play-btn.playing svg{width:18px;height:18px}.track-audio{display:none}.vote-card-body .meta,.vote-card-body .it100-main{padding:16px 20px;min-height:100px;display:flex;flex-direction:column;justify-content:center}.vote-card-body .track-title,.vote-card-body .it100-title{font-size:18px;font-weight:700;color:#111827;margin:0 0 8px 0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vote-card-body .artist,.vote-card-body .it100-artist{font-size:14px;color:#6b7280;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vote-card-body .vote-btn,.vote-card-body .it100-vote{width:100%;display:flex;align-items:center;justify-content:center;padding:16px 20px;min-height:56px;background:#0070e0;color:#fff;border:none;border-radius:0;font-size:16px;font-weight:600;line-height:1.5;cursor:pointer;transition:background 0.2s ease;margin-top:auto}.vote-card-body .vote-btn:hover,.vote-card-body .it100-vote:hover{background:#0060c0}.vote-card-body .vote-btn:active,.vote-card-body .it100-vote:active{background:#0050a0}@media (max-width:768px){.it100-chart{grid-template-columns:1fr;gap:20px;padding:16px}}