/* BoastIndex brand overrides on TailAdmin design tokens */
:root {
  /* Orange accent scale (from logo megaphone) — buttons, badges, surfaces */
  --color-brand-25: #fffbf7;
  --color-brand-50: #fff6ed;
  --color-brand-100: #ffe8d5;
  --color-brand-200: #ffd4b0;
  --color-brand-300: #ffb980;
  --color-brand-400: #ffa055;
  --color-brand-500: #fd964b;
  --color-brand-600: #e8873a;
  --color-brand-700: #c76a24;
  --color-brand-800: #a5541a;
  --color-brand-900: #844016;
  --color-brand-950: #5c2c0f;

  /* Purple (from logo mark) — inline text links only */
  --color-link: #984ae8;
  --color-link-hover: #7a3bc9;

  --shadow-focus-ring: 0px 0px 0px 4px rgba(253, 150, 75, 0.12);
}

.bg-brand-500 { background-color: var(--color-brand-500) !important; }
.bg-brand-600 { background-color: var(--color-brand-600) !important; }
.hover\:bg-brand-600:hover { background-color: var(--color-brand-600) !important; }
.text-brand-500 { color: var(--color-brand-500) !important; }
.text-brand-600 { color: var(--color-brand-600) !important; }
.border-brand-500 { border-color: var(--color-brand-500) !important; }
.accent-brand-500 { accent-color: var(--color-brand-500); }

@media (min-width: 1024px) {
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
}

.sample-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  overflow-y: auto;
  padding: 3.5rem 1rem 2rem;
}

.sample-lightbox[hidden] {
  display: none;
}

.sample-lightbox-backdrop {
  position: fixed;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.sample-lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(72rem, 95vw);
  margin: 0 auto;
}

.sample-lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1f2937;
  cursor: pointer;
}

.sample-lightbox-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.45);
}
.ring-brand-500 { --tw-ring-color: var(--color-brand-500) !important; }
.focus\:ring-brand-500\/10:focus { --tw-ring-color: rgba(253, 150, 75, 0.1) !important; }

.shadow-glow {
  box-shadow: 0 0 80px rgba(253, 150, 75, 0.14);
}

.layout-prose a {
  color: var(--color-link);
}

.layout-prose a:hover {
  color: var(--color-link-hover);
}

.prose-index {
  color: #383539;
}

.prose-index h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
}

.prose-index h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
}

.prose-index p {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.625;
}

.prose-index a {
  color: var(--color-link);
}

.prose-index a:hover {
  color: var(--color-link-hover);
}

.prose-index ul,
.prose-index ol {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  font-size: 0.875rem;
}

.prose-index ul {
  list-style-type: disc;
}

.prose-index ol {
  list-style-type: decimal;
}

.prose-index li {
  margin-bottom: 0.5rem;
}
