/* Auto-generated offline utility stylesheet — a hand-built subset of the
   Tailwind-style utility classes actually used in this project, so the
   site works with zero external CDN requests. Generated from the exact
   class list found across resources/views. */



.font-display { font-family: 'Georgia', 'Iowan Old Style', 'Palatino Linotype', serif; }
.font-sans { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
.group { position: relative; }


.space-x-3 > * + * {
  margin-left: 0.75rem;
}

.space-y-1 > * + * {
  margin-top: 0.25rem;
}

.space-y-10 > * + * {
  margin-top: 2.5rem;
}

.space-y-2 > * + * {
  margin-top: 0.5rem;
}

.space-y-3 > * + * {
  margin-top: 0.75rem;
}

.space-y-4 > * + * {
  margin-top: 1rem;
}

.space-y-5 > * + * {
  margin-top: 1.25rem;
}

.space-y-6 > * + * {
  margin-top: 1.5rem;
}

.space-y-8 > * + * {
  margin-top: 2rem;
}

.divide-y > * + * {
  border-top-width: 1px;
  border-top-style: solid;
}

.divide-gray-100 > * + * {
  border-top-color: #f3f4f6;
}

.antialiased {
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.bg-\[\#0e0e10\] {
  background-color: #0e0e10;
}
.bg-\[\#1a1a1d\] {
  background-color: #1a1a1d;
}
.bg-\[\#c9a86a\] {
  background-color: #c9a86a;
}
.bg-black\/90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-gold {
  background-color: #c9a86a;
}
.bg-gray-100 {
  background-color: #f3f4f6;
}
.bg-gray-50 {
  background-color: #f9fafb;
}
.bg-green-100 {
  background-color: #dcfce7;
}
.bg-green-500\/10 {
  background-color: rgba(34, 197, 94, 0.1);
}
.bg-ink {
  background-color: #0e0e10;
}
.bg-ink\/95 {
  background-color: rgba(14, 14, 16, 0.95);
}
.bg-inksoft {
  background-color: #1a1a1d;
}
.bg-red-100 {
  background-color: #fee2e2;
}
.bg-red-500\/10 {
  background-color: rgba(239, 68, 68, 0.1);
}
.bg-white {
  background-color: #ffffff;
}
.bg-yellow-500\/10 {
  background-color: rgba(234, 179, 8, 0.1);
}
.block {
  display: block;
}
.border {
  border-width: 1px; border-style: solid; border-color: #e5e7eb;
}
.border-b {
  border-bottom-width: 1px; border-bottom-style: solid;
}
.border-gray-100 {
  border-color: #f3f4f6;
}
.border-gray-200 {
  border-color: #e5e7eb;
}
.border-gray-300 {
  border-color: #d1d5db;
}
.border-green-500\/30 {
  border-color: rgba(34, 197, 94, 0.3);
}
.border-red-300 {
  border-color: #fca5a5;
}
.border-red-500\/30 {
  border-color: rgba(239, 68, 68, 0.3);
}
.border-t {
  border-top-width: 1px; border-top-style: solid;
}
.border-white\/10 {
  border-color: rgba(255, 255, 255, 0.1);
}
.border-white\/15 {
  border-color: rgba(255, 255, 255, 0.15);
}
.border-y {
  border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.border-yellow-500\/30 {
  border-color: rgba(234, 179, 8, 0.3);
}
.capitalize {
  text-transform: capitalize;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-out {
  cursor: zoom-out;
}
.divide-y {
  border-top-width: 0;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.focus\:border-\[\#c9a86a\]:focus {
  border-color: #c9a86a;
}
.focus\:border-gold:focus {
  border-color: #c9a86a;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent; outline-offset: 2px;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-mono {
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
}
.font-semibold {
  font-weight: 600;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.grid {
  display: grid;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.group:hover .group-hover\:text-gold {
  color: #c9a86a;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-32 {
  height: 8rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-56 {
  height: 14rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[520px\] {
  height: 520px;
}
.h-\[92vh\] {
  height: 92vh;
}
.h-full {
  height: 100%;
}
.hidden {
  display: none;
}
.hover\:bg-gray-50:hover {
  background-color: #f9fafb;
}
.hover\:border-gold:hover {
  border-color: #c9a86a;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.hover\:text-\[\#c9a86a\]:hover {
  color: #c9a86a;
}
.hover\:text-gold:hover {
  color: #c9a86a;
}
.hover\:text-red-400:hover {
  color: #f87171;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.inset-x-0 {
  left: 0;
  right: 0;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.last\:border-0:last-child {
  border-width: 0px;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.list-disc {
  list-style-type: disc;
}
.list-inside {
  list-style-position: inside;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.min-h-screen {
  min-height: 100vh;
}
.min-w-0 {
  min-width: 0;
}
.min-w-\[64px\] {
  min-width: 64px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mx-auto {
  margin-left: auto; margin-right: auto;
}
.object-cover {
  object-fit: cover;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.prose {
  max-width: 65ch; line-height: 1.75;
}
.prose-invert {
  color: #e5e5e5;
}
.pt-20 {
  padding-top: 5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.right-5 {
  right: 1.25rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.shrink-0 {
  flex-shrink: 0;
}
.sticky {
  position: sticky;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[\#0e0e10\] {
  color: #0e0e10;
}
.text-\[\#c9a86a\] {
  color: #c9a86a;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-cream {
  color: #f7f4ee;
}
.text-cream\/40 {
  color: rgba(247, 244, 238, 0.4);
}
.text-cream\/50 {
  color: rgba(247, 244, 238, 0.5);
}
.text-cream\/60 {
  color: rgba(247, 244, 238, 0.6);
}
.text-cream\/70 {
  color: rgba(247, 244, 238, 0.7);
}
.text-cream\/75 {
  color: rgba(247, 244, 238, 0.75);
}
.text-cream\/80 {
  color: rgba(247, 244, 238, 0.8);
}
.text-gold {
  color: #c9a86a;
}
.text-gray-400 {
  color: #9ca3af;
}
.text-gray-500 {
  color: #6b7280;
}
.text-gray-600 {
  color: #4b5563;
}
.text-gray-700 {
  color: #374151;
}
.text-gray-800 {
  color: #1f2937;
}
.text-gray-900 {
  color: #111827;
}
.text-green-300 {
  color: #86efac;
}
.text-green-800 {
  color: #166534;
}
.text-ink {
  color: #0e0e10;
}
.text-left {
  text-align: left;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-red-300 {
  color: #fca5a5;
}
.text-red-400 {
  color: #f87171;
}
.text-red-500 {
  color: #ef4444;
}
.text-red-800 {
  color: #991b1b;
}
.text-right {
  text-align: right;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-white {
  color: #ffffff;
}
.text-white\/40 {
  color: rgba(255, 255, 255, 0.4);
}
.text-white\/50 {
  color: rgba(255, 255, 255, 0.5);
}
.text-white\/60 {
  color: rgba(255, 255, 255, 0.6);
}
.text-white\/70 {
  color: rgba(255, 255, 255, 0.7);
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-yellow-200 {
  color: #fde68a;
}
.top-0 {
  top: 0;
}
.top-24 {
  top: 6rem;
}
.tracking-\[0\.35em\] {
  letter-spacing: 0.35em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.transition {
  transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color; transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow; transition-duration: 150ms;
}
.truncate {
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.uppercase {
  text-transform: uppercase;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-5 {
  width: 1.25rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-full {
  width: 100%;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[70\] {
  z-index: 70;
}


@media (min-width: 640px) {
.sm\:flex-row {
  flex-direction: row;
}
.sm\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sm\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sm\:hidden {
  display: none;
}
.sm\:p-5 {
  padding: 1.25rem;
}
.sm\:table-cell {
  display: table-cell;
}
.sm\:w-48 {
  width: 12rem;
}
.sm\:w-64 {
  width: 16rem;
}
}


@media (min-width: 768px) {
.md\:col-span-2 {
  grid-column: span 2 / span 2;
}
.md\:flex-row {
  flex-direction: row;
}
.md\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.md\:grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.md\:hidden {
  display: none;
}
.md\:items-center {
  align-items: center;
}
.md\:p-8 {
  padding: 2rem;
}
.md\:px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.md\:table-cell {
  display: table-cell;
}
.md\:text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.md\:text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.md\:text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.md\:text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.md\:text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.md\:w-48 {
  width: 12rem;
}
}


@media (min-width: 1024px) {
.lg\:flex {
  display: flex;
}
.lg\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lg\:grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.lg\:hidden {
  display: none;
}
.lg\:table-cell {
  display: table-cell;
}
}
/* Base element defaults (a minimal reset, in place of Tailwind's preflight) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; background: none; border: none; }
input, textarea, select { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
table { border-collapse: collapse; width: 100%; }
/* Pagination component (resources/views/vendor/pagination/custom.blade.php).
   Deliberately plain, non-responsive CSS — see the comment in that file for why. */
.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #4b5563;
  background: #fff;
  text-decoration: none;
  transition: background-color .15s ease, color .15s ease;
}
.pagination-link:hover {
  background: #f9fafb;
}
.pagination-active {
  background: #c9a86a;
  border-color: #c9a86a;
  color: #fff;
}
.pagination-active:hover {
  background: #c9a86a;
}
.pagination-disabled {
  color: #d1d5db;
  border-color: #f3f4f6;
  cursor: default;
  pointer-events: none;
}
