/* ── MY LISTINGS PAGE ── */
.myl-page { padding-top: 36px; }

.myl-header {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; margin-bottom: 24px;
}
.myl-title { font-size: 1.4rem; font-weight: 700; color: #1e2139; margin-bottom: 4px; }
.myl-sub   { font-size: .84rem; color: #94a3b8; }

.myl-btn-new {
  display: inline-flex; align-items: center; gap: 6px;
  background: #6366f1; color: #fff; border: none;
  border-radius: 10px; padding: 10px 18px;
  font-family: inherit; font-size: .85rem; font-weight: 700;
  text-decoration: none; transition: opacity .15s;
  white-space: nowrap; flex-shrink: 0;
}
.myl-btn-new:hover { opacity: .88; }
.myl-btn-new span  { font-size: 1rem; }

.myl-chips    { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.myl-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px; background: #fff; border: 1px solid #e2e8f0;
  border-radius: 30px; font-size: .8rem; font-weight: 600;
  color: #64748b; cursor: pointer; transition: all .15s;
}
.myl-chip span.material-icons-round { font-size: .95rem !important; }
.myl-chip:hover { border-color: #a5b4fc; color: #4338ca; background: #eef2ff; }
.myl-chip.active-chip { background: #6366f1; border-color: #6366f1; color: #fff; }
.myl-chip-num {
  background: rgba(0,0,0,.1); border-radius: 20px;
  padding: 1px 6px; font-size: .72rem;
}
.myl-chip.active-chip .myl-chip-num { background: rgba(255,255,255,.25); }

.myl-empty {
  text-align: center; padding: 80px 24px;
  background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;
}
.myl-empty-icon {
  width: 64px; height: 64px; background: #eef2ff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;
}
.myl-empty-icon span { font-size: 1.8rem; color: #6366f1; }
.myl-empty h2 { font-size: 1.1rem; font-weight: 700; color: #1e2139; margin-bottom: 8px; }
.myl-empty p  { font-size: .85rem; color: #94a3b8; margin-bottom: 24px; }

.myl-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 40px; }

.myl-row {
  display: grid;
  grid-template-columns: 96px 1fr auto auto auto auto;
  align-items: center; gap: 16px;
  background: #fff; border: 1px solid #e2e8f0;
  border-radius: 14px; padding: 14px;
  transition: box-shadow .15s, border-color .15s;
}
.myl-row:hover { border-color: #c7d2fe; box-shadow: 0 4px 16px rgba(99,102,241,.08); }

.myl-thumb {
  position: relative; width: 96px; height: 68px;
  border-radius: 8px; overflow: hidden; flex-shrink: 0;
}
.myl-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.myl-thumb-badge {
  position: absolute; top: 5px; left: 5px;
  background: #f59e0b; color: #fff;
  font-size: .6rem; font-weight: 800;
  padding: 2px 5px; border-radius: 4px; letter-spacing: .05em;
}

.myl-info { min-width: 0; }
.myl-name {
  font-size: .9rem; font-weight: 700; color: #1e2139;
  text-decoration: none; display: block;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  margin-bottom: 7px; transition: color .13s;
}
.myl-name:hover { color: #6366f1; }
.myl-meta {
  display: flex; align-items: center; flex-wrap: wrap; gap: 5px;
  font-size: .76rem; color: #94a3b8;
}
.myl-meta .material-icons-round { font-size: .85rem !important; }
.myl-cat-dot {
  width: 18px; height: 18px; border-radius: 4px;
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.myl-cat-dot span { font-size: .65rem !important; color: #fff; }
.myl-dot { color: #cbd5e1; }

.myl-stats { flex-shrink: 0; }
.myl-stat {
  display: flex; align-items: center; gap: 4px;
  font-size: .8rem; font-weight: 600; color: #475569; white-space: nowrap;
}
.myl-stat .material-icons-round { font-size: .95rem !important; color: #94a3b8; }
.myl-stat-label { font-weight: 400; color: #94a3b8; font-size: .72rem; }

.myl-price { font-size: .88rem; font-weight: 700; color: #1e2139; white-space: nowrap; flex-shrink: 0; }
.myl-price.free { color: #94a3b8; font-weight: 400; font-style: italic; }

.myl-status { flex-shrink: 0; }
.myl-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .72rem; font-weight: 700;
  padding: 4px 10px; border-radius: 20px; white-space: nowrap;
}
.myl-badge-dot { width: 6px; height: 6px; border-radius: 50%; }
.myl-badge.active   { background: #dcfce7; color: #166534; }
.myl-badge.active   .myl-badge-dot { background: #22c55e; }
.myl-badge.inactive { background: #f1f5f9; color: #64748b; }
.myl-badge.inactive .myl-badge-dot { background: #94a3b8; }

.myl-actions { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
.myl-action-btn {
  width: 34px; height: 34px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: #94a3b8; text-decoration: none;
  transition: background .13s, color .13s;
  border: 1px solid transparent;
}
.myl-action-btn span { font-size: 1.1rem !important; }
.myl-action-btn:hover       { background: #f1f5f9; color: #475569; border-color: #e2e8f0; }
.myl-action-btn.pause:hover { background: #fef9c3; color: #a16207; border-color: #fde68a; }
.myl-action-btn.play:hover  { background: #dcfce7; color: #166534; border-color: #bbf7d0; }
.myl-action-btn.del:hover   { background: #fef2f2; color: #ef4444; border-color: #fecaca; }

@media (max-width: 768px) {
  .myl-row { grid-template-columns: 72px 1fr auto; }
  .myl-stats, .myl-price, .myl-status { display: none; }
  .myl-actions { grid-column: 3; }
  .myl-thumb { width: 72px; height: 52px; }
}
