.charts{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:26px;gap:26px;align-items:end}.chart{position:relative;background:#fffdf8;border-radius:12px;padding:14px 14px 20px;box-shadow:0 12px 30px rgba(120,90,70,.14);text-decoration:none;color:var(--ink);transition:transform .2s}.chart:hover{transform:translateY(-6px) rotate(-.8deg)}.chart.first{transform:scale(1.05)}.chart.first:hover{transform:scale(1.05) translateY(-6px)}.chart .cimg{width:100%;aspect-ratio:1.9/1;object-fit:cover;border-radius:7px;display:block}.chart .washi{top:-11px;left:50%;transform:translateX(-50%) rotate(-2.5deg);width:112px;z-index:3}.chart h3{font-family:var(--font-body);font-weight:600;font-size:16px;margin:14px 4px 4px;line-height:1.2}.chart .note{font-family:var(--font-head);font-size:19px;color:var(--sage-600);line-height:1.05;margin:0 4px 12px}.chart .crow{display:flex;align-items:center;justify-content:space-between;margin:0 4px}.chart .price{color:var(--gold-600);font-weight:700;font-size:17px}.chart .stars{color:var(--gold-400);font-size:13px;letter-spacing:1px}.chart .badge{position:absolute;top:-28px;left:-18px;width:72px;height:auto;z-index:6;transform:rotate(-8deg);filter:drop-shadow(0 5px 11px rgba(120,90,70,.32))}.chart.first .badge{width:84px;top:-34px}.rosette{position:absolute;top:-22px;left:-16px;width:64px;height:64px;z-index:6;display:grid;place-items:center;color:#fff;font-family:var(--font-head);font-size:30px;line-height:1;background:radial-gradient(circle at 38% 32%,#e7b9b5 0 12%,var(--rose-300) 50%,#c47f7a 100%);border-radius:50%;box-shadow:0 6px 14px rgba(120,80,70,.4),inset 0 0 0 3px rgba(255,255,255,.5);transform:rotate(-8deg)}.rosette:after,.rosette:before{content:"";position:absolute;bottom:-15px;width:14px;height:26px;z-index:-1;background:var(--rose-200)}.rosette:before{left:14px;transform:rotate(12deg)}.rosette:after,.rosette:before{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,50% 78%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,50% 78%,0 100%)}.rosette:after{right:14px;transform:rotate(-12deg)}.chart.gold .rosette{background:radial-gradient(circle at 38% 32%,#ecd79a 0 12%,var(--gold-400) 50%,#9c7a2c 100%)}.chart.gold .rosette:after,.chart.gold .rosette:before{background:var(--gold-400)}.chart.sage .rosette{background:radial-gradient(circle at 38% 32%,#c2d0a8 0 12%,var(--sage-400) 50%,#5b6b48 100%)}.chart.sage .rosette:after,.chart.sage .rosette:before{background:var(--sage-300)}.podium-label{font-family:var(--font-head);font-size:16px;color:var(--ink-faint);text-align:center;margin:0 0 6px}.fav .rank-no{top:8px;left:8px;z-index:4;width:30px;height:30px;background:rgba(255,253,248,.92);color:var(--rose-300);font-size:20px;place-items:center;box-shadow:0 3px 8px rgba(120,90,70,.2)}.fav .rank-no,.neu-stamp{position:absolute;border-radius:50%;font-family:var(--font-head);display:grid}.neu-stamp{top:-12px;right:-8px;z-index:5;width:56px;height:56px;background:var(--sage-500);color:#fff;font-size:21px;line-height:1;place-items:center;transform:rotate(11deg);border:2px dashed #fffdf8;box-shadow:0 5px 12px rgba(80,90,60,.34)}.section-cta{text-align:center;margin-top:30px}.new-band{background:var(--sage-50)}.ticker{font-family:var(--font-head);font-size:20px;color:var(--sage-600);text-align:center;margin:0 0 4px}@media (max-width:720px){.charts{grid-template-columns:1fr;gap:40px}.chart.first{transform:none}}