.toplist-legal{background:hsl(var(--background-secondary,216 33% 97%));border:1px solid hsl(var(--primary)/.14);color:hsl(var(--foreground-body));display:grid;gap:1.2rem;grid-template-columns:auto minmax(0,1fr);margin-bottom:1.6rem;margin-top:0;padding:1.4rem 1.6rem}.toplist-legal,.toplist-legal .icon{align-items:center;border-radius:8px}.toplist-legal .icon{background:hsl(var(--card));box-shadow:var(--shadow-sm);color:hsl(var(--secondary));display:flex;height:4rem;justify-content:center;width:4rem}.toplist-legal .icon svg{height:2.2rem;width:2.2rem}.toplist-legal .content{display:grid;gap:.2rem;min-width:0}.toplist-legal strong{color:hsl(var(--foreground));font-size:1.4rem;font-weight:700;line-height:1.3}.toplist-legal .content>span{color:hsl(var(--foreground-muted));font-size:1.25rem;font-weight:500;line-height:1.45}.toplist{display:flex;flex-direction:column;gap:1.6rem;list-style:none;margin-bottom:var(--block-spacing);margin-top:0;padding-left:0}.toplist .item{margin:0;padding:0}.toplist .card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.02);display:flex;flex-direction:column;padding:2.4rem;position:relative;transition:box-shadow .2s ease}@media(min-width:768px){.toplist .card{align-items:center;flex-direction:row;padding:3.2rem 2.4rem 2.4rem}}.toplist .card:hover{box-shadow:0 8px 16px rgba(0,0,0,.06)}.toplist .card.is-first{border:2px solid #c5a866}.toplist .card.is-first .btn-claim{background-color:#c5a866;color:#000}.toplist .card.is-first .btn-claim:hover{background-color:#be9d54}.toplist .badge-rank{background:#000;border-bottom-right-radius:12px;border-top-left-radius:11px;color:#fff;font-size:1.2rem;font-weight:700;left:-1px;padding:.4rem 1.2rem;position:absolute;top:-1px;z-index:2}.toplist .is-first .badge-rank{border-top-left-radius:10px;left:-2px;top:-2px}.toplist .badge-editor{background:#c5a866;border-bottom-left-radius:12px;border-top-right-radius:10px;color:#000;font-size:1.1rem;font-weight:700;letter-spacing:.5px;padding:.4rem 1.2rem;position:absolute;right:-2px;text-transform:uppercase;top:-2px;z-index:2}.toplist .col-left{align-items:center;display:flex;flex-direction:column;margin-bottom:2.4rem;width:100%}@media(min-width:768px){.toplist .col-left{margin-bottom:0;padding-right:2.4rem;width:20%}}.toplist .col-mid{display:flex;flex:1;flex-direction:column;margin-bottom:2.4rem}@media(min-width:768px){.toplist .col-mid{border-right:1px solid transparent;margin-bottom:0;padding-right:2.4rem}}.toplist .col-right{align-items:center;display:flex;flex-direction:column;width:100%}@media(min-width:768px){.toplist .col-right{padding-left:2.4rem;width:25%}}.toplist .logo-wrap{align-items:center;background:#111;border-radius:8px;display:flex;height:80px;justify-content:center;margin-bottom:1.2rem;padding:1.6rem;text-decoration:none;width:100%}.toplist .logo-wrap img{max-height:100%;max-width:100%;object-fit:contain}.toplist .logo-wrap .logo-text{color:#fff;font-size:1.8rem;font-weight:700}.toplist .rating-wrap{text-align:center}.toplist .stars{color:#d1d5db;font-size:1.8rem;line-height:1;margin-bottom:.4rem}.toplist .stars .star.full,.toplist .stars .star.half{color:#c5a866}.toplist .rating-score{color:#64748b;font-size:1.6rem;margin-bottom:.2rem}.toplist .rating-score strong{color:#0f172a;font-size:1.8rem;font-weight:700}.toplist .rating-label{color:#94a3b8;font-size:1.2rem}.toplist .title{color:#0f172a;font-size:2rem;font-weight:700;margin-bottom:.4rem}.toplist .title a{color:#0f172a;text-decoration:none}.toplist .title a:hover{text-decoration:underline}.toplist .terms{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#64748b;display:-webkit-box;font-size:1.3rem;margin-bottom:1.6rem;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.toplist .specs{align-items:center;background:#f8fafc;border-radius:6px;display:flex;flex-wrap:wrap;gap:1.6rem;margin-bottom:1.6rem;padding:.8rem 1.6rem}.toplist .specs .spec-item{color:#475569;font-size:1.3rem}.toplist .specs .spec-item strong{color:#0f172a;font-weight:600}.toplist .pros-list{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.6rem}.toplist .pros-list .pro-pill{background:#f1f5f9;border-radius:20px;color:#475569;font-size:1.2rem;padding:.4rem 1.2rem}.toplist .promo-code{align-items:center;display:flex;gap:1.2rem}.toplist .promo-code .promo-label{color:#94a3b8;font-size:1.1rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.toplist .promo-code .promo-value{background:#fff;border-radius:4px;color:#0f172a;font-size:1.3rem;font-weight:700;padding:.4rem 1.2rem;transition:all .2s}.toplist .promo-code .promo-value.has-code{border:2px dashed #cbd5e1;cursor:pointer}.toplist .promo-code .promo-value.has-code:hover{background:#f8fafc;border-color:#94a3b8}.toplist .promo-code .promo-value.no-code{border:1px solid #e2e8f0}.toplist .btn-claim{align-items:center;background-color:#10b981;border-radius:8px;color:#fff;display:flex;font-size:1.6rem;font-weight:700;justify-content:center;margin-bottom:1.2rem;padding:1.4rem 2.4rem;text-decoration:none;transition:background-color .2s,box-shadow .2s,transform .2s;width:100%}.toplist .btn-claim:hover{background-color:#059669;box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-1px)}.toplist .btn-review{align-items:center;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#475569;display:flex;font-size:1.4rem;font-weight:500;justify-content:center;margin-bottom:1.6rem;padding:1rem 2.4rem;text-decoration:none;transition:all .2s;width:100%}.toplist .btn-review:hover{background-color:#f8fafc;border-color:#94a3b8;color:#0f172a}.toplist .verified{align-items:center;color:#94a3b8;display:flex;font-size:1.1rem;gap:.6rem}.toplist .verified .verified-dot{background-color:#22c55e;border-radius:50%;height:6px;width:6px}@media(max-width:560px){.toplist-legal{align-items:flex-start;padding:1.2rem}.toplist-legal .icon{height:3.6rem;width:3.6rem}}