/* bundle-core.css — auto-generated by scripts/bundle-css.sh
 * source files (in cascade order):
 *   - design-tokens.css
 *   - accessibility.css
 *   - typography.css
 *   - animations.css
 *   - components.css
 *   - homepage-clean.css
 *   - nhl-light-theme.css
 *   - mobile-nav-fixes.css
 *   - pages-universal.css
 *   - loading-skeleton.css
 *   - video-modal.css
 *   - ads.css
 *   - twitter-feed.css
 *   - player-stats-widget.css
 *   - engagement-grid-equal-height.css
 *   - mobile-bottom-nav.css
 *   - back-to-top.css
 *   - nav-mega-override.css
 * Re-run after editing any of the above.
 */

/* === design-tokens.css === */
/**
 * DESIGN TOKENS - PREDATORS FAN SITE
 * Complete design system with all visual variables
 * Version 2.0.0 - Comprehensive UX/UI Redesign
 *
 * This file establishes the foundation for all visual design
 * including colors, typography, spacing, shadows, animations, and more.
 */

:root {
    /* ========================================
       BRAND COLORS - Nashville Predators
       ======================================== */

    /* Primary Brand Colors */
    --brand-navy-50: #e8edf5;
    --brand-navy-100: #c2d0e3;
    --brand-navy-200: #98b0cf;
    --brand-navy-300: #6e90bb;
    --brand-navy-400: #4f78ad;
    --brand-navy-500: #306099;
    --brand-navy-600: #215591;
    --brand-navy-700: #194a7e;
    --brand-navy-800: #0f3a6b;
    --brand-navy-900: #041E42; /* Primary Navy */

    --brand-gold-50: #fffbf0;
    --brand-gold-100: #fff5d9;
    --brand-gold-200: #ffeeb8;
    --brand-gold-300: #ffe796;
    --brand-gold-400: #ffe17c;
    --brand-gold-500: #ffdb62;
    --brand-gold-600: #ffd44e;
    --brand-gold-700: #ffcc3a;
    --brand-gold-800: #ffc526;
    --brand-gold-900: #FFB81C; /* Primary Gold */

    /* Brand Color Shortcuts */
    --color-primary: var(--brand-navy-800);
    --color-secondary: var(--brand-gold-900);
    --color-accent: var(--brand-gold-600);

    /* Modern Background Colors */
    --bg-primary: #ffffff;
    --bg-secondary: #f8fafc;
    --bg-tertiary: var(--neutral-100);
    --bg-dark: var(--brand-navy-900);
    --bg-card: #ffffff;
    --bg-card-hover: var(--neutral-50);

    /* ========================================
       NEUTRAL COLORS - Grays & Whites
       ======================================== */

    --neutral-white: #ffffff;
    --neutral-50: #fafbfc;
    --neutral-100: #f4f6f8;
    --neutral-200: #e8ecf0;
    --neutral-300: #d1d9e2;
    --neutral-400: #a8b8cc;
    --neutral-500: #7d8fa6;
    --neutral-600: #5d6f86;
    --neutral-700: #445566;
    --neutral-800: #2d3748;
    --neutral-900: #1a202c;
    --neutral-950: #0f1419;

    /* ========================================
       SEMANTIC COLORS - Status & Feedback
       ======================================== */

    /* Success Colors */
    --success-50: #ecfdf5;
    --success-100: #d1fae5;
    --success-500: #10b981;
    --success-600: #059669;
    --success-700: #047857;
    --success-900: #064e3b;

    /* Error Colors */
    --error-50: #fef2f2;
    --error-100: #fee2e2;
    --error-500: #ef4444;
    --error-600: #dc2626;
    --error-700: #b91c1c;
    --error-900: #7f1d1d;

    /* Warning Colors */
    --warning-50: #fffbeb;
    --warning-100: #fef3c7;
    --warning-500: #f59e0b;
    --warning-600: #d97706;
    --warning-700: #b45309;
    --warning-900: #78350f;

    /* Info Colors */
    --info-50: #eff6ff;
    --info-100: #dbeafe;
    --info-500: #3b82f6;
    --info-600: #2563eb;
    --info-700: #1d4ed8;
    --info-900: #1e3a8a;

    /* ========================================
       TYPOGRAPHY - Font Scales & Weights
       ======================================== */

    /* Font Families */
    --font-primary: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    --font-heading: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    --font-mono: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;

    /* Font Sizes - Fluid Typography Scale */
    --font-size-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);      /* 12-14px */
    --font-size-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);        /* 14-16px */
    --font-size-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);        /* 16-18px */
    --font-size-md: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);       /* 18-20px */
    --font-size-lg: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);        /* 20-24px */
    --font-size-xl: clamp(1.5rem, 1.3rem + 1vw, 2rem);              /* 24-32px */
    --font-size-2xl: clamp(2rem, 1.7rem + 1.5vw, 2.75rem);          /* 32-44px */
    --font-size-3xl: clamp(2.5rem, 2rem + 2.5vw, 3.75rem);          /* 40-60px */
    --font-size-4xl: clamp(3rem, 2.5rem + 3vw, 4.5rem);             /* 48-72px */

    /* Font Weights */
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;

    /* Line Heights */
    --line-height-tight: 1.2;
    --line-height-snug: 1.35;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.625;
    --line-height-loose: 1.75;

    /* Letter Spacing */
    --letter-spacing-tighter: -0.05em;
    --letter-spacing-tight: -0.025em;
    --letter-spacing-normal: 0;
    --letter-spacing-wide: 0.025em;
    --letter-spacing-wider: 0.05em;
    --letter-spacing-widest: 0.1em;

    /* ========================================
       SPACING - Consistent Scale (4px base)
       ======================================== */

    --space-0: 0;
    --space-1: 0.25rem;   /* 4px */
    --space-2: 0.5rem;    /* 8px */
    --space-3: 0.75rem;   /* 12px */
    --space-4: 1rem;      /* 16px */
    --space-5: 1.25rem;   /* 20px */
    --space-6: 1.5rem;    /* 24px */
    --space-7: 1.75rem;   /* 28px */
    --space-8: 2rem;      /* 32px */
    --space-10: 2.5rem;   /* 40px */
    --space-12: 3rem;     /* 48px */
    --space-14: 3.5rem;   /* 56px */
    --space-16: 4rem;     /* 64px */
    --space-20: 5rem;     /* 80px */
    --space-24: 6rem;     /* 96px */
    --space-32: 8rem;     /* 128px */

    /* ========================================
       SIZING - Width & Height Scales
       ======================================== */

    --size-xs: 20rem;     /* 320px */
    --size-sm: 24rem;     /* 384px */
    --size-md: 28rem;     /* 448px */
    --size-lg: 32rem;     /* 512px */
    --size-xl: 36rem;     /* 576px */
    --size-2xl: 42rem;    /* 672px */
    --size-3xl: 48rem;    /* 768px */
    --size-4xl: 56rem;    /* 896px */
    --size-5xl: 64rem;    /* 1024px */
    --size-6xl: 72rem;    /* 1152px */
    --size-7xl: 80rem;    /* 1280px */
    --size-full: 100%;

    /* Container Max Widths */
    --container-sm: 640px;
    --container-md: 768px;
    --container-lg: 1024px;
    --container-xl: 1280px;
    --container-2xl: 1440px;
    --container-3xl: 1600px;

    /* ========================================
       BORDERS - Widths & Radii
       ======================================== */

    /* Border Widths */
    --border-width-0: 0;
    --border-width-1: 1px;
    --border-width-2: 2px;
    --border-width-4: 4px;
    --border-width-8: 8px;

    /* Border Radii */
    --radius-none: 0;
    --radius-sm: 0.25rem;     /* 4px */
    --radius-base: 0.375rem;  /* 6px */
    --radius-md: 0.5rem;      /* 8px */
    --radius-lg: 0.75rem;     /* 12px */
    --radius-xl: 1rem;        /* 16px */
    --radius-2xl: 1.5rem;     /* 24px */
    --radius-3xl: 2rem;       /* 32px */
    --radius-full: 9999px;

    /* ========================================
       SHADOWS - Elevation System
       ======================================== */

    /* Box Shadows - Enhanced for Modern Look */
    --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    --shadow-sm: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 0, 0, 0.08);
    --shadow-base: 0 4px 8px -1px rgba(0, 0, 0, 0.15), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 12px 20px -5px rgba(0, 0, 0, 0.18), 0 6px 8px -4px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 20px 30px -8px rgba(0, 0, 0, 0.22), 0 10px 15px -6px rgba(0, 0, 0, 0.15);
    --shadow-xl: 0 30px 60px -12px rgba(0, 0, 0, 0.35);
    --shadow-2xl: 0 40px 80px -20px rgba(0, 0, 0, 0.45);
    --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.08);

    /* Colored Shadows - More Vibrant */
    --shadow-gold: 0 6px 20px 0 rgba(255, 184, 28, 0.35);
    --shadow-gold-lg: 0 12px 40px 0 rgba(255, 184, 28, 0.5);
    --shadow-navy: 0 6px 20px 0 rgba(4, 30, 66, 0.35);
    --shadow-navy-lg: 0 12px 40px 0 rgba(4, 30, 66, 0.5);

    /* ========================================
       Z-INDEX LAYERS
       ======================================== */

    --z-below: -1;
    --z-base: 0;
    --z-raised: 10;
    --z-dropdown: 100;
    --z-sticky: 200;
    --z-fixed: 300;
    --z-modal-backdrop: 400;
    --z-modal: 500;
    --z-popover: 600;
    --z-tooltip: 700;
    --z-notification: 800;
    --z-top: 999;

    /* ========================================
       TRANSITIONS & ANIMATIONS
       ======================================== */

    /* Duration */
    --duration-instant: 0ms;
    --duration-fast: 150ms;
    --duration-base: 200ms;
    --duration-slow: 300ms;
    --duration-slower: 500ms;
    --duration-slowest: 700ms;

    /* Timing Functions */
    --ease-linear: linear;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --ease-elastic: cubic-bezier(0.175, 0.885, 0.32, 1.275);

    /* Combined Transitions */
    --transition-fast: all var(--duration-fast) var(--ease-out);
    --transition-base: all var(--duration-base) var(--ease-out);
    --transition-slow: all var(--duration-slow) var(--ease-in-out);
    --transition-colors: color var(--duration-base) var(--ease-out),
                         background-color var(--duration-base) var(--ease-out),
                         border-color var(--duration-base) var(--ease-out);
    --transition-transform: transform var(--duration-base) var(--ease-out);
    --transition-opacity: opacity var(--duration-base) var(--ease-out);

    /* ========================================
       BREAKPOINTS (for reference in media queries)
       ======================================== */

    --breakpoint-xs: 320px;
    --breakpoint-sm: 640px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1280px;
    --breakpoint-2xl: 1440px;
    --breakpoint-3xl: 1600px;

    /* ========================================
       COMPONENT-SPECIFIC VARIABLES
       ======================================== */

    /* Touch Targets (Accessibility) */
    --touch-target-min: 44px;
    --touch-target-comfortable: 48px;

    /* Focus Ring */
    --focus-ring-width: 3px;
    --focus-ring-offset: 2px;
    --focus-ring-color: var(--brand-gold-900);
    --focus-ring: 0 0 0 var(--focus-ring-offset) var(--neutral-white),
                  0 0 0 calc(var(--focus-ring-offset) + var(--focus-ring-width)) var(--focus-ring-color);

    /* Navigation */
    --nav-height-desktop: 70px;
    --nav-height-mobile: 60px;

    /* Cards */
    --card-padding: var(--space-6);
    --card-padding-sm: var(--space-4);
    --card-radius: var(--radius-xl);
    --card-border: var(--border-width-1) solid var(--neutral-200);

    /* Inputs */
    --input-height: 44px;
    --input-height-sm: 36px;
    --input-height-lg: 52px;
    --input-padding-x: var(--space-4);
    --input-border: var(--border-width-2) solid var(--neutral-300);
    --input-border-focus: var(--border-width-2) solid var(--brand-gold-900);
    --input-radius: var(--radius-md);

    /* Buttons */
    --button-height: 44px;
    --button-height-sm: 36px;
    --button-height-lg: 52px;
    --button-padding-x: var(--space-6);
    --button-padding-x-sm: var(--space-4);
    --button-padding-x-lg: var(--space-8);
    --button-radius: var(--radius-md);

    /* ========================================
       GRADIENTS - Modern & Vibrant
       ======================================== */

    --gradient-navy-to-dark: linear-gradient(135deg, #0a2b5c 0%, var(--brand-navy-900) 50%, #000814 100%);
    --gradient-gold-to-light: linear-gradient(135deg, var(--brand-gold-800) 0%, var(--brand-gold-600) 50%, var(--brand-gold-400) 100%);
    --gradient-hero-overlay: linear-gradient(to top, rgba(4, 30, 66, 0.95) 0%, rgba(4, 30, 66, 0.7) 40%, rgba(4, 30, 66, 0.2) 70%, transparent 100%);
    --gradient-card-subtle: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    --gradient-shine: linear-gradient(90deg, transparent 0%, rgba(255, 184, 28, 0.15) 50%, transparent 100%);
    --gradient-gold-shine: linear-gradient(120deg, var(--brand-gold-700) 0%, var(--brand-gold-500) 50%, var(--brand-gold-700) 100%);
    --gradient-navy-gold: linear-gradient(135deg, var(--brand-navy-800) 0%, var(--brand-navy-700) 30%, var(--brand-gold-900) 100%);
    --gradient-card-hover: linear-gradient(145deg, #ffffff 0%, var(--neutral-50) 100%);

    /* ========================================
       BACKDROP FILTERS
       ======================================== */

    --backdrop-blur-sm: blur(4px);
    --backdrop-blur-base: blur(8px);
    --backdrop-blur-lg: blur(16px);
    --backdrop-blur-xl: blur(24px);
}

/* ========================================
   DARK MODE SUPPORT (Future Enhancement)
   ======================================== */

@media (prefers-color-scheme: dark) {
    /* Dark mode tokens would go here */
    /* For now, the site remains light-themed */
}

/* ========================================
   REDUCED MOTION SUPPORT
   ======================================== */

@media (prefers-reduced-motion: reduce) {
    :root {
        --duration-fast: 0ms;
        --duration-base: 0ms;
        --duration-slow: 0ms;
        --duration-slower: 0ms;
        --duration-slowest: 0ms;

        --transition-fast: none;
        --transition-base: none;
        --transition-slow: none;
        --transition-colors: none;
        --transition-transform: none;
        --transition-opacity: none;
    }
}

/* ========================================
   HIGH CONTRAST MODE SUPPORT
   ======================================== */

@media (prefers-contrast: high) {
    :root {
        --border-width-1: 2px;
        --border-width-2: 3px;
        --focus-ring-width: 4px;
    }
}

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {
    :root {
        --shadow-xs: none;
        --shadow-sm: none;
        --shadow-base: none;
        --shadow-md: none;
        --shadow-lg: none;
        --shadow-xl: none;
        --shadow-2xl: none;
    }
}

/* === accessibility.css === */
/**
 * ACCESSIBILITY ENHANCEMENTS
 * WCAG 2.1 AAA Compliance
 * Version 2.0.0
 *
 * Comprehensive accessibility improvements including:
 * - Skip links
 * - Focus management
 * - Screen reader utilities
 * - Keyboard navigation
 * - Touch target sizing
 * - Color contrast
 * - Reduced motion support
 */

/* ========================================
   SKIP TO CONTENT LINK
   ======================================== */

.skip-to-main,
.skip-to-content,
.skip-link {
    position: fixed;
    top: -100%;
    left: var(--space-4);
    z-index: var(--z-top);
    padding: var(--space-3) var(--space-6);
    background-color: var(--brand-gold-900);
    color: var(--brand-navy-900);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-base);
    text-decoration: none;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-xl);
    transition: top var(--duration-base) var(--ease-out);
}

.skip-to-main:focus,
.skip-to-content:focus,
.skip-link:focus {
    top: var(--space-4);
    outline: var(--focus-ring-width) solid var(--brand-navy-900);
    outline-offset: var(--focus-ring-offset);
}

/* ========================================
   SCREEN READER ONLY CONTENT
   ======================================== */

.sr-only,
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Allow screen reader only content to be focusable */
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}

/* ========================================
   FOCUS STYLES - Enhanced Visibility
   ======================================== */

/* Remove default focus outline (we'll add custom ones) */
*:focus {
    outline: none;
}

/* Custom focus styles for interactive elements */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible,
[role="button"]:focus-visible,
[role="link"]:focus-visible,
[role="tab"]:focus-visible {
    outline: var(--focus-ring-width) solid var(--focus-ring-color);
    outline-offset: var(--focus-ring-offset);
    position: relative;
    z-index: 10;
}

/* Enhanced focus for navigation links */
.nav-link:focus-visible,
.site-header a:focus-visible {
    outline: var(--focus-ring-width) solid var(--brand-gold-900);
    outline-offset: 4px;
    border-radius: var(--radius-sm);
}

/* Focus for cards and interactive containers */
.card:focus-visible,
.news-card:focus-visible,
.video-card:focus-visible,
.game-card:focus-visible {
    outline: var(--focus-ring-width) solid var(--brand-gold-900);
    outline-offset: 2px;
    box-shadow: var(--shadow-gold-lg);
}

/* ========================================
   KEYBOARD NAVIGATION IMPROVEMENTS
   ======================================== */

/* Make all clickable elements keyboard accessible */
[onclick],
[role="button"],
.clickable {
    cursor: pointer;
}

/* Ensure proper tab order */
[tabindex="-1"]:focus {
    outline: none;
}

/* Visual indicator for keyboard users */
body.using-keyboard *:focus {
    outline: 3px solid var(--brand-gold-900);
    outline-offset: 2px;
}

/* Detect keyboard usage */
body:not(.using-keyboard) *:focus {
    outline: none;
}

body:not(.using-keyboard) *:focus-visible {
    outline: 3px solid var(--brand-gold-900);
    outline-offset: 2px;
}

/* ========================================
   TOUCH TARGET SIZING (WCAG 2.5.5)
   ======================================== */

/* Minimum touch target size of 44x44px */
button,
a,
input[type="checkbox"],
input[type="radio"],
select,
[role="button"],
[role="link"],
.btn,
.nav-link,
.touch-target {
    min-width: var(--touch-target-min);
    min-height: var(--touch-target-min);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Exceptions for text links in paragraphs */
p a,
li a {
    min-width: auto;
    min-height: auto;
    display: inline;
}

/* Mobile touch targets should be even larger */
@media (max-width: 768px) {
    button,
    .btn,
    .nav-toggle,
    input[type="submit"],
    input[type="button"],
    [role="button"] {
        min-height: var(--touch-target-comfortable);
        padding: var(--space-3) var(--space-6);
    }
}

/* ========================================
   COLOR CONTRAST IMPROVEMENTS (WCAG AAA)
   ======================================== */

/* Ensure all text meets WCAG AAA (7:1 contrast ratio) */
body {
    color: var(--neutral-900);
    background-color: var(--neutral-white);
}

/* High contrast text */
h1, h2, h3, h4, h5, h6,
.heading,
.title,
strong,
b {
    color: var(--brand-navy-900);
}

/* Secondary text with sufficient contrast */
.text-muted,
.meta,
.caption,
small {
    color: var(--neutral-700); /* Ensures 7:1 contrast on white */
}

/* Link contrast */
a {
    color: var(--brand-navy-900);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

a:hover,
a:focus {
    color: var(--brand-navy-800);
    text-decoration-thickness: 3px;
}

/* Button contrast */
.btn,
button:not(.unstyled) {
    background-color: var(--brand-gold-900);
    color: var(--brand-navy-900);
    font-weight: var(--font-weight-bold);
}

.btn:hover,
.btn:focus {
    background-color: var(--brand-gold-800);
}

/* ========================================
   ARIA LIVE REGIONS
   ======================================== */

.status-message,
.alert,
.notification,
[role="status"],
[role="alert"],
[aria-live] {
    position: relative;
}

/* Ensure announcements are visible */
[role="status"]:not(:empty),
[role="alert"]:not(:empty) {
    padding: var(--space-4);
    margin: var(--space-4) 0;
    border-radius: var(--radius-md);
    border-left: 4px solid var(--info-500);
}

[role="alert"]:not(:empty) {
    border-left-color: var(--error-500);
}

/* ========================================
   FORM ACCESSIBILITY
   ======================================== */

/* Labels must be visible */
label {
    display: block;
    margin-bottom: var(--space-2);
    font-weight: var(--font-weight-semibold);
    color: var(--neutral-900);
}

/* Required field indicators */
label .required,
label.required::after {
    content: " *";
    color: var(--error-600);
    font-weight: var(--font-weight-bold);
}

/* Form error messages */
.error-message,
.field-error,
[role="alert"].form-error {
    display: block;
    margin-top: var(--space-2);
    color: var(--error-700);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
}

/* Invalid input styling */
input:invalid,
textarea:invalid,
select:invalid,
input[aria-invalid="true"],
textarea[aria-invalid="true"],
select[aria-invalid="true"] {
    border-color: var(--error-600);
    border-width: 2px;
}

input:invalid:focus,
textarea:invalid:focus,
select:invalid:focus {
    outline-color: var(--error-600);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
}

/* Valid input confirmation */
input:valid.validated,
textarea:valid.validated,
select:valid.validated,
input[aria-invalid="false"],
textarea[aria-invalid="false"],
select[aria-invalid="false"] {
    border-color: var(--success-600);
}

/* Help text for inputs */
.help-text,
.field-description,
[id$="-description"] {
    display: block;
    margin-top: var(--space-2);
    font-size: var(--font-size-sm);
    color: var(--neutral-700);
}

/* ========================================
   TABLE ACCESSIBILITY
   ======================================== */

/* Ensure table headers are properly styled */
table th {
    text-align: left;
    font-weight: var(--font-weight-bold);
    background-color: var(--neutral-100);
}

/* Caption styling */
caption {
    padding: var(--space-4);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-lg);
    text-align: left;
    color: var(--brand-navy-900);
}

/* ========================================
   HEADING HIERARCHY
   ======================================== */

/* Ensure proper heading levels */
h1 { font-size: var(--font-size-3xl); }
h2 { font-size: var(--font-size-2xl); }
h3 { font-size: var(--font-size-xl); }
h4 { font-size: var(--font-size-lg); }
h5 { font-size: var(--font-size-md); }
h6 { font-size: var(--font-size-base); }

/* Visually hidden headings for screen readers */
.heading-hidden {
    composes: sr-only;
}

/* ========================================
   LOADING & DISABLED STATES
   ======================================== */

/* Disabled elements should be clearly indicated */
:disabled,
[aria-disabled="true"] {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* Loading states */
[aria-busy="true"] {
    position: relative;
    pointer-events: none;
}

[aria-busy="true"]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid var(--neutral-300);
    border-top-color: var(--brand-gold-900);
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ========================================
   MODAL & DIALOG ACCESSIBILITY
   ======================================== */

/* Trap focus in modal */
.modal[aria-modal="true"],
.dialog[role="dialog"] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: var(--z-modal);
}

/* Backdrop */
.modal-backdrop,
.dialog-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: var(--z-modal-backdrop);
}

/* Prevent body scroll when modal is open */
body.modal-open,
body.dialog-open {
    overflow: hidden;
}

/* ========================================
   REDUCED MOTION
   ======================================== */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    /* Keep opacity transitions for accessibility */
    .fade,
    [data-animate="fade"] {
        transition: opacity 0.2s ease !important;
    }
}

/* ========================================
   HIGH CONTRAST MODE
   ======================================== */

@media (prefers-contrast: high) {
    /* Increase border visibility */
    button,
    input,
    select,
    textarea,
    .card,
    .btn {
        border-width: 2px;
    }

    /* Enhance focus indicators */
    *:focus-visible {
        outline-width: 4px;
    }

    /* Remove subtle backgrounds */
    .card,
    .sidebar-card,
    .schedule-game-card {
        background-color: var(--neutral-white);
    }
}

/* ========================================
   TEXT SPACING (WCAG 1.4.12)
   ======================================== */

/* Allow user text spacing overrides */
* {
    line-height: var(--line-height-normal) !important;
}

p,
li,
dd {
    margin-bottom: calc(var(--space-4) * 1.5);
}

/* ========================================
   KEYBOARD NAVIGATION HELPER
   ======================================== */

/* Add keyboard navigation detection script */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

/* ========================================
   CONTENT REFLOW (WCAG 1.4.10)
   ======================================== */

/* Ensure content doesn't require horizontal scrolling at 320px width */
@media (max-width: 320px) {
    * {
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

/* ========================================
   PRINT ACCESSIBILITY
   ======================================== */

@media print {
    /* Ensure links are visible in print */
    a[href]::after {
        content: " (" attr(href) ")";
        font-size: 80%;
    }

    /* Show skip links in print */
    .skip-to-main,
    .skip-link {
        position: static;
    }

    /* Hide non-essential elements */
    nav,
    .nav-toggle,
    .mobile-menu-backdrop,
    button:not(.print-show) {
        display: none;
    }
}

/* ========================================
   CUSTOM FOCUS INDICATORS
   ======================================== */

/* Navigation focus */
.site-header .nav-link:focus-visible {
    outline: 3px solid var(--brand-gold-900);
    outline-offset: 4px;
    background-color: rgba(255, 184, 28, 0.15);
}

/* Card focus */
.card:focus-within,
.news-card:focus-within,
.video-card:focus-within {
    box-shadow: 0 0 0 3px var(--brand-gold-900);
}

/* Button focus */
.btn:focus-visible,
button:focus-visible {
    outline: 3px solid var(--brand-navy-900);
    outline-offset: 2px;
    box-shadow: 0 0 0 6px rgba(255, 184, 28, 0.3);
}

/* === typography.css === */
/**
 * TYPOGRAPHY SYSTEM
 * Comprehensive type scale and styles
 * Version 2.0.0
 *
 * Features:
 * - Fluid typography scales
 * - Consistent hierarchy
 * - Proper line heights and spacing
 * - Responsive type sizing
 * - Accessible contrast ratios
 */

/* ========================================
   BASE TYPOGRAPHY
   ======================================== */

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: var(--font-primary);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-normal);
    color: var(--neutral-900);
    letter-spacing: var(--letter-spacing-normal);
}

/* ========================================
   HEADINGS - Consistent Hierarchy
   ======================================== */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-black);
    line-height: var(--line-height-tight);
    color: var(--brand-navy-900);
    margin-top: 0;
    margin-bottom: var(--space-4);
    letter-spacing: var(--letter-spacing-tight);
}

h1, .h1 {
    font-size: var(--font-size-4xl);
    line-height: 1.1;
    letter-spacing: var(--letter-spacing-tighter);
    margin-bottom: var(--space-6);
}

h2, .h2 {
    font-size: var(--font-size-3xl);
    line-height: 1.15;
    letter-spacing: var(--letter-spacing-tighter);
    margin-bottom: var(--space-5);
}

h3, .h3 {
    font-size: var(--font-size-2xl);
    line-height: 1.2;
    letter-spacing: var(--letter-spacing-tight);
    margin-bottom: var(--space-4);
}

h4, .h4 {
    font-size: var(--font-size-xl);
    line-height: 1.25;
    margin-bottom: var(--space-4);
}

h5, .h5 {
    font-size: var(--font-size-lg);
    line-height: 1.3;
    margin-bottom: var(--space-3);
}

h6, .h6 {
    font-size: var(--font-size-md);
    line-height: 1.35;
    margin-bottom: var(--space-3);
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-wider);
    font-weight: var(--font-weight-extrabold);
}

/* ========================================
   HEADING VARIANTS
   ======================================== */

/* Display headings - Extra large */
.display-1 {
    font-size: clamp(3.5rem, 8vw, 6rem);
    font-weight: var(--font-weight-black);
    line-height: 1;
    letter-spacing: -0.03em;
}

.display-2 {
    font-size: clamp(3rem, 7vw, 5rem);
    font-weight: var(--font-weight-black);
    line-height: 1.05;
    letter-spacing: -0.025em;
}

.display-3 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: var(--font-weight-black);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

/* Heading with accent */
.heading-accent {
    color: var(--brand-gold-900);
}

/* Heading with gradient */
.heading-gradient {
    background: linear-gradient(135deg, var(--brand-navy-900) 0%, var(--brand-navy-600) 50%, var(--brand-gold-900) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ========================================
   PARAGRAPHS & BODY TEXT
   ======================================== */

p {
    margin-top: 0;
    margin-bottom: var(--space-4);
    line-height: var(--line-height-relaxed);
}

p:last-child {
    margin-bottom: 0;
}

/* Lead paragraph */
.lead,
.intro-text {
    font-size: var(--font-size-lg);
    line-height: var(--line-height-relaxed);
    font-weight: var(--font-weight-normal);
    color: var(--neutral-700);
    margin-bottom: var(--space-6);
}

/* Small text */
.small,
small {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-normal);
}

/* Extra small text */
.text-xs {
    font-size: var(--font-size-xs);
    line-height: var(--line-height-snug);
}

/* ========================================
   TEXT FORMATTING
   ======================================== */

/* Font weights */
.font-light { font-weight: var(--font-weight-light); }
.font-normal { font-weight: var(--font-weight-normal); }
.font-medium { font-weight: var(--font-weight-medium); }
.font-semibold { font-weight: var(--font-weight-semibold); }
.font-bold { font-weight: var(--font-weight-bold); }
.font-extrabold { font-weight: var(--font-weight-extrabold); }
.font-black { font-weight: var(--font-weight-black); }

/* Emphasis */
strong,
b,
.strong {
    font-weight: var(--font-weight-bold);
    color: var(--brand-navy-900);
}

em,
i,
.em {
    font-style: italic;
}

u,
.underline {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

mark,
.highlight {
    background-color: var(--brand-gold-100);
    color: var(--brand-navy-900);
    padding: 0.125em 0.25em;
    border-radius: var(--radius-sm);
}

del,
.strikethrough {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    opacity: 0.7;
}

/* ========================================
   TEXT TRANSFORMATIONS
   ======================================== */

.uppercase {
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-wider);
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.normal-case {
    text-transform: none;
}

/* ========================================
   TEXT ALIGNMENT
   ======================================== */

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }

/* ========================================
   TEXT COLORS
   ======================================== */

/* Brand colors */
.text-navy { color: var(--brand-navy-900) !important; }
.text-gold { color: var(--brand-gold-900) !important; }

/* Neutral colors */
.text-white { color: var(--neutral-white) !important; }
.text-black { color: var(--neutral-950) !important; }
.text-gray { color: var(--neutral-600) !important; }
.text-muted { color: var(--neutral-700) !important; }

/* Semantic colors */
.text-success { color: var(--success-700) !important; }
.text-error { color: var(--error-700) !important; }
.text-warning { color: var(--warning-700) !important; }
.text-info { color: var(--info-700) !important; }

/* ========================================
   LINE HEIGHT UTILITIES
   ======================================== */

.leading-none { line-height: 1; }
.leading-tight { line-height: var(--line-height-tight); }
.leading-snug { line-height: var(--line-height-snug); }
.leading-normal { line-height: var(--line-height-normal); }
.leading-relaxed { line-height: var(--line-height-relaxed); }
.leading-loose { line-height: var(--line-height-loose); }

/* ========================================
   LETTER SPACING UTILITIES
   ======================================== */

.tracking-tighter { letter-spacing: var(--letter-spacing-tighter); }
.tracking-tight { letter-spacing: var(--letter-spacing-tight); }
.tracking-normal { letter-spacing: var(--letter-spacing-normal); }
.tracking-wide { letter-spacing: var(--letter-spacing-wide); }
.tracking-wider { letter-spacing: var(--letter-spacing-wider); }
.tracking-widest { letter-spacing: var(--letter-spacing-widest); }

/* ========================================
   LISTS
   ======================================== */

ul,
ol {
    margin-top: 0;
    margin-bottom: var(--space-4);
    padding-left: var(--space-6);
}

li {
    margin-bottom: var(--space-2);
    line-height: var(--line-height-relaxed);
}

li:last-child {
    margin-bottom: 0;
}

/* Unstyled lists */
.list-none,
.list-unstyled {
    list-style: none;
    padding-left: 0;
}

.list-none li,
.list-unstyled li {
    margin-bottom: var(--space-3);
}

/* Inline lists */
.list-inline {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-4);
}

.list-inline li {
    margin-bottom: 0;
}

/* Custom list markers */
.list-checkmark li::before {
    content: "✓ ";
    color: var(--success-600);
    font-weight: var(--font-weight-bold);
    margin-right: var(--space-2);
}

.list-arrow li::before {
    content: "→ ";
    color: var(--brand-gold-900);
    font-weight: var(--font-weight-bold);
    margin-right: var(--space-2);
}

/* ========================================
   LINKS
   ======================================== */

a {
    color: var(--brand-navy-900);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    transition: var(--transition-colors);
}

a:hover {
    color: var(--brand-navy-700);
    text-decoration-thickness: 3px;
}

a:active {
    color: var(--brand-gold-900);
}

/* Link variants */
.link-primary {
    color: var(--brand-navy-900);
}

.link-secondary {
    color: var(--brand-gold-900);
}

.link-muted {
    color: var(--neutral-600);
    text-decoration: none;
}

.link-muted:hover {
    color: var(--brand-navy-900);
    text-decoration: underline;
}

.link-unstyled {
    color: inherit;
    text-decoration: none;
}

.link-unstyled:hover {
    color: var(--brand-gold-900);
}

/* ========================================
   BLOCKQUOTES
   ======================================== */

blockquote {
    margin: var(--space-8) 0;
    padding: var(--space-6);
    padding-left: var(--space-8);
    border-left: 4px solid var(--brand-gold-900);
    background-color: var(--neutral-50);
    border-radius: var(--radius-md);
    font-size: var(--font-size-lg);
    font-style: italic;
    color: var(--neutral-800);
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote cite {
    display: block;
    margin-top: var(--space-4);
    font-size: var(--font-size-sm);
    font-style: normal;
    font-weight: var(--font-weight-semibold);
    color: var(--neutral-600);
}

blockquote cite::before {
    content: "— ";
}

/* ========================================
   CODE & PREFORMATTED TEXT
   ======================================== */

code,
kbd,
samp {
    font-family: var(--font-mono);
    font-size: 0.9em;
    padding: 0.125em 0.375em;
    background-color: var(--neutral-100);
    border-radius: var(--radius-sm);
    color: var(--error-700);
    font-weight: var(--font-weight-medium);
}

pre {
    font-family: var(--font-mono);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-relaxed);
    padding: var(--space-6);
    background-color: var(--neutral-900);
    color: var(--neutral-100);
    border-radius: var(--radius-lg);
    overflow-x: auto;
    margin: var(--space-6) 0;
}

pre code {
    background-color: transparent;
    color: inherit;
    padding: 0;
    font-size: inherit;
}

/* ========================================
   TEXT TRUNCATION
   ======================================== */

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ========================================
   TEXT DECORATION
   ======================================== */

.no-underline {
    text-decoration: none !important;
}

.underline {
    text-decoration: underline;
}

.line-through {
    text-decoration: line-through;
}

/* ========================================
   WHITE SPACE
   ======================================== */

.whitespace-normal { white-space: normal; }
.whitespace-nowrap { white-space: nowrap; }
.whitespace-pre { white-space: pre; }
.whitespace-pre-line { white-space: pre-line; }
.whitespace-pre-wrap { white-space: pre-wrap; }

/* ========================================
   WORD BREAK
   ======================================== */

.break-normal {
    overflow-wrap: normal;
    word-break: normal;
}

.break-words {
    overflow-wrap: break-word;
    word-break: break-word;
}

.break-all {
    word-break: break-all;
}

/* ========================================
   BADGES & LABELS
   ======================================== */

.badge,
.label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25em 0.75em;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    line-height: 1;
    letter-spacing: var(--letter-spacing-wide);
    text-transform: uppercase;
    border-radius: var(--radius-full);
    white-space: nowrap;
}

.badge-primary {
    background-color: var(--brand-navy-900);
    color: var(--neutral-white);
}

.badge-secondary {
    background-color: var(--brand-gold-900);
    color: var(--brand-navy-900);
}

.badge-success {
    background-color: var(--success-500);
    color: var(--neutral-white);
}

.badge-error {
    background-color: var(--error-500);
    color: var(--neutral-white);
}

.badge-warning {
    background-color: var(--warning-500);
    color: var(--brand-navy-900);
}

.badge-info {
    background-color: var(--info-500);
    color: var(--neutral-white);
}

/* ========================================
   RESPONSIVE TYPOGRAPHY
   ======================================== */

@media (max-width: 768px) {
    /* Adjust heading sizes for mobile */
    h1, .h1 {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    h2, .h2 {
        font-size: clamp(1.75rem, 6vw, 2.5rem);
    }

    h3, .h3 {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    /* Adjust body text for better mobile readability */
    body {
        font-size: var(--font-size-base);
        line-height: var(--line-height-relaxed);
    }

    .lead {
        font-size: var(--font-size-md);
    }
}

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    p {
        orphans: 3;
        widows: 3;
    }

    blockquote {
        page-break-inside: avoid;
    }
}

/* === animations.css === */
/**
 * ANIMATIONS & TRANSITIONS LIBRARY
 * Comprehensive animation system
 * Version 2.0.0
 *
 * Features:
 * - Smooth transitions
 * - Micro-interactions
 * - Loading animations
 * - Enter/exit animations
 * - Hover effects
 * - Reduced motion support
 */

/* ========================================
   KEYFRAME ANIMATIONS
   ======================================== */

/* Fade animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Scale animations */
@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes scaleOut {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.9);
    }
}

/* Slide animations */
@keyframes slideInUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

/* Rotate & Spin */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinReverse {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

/* Pulse & Bounce */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.9;
        transform: scale(1.05);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(5px);
    }
}

/* Shimmer effect for loading */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes shimmerSlide {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/* Progress bar animation */
@keyframes progressBar {
    from {
        transform: scaleX(0);
        transform-origin: left;
    }
    to {
        transform: scaleX(1);
        transform-origin: left;
    }
}

/* Glow effect */
@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px var(--brand-gold-900),
                    0 0 10px var(--brand-gold-900);
    }
    50% {
        box-shadow: 0 0 20px var(--brand-gold-900),
                    0 0 30px var(--brand-gold-900),
                    0 0 40px var(--brand-gold-900);
    }
}

/* Ripple effect */
@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

/* Float animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Wiggle */
@keyframes wiggle {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-3deg);
    }
    75% {
        transform: rotate(3deg);
    }
}

/* ========================================
   UTILITY ANIMATION CLASSES
   ======================================== */

/* Fade utilities */
.animate-fade-in {
    animation: fadeIn var(--duration-base) var(--ease-out);
}

.animate-fade-out {
    animation: fadeOut var(--duration-base) var(--ease-in);
}

.animate-fade-in-up {
    animation: fadeInUp var(--duration-slow) var(--ease-out);
}

.animate-fade-in-down {
    animation: fadeInDown var(--duration-slow) var(--ease-out);
}

.animate-fade-in-left {
    animation: fadeInLeft var(--duration-slow) var(--ease-out);
}

.animate-fade-in-right {
    animation: fadeInRight var(--duration-slow) var(--ease-out);
}

/* Scale utilities */
.animate-scale-in {
    animation: scaleIn var(--duration-base) var(--ease-out);
}

.animate-scale-out {
    animation: scaleOut var(--duration-base) var(--ease-in);
}

/* Slide utilities */
.animate-slide-in-up {
    animation: slideInUp var(--duration-slow) var(--ease-out);
}

.animate-slide-in-down {
    animation: slideInDown var(--duration-slow) var(--ease-out);
}

.animate-slide-in-left {
    animation: slideInLeft var(--duration-slow) var(--ease-out);
}

.animate-slide-in-right {
    animation: slideInRight var(--duration-slow) var(--ease-out);
}

/* Spin utilities */
.animate-spin {
    animation: spin var(--duration-slowest) linear infinite;
}

.animate-spin-slow {
    animation: spin 2s linear infinite;
}

.animate-spin-fast {
    animation: spin 0.5s linear infinite;
}

/* Other utilities */
.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
    animation: bounce 1s infinite;
}

.animate-shake {
    animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97);
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

.animate-wiggle {
    animation: wiggle 0.5s ease-in-out;
}

/* ========================================
   ANIMATION DELAYS
   ======================================== */

.delay-75 { animation-delay: 75ms; }
.delay-100 { animation-delay: 100ms; }
.delay-150 { animation-delay: 150ms; }
.delay-200 { animation-delay: 200ms; }
.delay-300 { animation-delay: 300ms; }
.delay-500 { animation-delay: 500ms; }
.delay-700 { animation-delay: 700ms; }
.delay-1000 { animation-delay: 1000ms; }

/* ========================================
   ANIMATION DURATIONS
   ======================================== */

.duration-75 { animation-duration: 75ms; }
.duration-100 { animation-duration: 100ms; }
.duration-150 { animation-duration: 150ms; }
.duration-200 { animation-duration: 200ms; }
.duration-300 { animation-duration: 300ms; }
.duration-500 { animation-duration: 500ms; }
.duration-700 { animation-duration: 700ms; }
.duration-1000 { animation-duration: 1000ms; }

/* ========================================
   TRANSITION UTILITIES
   ======================================== */

.transition-none {
    transition: none;
}

.transition-all {
    transition: all var(--duration-base) var(--ease-out);
}

.transition-colors {
    transition: var(--transition-colors);
}

.transition-opacity {
    transition: var(--transition-opacity);
}

.transition-transform {
    transition: var(--transition-transform);
}

.transition-fast {
    transition-duration: var(--duration-fast);
}

.transition-base {
    transition-duration: var(--duration-base);
}

.transition-slow {
    transition-duration: var(--duration-slow);
}

/* ========================================
   HOVER EFFECTS
   ======================================== */

/* Lift effect */
.hover-lift {
    transition: var(--transition-transform);
}

.hover-lift:hover {
    transform: translateY(-4px);
}

/* Grow effect */
.hover-grow {
    transition: var(--transition-transform);
}

.hover-grow:hover {
    transform: scale(1.05);
}

/* Shrink effect */
.hover-shrink {
    transition: var(--transition-transform);
}

.hover-shrink:hover {
    transform: scale(0.95);
}

/* Glow on hover */
.hover-glow {
    transition: box-shadow var(--duration-base) var(--ease-out);
}

.hover-glow:hover {
    box-shadow: 0 0 20px rgba(255, 184, 28, 0.5),
                0 0 30px rgba(255, 184, 28, 0.3);
}

/* Shadow lift */
.hover-shadow {
    transition: box-shadow var(--duration-base) var(--ease-out);
}

.hover-shadow:hover {
    box-shadow: var(--shadow-xl);
}

/* Underline grow */
.hover-underline {
    position: relative;
}

.hover-underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--brand-gold-900);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform var(--duration-base) var(--ease-out);
}

.hover-underline:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* ========================================
   LOADING STATES
   ======================================== */

/* Spinner */
.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid var(--neutral-200);
    border-top-color: var(--brand-gold-900);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.spinner-sm {
    width: 20px;
    height: 20px;
    border-width: 2px;
}

.spinner-lg {
    width: 60px;
    height: 60px;
    border-width: 6px;
}

/* Skeleton loader */
.skeleton {
    position: relative;
    overflow: hidden;
    background-color: var(--neutral-200);
    border-radius: var(--radius-md);
}

.skeleton::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 100%
    );
    animation: shimmerSlide 1.5s ease-in-out infinite;
}

.skeleton-text {
    height: 1em;
    margin-bottom: 0.5em;
    border-radius: var(--radius-sm);
}

.skeleton-heading {
    height: 2em;
    margin-bottom: 1em;
    border-radius: var(--radius-md);
}

.skeleton-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.skeleton-button {
    height: 44px;
    width: 120px;
    border-radius: var(--radius-md);
}

/* Pulse loader */
.pulse-loader {
    display: inline-flex;
    gap: var(--space-2);
}

.pulse-loader span {
    width: 12px;
    height: 12px;
    background-color: var(--brand-gold-900);
    border-radius: 50%;
    animation: pulse 1.4s ease-in-out infinite;
}

.pulse-loader span:nth-child(2) {
    animation-delay: 0.2s;
}

.pulse-loader span:nth-child(3) {
    animation-delay: 0.4s;
}

/* Progress bar */
.progress-bar {
    position: relative;
    width: 100%;
    height: 4px;
    background-color: var(--neutral-200);
    border-radius: var(--radius-full);
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    background-color: var(--brand-gold-900);
    border-radius: var(--radius-full);
    transition: width var(--duration-base) var(--ease-out);
}

.progress-bar-indeterminate .progress-bar-fill {
    width: 30%;
    animation: progressBar 1.5s ease-in-out infinite;
}

/* ========================================
   STAGGER ANIMATIONS
   ======================================== */

.stagger-children > *:nth-child(1) { animation-delay: 0ms; }
.stagger-children > *:nth-child(2) { animation-delay: 50ms; }
.stagger-children > *:nth-child(3) { animation-delay: 100ms; }
.stagger-children > *:nth-child(4) { animation-delay: 150ms; }
.stagger-children > *:nth-child(5) { animation-delay: 200ms; }
.stagger-children > *:nth-child(6) { animation-delay: 250ms; }
.stagger-children > *:nth-child(7) { animation-delay: 300ms; }
.stagger-children > *:nth-child(8) { animation-delay: 350ms; }
.stagger-children > *:nth-child(9) { animation-delay: 400ms; }
.stagger-children > *:nth-child(10) { animation-delay: 450ms; }

/* ========================================
   SCROLL ANIMATIONS
   ======================================== */

.scroll-fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ========================================
   ATTENTION SEEKERS
   ======================================== */

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }
    10%, 30% {
        transform: scale(1.1);
    }
    20%, 40% {
        transform: scale(1);
    }
}

.animate-heartbeat {
    animation: heartbeat 1.3s ease-in-out infinite;
}

/* Flash */
@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.animate-flash {
    animation: flash 1s ease-in-out infinite;
}

/* ========================================
   BUTTON RIPPLE EFFECT
   ======================================== */

.btn-ripple {
    position: relative;
    overflow: hidden;
}

.btn-ripple::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-ripple:active::after {
    width: 300px;
    height: 300px;
}

/* ========================================
   PAGE TRANSITION
   ======================================== */

.page-transition-enter {
    opacity: 0;
    transform: translateY(20px);
}

.page-transition-enter-active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.page-transition-exit {
    opacity: 1;
    transform: translateY(0);
}

.page-transition-exit-active {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}

/* ========================================
   REDUCED MOTION
   ======================================== */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    /* Keep essential animations */
    .spinner,
    .progress-bar-indeterminate .progress-bar-fill {
        animation-duration: 1s !important;
    }

    /* Disable decorative animations */
    .animate-pulse,
    .animate-bounce,
    .animate-float,
    .hover-lift,
    .hover-grow {
        animation: none !important;
    }

    .hover-lift:hover,
    .hover-grow:hover {
        transform: none !important;
    }
}

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}

/* === components.css === */
/**
 * COMPONENTS LIBRARY
 * Reusable UI components
 * Version 2.0.0
 *
 * Comprehensive component system including:
 * - Buttons
 * - Cards
 * - Forms
 * - Modals
 * - Alerts
 * - Badges
 * - Navigation
 * - Tables
 * - And more...
 */

/* ========================================
   BUTTONS
   ======================================== */

.btn,
button.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    min-height: var(--button-height);
    padding: 0 var(--button-padding-x);
    font-family: var(--font-primary);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border: none;
    border-radius: var(--button-radius);
    cursor: pointer;
    user-select: none;
    transition: var(--transition-all);
    position: relative;
    overflow: hidden;
}

.btn:disabled,
.btn[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* Button sizes */
.btn-sm {
    min-height: var(--button-height-sm);
    padding: 0 var(--button-padding-x-sm);
    font-size: var(--font-size-sm);
}

.btn-lg {
    min-height: var(--button-height-lg);
    padding: 0 var(--button-padding-x-lg);
    font-size: var(--font-size-lg);
}

/* Button variants */
.btn-primary {
    background-color: var(--brand-gold-900);
    color: var(--brand-navy-900);
}

.btn-primary:hover:not(:disabled) {
    background-color: var(--brand-gold-800);
    transform: translateY(-2px);
    box-shadow: var(--shadow-gold);
}

.btn-primary:active:not(:disabled) {
    transform: translateY(0);
}

.btn-secondary {
    background-color: var(--brand-navy-900);
    color: var(--neutral-white);
}

.btn-secondary:hover:not(:disabled) {
    background-color: var(--brand-navy-800);
    transform: translateY(-2px);
    box-shadow: var(--shadow-navy);
}

.btn-outline {
    background-color: transparent;
    border: 2px solid var(--brand-navy-900);
    color: var(--brand-navy-900);
}

.btn-outline:hover:not(:disabled) {
    background-color: var(--brand-navy-900);
    color: var(--neutral-white);
}

.btn-ghost {
    background-color: transparent;
    color: var(--brand-navy-900);
}

.btn-ghost:hover:not(:disabled) {
    background-color: var(--neutral-100);
}

.btn-success {
    background-color: var(--success-600);
    color: var(--neutral-white);
}

.btn-error {
    background-color: var(--error-600);
    color: var(--neutral-white);
}

.btn-warning {
    background-color: var(--warning-600);
    color: var(--brand-navy-900);
}

/* Button with icon */
.btn-icon {
    padding: 0;
    width: var(--button-height);
    height: var(--button-height);
}

.btn-icon-sm {
    width: var(--button-height-sm);
    height: var(--button-height-sm);
}

.btn-icon-lg {
    width: var(--button-height-lg);
    height: var(--button-height-lg);
}

/* Button group */
.btn-group {
    display: inline-flex;
    gap: 0;
}

.btn-group .btn {
    border-radius: 0;
}

.btn-group .btn:first-child {
    border-top-left-radius: var(--button-radius);
    border-bottom-left-radius: var(--button-radius);
}

.btn-group .btn:last-child {
    border-top-right-radius: var(--button-radius);
    border-bottom-right-radius: var(--button-radius);
}

/* ========================================
   CARDS
   ======================================== */

.card {
    display: flex;
    flex-direction: column;
    background-color: var(--neutral-white);
    border-radius: var(--card-radius);
    border: var(--card-border);
    box-shadow: var(--shadow-sm);
    transition: var(--transition-all);
    overflow: hidden;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.card-header {
    padding: var(--space-6);
    border-bottom: var(--border-width-1) solid var(--neutral-200);
    background-color: var(--neutral-50);
}

.card-body {
    padding: var(--card-padding);
    flex: 1;
}

.card-footer {
    padding: var(--space-6);
    border-top: var(--border-width-1) solid var(--neutral-200);
    background-color: var(--neutral-50);
}

/* Card variants */
.card-elevated {
    box-shadow: var(--shadow-md);
}

.card-elevated:hover {
    box-shadow: var(--shadow-xl);
}

.card-bordered {
    border-width: var(--border-width-2);
}

.card-highlight {
    border-top: 4px solid var(--brand-gold-900);
}

.card-interactive {
    cursor: pointer;
}

.card-interactive:hover {
    border-color: var(--brand-gold-900);
}

/* ========================================
   FORMS
   ======================================== */

/* Form groups */
.form-group {
    margin-bottom: var(--space-6);
}

.form-label {
    display: block;
    margin-bottom: var(--space-2);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    color: var(--neutral-900);
}

.form-label-required::after {
    content: ' *';
    color: var(--error-600);
}

/* Input styles */
.form-input,
.form-select,
.form-textarea {
    display: block;
    width: 100%;
    min-height: var(--input-height);
    padding: 0 var(--input-padding-x);
    font-family: var(--font-primary);
    font-size: var(--font-size-base);
    line-height: 1.5;
    color: var(--neutral-900);
    background-color: var(--neutral-white);
    border: var(--input-border);
    border-radius: var(--input-radius);
    transition: var(--transition-all);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: var(--brand-gold-900);
    box-shadow: 0 0 0 3px rgba(255, 184, 28, 0.2);
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: var(--neutral-500);
}

/* Textarea */
.form-textarea {
    min-height: 120px;
    padding: var(--space-3) var(--input-padding-x);
    resize: vertical;
}

/* Select */
.form-select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23334155'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right var(--space-3) center;
    background-size: 1.5em 1.5em;
    padding-right: var(--space-10);
}

/* Checkbox & Radio */
.form-checkbox,
.form-radio {
    width: 20px;
    height: 20px;
    margin-right: var(--space-2);
    cursor: pointer;
    accent-color: var(--brand-gold-900);
}

.form-check {
    display: flex;
    align-items: center;
    margin-bottom: var(--space-3);
}

.form-check-label {
    cursor: pointer;
    user-select: none;
}

/* Input states */
.form-input-error,
.form-select-error,
.form-textarea-error {
    border-color: var(--error-600);
}

.form-input-error:focus,
.form-select-error:focus,
.form-textarea-error:focus {
    border-color: var(--error-600);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
}

.form-input-success,
.form-select-success,
.form-textarea-success {
    border-color: var(--success-600);
}

/* Help text */
.form-help-text {
    display: block;
    margin-top: var(--space-2);
    font-size: var(--font-size-sm);
    color: var(--neutral-600);
}

.form-error-text {
    display: block;
    margin-top: var(--space-2);
    font-size: var(--font-size-sm);
    color: var(--error-700);
    font-weight: var(--font-weight-semibold);
}

/* ========================================
   ALERTS & NOTIFICATIONS
   ======================================== */

.alert {
    display: flex;
    align-items: flex-start;
    gap: var(--space-3);
    padding: var(--space-4);
    border-radius: var(--radius-lg);
    border-left: 4px solid;
    margin-bottom: var(--space-4);
}

.alert-success {
    background-color: var(--success-50);
    border-left-color: var(--success-600);
    color: var(--success-900);
}

.alert-error {
    background-color: var(--error-50);
    border-left-color: var(--error-600);
    color: var(--error-900);
}

.alert-warning {
    background-color: var(--warning-50);
    border-left-color: var(--warning-600);
    color: var(--warning-900);
}

.alert-info {
    background-color: var(--info-50);
    border-left-color: var(--info-600);
    color: var(--info-900);
}

.alert-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.alert-content {
    flex: 1;
}

.alert-title {
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--space-1);
}

.alert-close {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity var(--duration-base);
}

.alert-close:hover {
    opacity: 1;
}

/* Toast notifications */
.toast {
    position: fixed;
    top: var(--space-4);
    right: var(--space-4);
    z-index: var(--z-notification);
    min-width: 300px;
    max-width: 500px;
    animation: slideInRight var(--duration-slow) var(--ease-out);
}

/* ========================================
   MODALS
   ======================================== */

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: var(--z-modal-backdrop);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-4);
}

.modal {
    background-color: var(--neutral-white);
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-2xl);
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: scaleIn var(--duration-slow) var(--ease-out);
}

.modal-header {
    padding: var(--space-6);
    border-bottom: var(--border-width-1) solid var(--neutral-200);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-title {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    color: var(--brand-navy-900);
    margin: 0;
}

.modal-close {
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background-color: var(--neutral-100);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-all);
}

.modal-close:hover {
    background-color: var(--brand-gold-900);
    transform: rotate(90deg);
}

.modal-body {
    padding: var(--space-6);
}

.modal-footer {
    padding: var(--space-6);
    border-top: var(--border-width-1) solid var(--neutral-200);
    display: flex;
    gap: var(--space-3);
    justify-content: flex-end;
}

/* ========================================
   BADGES & PILLS
   ======================================== */

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25em 0.75em;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    line-height: 1;
    letter-spacing: var(--letter-spacing-wide);
    text-transform: uppercase;
    border-radius: var(--radius-full);
    white-space: nowrap;
}

.badge-primary {
    background-color: var(--brand-navy-900);
    color: var(--neutral-white);
}

.badge-secondary {
    background-color: var(--brand-gold-900);
    color: var(--brand-navy-900);
}

.badge-success {
    background-color: var(--success-100);
    color: var(--success-900);
}

.badge-error {
    background-color: var(--error-100);
    color: var(--error-900);
}

.badge-warning {
    background-color: var(--warning-100);
    color: var(--warning-900);
}

.badge-info {
    background-color: var(--info-100);
    color: var(--info-900);
}

/* ========================================
   AVATARS
   ======================================== */

.avatar {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background-color: var(--neutral-200);
}

.avatar-sm {
    width: 32px;
    height: 32px;
}

.avatar-lg {
    width: 60px;
    height: 60px;
}

.avatar-xl {
    width: 80px;
    height: 80px;
}

.avatar-group {
    display: flex;
    align-items: center;
}

.avatar-group .avatar {
    margin-right: calc(var(--space-3) * -1);
    border: 3px solid var(--neutral-white);
}

.avatar-group .avatar:hover {
    z-index: 10;
    transform: scale(1.1);
}

/* ========================================
   DROPDOWNS
   ======================================== */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: var(--z-dropdown);
    min-width: 200px;
    margin-top: var(--space-2);
    padding: var(--space-2) 0;
    background-color: var(--neutral-white);
    border: var(--border-width-1) solid var(--neutral-200);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    display: none;
}

.dropdown.is-open .dropdown-menu {
    display: block;
    animation: fadeInDown var(--duration-base) var(--ease-out);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--space-3) var(--space-4);
    text-align: left;
    text-decoration: none;
    color: var(--neutral-900);
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: var(--transition-colors);
}

.dropdown-item:hover {
    background-color: var(--neutral-100);
    color: var(--brand-navy-900);
}

.dropdown-divider {
    height: 1px;
    margin: var(--space-2) 0;
    background-color: var(--neutral-200);
}

/* ========================================
   TABS
   ======================================== */

.tabs {
    display: flex;
    border-bottom: 2px solid var(--neutral-200);
    gap: 0;
    margin-bottom: var(--space-6);
}

.tab {
    padding: var(--space-4) var(--space-6);
    font-weight: var(--font-weight-semibold);
    color: var(--neutral-600);
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: var(--transition-all);
    position: relative;
    bottom: -2px;
}

.tab:hover {
    color: var(--brand-navy-900);
    background-color: var(--neutral-50);
}

.tab.is-active {
    color: var(--brand-navy-900);
    border-bottom-color: var(--brand-gold-900);
}

/* ========================================
   ACCORDIONS
   ======================================== */

.accordion-item {
    border: var(--border-width-1) solid var(--neutral-200);
    border-radius: var(--radius-lg);
    margin-bottom: var(--space-3);
    overflow: hidden;
}

.accordion-header {
    width: 100%;
    padding: var(--space-4) var(--space-6);
    text-align: left;
    font-weight: var(--font-weight-semibold);
    background-color: var(--neutral-white);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: var(--transition-colors);
}

.accordion-header:hover {
    background-color: var(--neutral-50);
}

.accordion-icon {
    transition: var(--transition-transform);
}

.accordion-item.is-open .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--duration-slow) var(--ease-out);
}

.accordion-item.is-open .accordion-content {
    max-height: 1000px;
}

.accordion-body {
    padding: var(--space-6);
    border-top: var(--border-width-1) solid var(--neutral-200);
}

/* ========================================
   TOOLTIPS
   ======================================== */

[data-tooltip] {
    position: relative;
}

[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    padding: var(--space-2) var(--space-3);
    background-color: var(--neutral-900);
    color: var(--neutral-white);
    font-size: var(--font-size-sm);
    line-height: 1.4;
    white-space: nowrap;
    border-radius: var(--radius-md);
    opacity: 0;
    pointer-events: none;
    transition: var(--transition-opacity);
    z-index: var(--z-tooltip);
}

[data-tooltip]:hover::before {
    opacity: 1;
}

/* ========================================
   PROGRESS BARS
   ======================================== */

.progress {
    width: 100%;
    height: 8px;
    background-color: var(--neutral-200);
    border-radius: var(--radius-full);
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background-color: var(--brand-gold-900);
    border-radius: var(--radius-full);
    transition: width var(--duration-slow) var(--ease-out);
}

.progress-bar-success {
    background-color: var(--success-600);
}

.progress-bar-error {
    background-color: var(--error-600);
}

/* ========================================
   DIVIDERS
   ======================================== */

.divider {
    height: 1px;
    background-color: var(--neutral-200);
    margin: var(--space-8) 0;
}

.divider-vertical {
    width: 1px;
    height: 100%;
    background-color: var(--neutral-200);
}

.divider-text {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    margin: var(--space-8) 0;
    color: var(--neutral-600);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
}

.divider-text::before,
.divider-text::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: var(--neutral-200);
}

/* ========================================
   PAGINATION
   ======================================== */

.pagination {
    display: flex;
    gap: var(--space-2);
    align-items: center;
}

.pagination-item {
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 var(--space-3);
    font-weight: var(--font-weight-semibold);
    color: var(--neutral-700);
    background-color: var(--neutral-white);
    border: var(--border-width-1) solid var(--neutral-300);
    border-radius: var(--radius-md);
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition-all);
}

.pagination-item:hover {
    background-color: var(--neutral-50);
    border-color: var(--brand-gold-900);
    color: var(--brand-navy-900);
}

.pagination-item.is-active {
    background-color: var(--brand-gold-900);
    border-color: var(--brand-gold-900);
    color: var(--brand-navy-900);
}

.pagination-item:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* ========================================
   BREADCRUMBS
   ======================================== */

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--font-size-sm);
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    color: var(--neutral-600);
}

.breadcrumb-item a {
    color: var(--brand-navy-900);
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: var(--brand-gold-900);
    text-decoration: underline;
}

.breadcrumb-separator {
    color: var(--neutral-400);
}

.breadcrumb-item:last-child {
    color: var(--neutral-900);
    font-weight: var(--font-weight-semibold);
}

/* === homepage-clean.css === */
/**
 * Nashville Predators Homepage - v9.0.0
 * Complete restructure to match official NHL site layout
 * - Horizontal schedule bar
 * - Large hero image section
 * - Proper sidebar layout
 * - Image-based news cards
 */

/* ============================================
   MOBILE RESPONSIVE DESIGN - RESTORED
   Proper mobile-first responsive layout
   ============================================ */

/* ============================================
   CRITICAL IMAGE CONSTRAINTS - MUST LOAD FIRST
   ============================================ */

/* Image fills card with proper aspect ratio */
.featured-story-large img,
.featured-story-large .story-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    z-index: 1;
}

.small-hero-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* ============================================
   FOUNDATION
   ============================================ */

/* Scope homepage styles to .page-home to avoid affecting nav/header */
body.page-home,
body.home {
    background: #EDEEF0;
    color: #48494A;
}

/* Apply Inter font only to page content, not nav/header */
.page-home .page-content,
.page-home main,
.page-home .site-content {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

/* Remove margin-top from site-content on homepage */
.page-home .site-content {
    margin-top: 0 !important;
}

/* Remove top padding from page-content on homepage to make schedule flush with nav */
.page-content.page-home {
    padding-top: 0 !important;
}

.page-home {
    margin: 0;
    padding: 0;
}

/* ============================================
   SCHEDULE BAR - Horizontal scrolling games
   ============================================ */

.schedule-bar {
    position: relative;
    background: var(--neutral-100);
    border-bottom: var(--border-width-1) solid var(--neutral-200);
    padding: var(--space-2);
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    height: 110px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: none;
}

/* Visual scroll indicator for schedule bar */
/* Scroll indicator removed - was creating persistent white bar */
/* .schedule-bar::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    background: linear-gradient(to left, rgba(248, 249, 250, 0.95), transparent);
    pointer-events: none;
    z-index: 2;
} */

.schedule-scroll {
    display: flex !important;
    gap: var(--space-1) !important;
    padding: 0 var(--space-2) !important;
    margin: 0 !important;
    overflow: visible !important;
    height: 100%;
    align-items: center;
    min-width: max-content;
}

.schedule-scroll::-webkit-scrollbar {
    height: 4px;
}

.schedule-scroll::-webkit-scrollbar-thumb {
    background: var(--neutral-300);
    border-radius: var(--radius-sm);
}

.schedule-game-card {
    flex: 0 0 200px;
    background: var(--neutral-white);
    border: var(--border-width-1) solid var(--neutral-200);
    border-radius: var(--radius-md);
    padding: var(--space-3);
    text-align: center;
    transition: var(--transition-base);
    height: 90px;
    max-height: 90px;
    overflow: hidden;
    box-sizing: border-box;
}

.schedule-game-card.next-game {
    border: var(--border-width-2) solid var(--brand-gold-900);
    background: linear-gradient(135deg, var(--brand-gold-50) 0%, var(--neutral-white) 100%);
    box-shadow: var(--shadow-gold);
    transform: scale(1.05);
}

.schedule-game-card:hover {
    border-color: var(--brand-gold-900);
    box-shadow: var(--shadow-gold);
}

.schedule-game-time {
    font-size: var(--font-size-xs);
    color: var(--neutral-600);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    margin-bottom: var(--space-3);
}

.schedule-game-matchup {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: var(--space-3);
}

.schedule-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-2);
}

.schedule-team-logo {
    width: 52px;
    height: 52px;
}

.schedule-team-name {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    color: var(--neutral-900);
}

.schedule-score {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-black);
    color: var(--brand-navy-900);
}

/* ============================================
   TOP STORIES - Large hero + side stories (NHL.com style)
   ============================================ */

.top-stories-section {
    padding: var(--space-4) var(--space-8);
    max-width: var(--container-2xl);
    margin: 0 auto;
    background: var(--neutral-white);
}

.top-stories-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #041E42;
    margin: 0 0 24px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--brand-gold-900);
    display: flex;
    align-items: center;
    gap: 12px;
}

.top-stories-title .gold-dot {
    color: var(--brand-gold-900);
    font-size: 0.75rem;
}

.top-stories-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: var(--space-6);
    align-items: start;
}

/* Left Column with Large + Small Heroes */
.left-column {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

/* Large Featured Story */
.featured-story-large {
    position: relative;
    background: #FFFFFF;
    height: 350px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
    z-index: 1;
}

.featured-story-large:hover {
    z-index: 10;
}

/* Small Hero Stories (3 cards) */
.small-hero-stories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-2);
}

.small-hero-card {
    position: relative;
    background: var(--neutral-950);
    height: 160px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    border-radius: var(--radius-xl);
    box-shadow:
        0 10px 30px -10px rgba(4, 30, 66, 0.3),
        0 5px 15px -5px rgba(255, 184, 28, 0.2);
    border: 2px solid transparent;
    z-index: 1;
}

.small-hero-card::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: var(--gradient-gold-to-light);
    border-radius: var(--radius-xl);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.small-hero-card:hover {
    transform: translateY(-10px) scale(1.05) rotateZ(1deg);
    box-shadow:
        0 25px 60px -15px rgba(4, 30, 66, 0.5),
        0 15px 40px -10px rgba(255, 184, 28, 0.4);
    border-color: var(--brand-gold-600);
    z-index: 10;
}

.small-hero-card:hover::before {
    opacity: 0.3;
}

.small-hero-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--space-4) var(--space-3);
    background: var(--gradient-hero-overlay);
    z-index: var(--z-raised);
}

.small-hero-card .overlay h4 {
    color: var(--neutral-white);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    margin: 0;
    line-height: var(--line-height-snug);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-story-large > a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.featured-story-large:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow:
        0 30px 80px -20px rgba(4, 30, 66, 0.6),
        0 20px 50px -15px rgba(255, 184, 28, 0.5),
        inset 0 0 0 3px rgba(255, 184, 28, 0.4);
    border-color: var(--brand-gold-600);
    z-index: 10;
}

.featured-story-large .story-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--space-8) var(--space-6);
    background: var(--gradient-hero-overlay);
    z-index: var(--z-raised);
}

.featured-story-large .story-meta {
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--font-size-xs);
    margin: 0 0 var(--space-2);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-wide);
}

.featured-story-large .story-title {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: var(--font-weight-black);
    color: var(--neutral-white);
    margin: 0;
    line-height: var(--line-height-snug);
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-story-large .story-title a {
    color: var(--neutral-white);
    text-decoration: none;
}

/* Side Stories Column (Right) - Story List */
.side-stories-column {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: var(--neutral-white);
}

.side-stories-column h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #041E42;
    margin: 0 0 var(--space-3) 0;
    padding: 0 var(--space-4) var(--space-3) var(--space-4);
    border-bottom: 3px solid var(--brand-gold-900);
    display: flex;
    align-items: center;
    gap: 12px;
}

.side-story {
    position: relative;
    padding: var(--space-3) var(--space-4);
    padding-left: calc(var(--space-4) + 16px);
    border-bottom: var(--border-width-1) solid var(--neutral-200);
    border-left: 3px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.side-story::before {
    content: '';
    position: absolute;
    left: var(--space-4);
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--brand-gold-900);
    border-radius: 50%;
    opacity: 0.7;
    transition: all 0.2s ease;
}

.side-story:hover {
    border-left-color: var(--brand-gold-900);
    background: linear-gradient(90deg, rgba(255, 184, 28, 0.05) 0%, transparent 100%);
}

.side-story:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.2);
}

.side-story:last-child {
    border-bottom: none;
}

.side-story .story-text h3 {
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    color: var(--neutral-950);
    margin: 0;
    line-height: var(--line-height-snug);
}

.side-story .story-text p {
    font-size: var(--font-size-xs);
    color: var(--neutral-600);
    margin: var(--space-1) 0 0 0;
    line-height: var(--line-height-normal);
}

/* ============================================
   QUICK STATS BAR - CLEAN HORIZONTAL
   ============================================ */

.quick-stats-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 0;
    background: linear-gradient(135deg, #041E42 0%, #0a2a52 100%);
    text-decoration: none;
}

a.quick-stats-bar:hover {
    text-decoration: none;
}

.quick-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease;
}

.quick-stat:last-child {
    border-right: none;
}

.quick-stat:hover {
    background: rgba(255, 184, 28, 0.1);
}

.quick-stat .value,
#quick-record,
#quick-points,
#quick-division,
#quick-conference,
#quick-league {
    font-size: 1.25rem;
    font-weight: 700;
    color: #FFB81C !important;
    line-height: 1.2;
}

.quick-stat .label {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

/* ============================================
   CONTENT WRAPPER - Main + Sidebar
   ============================================ */

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: var(--space-6);
    max-width: var(--container-2xl);
    margin: 0 auto;
    padding: var(--space-5) var(--space-6);
}

/* DISABLED FOR DESKTOP-ONLY SCALING LAYOUT */
/*
@media (max-width: 1100px) {
    .content-wrapper {
        grid-template-columns: 1fr;
    }
}
*/

/* ============================================
   MAIN CONTENT AREA
   ============================================ */

.main-content {
    min-width: 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--space-6);
    padding-bottom: var(--space-4);
    border-bottom: var(--border-width-2) solid var(--neutral-200);
}

.section-header h2 {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-black);
    color: var(--neutral-900);
    margin: 0;
    letter-spacing: var(--letter-spacing-tight);
}

.view-all {
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-bold);
    color: var(--brand-navy-900);
    text-decoration: none;
    transition: var(--transition-colors);
}

.view-all:hover {
    color: var(--brand-gold-900);
}

/* ============================================
   NEWS GRID - Image-based cards (NHL.com style)
   ============================================ */

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-7);
    margin-bottom: var(--space-12);
}

.news-card {
    position: relative;
    background: var(--neutral-950);
    border-radius: var(--radius-xl);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
    aspect-ratio: 16 / 9;
    border: 3px solid var(--brand-gold-900);
    box-shadow:
        0 15px 40px -10px rgba(4, 30, 66, 0.4),
        0 8px 20px -5px rgba(255, 184, 28, 0.3);
}

.news-card::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: var(--radius-xl);
    background: var(--gradient-gold-shine);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0%, 100% { opacity: 0; }
    50% { opacity: 0.3; }
}

.news-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(255, 184, 28, 0.15) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.news-card:hover {
    transform: translateY(-15px) scale(1.05) rotateZ(-1deg);
    box-shadow:
        0 35px 80px -20px rgba(4, 30, 66, 0.6),
        0 20px 50px -15px rgba(255, 184, 28, 0.6),
        inset 0 0 0 1px rgba(255, 184, 28, 0.5);
    border-color: var(--brand-gold-600);
}

.news-card:hover::after {
    opacity: 0.5;
}

.news-card:hover::before {
    opacity: 1;
}

.news-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.news-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--space-5);
    background: var(--gradient-hero-overlay);
}

.news-card-title {
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-bold);
    color: var(--neutral-white);
    margin: 0;
    line-height: var(--line-height-snug);
    text-shadow: var(--shadow-md);
}

.news-card-title a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition-colors);
}

.news-card-title a:hover {
    color: var(--brand-gold-900);
}

.news-card-meta {
    font-size: var(--font-size-xs);
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: var(--space-2);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-wide);
}

.news-card-excerpt {
    display: none; /* Hide excerpt on cards to match NHL.com style */
}

/* ============================================
   VIDEO CAROUSEL
   ============================================ */

.video-carousel {
    display: flex;
    gap: var(--space-6);
    overflow-x: auto;
    padding-bottom: var(--space-4);
    scrollbar-width: thin;
    margin-bottom: var(--space-12);
}

.video-carousel::-webkit-scrollbar {
    height: 8px;
}

.video-carousel::-webkit-scrollbar-thumb {
    background: var(--neutral-300);
    border-radius: var(--radius-sm);
}

.video-card {
    flex: 0 0 320px;
    background: var(--neutral-white);
    border: var(--border-width-1) solid var(--neutral-200);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition-slow);
    cursor: pointer;
}

.video-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 184, 28, 0.9);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-xl);
    color: var(--brand-navy-900);
}

.video-card-content {
    padding: var(--space-4);
}

.video-card-title {
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-bold);
    color: var(--neutral-900);
    margin: 0 0 var(--space-2) 0;
    line-height: var(--line-height-normal);
}

.video-duration {
    font-size: var(--font-size-xs);
    color: var(--neutral-600);
}

/* ============================================
   GAMES LIST
   ============================================ */

.games-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

.game-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-2) var(--space-3);
    background: var(--neutral-white);
    border: var(--border-width-1) solid var(--neutral-200);
    border-radius: var(--radius-base);
    transition: var(--transition-base);
    height: 80px;
    box-sizing: border-box;
}

.game-card:hover {
    box-shadow: var(--shadow-md);
}

.game-card.win {
    border-left: var(--border-width-4) solid var(--success-600);
}

.game-card.loss {
    border-left: var(--border-width-4) solid var(--error-600);
}

.game-card-team {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    flex: 1;
}

.game-card-logo {
    width: 48px;
    height: 48px;
}

.game-card-info {
    display: flex;
    flex-direction: column;
}

.game-card-opponent {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    color: var(--neutral-900);
}

.game-card-date {
    font-size: var(--font-size-sm);
    color: var(--neutral-600);
}

.game-card-score {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-black);
    color: var(--brand-navy-900);
}

/* ============================================
   SIDEBAR
   ============================================ */

.sidebar {
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
}

.sidebar-card {
    background: var(--gradient-card-subtle);
    border: var(--border-width-2) solid var(--neutral-200);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-base);
    transition: var(--transition-slow);
    position: relative;
}

.sidebar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-gold-to-light);
}

.sidebar-card:hover {
    border-color: var(--brand-gold-900);
    box-shadow: var(--shadow-gold-lg);
    transform: translateY(-2px);
}

.sidebar-card h3 {
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-extrabold);
    color: var(--neutral-900);
    margin: 0;
    padding: var(--space-4) var(--space-5);
    background: var(--neutral-100);
    border-bottom: var(--border-width-1) solid var(--neutral-200);
}

.sidebar-card > div:not([style]) {
    padding: var(--space-4);
}

.sidebar-link-btn {
    display: block;
    padding: var(--space-3) var(--space-5);
    text-align: center;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-bold);
    color: var(--brand-navy-900);
    text-decoration: none;
    background: var(--neutral-100);
    border-top: var(--border-width-1) solid var(--neutral-200);
    transition: var(--transition-base);
}

.sidebar-link-btn:hover {
    background: var(--brand-gold-900);
    color: var(--neutral-white);
}

/* Live Game Card */
.live-game-card {
    border: var(--border-width-2) solid var(--error-600);
}

.live-game-card h3 {
    background: var(--error-50);
    color: var(--error-600);
}

/* Sidebar Widgets Content */
.sidebar-game-item,
.sidebar-standing-item,
.sidebar-performer-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-3) var(--space-4);
    margin-bottom: var(--space-2);
    background: var(--neutral-100);
    border-radius: var(--radius-base);
    font-size: var(--font-size-sm);
}

.sidebar-game-item:last-child,
.sidebar-standing-item:last-child,
.sidebar-performer-item:last-child {
    margin-bottom: 0;
}

.sidebar-team-name,
.sidebar-player-name {
    font-weight: var(--font-weight-bold);
    color: var(--neutral-900);
}

.sidebar-game-date,
.sidebar-stat-label {
    color: var(--neutral-600);
    font-size: var(--font-size-xs);
}

.sidebar-standing-item.predators {
    background: rgba(255, 184, 28, 0.15);
    border: var(--border-width-1) solid var(--brand-gold-900);
    font-weight: var(--font-weight-bold);
}

/* ============================================
   LOADING STATES
   ============================================ */

.loading-spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--space-12) var(--space-6);
}

.spinner {
    width: 48px;
    height: 48px;
    border: 4px solid var(--neutral-200);
    border-top-color: var(--brand-gold-900);
    border-radius: var(--radius-full);
    animation: spin 0.8s linear infinite;
}

.loading-spinner p {
    margin-top: var(--space-4);
    font-size: var(--font-size-sm);
    color: var(--neutral-600);
}

.loading-spinner-sm {
    display: flex;
    justify-content: center;
    padding: var(--space-6);
}

.spinner-sm {
    width: 32px;
    height: 32px;
    border: 3px solid var(--neutral-200);
    border-top-color: var(--brand-gold-900);
    border-radius: var(--radius-full);
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* ============================================
   PREDS TV - Video Carousel
   ============================================ */

.preds-tv-section {
    position: relative;
    padding: var(--space-8) var(--space-6);
    max-width: var(--container-2xl);
    margin: 0 auto;
    background: var(--neutral-white);
}

/* Visual scroll indicator for video carousel */
.preds-tv-section::after {
    content: '';
    position: absolute;
    top: 32px;
    right: 24px;
    bottom: 0;
    width: 80px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.95), transparent);
    pointer-events: none;
    z-index: 2;
}

.section-header-tv {
    margin-bottom: var(--space-5);
}

.section-header-tv h2 {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    color: var(--neutral-950);
    margin: 0;
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.section-header-tv .arrow {
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-light);
}

.video-carousel {
    display: flex;
    gap: var(--space-4);
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: var(--space-4);
    scrollbar-width: thin;
    scrollbar-color: var(--brand-gold-900) var(--neutral-200);
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: none;
}

.video-carousel::-webkit-scrollbar {
    height: 8px;
}

.video-carousel::-webkit-scrollbar-track {
    background: var(--neutral-200);
    border-radius: var(--radius-sm);
}

.video-carousel::-webkit-scrollbar-thumb {
    background: var(--brand-gold-900);
    border-radius: var(--radius-sm);
}

.video-carousel::-webkit-scrollbar-thumb:hover {
    background: var(--brand-gold-800);
}

.video-card {
    flex: 0 0 320px;
    background: var(--neutral-white);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition-base);
    box-shadow: var(--shadow-xs);
}

.video-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.video-card .video-thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: var(--neutral-950);
    overflow: hidden;
}

.video-card .video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Video Thumbnail Container (replaces embedded iframe) */
.video-card .video-thumbnail-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: var(--neutral-950);
    overflow: hidden;
}

.video-card .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-card .play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition-transform);
    z-index: var(--z-raised);
}

.video-card:hover .play-button-overlay {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-card .video-duration-badge {
    position: absolute;
    bottom: var(--space-2);
    right: var(--space-2);
    background: rgba(0, 0, 0, 0.8);
    color: var(--neutral-white);
    padding: var(--space-1) var(--space-2);
    border-radius: var(--radius-sm);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semibold);
    z-index: var(--z-dropdown);
}

/* Legacy support - keep for old code references */
.video-card .video-embed-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: var(--neutral-950);
    overflow: hidden;
}

.video-card .play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.2s ease;
}

.video-card:hover .play-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.video-card .play-button {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-base);
}

.video-card:hover .play-button {
    transform: scale(1.1);
    background: var(--neutral-white);
}

.video-card .play-icon {
    width: 0;
    height: 0;
    border-left: 16px solid var(--brand-navy-900);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: var(--space-1);
}

.video-card .video-duration {
    position: absolute;
    bottom: var(--space-2);
    right: var(--space-2);
    background: rgba(0, 0, 0, 0.8);
    color: var(--neutral-white);
    padding: var(--space-1) var(--space-2);
    border-radius: var(--radius-sm);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semibold);
}

.video-card .video-info {
    padding: var(--space-3);
}

.video-card .video-title {
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    color: var(--neutral-950);
    margin: 0 0 var(--space-2) 0;
    line-height: var(--line-height-normal);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-card .video-description {
    font-size: var(--font-size-xs);
    color: var(--neutral-600);
    margin: 0 0 var(--space-2) 0;
    line-height: var(--line-height-normal);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-card .video-date {
    font-size: var(--font-size-xs);
    color: var(--neutral-500);
}

/* ============================================
   RESPONSIVE DESIGN - DISABLED FOR DESKTOP-ONLY SCALING
   ============================================ */

@media (max-width: 1024px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-4);
    }

    .quick-stats-bar {
        flex-wrap: wrap;
    }

    .quick-stat {
        padding: 12px 16px;
    }

    .top-stories-container {
        grid-template-columns: 1fr;
    }

    .side-stories-column {
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .schedule-bar {
        padding: var(--space-3) 0;
        padding-top: 82px;
    }

    .schedule-scroll {
        padding: 0 var(--space-4);
        gap: var(--space-3);
    }

    .schedule-game-card {
        flex: 0 0 200px;
        min-height: 100px;
    }

    .hero-image {
        height: 280px;
    }

    .hero-overlay {
        padding: var(--space-10) var(--space-5) var(--space-7);
    }

    .quick-stats-bar {
        flex-wrap: wrap;
        justify-content: center;
    }

    .quick-stat {
        padding: 12px 16px;
        flex: 0 0 auto;
    }

    .quick-stat .value,
    #quick-record,
    #quick-points,
    #quick-division,
    #quick-conference,
    #quick-league {
        font-size: 1.1rem;
    }

    .quick-stat .label {
        font-size: 0.6rem;
    }

    .top-stories-title {
        font-size: 1.25rem;
        margin: 0 0 16px 0;
        padding-bottom: 10px;
    }

    .top-stories-section {
        padding: var(--space-4);
    }

    .content-wrapper {
        padding: var(--space-6) var(--space-4);
        gap: var(--space-6);
    }

    .section-header h2 {
        font-size: var(--font-size-lg);
    }

    .news-grid {
        grid-template-columns: 1fr;
        gap: var(--space-4);
    }

    /* Mobile Layout Reordering for Top Stories Section */
    .top-stories-container {
        display: flex;
        flex-direction: column;
        gap: var(--space-5);
    }

    .left-column {
        display: flex;
        flex-direction: column;
        gap: var(--space-5);
        order: 1; /* Left column content first (large hero + small heroes) */
    }

    .featured-story-large {
        height: 300px;
        min-height: 300px;
        width: 100%;
    }

    .small-hero-stories {
        grid-template-columns: 1fr; /* Stack vertically on mobile */
        gap: var(--space-4);
    }

    .side-stories-column {
        order: 2; /* Top stories list after left column */
    }

    .small-hero-card {
        height: 180px; /* Slightly taller for mobile stacking */
    }

    .video-carousel {
        gap: var(--space-3);
        padding-bottom: var(--space-3);
    }

    .video-card {
        flex: 0 0 260px;
    }

    .video-card .video-info {
        padding: var(--space-3);
    }

    .video-card .video-title {
        font-size: var(--font-size-sm);
    }

    .video-card .video-description {
        font-size: var(--font-size-xs);
    }

    .preds-tv-section {
        padding: var(--space-6) var(--space-4);
    }

    .section-header-tv h2 {
        font-size: var(--font-size-xl);
    }

    .game-card {
        padding: var(--space-4);
    }

    .game-card-logo {
        width: 40px;
        height: 40px;
    }

    /* Slightly smaller schedule cards for mobile */
    .schedule-game-card {
        flex: 0 0 180px;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .video-card {
        flex: 0 0 240px;
    }

    .schedule-game-card {
        flex: 0 0 160px;
        height: 108px;
        min-height: 108px;
    }

    .schedule-team-logo {
        width: 24px !important;
        height: 24px !important;
    }

    .hero-overlay h1 {
        font-size: var(--font-size-lg) !important;
    }

    .hero-overlay p {
        font-size: var(--font-size-xs) !important;
    }

    .quick-stats-bar {
        flex-wrap: wrap;
        padding: 8px 0;
    }

    .quick-stat {
        padding: 10px 12px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        flex: 1 1 33%;
        justify-content: center;
    }

    .quick-stat:nth-child(3),
    .quick-stat:last-child {
        border-right: none;
    }

    .quick-stat .value,
    #quick-record,
    #quick-points,
    #quick-division,
    #quick-conference,
    #quick-league {
        font-size: 1rem;
    }

    .quick-stat .label {
        font-size: 0.55rem;
    }

    .section-header h2,
    .section-header-tv h2 {
        font-size: var(--font-size-lg);
    }
}

/* ============================================
   FULL-WIDTH SINGLE-COLUMN LAYOUT
   ============================================ */

.content-wrapper-full {
    max-width: var(--container-2xl);
    margin: 0 auto;
    padding: var(--space-8) var(--space-5);
}

.main-content-full {
    width: 100%;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--space-6);
    padding-bottom: var(--space-3);
    border-bottom: var(--border-width-2) solid var(--brand-gold-900);
}

.section-header h2 {
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-bold);
    color: var(--brand-navy-900);
    margin: 0;
}

.section-header .view-all {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    color: var(--brand-navy-900);
    text-decoration: none;
    transition: var(--transition-colors);
}

.section-header .view-all:hover {
    color: var(--brand-gold-900);
}

.news-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: var(--space-6);
    margin-bottom: var(--space-10);
}

.news-card-modern {
    background: var(--neutral-white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition-slow);
    cursor: pointer;
    border: var(--border-width-2) solid transparent;
}

.news-card-modern:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--brand-gold-900);
}

.news-card-modern .news-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: var(--gradient-navy-to-dark);
}

.news-card-modern .news-content {
    padding: var(--space-5);
}

.news-card-modern .news-source {
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semibold);
    color: var(--brand-gold-900);
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-wide);
    margin-bottom: var(--space-2);
}

.news-card-modern .news-title {
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-bold);
    color: var(--brand-navy-900);
    margin: 0 0 var(--space-3) 0;
    line-height: var(--line-height-normal);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-modern .news-description {
    font-size: var(--font-size-sm);
    color: var(--neutral-600);
    line-height: var(--line-height-relaxed);
    margin: 0 0 var(--space-3) 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-modern .news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--font-size-xs);
    color: var(--neutral-500);
    padding-top: var(--space-3);
    border-top: var(--border-width-1) solid var(--neutral-200);
}

@media (max-width: 768px) {
    .content-wrapper-full {
        padding: var(--space-5) var(--space-4);
    }

    .news-grid-modern {
        grid-template-columns: 1fr;
        gap: var(--space-4);
    }

    .section-header h2 {
        font-size: var(--font-size-xl);
    }
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

.text-gold {
    color: var(--brand-gold-900) !important;
}

.text-navy {
    color: var(--brand-navy-900) !important;
}

.bg-gold {
    background-color: var(--brand-gold-900) !important;
}

.bg-navy {
    background-color: var(--brand-navy-900) !important;
}

/* ============================================
   FOOTER
   ============================================ */

.site-footer {
    background: var(--brand-navy-900);
    color: var(--neutral-white);
    margin-top: var(--space-16);
}

.footer-main {
    padding: var(--space-12) var(--space-6);
    max-width: var(--container-2xl);
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--space-10);
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    text-align: center;
    align-items: center;
}

.footer-heading {
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-bold);
    color: var(--brand-gold-900);
    margin: 0 0 var(--space-3) 0;
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-wide);
    padding-bottom: var(--space-2);
    border-bottom: 2px solid rgba(255, 184, 28, 0.2);
    text-align: center;
}

.footer-description,
.footer-text {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-relaxed);
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    text-align: center;
}

.footer-social {
    display: flex;
    gap: var(--space-4);
    margin-top: var(--space-2);
    justify-content: center;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-full);
    color: var(--neutral-white);
    transition: var(--transition-slow);
}

.social-link:hover {
    background: var(--brand-gold-900);
    color: var(--brand-navy-900);
    transform: translateY(-2px);
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    margin-top: var(--space-1);
    align-items: center;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    transition: var(--transition-colors);
    padding-left: 0;
    text-align: center;
}

.footer-nav a:hover {
    color: var(--brand-gold-900);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    border-top: var(--border-width-1) solid rgba(255, 184, 28, 0.3);
    padding: var(--space-6);
}

.footer-bottom-content {
    max-width: var(--container-2xl);
    margin: 0 auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--font-size-xs);
    line-height: var(--line-height-relaxed);
}

.footer-bottom-content p {
    margin: 0 0 var(--space-2) 0;
}

.footer-bottom-content p:last-child {
    margin: 0;
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: var(--space-8);
    }

    .footer-main {
        padding: var(--space-8) var(--space-4);
    }

    .footer-bottom {
        padding: var(--space-5) var(--space-4);
    }
}


/* ============================================
   LIVE GAME BANNER - Full Width During Live Games
   ============================================ */

.live-game-banner {
    background: linear-gradient(135deg, #041E42 0%, #1a3a5c 100%);
    border-bottom: 3px solid #FFB81C;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 100;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.live-banner-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 12px 20px;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.live-indicator {
    background: #dc3545;
    color: white;
    padding: 6px 16px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: pulse-glow 2s infinite;
    box-shadow: 0 0 10px rgba(220, 53, 69, 0.5);
}

.live-indicator.critical {
    background: linear-gradient(135deg, #dc3545, #ff6b6b);
    animation: pulse-critical 1s infinite;
}

.live-indicator.final {
    background: #6c757d;
    animation: none;
    box-shadow: none;
}

@keyframes pulse-glow {
    0%, 100% {
        opacity: 1;
        box-shadow: 0 0 10px rgba(220, 53, 69, 0.5);
    }
    50% {
        opacity: 0.85;
        box-shadow: 0 0 20px rgba(220, 53, 69, 0.8);
    }
}

@keyframes pulse-critical {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(220, 53, 69, 0.5);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 25px rgba(220, 53, 69, 1);
    }
}

.live-teams {
    display: flex;
    align-items: center;
    gap: 16px;
}

.live-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.live-team-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.live-team .team-abbrev {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.live-score {
    display: flex;
    align-items: center;
    gap: 8px;
}

.live-score span:not(.score-separator) {
    font-size: 2.5rem;
    font-weight: 900;
    color: #FFB81C;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1;
}

.score-separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.5rem;
    font-weight: 300;
}

.live-period {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.live-period .period-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.live-period .period-time {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    font-family: 'Courier New', monospace;
}

.game-thread-btn {
    background: #FFB81C;
    color: #041E42;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.game-thread-btn:hover {
    background: #fff;
    color: #041E42;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Live Event Banner (Goal notifications) */
.live-event {
    background: rgba(255, 184, 28, 0.15);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-top: 1px solid rgba(255, 184, 28, 0.3);
    animation: slideInEvent 0.3s ease;
}

@keyframes slideInEvent {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.live-event .event-icon {
    font-size: 18px;
    animation: bounce 0.5s ease infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

.live-event .event-text {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

/* ============================================
   PRE-GAME COUNTDOWN WIDGET - Sidebar Mode
   ============================================ */

.pregame-widget {
    background: linear-gradient(135deg, #041E42 0%, #0a2d4d 100%);
    border: 2px solid #FFB81C;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(4, 30, 66, 0.3);
}

.pregame-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}

.pregame-icon {
    font-size: 20px;
}

.pregame-title {
    color: #FFB81C;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pregame-matchup {
    margin-bottom: 16px;
}

#pregame-matchup-text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.pregame-countdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
}

.countdown-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.countdown-time {
    font-size: 2rem;
    font-weight: 900;
    color: #FFB81C;
    font-family: 'Courier New', monospace;
    text-shadow: 0 2px 8px rgba(255, 184, 28, 0.3);
}

.pregame-thread-btn {
    display: inline-block;
    background: #FFB81C;
    color: #041E42;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
}

.pregame-thread-btn:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Mobile Responsive for Live Game Banner */
@media (max-width: 768px) {
    .live-game-banner {
        width: 100%;
        max-width: 100vw;
    }

    .live-banner-main {
        flex-direction: column;
        gap: 10px;
        padding: 12px 12px;
        width: 100%;
        max-width: 100%;
    }

    .live-indicator {
        order: -1;
    }

    .live-teams {
        width: 100%;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .live-team-logo {
        width: 36px;
        height: 36px;
    }

    .live-team .team-abbrev {
        font-size: 12px;
    }

    .live-score {
        gap: 6px;
    }

    .live-score span:not(.score-separator) {
        font-size: 1.75rem;
    }

    .live-period {
        flex-direction: row;
        gap: 8px;
        padding: 6px 10px;
    }

    .live-period .period-label {
        font-size: 11px;
    }

    .live-period .period-time {
        font-size: 16px;
    }

    .game-thread-btn {
        width: calc(100% - 24px);
        max-width: 280px;
        text-align: center;
        padding: 8px 16px;
        font-size: 13px;
    }

    .live-event {
        flex-direction: column;
        gap: 4px;
        text-align: center;
        padding: 8px 12px;
    }

    .live-event .event-text {
        font-size: 13px;
    }

    .pregame-widget {
        margin: 0 16px 20px 16px;
    }
}

/* ============================================
   FAN ENGAGEMENT GRID - Twitter + Player Stats
   ============================================ */

.fan-engagement-section {
    padding: var(--space-8) 0;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    border-top: 3px solid var(--brand-gold-900);
}

.engagement-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-6);
    max-width: var(--container-2xl);
    margin: 0 auto;
    padding: 0 var(--space-4);
}

.engagement-column {
    background: white;
    border-radius: 16px;
    padding: var(--space-6);
    box-shadow: 0 4px 12px rgba(4, 30, 66, 0.08);
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.engagement-column:hover {
    box-shadow: 0 8px 24px rgba(4, 30, 66, 0.12);
    transform: translateY(-2px);
}

.section-header-engagement {
    margin-bottom: var(--space-4);
    padding-bottom: var(--space-3);
    border-bottom: 2px solid var(--brand-gold-900);
}

.section-header-engagement h2 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #041E42;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-header-engagement h2 .arrow {
    color: var(--brand-gold-900);
    font-weight: 400;
}

.engagement-content {
    min-height: 400px;
}

/* Mobile: Stack vertically */
@media (max-width: 1024px) {
    .engagement-grid {
        grid-template-columns: 1fr;
        gap: var(--space-4);
    }
}


/* Newsletter Signup Form (footer) */
.footer-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}

.footer-email-input {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,184,28,0.4);
    border-radius: 6px;
    color: #fff;
    font-size: 0.875rem;
    padding: 8px 12px;
    width: 100%;
    box-sizing: border-box;
}

.footer-email-input::placeholder { color: rgba(255,255,255,0.5); }
.footer-email-input:focus { outline: none; border-color: #FFB81C; }

.footer-subscribe-btn {
    background: #FFB81C;
    border: none;
    border-radius: 6px;
    color: #041E42;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 8px 16px;
    width: 100%;
    transition: opacity 0.2s;
}

.footer-subscribe-btn:hover { opacity: 0.85; }

.footer-newsletter-msg {
    color: #FFB81C;
    font-size: 0.8125rem;
    margin: 0;
}

/* === nhl-light-theme.css === */
/**
 * NHL Predators Light Theme
 * Clean, modern design with Predators gold/navy accents
 * Light backgrounds for better readability
 */

:root {
    /* Legacy aliases - these now point to design tokens */
    --predators-gold: var(--brand-gold-900);
    --predators-navy: var(--brand-navy-900);

    /* Light Theme Backgrounds - using design tokens */
    --bg-primary: var(--neutral-white);
    --bg-secondary: var(--neutral-100);
    --bg-tertiary: var(--neutral-50);
    --bg-card: var(--neutral-white);

    /* Text Colors - using design tokens */
    --text-primary: var(--neutral-900);
    --text-secondary: var(--neutral-700);
    --text-muted: var(--neutral-600);

    /* Borders - using design tokens */
    --border-light: var(--neutral-200);
    --border-medium: var(--neutral-300);

    /* Shadows - using design tokens */
    --shadow-sm: var(--shadow-xs);
    --shadow-md: var(--shadow-base);
    --shadow-lg: var(--shadow-lg);
    --shadow-xl: var(--shadow-xl);
}

/* Global Styles */
body {
    background: linear-gradient(135deg, var(--neutral-100) 0%, var(--neutral-200) 50%, var(--neutral-100) 100%);
    background-attachment: fixed;
    color: var(--text-primary);
    font-family: var(--font-primary);
    min-height: 100vh;
    /* iOS safe area support for notched devices (iPhone X+) */
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-bottom: env(safe-area-inset-bottom);
    /* Better touch feedback on mobile */
    -webkit-tap-highlight-color: rgba(255, 184, 28, 0.3); /* Predators gold with transparency */
}

/* ========================================
   NAVIGATION HEADER - Enhanced Design
   ======================================== */

.site-header {
    background: #041E42;
    border-bottom: 3px solid #FFB81C;
    box-shadow: 0 2px 8px rgba(4, 30, 66, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-top {
    max-width: var(--container-2xl);
    margin: 0 auto;
    padding: 0;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--nav-height-desktop);
    padding: 0 var(--space-8);
    position: relative; /* Allow absolute positioning of mobile menu */
}

/* Logo/Brand */
.nav-brand {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    text-decoration: none;
    transition: var(--transition-base);
}

.nav-brand:hover {
    transform: translateY(-1px);
}

.nav-brand a {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    text-decoration: none;
}

.nav-logo {
    width: 52px;
    height: 52px;
    transition: var(--transition-transform);
}

.nav-brand:hover .nav-logo {
    transform: scale(1.05);
}

.nav-brand span {
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-extrabold);
    color: var(--neutral-white);
    letter-spacing: var(--letter-spacing-tight);
    text-shadow: var(--shadow-md);
}

/* Main Navigation */
.main-nav {
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    height: var(--nav-height-desktop);
}

.nav-links li {
    height: 100%;
}

.site-header .nav-link {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 var(--space-5);
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none;
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-sm);
    letter-spacing: var(--letter-spacing-normal);
    position: relative;
    transition: var(--transition-base);
    border-bottom: 3px solid transparent;
}

.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80%;
    height: 3px;
    background-color: var(--brand-gold-900);
    transition: var(--transition-transform);
}

.site-header .nav-link:hover {
    color: var(--neutral-white) !important;
    background-color: rgba(255, 184, 28, 0.15);
}

.nav-link:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.site-header .nav-link.active {
    color: var(--brand-gold-900) !important;
    font-weight: var(--font-weight-bold);
}

.nav-link.active::before {
    transform: translateX(-50%) scaleX(1);
}

/* Navigation Dropdown */
.nav-dropdown {
    position: relative;
}

.nav-dropdown .dropdown-toggle {
    cursor: pointer;
}

.dropdown-arrow {
    font-size: 0.7em;
    margin-left: 4px;
    transition: transform 0.2s ease;
}

.nav-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.nav-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #041E42;
    border: 1px solid rgba(255, 184, 28, 0.3);
    border-top: 3px solid #FFB81C;
    border-radius: 0 0 8px 8px;
    min-width: 180px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    list-style: none;
    padding: 8px 0;
    margin: 0;
    z-index: 1001;
}

.nav-dropdown:hover .dropdown-menu {
    display: block;
}

.nav-dropdown .dropdown-menu li {
    height: auto;
}

.nav-dropdown .dropdown-menu a {
    display: block;
    padding: 10px 20px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 500;
    transition: all 0.2s ease;
}

.nav-dropdown .dropdown-menu a:hover {
    background: rgba(255, 184, 28, 0.2);
    color: #FFB81C;
    padding-left: 24px;
}

/* Mobile Menu Toggle */
.nav-toggle {
    display: none;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px;
    min-width: 48px;
    min-height: 48px;
    transition: all 0.2s ease;
}

.nav-toggle:hover {
    background-color: rgba(255, 184, 28, 0.1);
    border-radius: 6px;
}

.nav-toggle:focus {
    outline: none;
    background-color: transparent;
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 24px;
}

.hamburger-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FFB81C !important;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Hamburger Animation - Transform to X when active */
.nav-toggle.active .hamburger-icon span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle.active .hamburger-icon span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active .hamburger-icon span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Menu Backdrop */
.mobile-menu-backdrop {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-backdrop.active {
    display: block;
    opacity: 1;
}

/* Responsive Navbar */
@media (max-width: 1024px) {
    .nav-toggle {
        display: flex;
    }

    .main-nav {
        position: fixed;
        top: 70px;
        right: -100%;
        width: 280px;
        height: calc(100vh - 70px);
        background-color: #FFFFFF;
        border-left: 1px solid #e5e7eb;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
        overflow-y: auto;
        transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 999;
        padding: 0;
        margin: 0;
        padding-bottom: env(safe-area-inset-bottom);
    }

    .main-nav.active {
        right: 0;
    }

    .nav-links {
        flex-direction: column !important;
        height: auto !important;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none;
        gap: 0 !important;
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
    }

    .nav-links li {
        width: 100%;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }

    .site-header .nav-link {
        display: block !important;
        width: 100%;
        height: auto !important;
        padding: 1rem 1.5rem !important;
        margin: 0 !important;
        border: none !important;
        border-left: 4px solid transparent !important;
        color: #041E42 !important;
        background-color: transparent !important;
        text-decoration: none;
        font-size: 16px !important;
        font-weight: 500 !important;
        transition: all 0.2s ease;
        box-sizing: border-box;
    }

    .site-header .nav-link:first-child {
        margin-top: 0 !important;
        padding-top: 1rem !important;
    }

    .site-header .nav-link:hover {
        background-color: #f9fafb !important;
        color: #041E42 !important;
        border-left-color: #FFB81C !important;
    }

    .nav-link::before {
        display: none !important;
    }

    .site-header .nav-link.active {
        border-left-color: #FFB81C !important;
        background-color: rgba(255, 184, 28, 0.1) !important;
        color: #041E42 !important;
        font-weight: 700 !important;
    }

    /* Mobile Dropdown */
    .nav-dropdown .dropdown-menu {
        position: static;
        display: none;
        background: #f9fafb;
        border: none;
        border-radius: 0;
        box-shadow: none;
        min-width: 100%;
        padding: 0;
        margin: 0;
    }

    .nav-dropdown.open .dropdown-menu {
        display: block;
    }

    .nav-dropdown .dropdown-menu a {
        color: #041E42;
        padding: 12px 20px 12px 40px;
        font-size: 14px;
        border-left: 4px solid transparent;
    }

    .nav-dropdown .dropdown-menu a:hover {
        background: rgba(255, 184, 28, 0.1);
        border-left-color: #FFB81C;
        padding-left: 40px;
    }

    .dropdown-arrow {
        float: right;
    }
}

/* Hero/Featured Section */
.hero-section {
    background-color: var(--bg-primary);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.hero-overlay {
    background: var(--gradient-hero-overlay);
}

.hero-category {
    background-color: var(--brand-gold-900);
    color: var(--brand-navy-900);
}

/* Cards */
.card {
    background: var(--gradient-card-subtle);
    border: var(--border-width-1) solid var(--border-light);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm), var(--shadow-xs);
    transition: var(--transition-slow);
    overflow: hidden;
    position: relative;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-gold-to-light);
    opacity: 0;
    transition: var(--transition-opacity);
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl), var(--shadow-gold);
    border-color: var(--brand-gold-900);
}

.card:hover::before {
    opacity: 1;
}

.card-badge {
    background: var(--gradient-gold-to-light);
    color: var(--brand-navy-900);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-wide);
    padding: var(--space-2) var(--space-3);
    border-radius: var(--radius-base);
    font-size: var(--font-size-xs);
    box-shadow: var(--shadow-gold);
}

.card-title {
    color: var(--text-primary);
}

.card-title a {
    color: var(--text-primary);
}

.card-title a:hover {
    color: var(--predators-gold);
}

.card-meta {
    color: var(--text-muted);
}

/* Schedule Bar */
.schedule-bar {
    background: var(--neutral-white);
    padding: 0;
    margin: 0;
    border-bottom: 3px solid var(--brand-gold-900);
    position: relative;
    box-shadow: var(--shadow-sm);
}

.schedule-game-card {
    background: var(--gradient-card-subtle);
    border: var(--border-width-1) solid var(--border-light);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm);
    transition: var(--transition-slow);
}

.schedule-game-card:hover {
    border-color: var(--brand-gold-900);
    box-shadow: var(--shadow-gold-lg);
    transform: translateY(-2px);
}

.schedule-game-time {
    color: var(--text-muted);
}

.schedule-team-name {
    color: var(--text-primary);
}

.schedule-score {
    color: var(--predators-gold);
}

.schedule-vs {
    color: var(--text-muted);
}

/* Sidebar */
.sidebar-item {
    background: var(--gradient-card-subtle);
    border: var(--border-width-1) solid var(--border-light);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm);
    transition: var(--transition-slow);
    border-left: 3px solid transparent;
}

.sidebar-item:hover {
    background: linear-gradient(145deg, var(--neutral-50) 0%, var(--neutral-100) 100%);
    border-color: var(--brand-gold-900);
    border-left-color: var(--brand-gold-900);
    box-shadow: var(--shadow-gold);
    transform: translateX(4px);
}

.sidebar-item h4 {
    color: var(--text-primary);
}

.sidebar-item a {
    color: var(--text-primary);
}

.sidebar-item a:hover {
    color: var(--predators-gold);
}

.sidebar-item small {
    color: var(--text-muted);
}

/* Stats Bar */
.stats-bar {
    background-color: var(--bg-primary);
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
}

.stat-label {
    color: var(--text-muted);
}

.stat-value {
    color: var(--predators-gold);
}

/* Section Headers */
.section-title {
    color: var(--text-primary);
}

.section-link {
    color: var(--predators-gold);
}

.section-link:hover {
    color: var(--predators-navy);
}

/* Buttons */
.btn-primary {
    background-color: var(--brand-gold-900);
    color: var(--brand-navy-900);
    font-weight: var(--font-weight-bold);
}

.btn-primary:hover {
    background-color: var(--brand-gold-800);
}

/* Loading Spinner */
.spinner {
    border-color: rgba(255, 184, 28, 0.2);
    border-top-color: var(--brand-gold-900);
}

.loading-spinner p {
    color: var(--text-muted);
}

/* Top Stories Section */
.top-stories-section {
    padding: 2rem 1.5rem;
    background-color: var(--bg-secondary);
}

/* News Grid */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    padding: 2rem 1.5rem;
    background-color: var(--bg-secondary);
}

/* Quick Stats Bar - Below hero grid - COMPACT VERSION */
.quick-stats-bar {
    background: linear-gradient(135deg, var(--brand-navy-900) 0%, var(--brand-navy-800) 50%, var(--brand-navy-700) 100%) !important;
    backdrop-filter: var(--backdrop-blur-base);
    padding: var(--space-2) var(--space-3) !important;
    margin-top: 0 !important;
    border-radius: 0 !important;
    border-top: 2px solid var(--brand-gold-900) !important;
    border-bottom: 2px solid var(--brand-gold-900) !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: 0 4px 12px -4px rgba(4, 30, 66, 0.4), inset 0 1px 0 rgba(255, 184, 28, 0.2) !important;
    display: flex !important;
    justify-content: center !important;
    gap: var(--space-2) !important;
    position: relative;
}

.quick-stat {
    /* Styles handled by homepage-clean.css */
}

.quick-stat:hover {
    /* Styles handled by homepage-clean.css */
}

.quick-stat .label {
    display: block;
    color: var(--text-muted);
    text-transform: uppercase;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--letter-spacing-wide);
    margin-bottom: var(--space-1);
}

.quick-stat .value {
    display: block;
    color: var(--brand-navy-900);
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-black);
    line-height: 1;
}

/* Content Wrapper */
.content-wrapper {
    background-color: var(--bg-secondary);
    padding: 2rem 0;
}

.main-content {
    background-color: transparent;
}

aside.sidebar {
    background-color: transparent;
}

/* Responsive */
@media (max-width: 768px) {
    /* Reduce header height on mobile for more content visibility */
    .site-header {
        height: 56px !important;
    }

    .header-content {
        height: 56px;
        padding: 0 1rem;
    }

    .nav-brand span {
        font-size: 20px;
    }

    .nav-logo {
        width: 40px;
        height: 40px;
    }

    .main-nav {
        top: 56px;
        height: calc(100vh - 56px);
    }

    .hero-section {
        height: 400px;
    }

    .news-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem;
    }
}

/* ========================================
   FAN GUIDE CALLOUT - Homepage
   Matches engagement-section styling
   ======================================== */

.fan-guide-callout {
    padding: var(--space-6) var(--space-6) var(--space-4);
    max-width: var(--container-2xl);
    margin: 0 auto;
    background: var(--neutral-100);
}

.fan-guide-inner {
    background: var(--neutral-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-base);
}

.fan-guide-header {
    background: linear-gradient(135deg, #041E42 0%, #0a2a52 100%);
    padding: var(--space-4) var(--space-5);
    border-bottom: 3px solid #FFB81C;
}

.fan-guide-header h2 {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-extrabold);
    color: var(--neutral-white);
    margin: 0;
    line-height: 1.2;
}

.fan-guide-header h2 .arrow {
    color: #FFB81C;
    font-weight: 700;
}

.fan-guide-content {
    padding: var(--space-6);
}

.fan-guide-content p {
    color: var(--neutral-700);
    font-size: var(--font-size-base);
    margin: 0 0 var(--space-5) 0;
    line-height: 1.6;
}

.fan-guide-links {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--space-3);
}

.fan-guide-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--neutral-100);
    color: var(--neutral-900);
    padding: var(--space-4) var(--space-3);
    border-radius: var(--radius-md);
    text-decoration: none;
    font-weight: 600;
    font-size: var(--font-size-sm);
    border: 2px solid var(--neutral-200);
    transition: all 0.2s ease;
    text-align: center;
}

.fan-guide-link:hover {
    background: #041E42;
    color: #FFB81C;
    border-color: #041E42;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

@media (max-width: 768px) {
    .fan-guide-callout {
        padding: var(--space-4) var(--space-4) var(--space-2);
    }

    .fan-guide-content {
        padding: var(--space-5);
    }

    .fan-guide-links {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-3);
    }

    .fan-guide-link:last-child {
        grid-column: span 2;
    }
}

@media (max-width: 480px) {
    .fan-guide-callout {
        padding: var(--space-3) var(--space-2) var(--space-2);
    }

    .fan-guide-header {
        padding: var(--space-3);
    }

    .fan-guide-header h2 {
        font-size: var(--font-size-lg);
    }

    .fan-guide-content {
        padding: var(--space-4);
    }

    .fan-guide-links {
        grid-template-columns: 1fr 1fr;
    }
}

/* === mobile-nav-fixes.css === */
/**
 * Mobile Navigation Fixes
 * Fixes for mobile menu and ensures consistent navigation across all screen sizes
 */

/* Fix mobile menu at smaller breakpoint to avoid conflicts */
@media (max-width: 1024px) {
    /* Ensure main-nav starts off-screen on mobile */
    .main-nav {
        right: -280px !important;
        top: 70px !important;
        height: calc(100vh - 70px) !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .main-nav.active {
        right: 0 !important;
    }

    /* Fix nav-toggle visibility */
    .nav-toggle {
        display: flex !important;
        z-index: 1000;
        background: transparent !important;
        border: none !important;
        outline: none !important;
    }

    .nav-toggle:focus,
    .nav-toggle:active {
        outline: none !important;
        border: none !important;
        background: transparent !important;
    }

    /* Ensure hamburger icon is visible and clickable */
    .hamburger-icon {
        pointer-events: all;
        z-index: 1001;
    }

    /* Force gold color on all pages */
    .hamburger-icon span {
        background-color: #FFB81C !important;
    }

    /* Make sure nav-links are properly styled in mobile menu */
    .main-nav .nav-links {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .main-nav .nav-links li {
        padding: 0 !important;
        margin: 0 !important;
    }
}

/* Additional fixes for smaller screens */
@media (max-width: 768px) {
    /* Adjust main-nav top position to match smaller header - NO GAP */
    .main-nav,
    nav.main-nav,
    .site-header .main-nav {
        top: 56px !important;
        height: calc(100vh - 56px) !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .main-nav ul,
    .main-nav .nav-links,
    ul.nav-links {
        padding: 0 !important;
        margin: 0 !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        height: 100% !important;
        align-self: flex-start !important;
    }

    .main-nav .nav-links li,
    .nav-links li {
        padding: 0 !important;
        margin: 0 !important;
    }

    .main-nav .nav-links li:first-child,
    .nav-links li:first-child {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .main-nav .nav-link:first-child,
    .site-header .nav-link:first-child {
        margin-top: 0 !important;
        padding-top: 1rem !important;
    }

    /* Ensure site-content doesn't get blocked */
    .site-content {
        min-height: 100vh;
    }

    /* Fix for body when mobile menu is open */
    body.menu-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}

/* Bottom Nav Padding Fix */
@media (max-width: 1024px) {
    /* Add bottom padding to all pages with bottom nav */
    body {
        padding-bottom: calc(60px + env(safe-area-inset-bottom));
    }

    /* Ensure site-content can scroll */
    .site-content {
        overflow-y: auto;
        padding-bottom: calc(60px + env(safe-area-inset-bottom) + 20px);
    }

    /* Fix for footer being hidden behind bottom nav */
    .site-footer {
        margin-bottom: calc(60px + env(safe-area-inset-bottom));
    }
}

/* Fix z-index stacking */
.mobile-menu-backdrop {
    z-index: 998;
}

.main-nav {
    z-index: 999;
}

.mobile-bottom-nav {
    z-index: 997;
}

.nav-toggle {
    z-index: 1000;
}

/* Prevent backdrop from interfering with nav toggle */
.mobile-menu-backdrop.active {
    z-index: 998;
}

/* Ensure mobile bottom nav is visible on all pages */
@media (max-width: 1024px) {
    .mobile-bottom-nav {
        display: block !important;
    }
}

/* Fix scroll behavior when menu is open */
.main-nav.active {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Smooth transitions */
.main-nav,
.mobile-menu-backdrop,
.mobile-bottom-nav {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* === pages-universal.css === */
/* ========================================
   UNIVERSAL PAGE STYLING - v9.0.0
   Consistent design system across all pages
   Based on homepage v9.0.0 redesign
   ======================================== */

/* ========================================
   ROOT VARIABLES - Design Tokens
   ======================================== */

:root {
    /* Legacy aliases - now using main design tokens */
    --navy-500: var(--brand-navy-900);
    --navy-600: var(--brand-navy-800);
    --gold-500: var(--brand-gold-900);
    --gold-600: var(--brand-gold-800);

    /* Neutrals - using main design tokens */
    --gray-50: var(--neutral-100);
    --gray-100: var(--neutral-100);
    --gray-200: var(--neutral-200);
    --gray-300: var(--neutral-300);
    --gray-400: var(--neutral-400);
    --gray-500: var(--neutral-500);
    --gray-600: var(--neutral-600);
    --gray-700: var(--neutral-700);
    --gray-800: var(--neutral-800);
    --gray-900: var(--neutral-900);

    /* Semantic Colors - using main design tokens */
    --success: var(--success-600);
    --error: var(--error-600);
    --warning: var(--warning-600);
    --info: var(--info-600);

    /* Spacing - using main design tokens */
    --space-4: var(--space-1);
    --space-8: var(--space-2);
    --space-12: var(--space-3);
    --space-16: var(--space-4);
    --space-20: var(--space-5);
    --space-24: var(--space-6);
    --space-32: var(--space-8);
    --space-48: var(--space-12);
    --space-64: var(--space-16);

    /* Border Radius - using main design tokens */
    --radius-sm: var(--radius-base);
    --radius-md: var(--radius-md);
    --radius-lg: var(--radius-xl);
    --radius-xl: var(--radius-2xl);

    /* Shadows - using main design tokens */
    --shadow-sm: var(--shadow-xs);
    --shadow-md: var(--shadow-sm);
    --shadow-lg: var(--shadow-md);
    --shadow-xl: var(--shadow-lg);
}

/* ========================================
   GLOBAL STYLES
   ======================================== */

body {
    background: #EDEEF0;
    color: #48494A;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* ========================================
   NAVIGATION BAR - Consistent Height
   ======================================== */

.universal-nav {
    height: 70px !important;
    background: #ffffff;
    border-bottom: 1px solid var(--gray-200);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.nav-container {
    height: 70px !important;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 var(--space-24) !important;
    padding-left: max(var(--space-24), env(safe-area-inset-left)) !important;
    padding-right: max(var(--space-24), env(safe-area-inset-right)) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: var(--space-12);
    font-size: 20px;
    font-weight: 700;
    color: var(--navy-500);
    text-decoration: none;
}

.nav-brand-logo {
    width: 40px;
    height: 40px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 0;
    height: 70px;
}

.nav-link {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 var(--space-20);
    color: var(--gray-700);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
    transition: all 0.2s ease;
    border-bottom: 3px solid transparent;
}

.nav-link:hover {
    color: var(--navy-500);
    background: var(--gray-50);
}

.nav-link.active {
    color: var(--navy-500);
    border-bottom-color: var(--gold-500);
}

.site-content {
    margin-top: 0 !important;
}

/* Mobile Menu Toggle */
/* DISABLED 2025-11-15: Conflicts with nhl-light-theme.css mobile nav */
/* To revert: uncomment this block and comment out nhl-light-theme.css mobile nav */
/*
.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: var(--navy-500);
    border-radius: 2px;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        height: auto;
        padding: var(--space-16) 0;
        box-shadow: var(--shadow-lg);
        display: none;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-link {
        width: 100%;
        height: auto;
        padding: var(--space-16) var(--space-24);
        border-bottom: 1px solid var(--gray-200);
    }
}
*/

/* ========================================
   PAGE HEADER - Hero Section
   ======================================== */

.page-header {
    background: linear-gradient(135deg, var(--navy-500) 0%, var(--navy-600) 100%);
    border-bottom: 4px solid var(--gold-500);
    padding: var(--space-48) var(--space-24);
    margin-top: -70px;
    padding-top: 118px; /* 70px nav + 48px spacing */
    text-align: center;
}

.page-header-content {
    max-width: 1440px;
    margin: 0 auto;
}

.page-header h1 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    color: var(--gold-500);
    margin: 0 0 var(--space-12) 0;
    line-height: 1;
    letter-spacing: -0.02em;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.page-description {
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    letter-spacing: 0.03em;
    margin: 0;
}

/* ========================================
   PAGE CONTENT CONTAINER
   ======================================== */

.page-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: var(--space-48) var(--space-24) var(--space-64);
}

/* ========================================
   CARD SYSTEM - Modern Card Design
   ======================================== */

.card {
    background: #ffffff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    margin-bottom: var(--space-32);
}

.card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}

/* Card Headers */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-24);
    background: var(--gray-50);
    border-bottom: 2px solid var(--gray-200);
}

.card-header h2,
.card-header h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 900;
    color: var(--navy-500);
    margin: 0;
    letter-spacing: -0.02em;
}

.card-meta {
    font-size: 12px;
    color: var(--gray-500);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: var(--space-8);
}

/* Card Body */
.card-body {
    padding: var(--space-24);
}

/* Remove emojis from card icons */
.card-icon {
    display: none !important;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn {
    display: inline-flex;
    align-items: center;
    gap: var(--space-8);
    padding: 12px 24px;
    background: var(--gold-500);
    color: var(--navy-500);
    border: none;
    border-radius: var(--radius-md);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.btn:hover {
    background: var(--gold-600);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-secondary {
    background: #ffffff;
    color: var(--navy-500);
    border: 2px solid var(--gray-300);
}

.btn-secondary:hover {
    background: var(--gray-50);
    border-color: var(--gray-400);
}

/* ========================================
   SEARCH & FILTERS
   ======================================== */

.search-box,
.search-bar {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.search-box input,
.search-bar input {
    width: 100%;
    padding: 12px 20px 12px 48px;
    background: #ffffff;
    border: 2px solid var(--gray-300);
    border-radius: var(--radius-md);
    font-size: 15px;
    color: var(--gray-900);
    transition: all 0.2s ease;
}

.search-box input:focus,
.search-bar input:focus {
    outline: none;
    border-color: var(--gold-500);
    box-shadow: 0 0 0 3px rgba(255, 184, 28, 0.1);
}

.search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray-500);
}

/* Filters Container */
.filters-container {
    display: flex;
    gap: var(--space-16);
    flex-wrap: wrap;
    align-items: center;
    padding: var(--space-24);
    background: #ffffff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    margin-bottom: var(--space-32);
}

.filter-group {
    display: flex;
    align-items: center;
    gap: var(--space-12);
}

.filter-group label {
    font-size: 13px;
    font-weight: 700;
    color: var(--navy-500);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.filter-select {
    padding: 10px 16px;
    background: #ffffff;
    border: 2px solid var(--gray-300);
    border-radius: var(--radius-sm);
    color: var(--gray-900);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-select:hover {
    border-color: var(--gray-400);
}

.filter-select:focus {
    outline: none;
    border-color: var(--gold-500);
    box-shadow: 0 0 0 3px rgba(255, 184, 28, 0.1);
}

/* ========================================
   TABS
   ======================================== */

.tabs-container {
    display: flex;
    gap: var(--space-8);
    border-bottom: 2px solid var(--gray-200);
    margin-bottom: var(--space-32);
}

.tab {
    padding: 12px 24px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: var(--gray-600);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tab:hover {
    color: var(--navy-500);
    background: var(--gray-50);
}

.tab.active {
    color: var(--navy-500);
    border-bottom-color: var(--gold-500);
}

/* ========================================
   TABLES
   ======================================== */

.table-responsive {
    overflow-x: auto;
    margin: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

thead th {
    background: var(--gray-100);
    color: var(--navy-500);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.05em;
    padding: 16px 12px;
    text-align: left;
    border-bottom: 3px solid var(--gold-500);
    position: sticky;
    top: 0;
    z-index: 10;
}

tbody td {
    padding: 16px 12px;
    border-bottom: 1px solid var(--gray-200);
    color: var(--gray-800);
}

tbody tr:hover {
    background: var(--gray-50);
}

tbody tr:last-child td {
    border-bottom: none;
}

/* ========================================
   STATS GRID
   ======================================== */

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--space-20);
    margin: var(--space-32) 0;
}

.stat-box {
    padding: var(--space-24);
    background: var(--gray-100);
    border: 1px solid var(--gray-300);
    border-radius: var(--radius-md);
    text-align: center;
    transition: all 0.2s ease;
}

.stat-box:hover {
    background: var(--gray-200);
    border-color: var(--gray-400);
    transform: translateY(-2px);
}

.stat-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--gray-600);
    margin-bottom: var(--space-8);
}

.stat-value {
    display: block;
    font-size: 28px;
    font-weight: 900;
    color: var(--navy-500);
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.stat-positive {
    color: var(--success);
}

.stat-negative {
    color: var(--error);
}

/* ========================================
   LOADING STATES
   ======================================== */

.loading-spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--space-48);
    gap: var(--space-16);
}

.spinner {
    width: 48px;
    height: 48px;
    border: 4px solid var(--gray-200);
    border-top-color: var(--gold-500);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.loading-spinner p {
    color: var(--gray-600);
    font-size: 14px;
    font-weight: 600;
}

/* ========================================
   MODALS
   ======================================== */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: var(--space-24);
}

.modal.active {
    display: flex;
}

.modal-content {
    background: #ffffff;
    border-radius: var(--radius-xl);
    padding: var(--space-48);
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: var(--gray-100);
    border: 2px solid var(--gray-300);
    border-radius: 50%;
    color: var(--gray-900);
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover {
    background: var(--gold-500);
    border-color: var(--gold-500);
    color: var(--navy-500);
    transform: rotate(90deg);
}

/* ========================================
   GRID LAYOUTS
   ======================================== */

.grid-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-32);
}

.grid-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-24);
}

.grid-4col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-20);
}

@media (max-width: 1024px) {
    .grid-2col,
    .grid-3col,
    .grid-4col {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   NEWS PAGE SPECIFIC
   ======================================== */

.news-container {
    background: #ffffff !important;
}

.news-toolbar {
    display: flex;
    gap: var(--space-16);
    align-items: center;
    padding: var(--space-24);
    background: #ffffff;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    margin-bottom: var(--space-32);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 768px) {
    .page-header {
        padding: var(--space-32) var(--space-16);
        padding-top: 108px;
    }

    .page-header h1 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .page-content {
        padding: var(--space-32) var(--space-16) var(--space-48);
    }

    .card {
        margin-bottom: var(--space-24);
    }

    .card-header,
    .card-body {
        padding: var(--space-16);
    }

    .card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-12);
    }

    .filters-container {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-select {
        width: 100%;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   ACCESSIBILITY
   ======================================== */

button:focus,
a:focus,
input:focus,
select:focus {
    outline: 3px solid var(--gold-500);
    outline-offset: 2px;
}

/* Skip to main content link */
.skip-to-main {
    position: fixed;
    top: -100px;
    left: 0;
    background: var(--gold-500);
    color: var(--navy-500);
    padding: 12px 24px;
    font-weight: 700;
    text-decoration: none;
    z-index: 1000;
    transition: top 0.3s ease;
}

.skip-to-main:focus {
    top: 0;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ========================================
   UTILITY CLASSES
   ======================================== */

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.text-gold { color: var(--gold-500) !important; }
.text-navy { color: var(--navy-500) !important; }
.text-muted { color: var(--gray-600) !important; }

.bg-gold { background-color: var(--gold-500) !important; }
.bg-navy { background-color: var(--navy-500) !important; }
.bg-gray { background-color: var(--gray-100) !important; }

.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }

.uppercase { text-transform: uppercase; }

.mb-0 { margin-bottom: 0 !important; }
.mb-16 { margin-bottom: var(--space-16) !important; }
.mb-24 { margin-bottom: var(--space-24) !important; }
.mb-32 { margin-bottom: var(--space-32) !important; }

.mt-0 { margin-top: 0 !important; }
.mt-16 { margin-top: var(--space-16) !important; }
.mt-24 { margin-top: var(--space-24) !important; }
.mt-32 { margin-top: var(--space-32) !important; }

/* Mobile touch target improvements */
@media (max-width: 768px) {
    .btn {
        padding: 16px 28px; /* Increased from 12px 24px */
        font-size: 15px;
        min-height: 48px; /* Minimum touch target */
        min-width: 48px;
        touch-action: manipulation; /* Prevents double-tap zoom, faster response */
    }

    a, button {
        touch-action: manipulation; /* Removes 300ms tap delay on mobile */
    }
}

/* ========================================
   FILTER TABS - Shared Component
   ======================================== */

.filter-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.filter-tab {
    padding: 10px 20px;
    background: #ffffff;
    border: 2px solid var(--gray-300);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-600);
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-tab:hover {
    border-color: var(--gray-400);
    color: var(--gray-800);
}

.filter-tab.active {
    background: var(--navy-500);
    border-color: var(--navy-500);
    color: #ffffff;
}

/* ========================================
   MOBILE CARD VIEW - Shared Component
   ======================================== */

.mobile-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}

.mobile-card:active {
    transform: scale(0.98);
}

.mobile-card-image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 3px solid var(--gold-500);
    object-fit: cover;
    flex-shrink: 0;
}

.mobile-card-content {
    flex: 1;
    min-width: 0;
}

/* ========================================
   LOADING SKELETON - Shared Component
   ======================================== */

.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s infinite;
    border-radius: 4px;
}

@keyframes skeleton-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.skeleton-text {
    height: 16px;
    margin-bottom: 8px;
}

.skeleton-text.short {
    width: 60%;
}

.skeleton-text.medium {
    width: 80%;
}

.skeleton-title {
    height: 24px;
    margin-bottom: 12px;
}

.skeleton-image {
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    border-radius: 8px;
}

.skeleton-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.skeleton-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Skeleton card grid */
.skeleton-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

/* ========================================
   VIEW TOGGLE - Shared Component
   ======================================== */

.view-toggle {
    display: flex;
    background: var(--gray-100);
    border-radius: 8px;
    padding: 4px;
}

.view-toggle-option {
    padding: 8px 16px;
    border: none;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-600);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.view-toggle-option.active {
    background: #ffffff;
    color: var(--navy-500);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* ========================================
   PILL BADGES - Shared Component
   ======================================== */

.pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.pill-badge.gold {
    background: rgba(255, 184, 28, 0.15);
    color: var(--gold-600);
}

.pill-badge.navy {
    background: rgba(4, 30, 66, 0.1);
    color: var(--navy-500);
}

.pill-badge.success {
    background: rgba(34, 197, 94, 0.15);
    color: #15803d;
}

.pill-badge.error {
    background: rgba(239, 68, 68, 0.15);
    color: #991b1b;
}

/* ========================================
   STAT COMPACT - Shared Component
   ======================================== */

.stat-compact {
    text-align: center;
}

.stat-compact-value {
    font-size: 18px;
    font-weight: 800;
    color: var(--navy-500);
    line-height: 1;
}

.stat-compact-label {
    font-size: 10px;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

/* ========================================
   SMOOTH TRANSITIONS - Animation Helpers
   ======================================== */

.fade-in {
    animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.slide-up {
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Staggered animations for grids */
.stagger-children > *:nth-child(1) { animation-delay: 0.05s; }
.stagger-children > *:nth-child(2) { animation-delay: 0.1s; }
.stagger-children > *:nth-child(3) { animation-delay: 0.15s; }
.stagger-children > *:nth-child(4) { animation-delay: 0.2s; }
.stagger-children > *:nth-child(5) { animation-delay: 0.25s; }
.stagger-children > *:nth-child(6) { animation-delay: 0.3s; }

/* ========================================
   SEO CONTENT SECTION (shared across pages)
   ======================================== */

.seo-content-section {
    background: #f8f9fa;
    padding: 40px 20px;
    margin-top: 40px;
    border-top: 3px solid var(--brand-gold-900, #FFB81C);
}

.seo-content-inner {
    max-width: 900px;
    margin: 0 auto;
}

.seo-content-title {
    color: var(--brand-navy-900, #041E42);
    font-size: 1.5em;
    margin-bottom: 20px;
    text-align: center;
}

.seo-content-section p {
    color: #333;
    line-height: 1.7;
    margin-bottom: 16px;
}

.seo-content-section p:last-child {
    margin-bottom: 0;
}

/* === loading-skeleton.css === */
/**
 * Loading Skeleton Styles
 * Shows placeholder content while API data loads
 */

/* Skeleton animation */
@keyframes skeleton-loading {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: calc(200px + 100%) 0;
    }
}

/* Base skeleton style */
.skeleton {
    background: linear-gradient(
        90deg,
        #f0f0f0 0px,
        #f8f8f8 40px,
        #f0f0f0 80px
    );
    background-size: 200px 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
}

/* Skeleton for large hero card */
.skeleton-hero-large {
    width: 100%;
    height: 400px;
    background: linear-gradient(
        90deg,
        #e0e0e0 0px,
        #f0f0f0 40px,
        #e0e0e0 80px
    );
    background-size: 200px 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 8px;
    position: relative;
}

/* Skeleton for small hero cards */
.skeleton-hero-small {
    width: 100%;
    height: 250px;
    background: linear-gradient(
        90deg,
        #e0e0e0 0px,
        #f0f0f0 40px,
        #e0e0e0 80px
    );
    background-size: 200px 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 8px;
}

/* Skeleton for side story items */
.skeleton-side-story {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.skeleton-side-story-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    background: linear-gradient(
        90deg,
        #e0e0e0 0px,
        #f0f0f0 40px,
        #e0e0e0 80px
    );
    background-size: 200px 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
}

.skeleton-side-story-content {
    flex: 1;
}

.skeleton-side-story-title {
    width: 100%;
    height: 16px;
    margin-bottom: 8px;
    background: linear-gradient(
        90deg,
        #e0e0e0 0px,
        #f0f0f0 40px,
        #e0e0e0 80px
    );
    background-size: 200px 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
}

.skeleton-side-story-meta {
    width: 60%;
    height: 12px;
    background: linear-gradient(
        90deg,
        #e0e0e0 0px,
        #f0f0f0 40px,
        #e0e0e0 80px
    );
    background-size: 200px 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
}

/* Skeleton for schedule cards */
.skeleton-schedule-card {
    width: 200px;
    height: 90px;
    background: linear-gradient(
        90deg,
        #f0f0f0 0px,
        #f8f8f8 40px,
        #f0f0f0 80px
    );
    background-size: 200px 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 8px;
    flex-shrink: 0;
}

/* Skeleton for video cards */
.skeleton-video-card {
    width: 320px;
    height: 240px;
    background: linear-gradient(
        90deg,
        #e0e0e0 0px,
        #f0f0f0 40px,
        #e0e0e0 80px
    );
    background-size: 200px 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 8px;
    flex-shrink: 0;
}

/* Skeleton for quick stats */
.skeleton-quick-stat {
    width: 130px;
    height: 80px;
    background: linear-gradient(
        90deg,
        #f0f0f0 0px,
        #f8f8f8 40px,
        #f0f0f0 80px
    );
    background-size: 200px 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 10px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .skeleton-hero-large {
        height: 280px;
    }

    .skeleton-hero-small {
        height: 180px;
    }

    .skeleton-schedule-card {
        width: 200px;
        height: 100px;
    }

    .skeleton-video-card {
        width: 260px;
        height: 200px;
    }

    .skeleton-quick-stat {
        width: 110px;
        height: 64px;
    }
}

@media (max-width: 480px) {
    .skeleton-schedule-card {
        width: 160px;
        height: 90px;
    }

    .skeleton-video-card {
        width: 240px;
        height: 180px;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .skeleton,
    .skeleton-hero-large,
    .skeleton-hero-small,
    .skeleton-side-story-image,
    .skeleton-side-story-title,
    .skeleton-side-story-meta,
    .skeleton-schedule-card,
    .skeleton-video-card,
    .skeleton-quick-stat {
        animation: none;
        background: #f0f0f0;
    }
}

/* === video-modal.css === */
/**
 * Fullscreen Video Modal
 * Mobile-optimized video playback experience
 */

/* Modal Overlay */
.video-modal-overlay {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-modal-overlay.active {
    display: flex !important;
    opacity: 1;
    align-items: center;
    justify-content: center;
}

/* Modal Content */
.video-modal-content {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Video Player Container - ONLY for modal */
#video-modal .video-modal-player,
.video-modal-overlay.active .video-modal-player {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

#video-modal .video-modal-player iframe,
.video-modal-overlay.active .video-modal-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Close Button */
.video-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    transition: all 0.2s ease;
    z-index: 10001;
    padding: 0;
    line-height: 1;
}

.video-modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.video-modal-close:active {
    transform: scale(0.95);
}

/* Video Info Below Player */
.video-modal-info {
    width: 100%;
    max-width: 900px;
    margin-top: 20px;
    text-align: left;
    color: #ffffff;
}

.video-modal-info h3 {
    font-size: 20px;
    margin: 0 0 8px 0;
    color: #ffffff;
}

.video-modal-info p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .video-modal-content {
        padding: 0;
        max-height: 100vh;
    }

    .video-modal-player {
        border-radius: 0;
        max-width: 100%;
        width: 100%;
    }

    .video-modal-close {
        top: env(safe-area-inset-top, 20px);
        right: 16px;
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .video-modal-info {
        padding: 16px;
        margin-top: 0;
    }

    .video-modal-info h3 {
        font-size: 18px;
    }

    .video-modal-info p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .video-modal-close {
        top: max(env(safe-area-inset-top), 12px);
        right: 12px;
    }
}

/* Prevent body scroll when modal is open */
body.video-modal-open {
    overflow: hidden;
}

/* Animations */
@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.video-modal-overlay.active .video-modal-player {
    animation: modalFadeIn 0.3s ease;
}

/* Accessibility */
.video-modal-close:focus {
    outline: 3px solid #FFB81C;
    outline-offset: 2px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .video-modal-overlay,
    .video-modal-close,
    .video-modal-player {
        transition: none;
        animation: none;
    }
}

/* === ads.css === */
/**
 * Advertisement Styles
 * Professional ad placement styling
 */

/* Ad Container Base Styles */
.ad-container {
    margin: 20px 0;
    padding: 10px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-align: center;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-container::before {
    content: 'Advertisement';
    display: block;
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    position: absolute;
    top: 2px;
}

/* Top Banner Ad - completely hidden by default */
#ad-top-banner {
    display: none !important;
}

/* Only show when ad successfully loads AND is filled (not unfilled) */
#ad-top-banner:has(ins.adsbygoogle[data-adsbygoogle-status="done"]:not([data-ad-status="unfilled"])) {
    display: block !important;
    width: 100%;
    max-width: 728px;
    min-height: 90px;
    max-height: 100px;
    margin: 20px auto;
}

.ad-banner-top {
    max-width: 728px;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    display: block;
}

/* Ensure AdSense ads have proper width */
#ad-top-banner ins.adsbygoogle {
    display: block !important;
    width: 728px !important;
    max-width: 100% !important;
    height: 90px !important;
    margin: 0 auto !important;
}

/* Sidebar Ads */
#ad-sidebar-top,
#ad-sidebar-mid {
    margin: 20px 0;
    min-height: 250px;
}

.ad-sidebar {
    width: 300px;
    min-height: 250px;
}

/* In-Feed Ads */
.in-feed-ad-container {
    margin: 30px 0;
    padding: 20px 10px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 8px;
    position: relative;
}

.in-feed-ad-container::before {
    content: 'Sponsored';
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 9px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* In-Article Ads */
.in-article-ad-container {
    margin: 30px auto;
    padding: 20px;
    max-width: 100%;
    background: #fafafa;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    clear: both;
}

.in-article-ad-container::before {
    content: 'Advertisement';
    display: block;
    text-align: center;
    font-size: 10px;
    color: #999;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Bottom Banner */
#ad-bottom-banner {
    margin: 40px auto 20px;
    max-width: 1200px;
    min-height: 90px;
    text-align: center;
}

.ad-banner-bottom {
    max-width: 728px;
    height: 90px;
    margin: 0 auto;
}

/* Mobile Anchor Ad (Sticky Bottom) */
.mobile-anchor-ad {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    padding: 5px;
}

/* Ad Blocker Message */
.adblock-message {
    padding: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 8px;
    margin: 20px 0;
}

.adblock-notice {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.adblock-notice h3 {
    margin: 0 0 10px;
    font-size: 22px;
    color: #fff;
}

.adblock-notice p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.6;
}

.adblock-notice a {
    color: #ffd700;
    text-decoration: underline;
    font-weight: 600;
}

.adblock-notice a:hover {
    color: #fff;
}

/* Responsive Ads */
@media (max-width: 768px) {
    #ad-top-banner:has(ins.adsbygoogle[data-adsbygoogle-status="done"]:not([data-ad-status="unfilled"])) {
        display: block !important;
        width: 100%;
        max-width: 100%;
        min-height: 50px;
        max-height: 60px;
        margin: 10px auto;
    }

    #ad-top-banner ins.adsbygoogle {
        width: 320px !important;
        max-width: 100% !important;
        height: 50px !important;
    }

    .ad-banner-top,
    .ad-banner-bottom {
        max-width: 100%;
        height: 50px;
    }

    .ad-sidebar {
        width: 100%;
        margin: 15px 0;
    }

    #ad-sidebar-top,
    #ad-sidebar-mid {
        margin: 15px 0;
    }

    .in-article-ad-container,
    .in-feed-ad-container {
        margin: 20px 0;
        padding: 15px 10px;
    }

    .mobile-anchor-ad {
        padding: 3px;
    }
}

/* Ad Placeholder (before loaded) - hide to avoid "Loading ad..." when blocked */
.adsbygoogle:not([data-adsbygoogle-status]) {
    display: none;
}

/* Premium Ad Styles for High-Value Placements */
.premium-ad-slot {
    position: relative;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.premium-ad-slot::before {
    content: 'Featured Partner';
    position: absolute;
    top: 10px;
    left: 20px;
    color: #ffd700;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
}

/* Sticky Sidebar Ad */
.sticky-sidebar-ad {
    position: sticky;
    top: 80px;
    margin-bottom: 20px;
}

/* Video Ad Overlay */
.video-ad-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    padding: 10px;
    z-index: 100;
}

/* Ad Performance Indicators (for testing) */
.ad-debug-info {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 10px;
    color: #999;
    background: #fff;
    padding: 2px 5px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

/* Hide ads on print */
@media print {
    [id^="ad-"],
    .adsbygoogle,
    .in-feed-ad-container,
    .in-article-ad-container,
    .mobile-anchor-ad,
    .adblock-message {
        display: none !important;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .ad-container {
        background: #1a1a1a;
        border-color: #333;
    }

    .in-article-ad-container {
        background: #1a1a1a;
        border-color: #333;
    }

    .in-feed-ad-container {
        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    }
}

/* Accessibility */
.ad-container:focus-within {
    outline: 2px solid #4a90e2;
    outline-offset: 2px;
}

/* Animation for ad load */
@keyframes fadeInAd {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.adsbygoogle[data-adsbygoogle-status="done"] {
    animation: fadeInAd 0.5s ease-in-out;
}

/* === twitter-feed.css === */
/* ============================================
   TWITTER / X SOCIAL FEED STYLES
   ============================================ */

/* Twitter feed no longer needs its own section styling - it's inside engagement grid */

.tweets-list-wrapper {
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: #FFB81C #e1e8ed;
}

.tweets-list-wrapper::-webkit-scrollbar {
    width: 8px;
}

.tweets-list-wrapper::-webkit-scrollbar-track {
    background: #e1e8ed;
    border-radius: 4px;
}

.tweets-list-wrapper::-webkit-scrollbar-thumb {
    background: #FFB81C;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.tweets-list-wrapper::-webkit-scrollbar-thumb:hover {
    background: #e5a000;
}

.tweets-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tweet-card {
    background: white;
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    padding: 16px;
    transition: all 0.2s ease;
}

.tweet-card:hover {
    border-color: #cfd9de;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Tweet Header */
.tweet-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.tweet-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0;
}

.tweet-author {
    flex: 1;
    min-width: 0;
}

.tweet-author-name {
    font-size: 15px;
    font-weight: 700;
    color: #0f1419;
    display: flex;
    align-items: center;
    gap: 4px;
}

.verified-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: #1d9bf0;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
}

.tweet-username {
    font-size: 15px;
    color: #536471;
    margin-top: 2px;
}

.tweet-time {
    font-size: 15px;
    color: #536471;
    white-space: nowrap;
    margin-left: auto;
}

/* Tweet Content */
.tweet-text {
    font-size: 15px;
    line-height: 1.5;
    color: #0f1419;
    margin-bottom: 12px;
    word-wrap: break-word;
}

.tweet-text a {
    color: #1d9bf0;
    text-decoration: none;
}

.tweet-text a:hover {
    text-decoration: underline;
}

/* Tweet Photos */
.tweet-photos {
    margin: 12px 0;
    border-radius: 12px;
    overflow: hidden;
}

.tweet-photos.single {
    max-height: 400px;
}

.tweet-photos.single .tweet-photo {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    display: block;
}

.tweet-photos.grid {
    display: grid;
    gap: 2px;
    max-height: 280px;
}

.tweet-photos.grid.count-2 {
    grid-template-columns: 1fr 1fr;
}

.tweet-photos.grid.count-3 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.tweet-photos.grid.count-3 .tweet-photo:first-child {
    grid-row: span 2;
}

.tweet-photos.grid.count-4 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.tweet-photos.grid .tweet-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Tweet Footer */
.tweet-footer {
    display: flex;
    gap: 32px;
    padding-top: 12px;
    border-top: 1px solid #eff3f4;
}

.tweet-stat {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #536471;
}

.tweet-icon {
    font-size: 16px;
}

/* View on X Link */
.tweet-link {
    display: inline-block;
    margin-top: 12px;
    font-size: 13px;
    color: #1d9bf0;
    text-decoration: none;
    font-weight: 600;
}

.tweet-link:hover {
    text-decoration: underline;
}

/* Loading State */
.tweets-loading {
    text-align: center;
    padding: 40px 20px;
    color: #536471;
}

.tweets-loading .spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto 16px;
    border: 3px solid #eff3f4;
    border-top-color: #1d9bf0;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Error State */
.tweets-error {
    text-align: center;
    padding: 40px 20px;
    color: #f4212e;
    background: #fff5f5;
    border-radius: 12px;
    border: 1px solid #fec7cb;
}

/* Empty State */
.tweets-empty {
    text-align: center;
    padding: 40px 20px;
    color: #536471;
    background: #f7f9f9;
    border-radius: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .tweets-list-wrapper {
        max-height: 600px;
    }

    .tweet-card {
        padding: 12px;
    }

    .tweet-avatar {
        width: 40px;
        height: 40px;
    }

    .tweet-author-name {
        font-size: 14px;
    }

    .tweet-username {
        font-size: 14px;
    }

    .tweet-time {
        font-size: 13px;
    }

    .tweet-text {
        font-size: 14px;
    }

    .tweet-footer {
        gap: 20px;
    }

    .tweet-stat {
        font-size: 13px;
    }

    /* Mobile photo adjustments */
    .tweet-photos.single {
        max-height: 300px;
    }

    .tweet-photos.single .tweet-photo {
        max-height: 300px;
    }

    .tweet-photos.grid {
        max-height: 220px;
    }
}

/* === player-stats-widget.css === */
/* ============================================
   PLAYER STATS WIDGET - Homepage Overview
   ============================================ */

.player-stats-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 700px;
    max-height: 700px;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: #FFB81C #e1e8ed;
}

.player-stats-list::-webkit-scrollbar {
    width: 8px;
}

.player-stats-list::-webkit-scrollbar-track {
    background: #e1e8ed;
    border-radius: 4px;
}

.player-stats-list::-webkit-scrollbar-thumb {
    background: #FFB81C;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.player-stats-list::-webkit-scrollbar-thumb:hover {
    background: #e5a000;
}

.stats-section {
    margin-bottom: 24px;
}

.stats-section:last-child {
    margin-bottom: 0;
}

.stats-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #041E42;
    margin: 0 0 12px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #FFB81C;
}

.player-stat-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.player-stat-card:hover {
    background: #edeef0;
    transform: translateX(4px);
}

.player-stat-rank {
    font-size: 24px;
    font-weight: 700;
    color: #FFB81C;
    width: 32px;
    text-align: center;
    flex-shrink: 0;
}

.player-stat-info {
    flex: 1;
    min-width: 0;
}

.player-stat-name {
    font-size: 16px;
    font-weight: 600;
    color: #041E42;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player-stat-position {
    font-size: 13px;
    color: #6c757d;
    margin-top: 2px;
}

.player-stat-numbers {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.stat-value {
    font-size: 18px;
    font-weight: 700;
    color: #041E42;
    line-height: 1;
}

.stat-label {
    font-size: 11px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.view-all-link {
    display: inline-block;
    margin-top: 16px;
    padding: 12px 24px;
    background: #041E42;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: background 0.2s ease;
}

.view-all-link:hover {
    background: #FFB81C;
    color: #041E42;
}

/* Empty/Error States */
.player-stats-empty,
.player-stats-error {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.player-stats-error {
    color: #dc3545;
    background: #fff5f5;
    border-radius: 8px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .player-stat-card {
        padding: 12px;
        gap: 12px;
    }

    .player-stat-rank {
        font-size: 20px;
        width: 28px;
    }

    .player-stat-name {
        font-size: 14px;
    }

    .player-stat-position {
        font-size: 12px;
    }

    .player-stat-numbers {
        gap: 12px;
    }

    .stat-value {
        font-size: 16px;
    }

    .stat-label {
        font-size: 10px;
    }

    .view-all-link {
        width: 100%;
        padding: 12px;
    }
}

/* === engagement-grid-equal-height.css === */
/**
 * Engagement Grid Equal Height Fix
 * Ensures Twitter feed and Polls columns are equal height
 */

.fan-engagement-section {
    padding: var(--space-8) var(--space-6);
    max-width: var(--container-2xl);
    margin: 0 auto;
    background: var(--neutral-100);
}

.engagement-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-6);
    align-items: stretch; /* Make both columns same height */
}

/* 3-column grid variant */
.engagement-grid.engagement-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.engagement-column {
    display: flex;
    flex-direction: column;
    background: var(--neutral-white);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    min-height: 600px; /* Minimum height for both columns */
}

.section-header-engagement {
    background: linear-gradient(135deg, #041E42 0%, #0a2a52 100%);
    padding: var(--space-4) var(--space-5);
    border-bottom: 3px solid #FFB81C;
}

.section-header-engagement h2 {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-extrabold);
    color: var(--neutral-white);
    margin: 0;
    line-height: 1.2;
}

.section-header-engagement .arrow {
    color: #FFB81C;
    font-weight: 700;
}

/* Engagement content area - fills remaining space */
.engagement-content {
    flex: 1; /* Takes all available space */
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: var(--space-4);
    display: flex;
    flex-direction: column;
}

/* Twitter column specific */
.twitter-column .engagement-content {
    padding: var(--space-3);
}

/* Polls column specific */
.polls-column .engagement-content {
    padding: var(--space-4);
}

/* Standings column specific */
.standings-column .engagement-content {
    padding: 0;
}

.standings-column table {
    width: 100%;
    border-collapse: collapse;
}

.standings-column th {
    background: #f8f9fa;
    font-size: 11px;
    font-weight: 800;
    color: #666;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 12px 8px;
}

.standings-column td {
    padding: 14px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
}

.standings-column td:first-child {
    text-align: left;
    font-weight: 700;
}

/* Highlight Predators row */
.standings-column tr.preds-row {
    background: linear-gradient(135deg, #FFF8E6 0%, #FFFDF5 100%);
}

.standings-column tr.preds-row td:first-child {
    font-weight: 800;
    color: #041E42;
}

.standings-column tr.preds-row td:last-child {
    font-weight: 800;
    color: #FFB81C;
}

/* Equal height for Twitter feed items */
#twitter-feed-container {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    height: 100%;
}

/* Equal height for polls */
#homepage-polls-container {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
    height: 100%;
}

/* Tablet: 2+1 layout for 3-column grid */
@media (max-width: 1200px) {
    .engagement-grid.engagement-grid-3 {
        grid-template-columns: 1fr 1fr;
    }

    .engagement-grid.engagement-grid-3 .standings-column {
        grid-column: span 2;
    }
}

/* Mobile: Stack vertically */
@media (max-width: 1024px) {
    .engagement-grid {
        grid-template-columns: 1fr;
        gap: var(--space-4);
    }

    .engagement-grid.engagement-grid-3 {
        grid-template-columns: 1fr;
    }

    .engagement-grid.engagement-grid-3 .standings-column {
        grid-column: span 1;
    }

    .engagement-column {
        min-height: 400px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .engagement-content {
        overflow-x: hidden;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .fan-engagement-section {
        padding: var(--space-6) var(--space-4);
    }

    .engagement-column {
        min-height: 350px;
        max-width: 100%;
        overflow: hidden;
    }

    .engagement-content {
        padding: var(--space-3) var(--space-2);
        overflow-x: hidden;
    }

    .section-header-engagement h2 {
        font-size: var(--font-size-lg);
    }
}

/* Extra small phones - additional containment */
@media (max-width: 480px) {
    .fan-engagement-section {
        padding: var(--space-4) var(--space-2);
        overflow: hidden;
    }

    .engagement-grid {
        gap: var(--space-3);
        overflow: hidden;
    }

    .engagement-column {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .engagement-content {
        padding: var(--space-2);
        overflow-x: hidden;
        width: 100%;
        box-sizing: border-box;
    }

    .section-header-engagement {
        padding: var(--space-3) var(--space-3);
    }

    .section-header-engagement h2 {
        font-size: 16px;
    }
}

/* === mobile-bottom-nav.css === */
/**
 * Mobile Bottom Navigation - Improved with 6 items + horizontal scroll
 * Ensures all navigation options fit and are scrollable
 */

/* Bottom Navigation Container */
.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
    border-top: 2px solid #FFB81C;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1), 0 -1px 4px rgba(255, 184, 28, 0.15);
    z-index: 997;
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding-bottom: env(safe-area-inset-bottom);
    overflow-x: auto; /* Enable horizontal scrolling */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

/* Hide scrollbar but keep functionality */
.mobile-bottom-nav::-webkit-scrollbar {
    display: none;
}

.mobile-bottom-nav {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Hide on scroll down */
.mobile-bottom-nav.hidden {
    transform: translateY(100%);
}

/* Navigation List - Allow horizontal scroll */
.mobile-bottom-nav ul {
    display: flex;
    justify-content: flex-start; /* Changed from space-around to flex-start for scrolling */
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0 8px; /* Add padding for better scroll experience */
    height: 60px;
    min-width: fit-content; /* Allow ul to be wider than container */
    gap: 4px; /* Add gap between items */
}

.mobile-bottom-nav li {
    flex-shrink: 0; /* Prevent items from shrinking */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Navigation Links */
.mobile-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 6px 10px; /* Slightly reduced padding for 6 items */
    min-width: 60px; /* Slightly reduced from 64px */
    min-height: 48px;
    text-decoration: none;
    color: rgba(4, 30, 66, 0.6);
    font-size: 10px; /* Slightly smaller font */
    font-weight: 600;
    transition: all 0.2s ease;
    position: relative;
    border-radius: 12px;
    white-space: nowrap; /* Prevent text wrapping */
}

/* Icon Container */
.mobile-bottom-nav .nav-icon {
    width: 22px; /* Slightly smaller icons */
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.mobile-bottom-nav .nav-icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

/* Active State */
.mobile-bottom-nav a.active {
    color: #FFB81C;
    font-weight: 700;
}

.mobile-bottom-nav a.active .nav-icon {
    transform: scale(1.1);
}

.mobile-bottom-nav a.active::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 3px;
    background: linear-gradient(90deg, #FFB81C 0%, #f0a800 100%);
    border-radius: 0 0 3px 3px;
}

/* Hover/Touch State */
.mobile-bottom-nav a:active {
    background: rgba(255, 184, 28, 0.1);
    transform: scale(0.95);
}

/* Label */
.mobile-bottom-nav .nav-label {
    font-size: 9px; /* Slightly smaller */
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

/* Scroll Indicator (subtle hint that more items exist) */
.mobile-bottom-nav::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(250, 251, 252, 0.9) 100%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.mobile-bottom-nav.scrolled-end::after {
    opacity: 0;
}

/* Show only on mobile/tablet */
@media (max-width: 1024px) {
    .mobile-bottom-nav {
        display: block;
    }

    /* Add padding to body to prevent content being hidden behind nav */
    body.has-bottom-nav {
        padding-bottom: calc(60px + env(safe-area-inset-bottom));
    }

    /* Adjust for very small screens (< 360px) */
    @media (max-width: 360px) {
        .mobile-bottom-nav {
            height: 56px;
        }

        .mobile-bottom-nav ul {
            height: 56px;
            padding: 0 4px;
        }

        .mobile-bottom-nav a {
            min-width: 54px;
            min-height: 44px;
            padding: 4px 8px;
        }

        .mobile-bottom-nav .nav-icon {
            width: 20px;
            height: 20px;
        }

        .mobile-bottom-nav .nav-icon svg {
            width: 20px;
            height: 20px;
        }

        .mobile-bottom-nav .nav-label {
            font-size: 8px;
        }
    }

    /* Medium screens (361px - 480px) - 6 items should fit but allow scroll */
    @media (min-width: 361px) and (max-width: 480px) {
        .mobile-bottom-nav a {
            min-width: 56px;
            padding: 6px 9px;
        }
    }

    /* Larger mobile screens (481px+) - All 6 items fit nicely */
    @media (min-width: 481px) and (max-width: 1024px) {
        .mobile-bottom-nav ul {
            justify-content: space-around; /* Distribute evenly on larger screens */
            padding: 0 12px;
        }

        .mobile-bottom-nav a {
            min-width: 64px;
            padding: 8px 12px;
        }

        .mobile-bottom-nav .nav-label {
            font-size: 10px;
        }

        /* Hide scroll indicator on larger screens where all items fit */
        .mobile-bottom-nav::after {
            display: none;
        }
    }
}

/* === back-to-top.css === */
/**
 * Back to Top Button
 * Floating Action Button (FAB) for scrolling back to top
 */

.back-to-top {
    position: fixed;
    bottom: 80px; /* Above mobile bottom nav */
    right: 16px;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #FFB81C 0%, #f0a800 100%);
    color: #041E42;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255, 184, 28, 0.4), 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.back-to-top:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 20px rgba(255, 184, 28, 0.5), 0 4px 8px rgba(0, 0, 0, 0.3);
}

.back-to-top:active {
    transform: translateY(0) scale(0.95);
    box-shadow: 0 2px 8px rgba(255, 184, 28, 0.4);
}

.back-to-top svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    transform: rotate(-90deg);
}

/* Add subtle pulse animation when first appearing */
@keyframes pulseBackToTop {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-4px) scale(1.05);
    }
}

.back-to-top.visible.pulse {
    animation: pulseBackToTop 1s ease-in-out 2;
}

/* Adjust position on desktop */
@media (min-width: 1025px) {
    .back-to-top {
        bottom: 24px;
        right: 24px;
        width: 56px;
        height: 56px;
    }

    .back-to-top svg {
        width: 28px;
        height: 28px;
    }
}

/* Adjust for very small mobile screens */
@media (max-width: 360px) {
    .back-to-top {
        width: 44px;
        height: 44px;
        bottom: 76px;
        right: 12px;
    }

    .back-to-top svg {
        width: 20px;
        height: 20px;
    }
}

/* Safe area support for iPhone notch */
.back-to-top {
    bottom: calc(80px + env(safe-area-inset-bottom));
    right: calc(16px + env(safe-area-inset-right));
}

@media (min-width: 1025px) {
    .back-to-top {
        bottom: calc(24px + env(safe-area-inset-bottom));
        right: calc(24px + env(safe-area-inset-right));
    }
}

/* Add number badge showing scroll position */
.back-to-top .scroll-progress {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
}

.back-to-top .scroll-progress-ring {
    transform: rotate(-90deg);
}

.back-to-top .scroll-progress-circle {
    stroke: rgba(4, 30, 66, 0.3);
    stroke-width: 2;
    fill: none;
    transition: stroke-dashoffset 0.1s linear;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .back-to-top {
        background: linear-gradient(135deg, #FFB81C 0%, #f0a800 100%);
        color: #041E42;
    }

    .back-to-top .scroll-progress-circle {
        stroke: rgba(255, 255, 255, 0.3);
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .back-to-top {
        border: 2px solid #041E42;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .back-to-top {
        transition: opacity 0.2s ease, visibility 0.2s ease;
        transform: none !important;
    }

    .back-to-top:hover,
    .back-to-top:active {
        transform: none !important;
    }

    .back-to-top.visible.pulse {
        animation: none;
    }
}

/* Accessibility - keyboard focus */
.back-to-top:focus {
    outline: 3px solid #FFB81C;
    outline-offset: 2px;
}

.back-to-top:focus:not(:focus-visible) {
    outline: none;
}

.back-to-top:focus-visible {
    outline: 3px solid #FFB81C;
    outline-offset: 2px;
}

/* Add ripple effect */
.back-to-top::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(4, 30, 66, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.back-to-top:active::before {
    width: 100%;
    height: 100%;
}

/* Label for accessibility (visually hidden but screen reader accessible) */
.back-to-top .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* === nav-mega-override.css === */
/**
 * Navigation Mega Override
 * Nuclear option - forces absolute consistency
 * MUST LOAD ABSOLUTELY LAST
 */

/* === LOGO === */
.nav-logo,
.site-header .nav-logo,
header .nav-logo,
.header-content .nav-logo,
.nav-brand .nav-logo,
.nav-brand a .nav-logo {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
}

/* === PREDSFAN TEXT === */
.nav-brand span,
.site-header .nav-brand span,
header .nav-brand span,
.nav-brand a span,
body .nav-brand span,
body.page-home .nav-brand span,
body.home .nav-brand span {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-variant: normal !important;
    color: #ffffff !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
}

/* === NAV LINKS CENTERING === */
.nav-links,
.site-header .nav-links,
header .nav-links {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 70px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
}

.nav-links li,
.site-header .nav-links li,
header .nav-links li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.nav-link,
.site-header .nav-link,
header .nav-link,
.nav-links .nav-link,
body .nav-link,
body.page-home .nav-link,
body.home .nav-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

/* === HEADER HEIGHT === */
.site-header,
header.site-header {
    height: 70px !important;
    min-height: 70px !important;
}

.header-top,
.site-header .header-top {
    height: 70px !important;
}

.header-content,
.site-header .header-content {
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* === MOBILE === */
@media (max-width: 1024px) {
    /* Override desktop flex rules for mobile nav */
    .nav-links,
    .site-header .nav-links,
    header .nav-links {
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        height: auto !important;
    }

    .nav-links > li,
    .site-header .nav-links > li,
    header .nav-links > li {
        display: block !important;
        height: auto !important;
        width: 100% !important;
    }

    /* Fan Guide dropdown - parent item */
    .nav-dropdown {
        display: block !important;
        flex-direction: column !important;
    }

    .nav-dropdown .dropdown-toggle {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        text-align: left !important;
        justify-content: flex-start !important;
    }

    /* Dropdown menu - hidden by default */
    .nav-dropdown .dropdown-menu {
        display: none !important;
        position: static !important;
        background: #f9fafb !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        min-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Dropdown menu - visible when open */
    .nav-dropdown.open .dropdown-menu {
        display: block !important;
    }

    /* Dropdown menu items */
    .nav-dropdown .dropdown-menu li {
        display: block !important;
        height: auto !important;
        width: 100% !important;
    }

    .nav-dropdown .dropdown-menu a {
        display: block !important;
        color: #041E42 !important;
        padding: 12px 20px 12px 40px !important;
        font-size: 14px !important;
        border-left: 4px solid transparent !important;
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .nav-dropdown .dropdown-menu a:hover {
        background: rgba(255, 184, 28, 0.1) !important;
        border-left-color: #FFB81C !important;
    }
}

@media (max-width: 768px) {
    .nav-logo,
    .site-header .nav-logo,
    header .nav-logo {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
    }

    .nav-brand span,
    .site-header .nav-brand span,
    body.page-home .nav-brand span,
    body.home .nav-brand span {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
        font-size: 20px !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
    }

    .site-header,
    .header-top,
    .header-content {
        height: 56px !important;
    }

    .nav-links {
        height: calc(100vh - 56px) !important;
    }
}
