body {
  min-height: 100vh;
}

.locale-switcher .dropdown-menu {
  min-width: 8rem;
}

.locale-switcher .dropdown-item.active {
  color: #fff;
}

.hero-card {
  background: linear-gradient(135deg, #ffffff 0%, #eef4ff 100%);
}

.ratio-reader {
  --bs-aspect-ratio: 140%;
}

iframe {
  border: 0;
  width: 100%;
  height: 100%;
  background: #111;
}

.stat-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.stat-line:last-child {
  border-bottom: 0;
}

.stat-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
}

.comic-cover-card {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.comic-cover-detail {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.comic-cover-placeholder {
  background: linear-gradient(135deg, #e8f1ff 0%, #dbe7ff 100%);
  color: #3659a2;
  font-size: 3rem;
  font-weight: 700;
}

.comic-cover-detail-placeholder {
  height: 420px;
}

.admin-comic-cover {
  width: 88px;
  height: 120px;
  object-fit: cover;
  border-radius: 0.75rem;
  flex-shrink: 0;
}

.admin-comic-cover-placeholder {
  background: linear-gradient(135deg, #f1f5ff 0%, #e2e8ff 100%);
  color: #3659a2;
  font-size: 1.75rem;
  font-weight: 700;
}

.library-comic-cover {
  width: 64px;
  height: 88px;
  object-fit: cover;
  border-radius: 0.75rem;
  flex-shrink: 0;
}

.library-comic-cover-placeholder {
  background: linear-gradient(135deg, #f1f5ff 0%, #e2e8ff 100%);
  color: #3659a2;
  font-size: 1.4rem;
  font-weight: 700;
}

.border-japan {
  box-shadow: inset 0 0 0 1px rgba(220, 53, 69, 0.15);
}

.admin-order-actions-cell,
.admin-user-actions-cell {
  min-width: 280px;
}

.admin-inline-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(110px, 1fr));
  gap: 0.5rem;
}

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

.admin-user-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.admin-action-panel {
  margin: 0;
  padding: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  background: #f8fafc;
}

.admin-action-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 0.5rem;
}

.admin-volume-form label {
  line-height: 1.1;
}

.admin-volume-actions .btn {
  min-width: 92px;
}

@media (max-width: 991.98px) {
  .admin-order-actions-cell,
  .admin-user-actions-cell {
    min-width: 240px;
  }
}

@media (max-width: 767.98px) {
  .admin-inline-actions {
    grid-template-columns: 1fr;
  }

  .admin-volume-actions .btn {
    width: 100%;
  }

  .comic-cover-card {
    height: 220px;
  }

  .comic-cover-detail,
  .comic-cover-detail-placeholder {
    height: 280px;
  }
}
