.video-scroll-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body {
  background: #f8f9fa;
}

.card {
  border: 0;
  border-radius: 1rem;
}

.table td, .table th {
  vertical-align: middle;
}

   :root { --brand:#0f172a; --accent:#c48b3a; --muted:#64748b; --soft:#f8fafc; }
    body { background:#f4f7fb; color:#0f172a; }
    .navbar-brand { font-weight:700; letter-spacing:.02em; }
    .hero { background:linear-gradient(135deg, rgba(15,23,42,.95), rgba(30,41,59,.85)), url('{{ url_for('static', filename='images/selling_background.jpg') }}') center/cover; color:#fff; border-radius:1.5rem; }
    .section-card { border:0; border-radius:1.25rem; box-shadow:0 10px 30px rgba(15,23,42,.08); }
    .metric-card { border-radius:1.25rem; border:0; box-shadow:0 12px 30px rgba(15,23,42,.08); }
    .entity-table th { white-space:nowrap; }
    .cover-thumb { width:96px; height:72px; object-fit:cover; border-radius:.75rem; background:#e2e8f0; }
    footer { color:#cbd5e1; }
