/**
 * Players Congress — Compiled Tailwind Utilities
 * Generated from all Tailwind classes used across PHP templates and Elementor JSON widgets.
 * Replaces the Tailwind CDN for production use.
 */

/* ── Reset / Base ────────────────────────────────────────────────────────────── */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: currentColor; }
html { -webkit-text-size-adjust: 100%; tab-size: 4; font-family: Inter, system-ui, -apple-system, sans-serif; }
body { margin: 0; line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img, video { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font-family: inherit; font-size: 100%; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button { cursor: pointer; }
a { color: inherit; text-decoration: inherit; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
p, h1, h2, h3, h4, h5, h6 { margin: 0; }
ul, ol { list-style: none; margin: 0; padding: 0; }

/* ── Custom Brand Colors ─────────────────────────────────────────────────────── */
/* brand-black: #111111  |  brand-darkgray: #1a1a1a  |  brand-gold: #C8960C
   brand-gold-light: #E8B020  |  brand-crimson: #C41E3A  |  brand-crimson-dark: #A01830 */

/* ── Font Family ─────────────────────────────────────────────────────────────── */
.font-sans { font-family: Inter, system-ui, -apple-system, sans-serif; }

/* ── Font Smoothing ──────────────────────────────────────────────────────────── */
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* ── Display ─────────────────────────────────────────────────────────────────── */
.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }

/* ── Position ────────────────────────────────────────────────────────────────── */
.relative { position: relative; }
.absolute { position: absolute; }
.inset-0 { inset: 0; }
.top-3 { top: 0.75rem; }
.right-3 { right: 0.75rem; }
.left-3 { left: 0.75rem; }
.left-1\/2 { left: 50%; }
.bottom-8 { bottom: 2rem; }

/* ── Z-index ─────────────────────────────────────────────────────────────────── */
.z-10 { z-index: 10; }

/* ── Overflow ────────────────────────────────────────────────────────────────── */
.overflow-hidden { overflow: hidden; }

/* ── Object Fit ──────────────────────────────────────────────────────────────── */
.object-cover { object-fit: cover; }

/* ── Aspect Ratio ────────────────────────────────────────────────────────────── */
.aspect-square { aspect-ratio: 1 / 1; }

/* ── Flexbox ─────────────────────────────────────────────────────────────────── */
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-shrink-0 { flex-shrink: 0; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }

/* ── Grid ────────────────────────────────────────────────────────────────────── */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* ── Gap ─────────────────────────────────────────────────────────────────────── */
.gap-1 { gap: 0.25rem; }
.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-12 { gap: 3rem; }

/* ── Width ───────────────────────────────────────────────────────────────────── */
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-10 { width: 2.5rem; }
.w-24 { width: 6rem; }
.w-auto { width: auto; }
.w-full { width: 100%; }

/* ── Height ──────────────────────────────────────────────────────────────────── */
.h-1 { height: 0.25rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-10 { height: 2.5rem; }
.h-full { height: 100%; }

/* ── Max Width ───────────────────────────────────────────────────────────────── */
.max-w-sm { max-width: 24rem; }
.max-w-md { max-width: 28rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-7xl { max-width: 80rem; }

/* ── Min Height ──────────────────────────────────────────────────────────────── */
.min-h-\[60vh\] { min-height: 60vh; }
.min-h-\[calc\(100vh-64px\)\] { min-height: calc(100vh - 64px); }

/* ── Margin ──────────────────────────────────────────────────────────────────── */
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-auto { margin-top: auto; }
.mt-12 { margin-top: 3rem; }
.mb-1 { margin-bottom: 0.25rem; }
.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; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-14 { margin-bottom: 3.5rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-20 { margin-bottom: 5rem; }

/* ── Padding ─────────────────────────────────────────────────────────────────── */
.p-4 { padding: 1rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }

/* ── Typography — Font Size ──────────────────────────────────────────────────── */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.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; }

/* ── Typography — Font Weight ────────────────────────────────────────────────── */
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }

/* ── Typography — Text Align ─────────────────────────────────────────────────── */
.text-center { text-align: center; }

/* ── Typography — Transform ──────────────────────────────────────────────────── */
.uppercase { text-transform: uppercase; }

/* ── Typography — Tracking ───────────────────────────────────────────────────── */
.tracking-wide { letter-spacing: 0.025em; }
.tracking-widest { letter-spacing: 0.1em; }

/* ── Typography — Leading ────────────────────────────────────────────────────── */
.leading-none { line-height: 1; }
.leading-snug { line-height: 1.375; }
.leading-relaxed { line-height: 1.625; }

/* ── Typography — Whitespace ─────────────────────────────────────────────────── */
.whitespace-nowrap { white-space: nowrap; }

/* ── Text Colors ─────────────────────────────────────────────────────────────── */
.text-white { color: #ffffff; }
.text-white\/20 { color: rgba(255,255,255,0.2); }
.text-white\/30 { color: rgba(255,255,255,0.3); }
.text-white\/35 { color: rgba(255,255,255,0.35); }
.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-brand-gold { color: #C8960C; }
.text-brand-black { color: #111111; }
.text-\[\#C8960C\] { color: #C8960C; }
.text-\[\#C8960C\]\/70 { color: rgba(200,150,12,0.7); }

/* ── Background Colors ───────────────────────────────────────────────────────── */
.bg-brand-black { background-color: #111111; }
.bg-brand-gold { background-color: #C8960C; }
.bg-brand-crimson { background-color: #C41E3A; }
.bg-\[\#0d0d0d\] { background-color: #0d0d0d; }
.bg-\[\#1a1a1a\] { background-color: #1a1a1a; }

/* ── Borders ─────────────────────────────────────────────────────────────────── */
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-b { border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }
.border-white\/5 { border-color: rgba(255,255,255,0.05); }
.border-white\/10 { border-color: rgba(255,255,255,0.1); }
.border-brand-gold\/15 { border-color: rgba(200,150,12,0.15); }
.border-brand-gold\/30 { border-color: rgba(200,150,12,0.3); }
.border-t-brand-gold { border-top-color: #C8960C; }

/* ── Border Radius ───────────────────────────────────────────────────────────── */
.rounded { border-radius: 0.25rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }

/* ── Transform ───────────────────────────────────────────────────────────────── */
.-translate-x-1\/2 { transform: translateX(-50%); }

/* ── Transitions ─────────────────────────────────────────────────────────────── */
.transition-colors { transition-property: color, background-color, border-color; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }

/* ── Animations ──────────────────────────────────────────────────────────────── */
@keyframes bounce { 0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: translateY(0); animation-timing-function: cubic-bezier(0,0,0.2,1); } }
@keyframes spin { to { transform: rotate(360deg); } }
.animate-bounce { animation: bounce 1s infinite; }
.animate-spin { animation: spin 1s linear infinite; }

/* ── Cursor ──────────────────────────────────────────────────────────────────── */
.cursor-pointer { cursor: pointer; }

/* ── Focus ───────────────────────────────────────────────────────────────────── */
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:border-brand-gold:focus { border-color: #C8960C; }

/* ── Hover ───────────────────────────────────────────────────────────────────── */
.hover\:text-brand-gold:hover { color: #C8960C; }

/* ── Responsive — sm (≥640px) ────────────────────────────────────────────────── */
@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:items-center { align-items: center; }
  .sm\:items-end { align-items: flex-end; }
  .sm\:w-auto { width: auto; }
  .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .sm\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .sm\:text-5xl { font-size: 3rem; line-height: 1; }
  .sm\:text-6xl { font-size: 3.75rem; line-height: 1; }
}

/* ── Responsive — md (≥768px) ────────────────────────────────────────────────── */
@media (min-width: 768px) {
  .md\:flex-row { flex-direction: row; }
  .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\:items-start { align-items: flex-start; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
  .md\:text-7xl { font-size: 4.5rem; line-height: 1; }
}

/* ── Responsive — lg (≥1024px) ───────────────────────────────────────────────── */
@media (min-width: 1024px) {
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:text-8xl { font-size: 6rem; line-height: 1; }
}

/* ── Responsive — xl (≥1280px) ───────────────────────────────────────────────── */
@media (min-width: 1280px) {
  .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ── Collage Marquee (global fallback) ──────────────────────────────────────── */
.pc-collage { background: #111111; padding: 80px 0; overflow: hidden; }
.pc-marquee-fade { overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%); mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%); }
.pc-marquee-track-left, .pc-marquee-track-right { display: flex; gap: 12px; width: max-content; }
.pc-marquee-track-left { animation: pc-marquee-left 70s linear infinite; }
.pc-marquee-track-right { animation: pc-marquee-right 62s linear infinite; }
.pc-marquee-track-left:hover, .pc-marquee-track-right:hover { animation-play-state: paused; }
.pc-collage-img { height: 220px !important; width: auto !important; flex-shrink: 0; border-radius: 12px; object-fit: cover; display: block; border: 1px solid rgba(200,150,12,0.12); cursor: pointer; transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; }
.pc-collage-img:hover { transform: scale(1.04) translateY(-4px); border-color: #C8960C; box-shadow: 0 12px 32px rgba(0,0,0,0.7); z-index: 2; position: relative; }
.pc-collage-img.pc-tall { height: 260px !important; }
.pc-collage-img.pc-rotate { transform: rotate(180deg); }
.pc-collage-img.pc-rotate:hover { transform: rotate(180deg) scale(1.04) translateY(-4px); }
@keyframes pc-marquee-left { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes pc-marquee-right { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
@media (max-width: 767px) { .pc-collage-img { height: 140px !important; } .pc-collage-img.pc-tall { height: 170px !important; } .pc-marquee-track-left { animation-duration: 90s; } .pc-marquee-track-right { animation-duration: 80s; } }
@media (max-width: 480px) { .pc-collage-img { height: 110px !important; } .pc-collage-img.pc-tall { height: 135px !important; } .pc-marquee-track-left { animation-duration: 110s; } .pc-marquee-track-right { animation-duration: 100s; } }

/* ── Mobile Zoom-Out ────────────────────────────────────────────────────────── */
/* Slightly scale down on mobile so users see more content per screen */
@media (max-width: 480px) {
  body { zoom: 0.88; -webkit-text-size-adjust: 100%; }
}
@media (min-width: 481px) and (max-width: 767px) {
  body { zoom: 0.92; -webkit-text-size-adjust: 100%; }
}
