.cm-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    margin: 20px 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}
.cm-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #1a1a2e;
    color: #fff;
}
.cm-title { font-weight: 700; font-size: 15px; }
.cm-updated { font-size: 12px; color: #a0aec0; }
.cm-table-wrap { overflow-x: auto; }
.cm-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 500px;
}
.cm-table thead th {
    background: #f7fafc;
    padding: 10px 12px;
    text-align: right;
    font-size: 12px;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #e2e8f0;
    white-space: nowrap;
}
.cm-table thead th.cm-name-col { text-align: left; }
.cm-table thead th.cm-rank { text-align: center; }
.cm-table tbody tr { border-bottom: 1px solid #f0f4f8; transition: background 0.15s; }
.cm-table tbody tr:last-child { border-bottom: none; }
.cm-table tbody tr:hover { background: #f7fafc; }
.cm-table td {
    padding: 10px 12px;
    text-align: right;
    color: #2d3748;
    white-space: nowrap;
}
.cm-rank { text-align: center !important; color: #a0aec0; font-size: 13px; }
.cm-name-col { text-align: left !important; }
.cm-name-col { display: flex; align-items: center; gap: 8px; }
.cm-icon { border-radius: 50%; flex-shrink: 0; }
.cm-name { font-weight: 600; color: #1a202c; }
.cm-symbol { color: #a0aec0; font-size: 12px; text-transform: uppercase; }
.cm-price { font-weight: 600; }
.cm-up { color: #38a169; font-weight: 600; }
.cm-down { color: #e53e3e; font-weight: 600; }
.cm-footer {
    padding: 8px 16px;
    text-align: right;
    font-size: 11px;
    color: #a0aec0;
    border-top: 1px solid #e2e8f0;
    background: #f7fafc;
}
.cm-footer a { color: #a0aec0; text-decoration: none; }
.cm-footer a:hover { text-decoration: underline; }
.cm-error {
    padding: 20px;
    text-align: center;
    color: #718096;
}

.cm-post-ticker { margin: 30px 0 10px; }
.cm-post-ticker-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a202c;
    border-left: 4px solid #1a1a2e;
    padding-left: 10px;
}

@media (max-width: 768px) {
    .cm-hide-md { display: none; }
    .cm-table { min-width: 360px; }
}
@media (max-width: 540px) {
    .cm-hide-sm { display: none; }
    .cm-table { min-width: 280px; }
    .cm-table td, .cm-table th { padding: 8px; }
}
