/* Table */
.tsct-table-wrap{ overflow:auto; border:1px solid #e5e7eb; border-radius:12px; }
.tsct-table{ width:100%; border-collapse:separate; border-spacing:0; font-family:system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.tsct-table thead th{ position:sticky; top:0; background:#fafafa; font-weight:600; font-size:14px; padding:10px 12px; text-align:left; border-bottom:1px solid #e5e7eb; }
.tsct-table tbody td{ padding:10px 12px; border-bottom:1px solid #f1f5f9; font-size:14px; vertical-align:middle; }
.tsct-table tbody tr:hover{ background:#f8fafc; }
.tsct-coin{ display:flex; align-items:center; gap:8px; }
.tsct-coin img{ width:20px; height:20px; border-radius:50%; }
.tsct-coin-name{ text-decoration:none; color:#111827; }
.tsct-coin-name:hover{ text-decoration:underline; }
.tsct-chg.up{ color:#16a34a; font-weight:600; }
.tsct-chg.down{ color:#dc2626; font-weight:600; }
.tsct-note{ color:#6b7280; font-size:12px; padding:8px 12px; }

/* Widget */
.tsct-widget{ border:1px solid #e5e7eb; border-radius:12px; padding:10px; }
.tsct-widget-title{ font-weight:700; margin-bottom:8px; }
.tsct-widget-list{ list-style:none; margin:0; padding:0; }
.tsct-widget-list li{ display:flex; align-items:center; justify-content:space-between; gap:8px; padding:8px 6px; border-bottom:1px dashed #e5e7eb; }
.tsct-widget-list li:last-child{ border-bottom:none; }
.tsct-widget-list img{ width:18px; height:18px; border-radius:50%; }
.tsct-widget-list .name{ flex:1; margin:0 8px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.tsct-widget-list .chg.up{ color:#16a34a; }
.tsct-widget-list .chg.down{ color:#dc2626; }

/* Single */
.tsct-single .tsct-single-inner{ max-width:960px; margin:40px auto; padding:0 16px; }
.tsct-chart-wrap{ border:1px solid #e5e7eb; padding:12px; border-radius:12px; margin:12px 0; }
