    @font-face {
      font-display: swap;
      font-family: 'Inter';
      font-style: normal;
      font-weight: 400;
      src: url('fonts/inter-v19-latin_latin-ext-regular.woff2') format('woff2');
    }

    @font-face {
      font-display: swap;
      font-family: 'Inter';
      font-style: normal;
      font-weight: 500;
      src: url('fonts/inter-v19-latin_latin-ext-500.woff2') format('woff2');
    }

.page {
  display: flex;
  min-height: 100vh;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.7), rgba(240,241,245,0.9)),
    linear-gradient(135deg, #f8f9fb 0%, #eef1f5 60%, #e9ecf2 100%);
  color: #0f1115;
}

body {
  margin: 0;
  font-family: "Inter", "SF Pro Display", system-ui, -apple-system, sans-serif;
  background: #f8f9fb;
  color: #0f1115;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
  opacity: 0.8;
}

body.login-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #ffffff;
}

.login-card {
  width: 100%;
  max-width: 280px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.logo {
  position: relative;
}

.logo img {
  display: block;
  margin: 0 auto;
}

.logo p {
  margin: 2px 0 0 0;
  font-size: 0.8rem;
  position: absolute;
  right: 65px;
}

.muted {
  margin: 0 0 20px 0;
  color: #6a707a;
}

.login-card form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.login-card label {
  font-weight: 600;
}

.login-card input {
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font: inherit;
  background-color: #ededed;
  text-align: center;
}

.login-card button {
  background: #302f2d;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font: inherit;
  cursor: pointer;
  font-weight: 500;
}

.login-card button:hover {
  opacity: 0.9;
}

.alert {
  background: #ffe9e6;
  color: #a11;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #f3c4bd;
}

.sidebar {
  width: 240px;
  background: linear-gradient(180deg, #0f1115 0%, #151820 100%);
  color: #f4f5f7;
  padding: 40px 24px 24px 24px;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.sidebar h2 {
  margin: 0 0 16px 0;
  font-size: 18px;
}

.sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}

.sidebar nav a {
  color: #e9ebf0;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.sidebar nav a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.sidebar nav a.active {
  background: linear-gradient(135deg, #3a7bd5 0%, #00d2ff 100%);
  color: #0b0d11;
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.mobile-topbar {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #0f1115;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 900;
}

.mobile-topbar .mobile-logo img {
  width: 110px;
}

.burger {
  background: none;
  border: none;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  cursor: pointer;
  box-shadow: none;
}

.burger span {
  width: 22px;
  height: 2px;
  background: #fff;
  display: block;
}

.burger.close span {
  width: 16px;
  height: 2px;
  background: #fff;
}

.burger.close span:first-child {
  transform: rotate(45deg) translate(4px, 4px);
}

.burger.close span:last-child {
  transform: rotate(-45deg) translate(4px, -4px);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 950;
  display: flex;
  justify-content: flex-end;
}

.mobile-menu.hidden {
  display: none;
}

.mobile-menu-inner {
  width: 60%;
  max-width: 300px;
  background: #0f1115;
  color: #fff;
  height: 100%;
  padding: 50px 30px 20px 30px;
  box-shadow: -8px 0 24px rgba(0,0,0,0.35);
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.mobile-menu .burger.close {
  margin-left: auto;
  box-shadow: none;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-nav a {
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.mobile-logout {
  margin-top: auto;
}

.mobile-logout button {
  width: 100%;
}

.sidebar img {
  display: block;
  margin: 0 auto;
  width: 140px;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
}

.logout-form {
  margin-top: 14px;
}

.logout-form button {
  width: 100%;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fdfdfd;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease;
}

.logout-form button:hover {
  background: rgba(255, 255, 255, 0.22);
}

.content {
  flex: 1;
  padding: 36px 44px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 20px 0 18px 0;
}

.metric-card {
  background: linear-gradient(180deg, #fff 0%, #f4f7fb 100%);
  border: 1px solid #e6e9ef;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 14px 32px rgba(12, 16, 22, 0.08);
}

.metric-card.highlight {
  background: linear-gradient(135deg, #1f8efa 0%, #3a7bd5 100%);
  color: #fff;
  border: none;
  box-shadow: 0 20px 36px rgba(31, 142, 250, 0.35);
}

.metric-label {
  font-size: 0.95rem;
  color: inherit;
  opacity: 0.8;
}

.metric-value {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 6px 0;
}

.metric-sub {
  font-size: 0.9rem;
  color: inherit;
  opacity: 0.75;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
  margin: 16px 0 0 0;
}

.dashboard-grid .card {
  margin: 0;
}

.chart-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e6e9ef;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 16px 32px rgba(12, 16, 22, 0.08);
}

.chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.chart-title {
  font-weight: 700;
  font-size: 1rem;
}

.chart-sub {
  color: #6a707a;
  font-size: 0.9rem;
  margin-top: 3px;
}

.chart-bars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(42px, 1fr));
  align-items: end;
  gap: 10px;
  min-height: 160px;
  grid-auto-flow: column;
  grid-auto-columns: minmax(42px, 1fr);
  overflow-x: auto;
  padding-bottom: 4px;
}

.bar-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  height: 140px;
  justify-content: flex-end;
}

.bar {
  width: 100%;
  min-height: 0;
  background: linear-gradient(180deg, #1f8efa 0%, #3a7bd5 100%);
  border-radius: 12px 12px 4px 4px;
  position: relative;
  box-shadow: 0 10px 26px rgba(31, 142, 250, 0.25);
}

.bar:not(.bar-empty) {
  min-height: 12px;
}

.bar.bar-alt {
  background: linear-gradient(180deg, #6dd5ed 0%, #2193b0 100%);
  box-shadow: 0 10px 26px rgba(33, 147, 176, 0.28);
}

.bar-empty {
  background: linear-gradient(180deg, #e9edf3 0%, #dfe4ec 100%);
  box-shadow: none;
}

.bar-value {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
  color: #1c1f26;
  background: #fff;
  padding: 4px 8px;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(12, 16, 22, 0.12);
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.bar-label {
  font-size: 0.85rem;
  color: #6a707a;
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.card-title {
  font-weight: 700;
}

.card-sub {
  color: #6a707a;
  font-size: 0.9rem;
  margin-top: 3px;
}

.list.compact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.list-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.015);
  border: 1px solid #eef1f5;
}

.clickable-row {
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.clickable-row:hover {
  background: rgba(31, 142, 250, 0.06);
  box-shadow: inset 0 0 0 1px rgba(31, 142, 250, 0.2);
}

.list-title {
  font-weight: 600;
}

.list-meta {
  color: #6a707a;
  font-size: 0.9rem;
}

.pill {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid transparent;
}

.pill.new { background: #e8f0ff; color: #1f8efa; border-color: #c9dafc; }
.pill.processing { background: #fff4e5; color: #c47b05; border-color: #f3d4a4; }
.pill.done { background: #e6f6ed; color: #228b4d; border-color: #b6e5c7; }
.pill.paid { background: #e6f6ed; color: #228b4d; border-color: #b6e5c7; }
.pill.redeemed { background: #fff4e5; color: #c47b05; border-color: #f3d4a4; }
.pill.cancelled { background: #ffe9e6; color: #c0392b; border-color: #f5c0b8; }
.pill.unpaid { background: #f0f4ff; color: #1f4fa3; border-color: #c8d7ff; }

.pill-link {
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid #e6e9ef;
  background: #fff;
  color: #1f8efa;
  font-weight: 600;
}

.pill-link.secondary {
  background: #f2f4f8;
  color: #3a3f47;
  border-color: #e0e4eb;
}

.card-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
h1 {
  margin: 0 0 12px 0;
  font-size: 28px;
  letter-spacing: -0.02em;
}

h2 {
  margin: 24px 0 12px 0;
  font-size: 20px;
  letter-spacing: -0.01em;
}

p {
  margin: 6px 0;
  color: #3a3f47;
}

table.list {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  background: #fff;
}

table.list th,
table.list td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid #e9ebf1;
}

table.list th {
  background: linear-gradient(180deg, #f8f9fb 0%, #f0f3f7 100%);
  font-weight: 700;
  letter-spacing: 0.01em;
}

table.list tbody tr:hover {
  background: rgba(0, 0, 0, 0.02);
}

table.list {
  border: 1px solid #e6e9ef;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(12, 16, 22, 0.06);
}

button,
select {
  font: inherit;
  padding: 10px 14px;
}

input,
textarea,
select,
button {
  font: inherit;
  border-radius: 12px;
  transition: all 0.2s ease;
}

label {
  color: #2c3037;
  font-weight: 600;
}

input,
textarea {
  padding: 10px 14px;
  border: 1px solid #d7dce3;
  background: #f8f9fb;
  box-shadow: inset 0 1px 2px rgba(15, 17, 21, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  padding: 10px 36px 10px 14px;
  border: 1px solid #d7dce3;
  background: #f8f9fb;
  box-shadow: inset 0 1px 2px rgba(15, 17, 21, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  padding: 0;
  border: none;
  box-shadow: none;
}

.input-primary {
  background: #ffffff;
  color: #1c1f26;
}

.input-muted {
  background: #f2f4f8;
  color: rgba(28, 31, 38, 0.6);
  pointer-events: none;
  user-select: none;
  cursor: default;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #3a7bd5;
  box-shadow: 0 0 0 4px rgba(58, 123, 213, 0.15);
}

button {
  background: linear-gradient(135deg, #1f8efa, #3a7bd5);
  color: #fff;
  border: 1px solid #1f8efa;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(31, 142, 250, 0.25);
}

button.secondary {
  background: linear-gradient(135deg, #f7f8fa, #edf0f5);
  color: #1c1f26;
  border-color: #d7dce3;
  box-shadow: 0 6px 16px rgba(12, 16, 22, 0.08);
}

button.danger {
  background: linear-gradient(135deg, #ff6b6b, #e63946);
  color: #fff;
  border-color: #e63946;
  box-shadow: 0 10px 24px rgba(230, 57, 70, 0.25);
}

button:hover {
  opacity: 0.95;
  box-shadow: 0 12px 28px rgba(31, 142, 250, 0.32);
}

button:active {
  transform: translateY(1px);
}

.card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e6e9ef;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 18px 40px rgba(12, 16, 22, 0.08);
  backdrop-filter: blur(6px);
  margin: 18px 0 0 0;
}

.card h2 {
  margin-top: 8px;
}


.detail-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e6e9ef;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 16px 36px rgba(12, 16, 22, 0.07);
}

.detail-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 12px;
  align-items: start;
}

.detail-label {
  font-weight: 600;
  color: #4a4f5a;
}

.detail-value {
  color: #1c1f26;
  line-height: 1.5;
}

.photo-list a {
  color: #1f8efa;
  font-weight: 600;
}

.filter-form {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 12px 0 12px 0;
}

.filter-form input {
  flex: 1;
  background: #fdfefe;
}

.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 8px 0;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e8f0ff;
  color: #0f1115;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.9rem;
  border: 1px solid #c9dafc;
  box-shadow: 0 8px 20px rgba(31, 142, 250, 0.12);
}

.chip-close {
  display: inline-block;
  padding: 0 6px;
  color: #0f1115;
  text-decoration: none;
  font-weight: 600;
}

.chip-close:hover {
  text-decoration: none;
  opacity: 0.8;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(8, 10, 14, 0.78);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 999;
}

.lightbox.hidden {
  display: none;
}

.lightbox-inner {
  position: relative;
  max-width: 88vw;
  max-height: 88vh;
}

.lightbox img {
  display: block;
  max-width: 100%;
  max-height: 82vh;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.lightbox-close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
  box-shadow: none;
}

.lightbox-close:hover {
  opacity: 0.8;
}

.lightbox-close button {
  box-shadow: none;
}

@media (max-width: 900px) {
  .page {
    flex-direction: column;
  }

  .mobile-topbar {
    display: flex;
  }

  .sidebar {
    display: none;
  }

  .content {
    padding: 24px 20px;
    max-width: 100%;
  }

  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-row {
    grid-template-columns: 1fr;
  }

  table.list th,
  table.list td {
    padding: 12px;
  }
}

.grid-form {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.grid-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 600;
}

.actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
}

.voucher-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.voucher-form .form-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.voucher-form textarea {
  min-height: 72px;
}

.stacked {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.actions.right {
  justify-content: flex-end;
}

.inline-form {
  display: flex;
  align-items: center;
  gap: 12px;
}

.publish-row {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.publish-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.publish-check .grid-form label {
  flex-direction: row;
}

.publish-note {
  margin: 0;
}

.tag-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e8f3ff;
  color: #1f4fa3;
  font-weight: 600;
  border: 1px solid #c9dafc;
}

.tag-chip button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: inherit;
  font-weight: 700;
}

.redeem-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.6fr) auto;
  gap: 12px;
  align-items: end;
}

.redeem-inline textarea {
  max-height: 18px;
  min-height: 18px;
  resize: none;
}

.redeem-inline .note-inline {
  grid-column: 3 / 4;
}

.redeem-inline .inline-actions button {
  height: 40px;
}

.redeem-inline .actions {
  grid-column: auto;
  align-self: end;
}

.inline-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 900px) {
  .redeem-inline {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .redeem-inline .note-inline {
    grid-column: auto;
  }

  .filter-form {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }

  .filter-form > * {
    flex: 0 0 auto;
  }

  table.list {
    display: block;
    overflow-x: auto;
    width: 100%;
  }

  table.list thead,
  table.list tbody,
  table.list tr {
    width: max-content;
  }

  .wide-table {
    min-width: 540px;
  }

  /* zjemnit – bez modrého glow na mobilech */
  button,
  .pill-link,
  .pill-link.secondary {
    box-shadow: none;
  }

  .metric-card,
  .metric-card.highlight,
  .chart-card,
  .card {
    box-shadow: none;
  }

  .bar,
  .bar.bar-alt {
    box-shadow: none;
  }

  .publish-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-header.column {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .card-header.column .card-actions {
    flex-wrap: nowrap;
  }
}

.inline-actions button {
  height: 48px;
  padding: 0 16px;
}

.inline-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.inline-form .muted {
  margin: 0;
}

.image-upload {
  display: grid;
  gap: 8px;
}

.image-preview img {
  max-width: 240px;
  max-height: 180px;
  border-radius: 12px;
  border: 1px solid #d7dce3;
}

.editor-toolbar {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.editor-toolbar.wrap {
  flex-wrap: wrap;
  row-gap: 8px;
}

.editor-toolbar button {
  background: #eef1f5;
  border: 1px solid #d7dce3;
  color: #1c1f26;
  box-shadow: none;
  padding: 6px 10px;
}

.editor-toolbar button {
  background: #eef1f5;
  border: 1px solid #d7dce3;
  color: #1c1f26;
  box-shadow: none;
  padding: 8px 10px;
}

.rich-editor a {
  color: #1f8efa;
  text-decoration: underline;
}

.rich-editor {
  min-height: 400px;
  padding: 12px;
  border: 1px solid #d7dce3;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(15, 17, 21, 0.05);
}

.rich-editor:focus {
  outline: none;
  border-color: #3a7bd5;
  box-shadow: 0 0 0 4px rgba(58, 123, 213, 0.15);
}

.blog-top-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 12px;
  grid-column: 1 / -1;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 10, 14, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-overlay.hidden {
  display: none;
}

.modal {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e6e9ef;
  box-shadow: 0 22px 50px rgba(12, 16, 22, 0.16);
  width: min(520px, 90vw);
  padding: 16px;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.modal-title {
  font-weight: 700;
}

.modal-close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: rgb(15, 17, 21);
  box-shadow: none;
}

.modal-close:hover {
  opacity: 0.8;
}

.modal-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
}

.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px 24px;
}
