body { background: #f6faf7; }
.card-soft { border: 0; border-radius: 18px; box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.badge-country { font-size: .78rem; }
pre.small-pre { max-height: 280px; overflow: auto; background: #0f172a; color: #f8fafc; padding: 12px; border-radius: 12px; }
.table td, .table th { vertical-align: middle; }

.auth-note { color:#64748b; }

body.suite-loading-active {
  overflow: hidden;
}

.loading-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw;
  height: 100vh;
  background: rgba(2, 6, 23, 0.82);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2147483647;
  backdrop-filter: blur(6px);
  padding: 24px;
}

.loading-overlay.is-active {
  display: flex !important;
}

.loading-card {
  min-width: 360px;
  max-width: min(92vw, 620px);
  background: linear-gradient(180deg, #ffffff 0%, #f0fff4 100%);
  border: 2px solid rgba(34, 197, 94, 0.18);
  border-radius: 28px;
  box-shadow: 0 32px 120px rgba(0,0,0,.42);
  padding: 38px 30px;
  text-align: center;
  transform: scale(.92);
  opacity: .72;
  transition: transform .15s ease, opacity .15s ease;
}

.loading-overlay.is-front .loading-card {
  transform: scale(1);
  opacity: 1;
}

.loading-spinner-wrap {
  position: relative;
  width: 132px;
  height: 132px;
  margin: 0 auto 22px;
}

.loading-spinner-ring {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 2px dashed rgba(34,197,94,.25);
}

.loading-spinner-ring-a {
  animation: suite-spin 5s linear infinite;
}

.loading-spinner-ring-b {
  inset: 14px;
  border-style: solid;
  border-color: rgba(37, 99, 235, .14);
  animation: suite-spin-reverse 4s linear infinite;
}

.loading-spinner {
  position: absolute;
  inset: 18px;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  border: 12px solid #dcfce7;
  border-top-color: #16a34a;
  border-right-color: #22c55e;
  margin: auto;
  animation: suite-spin .8s linear infinite;
  box-shadow: 0 0 0 14px rgba(34,197,94,.10);
}

.loading-title {
  font-size: 1.55rem;
  font-weight: 800;
  color: #052e16;
  margin-bottom: 10px;
}

.loading-ellipsis {
  display: inline-flex;
  gap: 5px;
  margin-left: 10px;
  vertical-align: middle;
}

.loading-ellipsis span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  opacity: .25;
  animation: suite-bounce 1.2s infinite ease-in-out;
}

.loading-ellipsis span:nth-child(2) { animation-delay: .16s; }
.loading-ellipsis span:nth-child(3) { animation-delay: .32s; }

.loading-message {
  color: #334155;
  line-height: 1.8;
  font-size: 1.05rem;
}

.loading-stage {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 14px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(22, 163, 74, .14);
  color: #1d4ed8;
  font-size: .95rem;
  font-weight: 700;
}

@keyframes suite-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes suite-spin-reverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes suite-bounce {
  0%, 80%, 100% { transform: translateY(0); opacity: .25; }
  40% { transform: translateY(-5px); opacity: .95; }
}

@media (max-width: 576px) {
  .loading-card {
    min-width: 0;
    width: 100%;
    padding: 30px 20px;
  }

  .loading-spinner-wrap {
    width: 104px;
    height: 104px;
  }

  .loading-spinner {
    inset: 14px;
    width: 76px;
    height: 76px;
    border-width: 9px;
  }

  .loading-title {
    font-size: 1.25rem;
  }
}

.review-box {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 14px 16px;
  height: 100%;
}

.review-metric {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(15, 23, 42, 0.12);
}

.review-metric:last-child {
  border-bottom: 0;
}

.review-metric span {
  color: #64748b;
}

.review-metric strong {
  color: #0f172a;
  text-align: right;
}

.review-html {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 14px 16px;
}

.image-review-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 10px;
  height: 100%;
}

.image-review-index {
  font-size: .8rem;
  color: #64748b;
  margin-bottom: 8px;
}


.draft-table-wide td, .draft-table-wide th { white-space: normal; }
.draft-table-wide td { min-width: 84px; }
.js-price-rule-row .form-control { min-width: 88px; }

.item-thumb-sm {
  width: 72px;
  height: 72px;
}
.item-thumb-lg,
.item-thumb-sm img,
.item-thumb-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-thumb-large {
  width: 100%;
  min-height: 260px;
  max-height: 360px;
}
.items-grid-table td,
.items-grid-table th {
  vertical-align: top;
}


.suite-chatbot {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2147483000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.suite-chatbot-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 10px 14px 10px 10px;
  background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
  color: #fff;
  box-shadow: 0 12px 30px rgba(22, 163, 74, 0.32);
}

.suite-chatbot-toggle-label {
  font-weight: 700;
  font-size: .95rem;
}

.suite-chatbot-avatar,
.suite-chatbot-head-avatar {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  overflow: hidden;
  background: #e2fce9;
  border: 2px solid rgba(255,255,255,.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.suite-chatbot-avatar-img,
.suite-chatbot-head-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.suite-chatbot-avatar-fallback,
.suite-chatbot-head-fallback {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #166534;
  background: linear-gradient(180deg, #dcfce7 0%, #bbf7d0 100%);
}

.suite-chatbot-panel {
  width: min(360px, calc(100vw - 24px));
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(15,23,42,.18);
  overflow: hidden;
}

.suite-chatbot-head {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px 16px 12px;
  background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(15,23,42,.06);
}

.suite-chatbot-name {
  font-weight: 800;
  color: #14532d;
}

.suite-chatbot-sub {
  font-size: .82rem;
  color: #64748b;
}

.suite-chatbot-body {
  padding: 14px 16px 16px;
}

.suite-chatbot-status {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: .8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.suite-chatbot-message {
  color: #1e293b;
  line-height: 1.7;
  font-size: .95rem;
}

.suite-chatbot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.suite-chatbot-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f0fdf4;
  border: 1px solid rgba(22, 163, 74, 0.2);
  color: #166534;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 600;
}

.suite-chatbot-chip:hover {
  background: #dcfce7;
  color: #14532d;
}

@media (max-width: 576px) {
  .suite-chatbot {
    right: 12px;
    bottom: 12px;
  }

  .suite-chatbot-toggle {
    padding-right: 12px;
  }

  .suite-chatbot-toggle-label {
    display: none;
  }

  .suite-chatbot-panel {
    width: min(340px, calc(100vw - 24px));
  }
}

.loading-meta {
  color: #166534;
  font-size: .95rem;
  margin-top: 14px;
  margin-bottom: 12px;
}

.loading-progress {
  width: 100%;
  max-width: 420px;
  height: 12px;
  margin: 0 auto 10px;
  background: #dcfce7;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.08);
}

.loading-progress > span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #16a34a, #22c55e);
  transition: width .25s ease;
}

.loading-progress-label {
  color: #0f172a;
  font-size: .9rem;
  font-weight: 700;
}

/* ===== Blue x Orange theme refresh ===== */
:root {
  --suite-navy: #1f2f86;
  --suite-navy-2: #243799;
  --suite-orange: #ff6b45;
  --suite-orange-2: #ff8459;
  --suite-bg: #eef2f7;
  --suite-surface: #ffffff;
  --suite-line: rgba(31, 47, 134, 0.10);
  --suite-text: #1b2440;
  --suite-muted: #667085;
}

html, body {
  background: linear-gradient(180deg, #f5f7fb 0%, var(--suite-bg) 100%);
  color: var(--suite-text);
}

body {
  min-height: 100vh;
}

.suite-shell {
  min-height: 100vh;
}

.container {
  max-width: 1320px;
}

.suite-topbar {
  background: linear-gradient(135deg, var(--suite-navy) 0%, var(--suite-navy-2) 100%);
  border-radius: 24px;
  padding: 22px 24px;
  box-shadow: 0 18px 48px rgba(31, 47, 134, 0.18);
  border: 1px solid rgba(255,255,255,0.08);
}

.suite-brand-block {
  min-width: 240px;
}

.suite-brand-name {
  color: var(--suite-orange);
  font-weight: 900;
  font-size: .98rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.suite-page-title {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: .02em;
}

.suite-user-panel {
  color: rgba(255,255,255,0.88);
}

.suite-user-panel a,
.suite-user-panel div {
  color: inherit;
}

.suite-logout-btn {
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.10);
  color: #fff;
  border-radius: 999px;
  padding: .45rem .95rem;
}

.suite-logout-btn:hover {
  background: var(--suite-orange);
  border-color: var(--suite-orange);
  color: #fff;
}

.suite-main-nav {
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--suite-line);
  border-radius: 22px;
  padding: 14px 14px 8px;
  box-shadow: 0 12px 28px rgba(31, 47, 134, 0.07);
}

.suite-nav-btn {
  border-radius: 14px;
  padding: .58rem .95rem;
  font-weight: 800;
  border: 1px solid rgba(31, 47, 134, 0.14);
  background: #fff;
  color: var(--suite-navy);
}

.suite-nav-btn:hover,
.suite-nav-btn.active {
  background: linear-gradient(135deg, var(--suite-orange) 0%, var(--suite-orange-2) 100%);
  border-color: var(--suite-orange);
  color: #fff;
  box-shadow: 0 10px 22px rgba(255, 107, 69, 0.20);
}

.card,
.card-soft,
.review-box,
.review-html,
.image-review-card,
.alert,
.table-responsive,
.bg-white {
  border-radius: 22px !important;
}

.card,
.card-soft,
.review-box,
.review-html,
.image-review-card,
.table-responsive {
  border: 1px solid var(--suite-line);
  box-shadow: 0 12px 28px rgba(31, 47, 134, 0.07);
  background: rgba(255,255,255,0.96);
}

.table,
.table > :not(caption) > * > * {
  color: var(--suite-text);
}

.table thead th,
.table-light th {
  background: rgba(31, 47, 134, 0.06) !important;
  color: var(--suite-navy);
  border-bottom-color: rgba(31, 47, 134, 0.10);
}

.btn-success,
.btn-primary,
.btn-warning,
.btn-outline-primary:hover,
.btn-outline-success:hover {
  background: linear-gradient(135deg, var(--suite-orange) 0%, var(--suite-orange-2) 100%) !important;
  border-color: var(--suite-orange) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(255, 107, 69, 0.22);
}

.btn-outline-success,
.btn-outline-primary {
  border-color: rgba(31, 47, 134, 0.18) !important;
  color: var(--suite-navy) !important;
  background: #fff !important;
  font-weight: 700;
}

.btn-secondary,
.btn-outline-secondary {
  border-color: rgba(31, 47, 134, 0.14) !important;
  color: var(--suite-navy) !important;
  background: rgba(31, 47, 134, 0.04) !important;
}

.btn-secondary:hover,
.btn-outline-secondary:hover {
  background: var(--suite-navy) !important;
  border-color: var(--suite-navy) !important;
  color: #fff !important;
}

.badge.bg-success,
.badge.text-bg-success,
.badge.bg-primary,
.badge.text-bg-primary,
.bg-success,
.text-bg-success {
  background: var(--suite-navy) !important;
  color: #fff !important;
}

.badge.bg-warning,
.badge.text-bg-warning,
.bg-warning,
.text-bg-warning {
  background: var(--suite-orange) !important;
  color: #fff !important;
}

.text-success {
  color: var(--suite-orange) !important;
}

.text-muted,
.text-secondary,
.small.text-muted,
.auth-note,
.review-metric span,
.image-review-index {
  color: var(--suite-muted) !important;
}

.form-control,
.form-select {
  border-radius: 14px;
  border-color: rgba(31, 47, 134, 0.14);
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(255, 107, 69, 0.55);
  box-shadow: 0 0 0 .22rem rgba(255, 107, 69, 0.16);
}

.form-check-input:checked {
  background-color: var(--suite-orange);
  border-color: var(--suite-orange);
}

.alert-success {
  background: rgba(31, 47, 134, 0.08);
  border-color: rgba(31, 47, 134, 0.16);
  color: var(--suite-navy);
}

.alert-warning,
.alert-danger {
  background: rgba(255, 107, 69, 0.10);
  border-color: rgba(255, 107, 69, 0.24);
  color: #8a2f16;
}

.loading-overlay {
  background: rgba(15, 23, 64, 0.72);
}

.loading-card {
  background: linear-gradient(180deg, #ffffff 0%, #fff4ef 100%);
  border: 2px solid rgba(255, 107, 69, 0.18);
}

.loading-spinner {
  border-color: #ffe2d9;
  border-top-color: var(--suite-orange);
  border-right-color: var(--suite-navy);
  box-shadow: 0 0 0 14px rgba(255,107,69,.10);
}

.loading-title,
.loading-progress-label,
.review-metric strong,
.suite-chatbot-message {
  color: var(--suite-text);
}

.loading-meta {
  color: var(--suite-orange);
}

.loading-progress {
  background: #ffe6de;
}

.loading-progress > span {
  background: linear-gradient(90deg, var(--suite-orange), var(--suite-navy));
}

.suite-chatbot-toggle {
  background: linear-gradient(135deg, var(--suite-navy) 0%, var(--suite-orange) 100%);
  box-shadow: 0 14px 34px rgba(31, 47, 134, 0.28);
}

.suite-chatbot-panel {
  border: 1px solid rgba(31, 47, 134, 0.10);
  box-shadow: 0 20px 60px rgba(31, 47, 134, .18);
}

.suite-chatbot-head {
  background: linear-gradient(180deg, rgba(31, 47, 134, 0.08) 0%, rgba(255,255,255,1) 100%);
}

.suite-chatbot-name,
.suite-chatbot-chip,
.suite-chatbot-sub {
  color: var(--suite-navy);
}

.suite-chatbot-status {
  background: rgba(255, 107, 69, 0.12);
  color: #8a2f16;
}

.suite-chatbot-chip {
  background: rgba(31, 47, 134, 0.05);
  border-color: rgba(31, 47, 134, 0.12);
}

.suite-chatbot-chip:hover {
  background: rgba(255, 107, 69, 0.08);
  color: #8a2f16;
  border-color: rgba(255, 107, 69, 0.24);
}

.suite-guest-top {
  background: linear-gradient(135deg, var(--suite-navy) 0%, var(--suite-navy-2) 100%);
  border-radius: 24px;
  padding: 24px 20px;
  box-shadow: 0 18px 48px rgba(31, 47, 134, 0.18);
}

.pagination .page-link {
  color: var(--suite-navy);
  border-color: rgba(31, 47, 134, 0.12);
}

.pagination .page-item.active .page-link,
.pagination .page-link:hover {
  background: var(--suite-orange);
  border-color: var(--suite-orange);
  color: #fff;
}

hr, .border, .border-top, .border-bottom {
  border-color: rgba(31, 47, 134, 0.10) !important;
}

@media (max-width: 768px) {
  .suite-topbar {
    padding: 18px;
    border-radius: 18px;
  }

  .suite-main-nav {
    padding: 12px 12px 6px;
    border-radius: 18px;
  }

  .suite-nav-btn {
    width: calc(50% - .5rem);
    margin-right: .5rem !important;
  }
}


.choice-check {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.choice-check .form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-check-label,
.search-select-toggle-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: .55rem .95rem;
  border-radius: 999px;
  border: 1px solid rgba(31, 47, 134, 0.14);
  background: #fff;
  color: var(--suite-text);
  font-weight: 700;
  line-height: 1;
  transition: all .18s ease;
  box-shadow: 0 6px 18px rgba(31, 47, 134, 0.06);
}

.choice-check-inline .choice-check-label {
  min-height: 46px;
}

.choice-check .form-check-input:checked + .choice-check-label,
.search-select-toggle .form-check-input:checked + .search-select-toggle-label {
  background: linear-gradient(135deg, var(--suite-orange) 0%, #ff8f67 100%);
  border-color: var(--suite-orange);
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 107, 69, 0.24);
}

.search-country-checks {
  gap: .65rem;
}

.search-result-card {
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

.search-result-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(31, 47, 134, 0.10);
}

.search-result-card.is-selected {
  border: 2px solid rgba(255, 107, 69, 0.66) !important;
  background: linear-gradient(180deg, #fff 0%, #fff8f5 100%);
  box-shadow: 0 18px 36px rgba(255, 107, 69, 0.14);
}

.search-select-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.search-select-toggle .form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.search-select-toggle-label {
  min-width: 82px;
  cursor: pointer;
}


.search-manual-price-group {
  flex: 1 1 100%;
  min-width: 240px;
}

.search-manual-price-group .input-group-text {
  background: rgba(31, 47, 134, 0.05);
  border-color: rgba(31, 47, 134, 0.12);
  color: var(--suite-navy);
  font-weight: 700;
}

.search-manual-price-group .form-control {
  min-width: 120px;
}

.text-warning-emphasis {
  color: #a14b00 !important;
}

.draft-compact-card {
  overflow: hidden;
}

.draft-compact-card-body {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 112px;
  gap: 16px;
  align-items: start;
  padding: 16px;
}

.draft-compact-thumb-wrap {
  width: 96px;
}

.draft-compact-thumb {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
}

.draft-compact-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: .8rem;
}

.draft-compact-main {
  min-width: 0;
}

.draft-compact-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 8px;
}

.draft-compact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.draft-compact-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: .88rem;
}

.draft-compact-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  color: #0f172a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}

.draft-compact-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.draft-compact-metric {
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 14px;
  padding: 10px 12px;
  min-height: 72px;
}

.draft-compact-metric span {
  display: block;
  color: #64748b;
  font-size: .78rem;
  margin-bottom: 4px;
}

.draft-compact-metric strong {
  display: block;
  color: #0f172a;
  font-size: .94rem;
  line-height: 1.45;
  word-break: break-word;
}

.draft-compact-metric small {
  display: block;
  margin-top: 4px;
}

.draft-compact-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1199px) {
  .draft-compact-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .draft-compact-card-body {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .draft-compact-thumb-wrap,
  .draft-compact-thumb {
    width: 84px;
    height: 84px;
  }

  .draft-compact-actions {
    grid-column: 1 / -1;
    flex-direction: row;
  }

  .draft-compact-actions .btn,
  .draft-compact-actions form {
    flex: 1 1 0;
  }
}

@media (max-width: 767px) {
  .draft-compact-card-body {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .draft-compact-thumb-wrap,
  .draft-compact-thumb {
    width: 72px;
    height: 72px;
  }

  .draft-compact-top {
    flex-direction: column;
  }

  .draft-compact-links {
    justify-content: flex-start;
  }

  .draft-compact-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .draft-compact-metrics {
    grid-template-columns: 1fr;
  }

  .draft-compact-actions {
    flex-direction: column;
  }
}

/* ===== 2026 visual refresh ===== */
.container {
  max-width: 1180px;
}

.suite-header {
  background: linear-gradient(90deg, #22439f 0%, #2d69ff 100%);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.12);
}

.suite-hero {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0 26px;
}

.suite-hero-left {
  min-width: 0;
}

.suite-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}

.suite-logo-link:hover {
  color: #fff;
}

.suite-logo-main {
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
}

.suite-logo-version {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.18);
  color: #fff;
  font-size: .88rem;
  font-weight: 800;
}

.suite-hero-hint {
  margin-top: 6px;
  color: rgba(255,255,255,.86);
  font-size: .92rem;
}

.suite-page-heading {
  margin-top: 10px;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  font-weight: 800;
  line-height: 1.08;
}

.suite-user-card {
  width: min(100%, 340px);
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 16px 34px rgba(17, 39, 111, .18);
  color: #fff;
}

.suite-user-top {
  font-size: 1.03rem;
  font-weight: 800;
  line-height: 1.3;
}

.suite-user-email {
  margin-top: 3px;
  font-size: .9rem;
  color: rgba(255,255,255,.84);
}

.suite-user-plan {
  display: inline-flex;
  margin-top: 10px;
  padding: 4px 9px;
  border-radius: 8px;
  background: #3acc72;
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
}

.suite-user-usage,
.suite-user-impersonate {
  margin-top: 6px;
  font-size: .84rem;
  color: rgba(255,255,255,.88);
}

.suite-user-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.suite-user-actions .btn {
  border-radius: 10px;
  font-weight: 700;
}

.suite-main {
  position: relative;
}

.suite-main-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: -22px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.94);
}

.suite-nav-primary,
.suite-nav-secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.suite-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  margin: 0 !important;
}

.suite-nav-btn i {
  font-size: 1rem;
}

.suite-nav-btn-primary {
  min-height: 54px;
  padding: .8rem 1.22rem;
  border-radius: 999px;
  box-shadow: 0 10px 18px rgba(24, 39, 75, .08);
}

.suite-nav-btn-secondary {
  min-height: 38px;
  padding: .48rem .84rem;
  border-radius: 10px;
  font-size: .92rem;
  box-shadow: none;
}

.suite-panel {
  padding: 22px 22px 20px;
  border-radius: 24px;
  border: 1px solid rgba(31, 47, 134, 0.08);
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 24px rgba(31, 47, 134, 0.06);
}

.suite-panel-header {
  margin-bottom: 16px;
}

.suite-panel-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--suite-text);
  font-size: 1.12rem;
  font-weight: 800;
}

.suite-panel-accent {
  width: 6px;
  height: 26px;
  border-radius: 999px;
  background: #2f67ff;
}

.suite-panel-accent.is-orange {
  background: var(--suite-orange);
}

.suite-panel-subtitle,
.suite-inline-link {
  font-size: .9rem;
}

.suite-inline-link {
  color: #2f67ff;
  text-decoration: none;
  font-weight: 700;
}

.suite-inline-link:hover {
  color: #1f4fd6;
}

.dashboard-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.suite-stat-card {
  padding: 18px 20px 18px;
  border-radius: 22px;
  border: 1px solid rgba(31, 47, 134, 0.08);
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 24px rgba(31, 47, 134, 0.06);
}

.suite-stat-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.suite-stat-label {
  color: #425277;
  font-size: 1rem;
  font-weight: 700;
}

.suite-stat-value {
  margin-top: 8px;
  color: #17284b;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
}

.suite-stat-value span {
  margin-left: 4px;
  color: #7a86a3;
  font-size: 1rem;
  font-weight: 600;
}

.suite-stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--suite-orange) 0%, var(--suite-orange-2) 100%);
  color: #fff;
  font-size: 1.2rem;
}

.suite-stat-card.is-muted .suite-stat-icon {
  background: #b6bcc8;
}

.dashboard-plan-grid,
.dashboard-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.dashboard-summary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dashboard-mini-card,
.dashboard-summary-card {
  padding: 16px 18px;
  border-radius: 16px;
  background: #f7f9fd;
  border: 1px solid rgba(31, 47, 134, 0.06);
  min-height: 92px;
}

.dashboard-mini-label {
  color: #9099ad;
  font-size: .82rem;
  font-weight: 700;
}

.dashboard-mini-value,
.dashboard-summary-value {
  margin-top: 12px;
  color: #142346;
  font-size: 1.95rem;
  font-weight: 800;
  line-height: 1.05;
}

.dashboard-mini-value {
  font-size: 1.6rem;
}

.dashboard-mini-small {
  font-size: 1.1rem;
  line-height: 1.35;
}

.dashboard-mini-value.is-orange { color: var(--suite-orange); }
.dashboard-mini-value.is-blue { color: #2f67ff; }
.dashboard-summary-card.is-success .dashboard-summary-value { color: #09a241; }
.dashboard-summary-card.is-danger .dashboard-summary-value { color: #f04848; }

.suite-simple-list > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(31, 47, 134, 0.08);
}

.suite-simple-list > div:last-child {
  border-bottom: 0;
}

.suite-simple-list span {
  color: #72819c;
}

.suite-simple-list strong {
  color: #142346;
}

.dashboard-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.suite-table-wrap {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(31, 47, 134, 0.08);
}

.suite-data-table {
  margin: 0;
}

.suite-data-table thead th {
  padding: 14px 16px;
  font-size: .92rem;
  font-weight: 800;
}

.suite-data-table tbody td {
  padding: 16px;
  font-size: .95rem;
  vertical-align: middle;
}

.suite-table-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(31, 47, 134, 0.12);
  color: #6a7892;
  text-decoration: none;
}

.dashboard-log-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dashboard-log-item {
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8fafe;
  border: 1px solid rgba(31, 47, 134, 0.06);
}

.dashboard-log-date {
  color: #98a1b6;
  font-size: .82rem;
}

.dashboard-log-summary {
  margin-top: 4px;
  color: #1b2440;
  font-weight: 700;
}

.dashboard-log-meta {
  margin-top: 4px;
  color: #6f7e9b;
  font-size: .84rem;
}

.dashboard-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dashboard-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  border-radius: 12px;
  background: #f4f7fd;
  color: #52617d;
  border: 1px solid rgba(31, 47, 134, 0.08);
  text-decoration: none;
}

.dashboard-chip-link:hover {
  color: #2f67ff;
  border-color: rgba(47, 103, 255, 0.26);
}

.suite-footer-note {
  margin-top: 28px;
  color: #98a1b6;
  text-align: center;
  font-size: .84rem;
  line-height: 1.8;
}

.suite-search-form .form-label,
.suite-input-caption {
  color: #7c86a0;
  font-size: .84rem;
  font-weight: 700;
}

.bulk-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.bulk-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.bulk-selection-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(31, 47, 134, 0.08);
  background: #fff;
  color: #7a86a3;
  font-weight: 700;
}

.bulk-config-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px;
  gap: 20px;
}

.bulk-actions-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.bulk-type-pill {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  background: #f5f7fb;
  border: 1px solid rgba(31, 47, 134, 0.08);
  color: #1d315d;
  font-weight: 700;
}

.bulk-side-box {
  padding: 18px;
  border-radius: 20px;
  background: #f7f9fc;
  border: 1px solid rgba(31, 47, 134, 0.07);
}

.bulk-price-status {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(31, 47, 134, 0.08);
}

.bulk-price-complete {
  color: #16a34a;
  font-weight: 800;
}

.bulk-refresh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: #2f67ff;
  font-size: 1.1rem;
}

.bulk-review-toggle .choice-check-label {
  min-height: 44px;
}

.search-list-table thead th {
  white-space: nowrap;
}

.search-col-check {
  width: 88px;
}

.search-col-thumb {
  width: 112px;
}

.search-col-price {
  width: 190px;
}

.search-col-manual {
  width: 300px;
}

.search-table-check {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}

.search-table-check input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.search-table-check span {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  border: 2px solid rgba(82, 97, 125, 0.35);
  background: #fff;
}

.search-table-check input:checked + span {
  border-color: #5b3df5;
  background: linear-gradient(135deg, #6b4ef8 0%, #5038ea 100%);
  box-shadow: inset 0 0 0 4px #fff;
}

.search-table-thumb {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  object-fit: cover;
  background: #fff;
  border: 1px solid rgba(31, 47, 134, 0.08);
}

.search-table-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9aa5ba;
  font-size: .75rem;
}

.search-row-title {
  color: #1b2440;
  font-weight: 800;
  line-height: 1.5;
}

.search-row-meta {
  margin-top: 6px;
  color: #7988a3;
  font-size: .86rem;
}

.search-row-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  font-size: .9rem;
}

.search-row-links a,
.search-row-links .btn-link {
  color: #2f67ff;
  text-decoration: underline;
  font-weight: 600;
}

.search-status-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.search-price-main {
  color: #142346;
  font-size: 1.45rem;
  font-weight: 800;
}

.search-result-card td {
  transition: background .15s ease;
}

.search-result-card:hover td {
  background: #fbfcff;
}

.search-result-card.is-selected td {
  background: #fff8f5;
}

.search-result-card.is-selected {
  box-shadow: inset 0 0 0 2px rgba(255,107,69,.38);
}

.search-result-card.is-locked td {
  background: #fbfcfe;
}

.search-manual-price-group {
  min-width: 0;
}

@media (max-width: 1199px) {
  .dashboard-kpi-grid,
  .dashboard-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bulk-config-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .suite-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .suite-user-card {
    width: 100%;
  }

  .dashboard-action-grid {
    grid-template-columns: 1fr;
  }

  .search-col-manual,
  .search-col-price {
    width: auto;
  }
}

@media (max-width: 767px) {
  .suite-main-nav {
    margin-top: -14px;
    padding: 14px;
  }

  .suite-nav-primary,
  .suite-nav-secondary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .suite-nav-btn-primary,
  .suite-nav-btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .dashboard-kpi-grid,
  .dashboard-plan-grid,
  .dashboard-summary-grid {
    grid-template-columns: 1fr;
  }

  .suite-panel {
    padding: 18px;
    border-radius: 20px;
  }

  .bulk-header-actions {
    width: 100%;
    justify-content: space-between;
  }

  .bulk-header-actions .btn {
    width: 100%;
  }

  .search-list-table,
  .search-list-table thead,
  .search-list-table tbody,
  .search-list-table th,
  .search-list-table td,
  .search-list-table tr {
    display: block;
  }

  .search-list-table thead {
    display: none;
  }

  .search-list-table tbody tr {
    border-bottom: 1px solid rgba(31, 47, 134, 0.08);
    padding: 14px 0;
  }

  .search-list-table tbody td {
    padding: 8px 0;
    border: 0;
  }

  .search-col-check,
  .search-col-thumb,
  .search-col-price,
  .search-col-manual {
    width: auto;
  }
}

.suite-footer-links {
  margin: 26px 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #98a1b6;
  font-size: .88rem;
}

.suite-footer-links a {
  color: #7b88a5;
  text-decoration: none;
}

.suite-footer-links a:hover {
  color: #2f67ff;
  text-decoration: underline;
}

.bulk-submit-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.suite-slide-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.suite-slide-toggle-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.suite-slide-toggle-ui {
  position: relative;
  width: 56px;
  height: 32px;
  border-radius: 999px;
  background: #d6dceb;
  box-shadow: inset 0 1px 2px rgba(31, 47, 134, .12);
  transition: background .18s ease;
}

.suite-slide-toggle-ui::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 18px rgba(31, 47, 134, .18);
  transition: transform .18s ease;
}

.suite-slide-toggle-input:checked + .suite-slide-toggle-ui {
  background: linear-gradient(135deg, var(--suite-orange) 0%, #ff8f67 100%);
}

.suite-slide-toggle-input:checked + .suite-slide-toggle-ui::after {
  transform: translateX(24px);
}

.suite-slide-toggle-text {
  font-weight: 700;
  color: var(--suite-text);
}

.frame-settings-grid {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.frame-upload-box,
.frame-preview-card {
  border: 1px solid rgba(31, 47, 134, 0.08);
  background: #fff;
  border-radius: 16px;
  padding: 14px;
}

.frame-preview-panel {
  display: grid;
  gap: 12px;
}

.frame-preview-title {
  font-weight: 700;
  margin-bottom: 8px;
  color: #1b2440;
  font-size: .95rem;
}

.frame-preview-shot {
  background: #f7f9ff;
  border: 1px solid rgba(31, 47, 134, 0.08);
  border-radius: 14px;
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}

.frame-preview-shot-light {
  background-image:
    linear-gradient(45deg, rgba(49, 78, 171, 0.08) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(49, 78, 171, 0.08) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(49, 78, 171, 0.08) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(49, 78, 171, 0.08) 75%);
  background-size: 22px 22px;
  background-position: 0 0, 0 11px, 11px -11px, -11px 0;
}

.frame-preview-shot img {
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
}

.frame-preview-empty {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  color: #7c86a0;
  background: #f7f9ff;
  border: 1px dashed rgba(31, 47, 134, 0.12);
  border-radius: 14px;
}

.frame-preview-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.frame-preview-label {
  margin-bottom: 8px;
  font-size: .82rem;
  color: #7c86a0;
  font-weight: 700;
}

@media (max-width: 992px) {
  .bulk-submit-stack {
    align-items: flex-start;
    width: 100%;
  }

  .suite-slide-toggle {
    margin-left: 4px;
  }

  .frame-settings-grid,
  .frame-preview-compare {
    grid-template-columns: 1fr;
  }
}

.suite-search-help {
  margin-top: 8px;
  color: #7c86a0;
  font-size: .86rem;
}

.suite-search-form input[type="search"]::placeholder {
  color: transparent;
}

/* 価格取得中の商品は出品選択できないようにする */
.search-result-card.is-price-waiting {
  background: rgba(248, 250, 252, 0.72);
}
.search-table-check.is-disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.search-table-check.is-disabled span,
.search-table-check input:disabled + span {
  background: #eef2f7;
  border-color: rgba(100, 116, 139, 0.25);
  box-shadow: none;
}
.search-table-check input:disabled {
  cursor: not-allowed;
}
.js-price-select-note {
  line-height: 1.35;
}

.suite-auth-links a {
  color: #2f67ff;
  font-weight: 700;
  text-decoration: none;
}

.suite-auth-links a:hover {
  text-decoration: underline;
}


/* 画面説明と主要操作ボタン */
.suite-page-guide {
  border-left: 5px solid #2f67ff;
}

.suite-action-main {
  font-weight: 800;
  border-radius: 14px;
  padding: .7rem 1.1rem;
  box-shadow: 0 10px 24px rgba(26, 55, 133, 0.16);
}

.suite-chatbot-chip-button {
  border: 1px solid rgba(47, 103, 255, 0.16);
  background: #fff;
  cursor: pointer;
  text-align: left;
}

.items-grid-table .item-thumb-sm,
.table .item-thumb-sm {
  width: 64px;
  height: 64px;
}

.items-grid-table .item-thumb-sm img,
.table .item-thumb-sm img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* 透過フレームの設定画面では、保存時に外部画像の合成処理を待たせず、
   画面上だけで重ね合わせイメージを表示します。 */
.frame-browser-composite {
  position: relative;
}
.frame-browser-composite .frame-browser-base,
.frame-browser-composite .frame-browser-overlay {
  display: block;
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
}
.frame-browser-composite .frame-browser-overlay {
  position: absolute;
  inset: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: contain;
  pointer-events: none;
}

/* =========================================================================
   AIナビ：会話スレッド・自由入力・ガイド導線（追加）
   ========================================================================= */
.suite-chatbot-thread {
  max-height: 320px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
  padding-right: 2px;
}

.suite-chatbot-bubble {
  max-width: 92%;
  padding: 9px 12px;
  border-radius: 14px;
  font-size: .9rem;
  line-height: 1.65;
  white-space: pre-wrap;
  word-break: break-word;
}

.suite-chatbot-bubble.is-bot {
  align-self: flex-start;
  background: #f0fdf4;
  border: 1px solid rgba(22, 163, 74, 0.18);
  color: #14532d;
  border-bottom-left-radius: 4px;
}

.suite-chatbot-bubble.is-user {
  align-self: flex-end;
  background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
  color: #fff;
  border-bottom-right-radius: 4px;
}

.suite-chatbot-bubble-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.suite-chatbot-inputrow {
  display: flex;
  gap: 8px;
  align-items: center;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  padding-top: 12px;
  margin-top: 4px;
}

.suite-chatbot-input {
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: .9rem;
  outline: none;
}

.suite-chatbot-input:focus {
  border-color: #16a34a;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
}

.suite-chatbot-send {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  cursor: pointer;
}

.suite-chatbot-send:hover { filter: brightness(1.05); }

.suite-chatbot-chip-guide {
  background: #fff7ed;
  border: 1px solid rgba(234, 88, 12, 0.28);
  color: #c2410c;
  cursor: pointer;
}
.suite-chatbot-chip-guide:hover { background: #ffedd5; color: #9a3412; }

.suite-chatbot-guidelink {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  font-size: .82rem;
  font-weight: 700;
  color: #c2410c;
  text-decoration: none;
}
.suite-chatbot-guidelink:hover { text-decoration: underline; }

/* =========================================================================
   ご利用ガイド（guide.php）
   ========================================================================= */
.guide-return-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 247, 237, 0.96);
  border-bottom: 1px solid rgba(234, 88, 12, 0.2);
  backdrop-filter: blur(8px);
  margin: -1rem -1rem 1rem;
  padding: 10px 16px;
}
.guide-return-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}
.guide-return-note { color: #9a3412; font-size: .85rem; }

.guide-panel { scroll-margin-top: 80px; }

.guide-toc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 6px 16px;
}
.guide-toc-grid a {
  color: #1664ff;
  text-decoration: none;
  font-size: .9rem;
  padding: 4px 0;
}
.guide-toc-grid a:hover { text-decoration: underline; }

.guide-section {
  padding: 18px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
  scroll-margin-top: 80px;
}
.guide-section:first-of-type { border-top: 0; }

.guide-h {
  font-size: 1.15rem;
  font-weight: 800;
  color: #14532d;
  margin-bottom: 10px;
}

.guide-steps, .guide-list { padding-left: 1.25rem; line-height: 1.9; }
.guide-steps li, .guide-list li { margin-bottom: 4px; }

.guide-tip {
  background: #f0fdf4;
  border: 1px solid rgba(22, 163, 74, 0.18);
  border-radius: 12px;
  padding: 10px 14px;
  color: #166534;
  font-size: .9rem;
}
.guide-warn {
  background: #fff7ed;
  border: 1px solid rgba(234, 88, 12, 0.22);
  border-radius: 12px;
  padding: 10px 14px;
  color: #9a3412;
  font-size: .9rem;
}

.guide-faq details {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  padding: 10px 14px;
  margin-bottom: 10px;
  background: #fff;
}
.guide-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #1d2736;
}
.guide-faq details[open] summary { margin-bottom: 8px; }
.guide-faq details > div { color: #475569; font-size: .92rem; line-height: 1.8; }
