.compare-page{max-width:1320px}.compare-picker-card{margin-bottom:18px}.compare-picker{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:end}.compare-picker>div{display:flex;flex-direction:column;gap:7px}.compare-picker label{font-size:12px;color:var(--muted)}.compare-picker input{min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#081822;color:inherit}.compare-picker small{color:var(--muted)}.compare-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}.compare-summary-card>span{display:block;color:var(--muted);font-size:12px}.compare-summary-coin{display:flex;align-items:center;gap:10px;margin:13px 0}.compare-summary-coin img{width:36px;height:36px;border-radius:50%;object-fit:cover}.compare-summary-coin div{display:flex;flex-direction:column}.compare-summary-coin small{color:var(--muted);font-size:12px}.compare-summary-value{font-size:22px}.compare-table-card{padding-top:22px}.compare-table-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:12px}.compare-table-head h2{margin:5px 0 0}.compare-table{min-width:900px}.compare-table th:first-child{min-width:150px}.compare-column-coin{display:flex;align-items:center;gap:9px}.compare-column-coin img{width:30px;height:30px;border-radius:50%}.compare-column-coin span{display:flex;flex-direction:column}.compare-column-coin small{color:var(--muted);font-size:11px}.shortlist-card{margin-top:18px}.shortlist-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:16px}.shortlist-head h2{margin:5px 0}.shortlist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.shortlist-item{position:relative;text-decoration:none}.shortlist-rank{position:absolute;top:10px;right:12px;font-size:12px;color:var(--muted)}.shortlist-coin{display:flex;align-items:center;gap:10px;margin-bottom:14px}.shortlist-coin img{width:38px;height:38px;border-radius:50%}.shortlist-coin span{display:flex;flex-direction:column}.shortlist-coin small{color:var(--muted);font-size:12px}.shortlist-metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.shortlist-metrics div{padding:9px;border:1px solid var(--line);border-radius:9px}.shortlist-metrics span,.shortlist-metrics strong{display:block}.shortlist-metrics span{font-size:11px;color:var(--muted);margin-bottom:4px}.compare-note{margin-top:18px}
@media(max-width:1000px){.compare-summary-grid{grid-template-columns:repeat(2,1fr)}.shortlist-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.compare-picker{grid-template-columns:1fr}.compare-summary-grid,.shortlist-grid{grid-template-columns:1fr}.shortlist-head{align-items:flex-start;flex-direction:column}}