.smtt-dashboard{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;margin-bottom:2rem;}
.smtt-bar{display:flex;gap:.5rem;overflow-x:auto;padding:.25rem 0;scrollbar-width:thin;-webkit-overflow-scrolling:touch;}
.smtt-bar::-webkit-scrollbar{height:6px;}
.smtt-pill{flex:0 0 auto;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--text-muted,#6b7280);background:var(--surface,#f3f4f6);border:1px solid var(--border-color,#e5e7eb);border-radius:999px;cursor:pointer;transition:color .2s,background .2s,border-color .2s;}
.smtt-pill:hover{color:var(--text-main,#111);background:var(--surface-muted,#e5e7eb);}
.smtt-pill:focus-visible{outline:2px solid var(--primary,#2563eb);outline-offset:2px;}
.smtt-pill-active{color:#fff;background:var(--primary,#2563eb);border-color:var(--primary,#2563eb);}
.smtt-pill-active:hover{color:#fff;background:var(--primary-dark,#1d4ed8);border-color:var(--primary-dark,#1d4ed8);}
.smtt-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;}
.smtt-label{font-size:.875rem;font-weight:500;color:var(--text-muted,#6b7280);}
.smtt-select{padding:.5rem .75rem;font-size:.875rem;color:var(--text-main,#111);background:var(--surface,#fff);border:1px solid var(--border-color,#e5e7eb);border-radius:8px;cursor:pointer;min-width:140px;}
.smtt-select:focus{outline:0;border-color:var(--primary,#2563eb);box-shadow:0 0 0 2px rgba(37,99,235,.2);}
.smtt-live{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;color:var(--text-muted,#6b7280);text-transform:uppercase;letter-spacing:.05em;}
.smtt-live-dot{width:6px;height:6px;background:#22c55e;border-radius:50%;animation:smtt-pulse 1.5s ease-in-out infinite;}
@keyframes smtt-pulse{0%,100%{opacity:1;}50%{opacity:.5;}}
.smtt-feed{display:flex;flex-direction:column;gap:.75rem;}
.smtt-card{display:flex;gap:1rem;align-items:flex-start;padding:1rem;background:var(--surface,#fff);border:1px solid var(--border-color,#e5e7eb);border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:box-shadow .2s,border-color .2s;}
.smtt-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.06);border-color:var(--border-color,#e5e7eb);}
.smtt-rank{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:var(--text-muted,#6b7280);background:var(--surface-muted,#f3f4f6);border-radius:8px;}
.smtt-card-body{flex:1;min-width:0;}
.smtt-title{font-size:1rem;font-weight:600;margin:0 0 .25rem 0;color:var(--text-main,#111);line-height:1.4;}
.smtt-title .smtt-badge{display:inline-block;margin-left:.5rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#fff;background:linear-gradient(135deg,#ec4899,#be185d);border-radius:999px;vertical-align:middle;}
.smtt-meta{font-size:.8125rem;color:var(--text-muted,#6b7280);margin:0;}
.smtt-growth{color:#16a34a;font-weight:600;}
@media (min-width:640px){.smtt-toolbar{flex-wrap:nowrap;}.smtt-feed{gap:1rem;}.smtt-card{padding:1.25rem;}.smtt-title{font-size:1.0625rem;}}
@media (min-width:768px){.smtt-dashboard{gap:1.25rem;}.smtt-bar{flex-wrap:wrap;overflow-x:visible;}.smtt-card{border-radius:14px;}}
