/* ── Create Event — Responsive Breakpoints ──────────────────────────────── */

/* Mobile — anything below 768px gets the full mobile JS treatment via create-event-mobile.js.
   No intermediate tablet state — only desktop (≥768px) or mobile (<768px). */
@media (max-width: 767px) {
  .topbar { padding: 0 16px; gap: 8px; }
  .topbar-right { gap: 8px; }
  .autosave-indicator { display: none; }
  .btn-ghost-sm { padding: 0 10px; font-size: 12px; }
  .btn-publish { padding: 0 12px; font-size: 12px; }
  .left-panel { padding: 20px 16px 24px; }
  .left-panel .panel-cover-zone { max-width: 180px; }
  .right-form { padding: 24px 16px 80px; }
  .form-section + .form-section { padding-top: 20px; }
  .gallery-row { grid-template-columns: repeat(3, 1fr); }
  .tier-row, .tier-row-header { grid-template-columns: 12px 1fr 36px 68px 48px 22px; gap: 6px; }
  .status-pills { flex-wrap: wrap; gap: 6px; }
  .status-pill { height: 26px; padding: 0 10px; font-size: 11px; }
  .section-title { font-size: 15px; letter-spacing: 1.8px; }
  .input-event-name { font-size: 22px !important; }
}
