
    :root {
      /* ============================================
         SITE-WIDE LOCKED GRADIENT COLORS
         User-specified gradient for all dark backgrounds and buttons
         ============================================ */
      --gradient-dark: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
      
      /* LOCKED BUTTON GRADIENT - same as dark bg for consistency */
      --gradient-btn-primary: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
      --gradient-btn-accent: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
      
      /* Derived colors from locked gradient */
      --color-dark-base: #0f0c29;
      --color-dark-mid: #302b63;
      --color-dark-accent: #24243e;
      
      /* Semi-transparent white for button overlays */
      --btn-glass: rgb(255 255 255 / 0.1);
    }
    
    /* Critical fallback styles in case Tailwind CDN fails */
    * { font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif; box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { background: #ffffff; color: #1e293b; line-height: 1.5; }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; height: auto; }

    /* Homepage-aligned shared header/footer */
    .site-header {
      background: #f5f1ea !important;
      border-bottom: 1.5px solid rgba(21, 18, 16, 0.16) !important;
      box-shadow: none !important;
      color: #151210 !important;
      font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
    }
    .site-header > div { width: 100% !important; max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: max(48px, calc((100% - 1290px) / 2)) !important; padding-right: max(48px, calc((100% - 1290px) / 2)) !important; box-sizing: border-box !important; }
    .site-header .h-[60px] { height: 88px !important; }
    .site-header img[src="/logo-full.png"] { height: 40px !important; background: transparent !important; }
    .site-header nav > .group > a,
    .site-header nav > .group > button {
      color: #151210 !important;
      font-size: 15px !important;
      font-weight: 600 !important;
      background: transparent !important;
      border-radius: 999px !important;
      padding: 9px 12px !important;
    }
    .site-header nav > .group > a:hover,
    .site-header nav > .group > button:hover {
      color: #151210 !important;
      background: rgba(21, 18, 16, 0.06) !important;
    }
    .site-header nav .absolute {
      border: 1px solid #e2e8f0 !important;
      border-radius: 14px !important;
      box-shadow: 0 18px 48px rgba(15,23,42,.12) !important;
      background: #fff !important;
      overflow: hidden !important;
    }
    .site-header nav .absolute a:hover { background: rgba(255, 107, 74, 0.12) !important; }
    .site-header #auth-buttons #logged-out-menu > button {
      background: #151210 !important;
      color: #f5f1ea !important;
      border-radius: 999px !important;
      padding: 12px 22px !important;
      font-size: 14px !important;
      font-weight: 600 !important;
    }
    .site-header #auth-buttons #logged-out-menu > button span { font-size: 0; }
    .site-header #auth-buttons #logged-out-menu > button span::before { content: 'Join community'; font-size: 14px; }
    .site-header #auth-buttons #logged-out-menu > button .fa-user-circle,
    .site-header #auth-buttons #logged-out-menu > button .fa-chevron-down { display: none !important; }
    .site-header .flex.items-center.gap-2 > button[onclick="openSearchModal()"],
    .site-header .flex.items-center.gap-2 > a[href="/saved"] {
      color: #151210 !important;
      border: 1.5px solid #151210 !important;
      border-radius: 999px !important;
      background: transparent !important;
      width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
    .site-header .flex.items-center.gap-2 > button[onclick="openSearchModal()"]:hover,
    .site-header .flex.items-center.gap-2 > a[href="/saved"]:hover {
      background: #ffde59 !important;
      transform: translateY(-1px);
    }
    .site-header button[aria-controls="mobile-menu"] {
      color: #151210 !important;
      border: 1.5px solid #151210 !important;
      border-radius: 8px !important;
      background: transparent !important;
    }
    .site-header #mobile-menu {
      border-top: 1.5px solid #15121022 !important;
      background: #f5f1ea !important;
      padding-bottom: 20px !important;
    }
    .hp-footer {
      background: #f5f1ea !important;
      color: #151210 !important;
      border-top: 1.5px solid #151210 !important;
      font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
      box-sizing: border-box;
    }
    .hp-footer *, .hp-footer *::before, .hp-footer *::after { box-sizing: border-box; }
    .hp-footer-brand-title {
      font-family: 'Instrument Serif', Georgia, serif;
      font-size: 36px;
      line-height: 1;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: lowercase;
      color: #151210;
    }
    .hp-footer-copy {
      font-size: 14px;
      color: #151210;
      opacity: 0.7;
      margin-top: 12px;
      max-width: 300px;
      line-height: 1.5;
    }
    .hp-footer-heading {
      font-family: 'JetBrains Mono', monospace;
      font-size: 11px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      opacity: 0.6;
      margin-bottom: 16px;
      color: #151210;
    }
    .hp-footer-link {
      color: #151210;
      text-decoration: none;
      transition: color 160ms ease;
    }
    .hp-footer-link:hover { color: #ff6b4a !important; }
    .hp-footer .hp-social-btn {
      background: #151210 !important;
      color: #f5f1ea !important;
    }
    .hp-footer .hp-social-btn svg,
    .hp-footer .hp-social-btn path {
      color: #f5f1ea !important;
      fill: currentColor !important;
    }
    .hp-footer .hp-social-btn:hover {
      background: #ff6b4a !important;
      color: #ffffff !important;
    }
    .hp-footer .hp-social-btn:hover svg,
    .hp-footer .hp-social-btn:hover path {
      color: #ffffff !important;
      fill: currentColor !important;
    }
    .hp-social-btn:hover { background: #ff6b4a !important; transform: translateY(-2px); }
    .hp-social-btn:focus-visible { outline: 2px solid #ff6b4a; outline-offset: 3px; }
    /* AFFMashup 1290px shell guard: full-width section backgrounds, centered inner content. */
    /* Homepage-style sections keep full-width backgrounds while content caps at 1290px. */
    .hp-live-bar,
    .hp-hero,
    .hp-events-hero,
    .hp-stats,
    .hp-organizers,
    .hp-feature,
    .hp-featured,
    .hp-cities,
    .hp-how,
    .hp-testimonials,
    .hp-faq,
    .hp-cta,
    .hp-events-section,
    .city-section,
    .org-section {
      width: 100% !important;
      max-width: none !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: max(48px, calc((100% - 1290px) / 2)) !important;
      padding-right: max(48px, calc((100% - 1290px) / 2)) !important;
      box-sizing: border-box !important;
    }
    @media (max-width: 900px) {
      .hp-live-bar,
      .hp-hero,
      .hp-events-hero,
      .hp-stats,
      .hp-organizers,
      .hp-feature,
      .hp-featured,
      .hp-cities,
      .hp-how,
      .hp-testimonials,
      .hp-faq,
      .hp-cta,
      .hp-events-section,
      .city-section,
      .org-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
      }
    }
    @media (max-width: 480px) {
      .hp-live-bar,
      .hp-hero,
      .hp-events-hero,
      .hp-stats,
      .hp-organizers,
      .hp-feature,
      .hp-featured,
      .hp-cities,
      .hp-how,
      .hp-testimonials,
      .hp-faq,
      .hp-cta,
      .hp-events-section,
      .city-section,
      .org-section {
        padding-left: 16px !important;
        padding-right: 16px !important;
      }
    }
    .hp-nav {
      width: 100% !important;
      max-width: none !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: max(48px, calc((100% - 1290px) / 2)) !important;
      padding-right: max(48px, calc((100% - 1290px) / 2)) !important;
      background: #f5f1ea !important;
      box-sizing: border-box !important;
    }
    .hp-footer {
      width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .hp-footer-grid,
    .hp-footer-bottom {
      width: min(1290px, calc(100% - 96px)) !important;
      max-width: 1290px !important;
      margin-left: auto !important;
      margin-right: auto !important;
      box-sizing: border-box !important;
    }
    @media (max-width: 900px) {
      .hp-nav { width: 100% !important; max-width: none !important; padding-left: 20px !important; padding-right: 20px !important; }
      .hp-footer-grid,
      .hp-footer-bottom { width: min(1290px, calc(100% - 40px)) !important; }
    }
    @media (max-width: 480px) {
      .hp-nav { width: 100% !important; max-width: none !important; padding-left: 16px !important; padding-right: 16px !important; }
      .hp-footer-grid,
      .hp-footer-bottom { width: min(1290px, calc(100% - 32px)) !important; }
    }
    @media (max-width: 1024px) {
      .site-header > div { width: 100% !important; max-width: none !important; padding-left: 20px !important; padding-right: 20px !important; }
      .site-header .h-[60px] { height: 72px !important; }
      .hp-footer { padding: 40px 0 24px !important; }
      .hp-footer-grid { grid-template-columns: 1fr 1fr !important; gap: 32px !important; }
      .hp-footer-brand { grid-column: span 2 !important; }
    }
    @media (max-width: 640px) {
      .site-header > div { width: 100% !important; max-width: none !important; padding-left: 16px !important; padding-right: 16px !important; }
      .site-header img[src="/logo-full.png"] { height: 32px !important; }
      .hp-footer { padding: 32px 0 20px !important; }
      .hp-footer-grid { grid-template-columns: 1fr !important; gap: 32px !important; }
      .hp-footer-brand { grid-column: span 1 !important; }
      .hp-footer-bottom { flex-direction: column !important; align-items: flex-start !important; }
    }
    @font-face {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 100 900;
      font-display: swap;
      src: local('Inter');
    }
    
    /* Fallback layout utilities */
    .max-w-7xl { max-width: 1290px; margin-left: auto; margin-right: auto; }
    /* Site-wide 1290px content shell: full-width sections, centered inner content. */
    .max-w-7xl { max-width: 1290px; margin-left: auto; margin-right: auto; }
    html body main > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
    html body main > section > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
    html body main section > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
    html body main nav > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
    html body nav[aria-label="Breadcrumb"] > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
    html body .gradient-hero > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
    html body .bg-surface > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
    html body .event-quick-stats > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
    html body .compare-page :is(section, .compare-section, .compare-seo) > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
    html body .deals-page :is(section, .deals-section) > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
    html body .organizer-detail :is(section, .bg-surface, .gradient-hero) > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
    html body .profile-page > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
    html body .jobs-page :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
    html body .awards-page :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
    html body .stats-page :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
    html body .annual-page :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
    html body .quiz-page :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
    html body .mpt-wrap {
      width: min(1290px, calc(100% - 96px)) !important;
      max-width: 1290px !important;
      margin-left: auto !important;
      margin-right: auto !important;
      box-sizing: border-box !important;
    }
    @media (max-width: 1024px) {
      html body main > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body main > section > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body main section > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body main nav > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body nav[aria-label="Breadcrumb"] > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .gradient-hero > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .bg-surface > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .event-quick-stats > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .compare-page :is(section, .compare-section, .compare-seo) > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .deals-page :is(section, .deals-section) > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .organizer-detail :is(section, .bg-surface, .gradient-hero) > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .profile-page > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .jobs-page :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .awards-page :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .stats-page :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .annual-page :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .quiz-page :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .mpt-wrap { width: min(1290px, calc(100% - 40px)) !important; }
    }
    @media (max-width: 640px) {
      html body main > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body main > section > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body main section > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body main nav > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body nav[aria-label="Breadcrumb"] > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .gradient-hero > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .bg-surface > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .event-quick-stats > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .compare-page :is(section, .compare-section, .compare-seo) > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .deals-page :is(section, .deals-section) > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .organizer-detail :is(section, .bg-surface, .gradient-hero) > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .profile-page > :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .jobs-page :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .awards-page :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .stats-page :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .annual-page :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .quiz-page :is(.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl).mx-auto,
      html body .mpt-wrap { width: min(1290px, calc(100% - 32px)) !important; }
    }
    .px-4 { padding-left: 1rem; padding-right: 1rem; }
    .py-8 { padding-top: 2rem; padding-bottom: 2rem; }
    .py-16 { padding-top: 4rem; padding-bottom: 4rem; }
    .mb-4 { margin-bottom: 1rem; }
    .mb-6 { margin-bottom: 1.5rem; }
    .mb-8 { margin-bottom: 2rem; }
    .text-center { text-align: center; }
    .font-bold { font-weight: 700; }
    .text-white { color: #ffffff; }
    .rounded-lg { border-radius: 0.5rem; }
    .rounded-xl { border-radius: 0.75rem; }
    .shadow-sm { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); }
    .border { border: 1px solid #e2e8f0; }
    .overflow-hidden { overflow: hidden; }
    
    /* GRADIENT HERO - Dark gradient for page heroes */
    .gradient-hero { 
      background: linear-gradient(135deg, #0f0c29 0%, #0f0c29 40%, #0f0c29 100%); 
    }
    .home-hero.gradient-hero { min-height: auto; padding-bottom: 3rem; }
    .home-hero-text-gradient { background: linear-gradient(135deg, #f59d0b 0%, #f87815 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .home-hero h1 { font-size: 3.3rem; line-height: 1.15; }
    @media (max-width: 640px) { .home-hero h1 { font-size: 2.1rem; line-height: 1.2; } }
    @media (min-width: 641px) and (max-width: 1023px) { .home-hero h1 { font-size: 2.8rem; } }
    
    /* GLASS EFFECT - Semi-transparent with blur */
    .glass { 
      background: rgba(255, 255, 255, 0.1); 
      backdrop-filter: blur(10px); 
      border: 1px solid rgba(255, 255, 255, 0.2); 
    }
    .glass.glass-saved,
    .glass-saved {
      background: #fff !important;
      border: 1px solid rgba(251, 113, 133, 0.6) !important;
      color: #000000 !important;
    }
    .glass.glass-saved *,
    .glass-saved * {
      color: #000000 !important;
    }
    .glass.glass-saved:hover,
    .glass-saved:hover {
      background: #f9fafb !important;
      color: #000000 !important;
    }
    /* Save button saved state — always black text regardless of Tailwind text-white */
    .save-btn.bg-rose-50,
    .save-btn[style*="color:#000"],
    button.save-btn.glass-saved,
    .save-btn.text-black {
      color: #000000 !important;
    }
    .save-btn.bg-rose-50 *,
    button.save-btn.glass-saved * {
      color: #000000 !important;
    }
    /* Prevent text-white from overriding black text in saved state */
    .save-btn.glass-saved.text-white,
    .save-btn.bg-rose-50.text-white {
      color: #000000 !important;
    }
    
    /* LOCKED DARK GRADIENT BACKGROUND CLASS */
    .bg-gradient-dark {
      background: var(--gradient-dark);
    }
    
    /* Card Hover Effects */
    .card-hover { transition: all 0.2s ease; }
    .card-hover:hover { transform: translateY(-2px); box-shadow: 0 12px 24px -8px rgba(27, 31, 59, 0.25); }
    
    /* PRIMARY CTA BUTTON - Site-wide dark gradient */
    .btn-gradient-cta {
      background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
      color: white;
      font-weight: 600;
      transition: all 0.3s ease;
      box-shadow: 0 4px 14px -3px rgba(15, 12, 41, 0.4);
    }
    .btn-gradient-cta:hover {
      filter: brightness(1.15);
      box-shadow: 0 6px 20px -3px rgba(15, 12, 41, 0.5);
      transform: translateY(-1px);
    }
    
    /* ACCENT CTA BUTTON - Same dark gradient for consistency */
    .btn-gradient-accent {
      background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
      color: white;
      font-weight: 600;
      transition: all 0.3s ease;
      box-shadow: 0 4px 14px -3px rgba(15, 12, 41, 0.4);
    }
    .btn-gradient-accent:hover {
      filter: brightness(1.15);
      box-shadow: 0 6px 20px -3px rgba(15, 12, 41, 0.5);
      transform: translateY(-1px);
    }
    
    /* Glass button style - semi-transparent white */
    .btn-glass {
      background-color: rgb(255 255 255 / 0.1);
      color: white;
      font-weight: 500;
      transition: all 0.3s ease;
      backdrop-filter: blur(8px);
    }
    .btn-glass:hover {
      background-color: rgb(255 255 255 / 0.2);
    }
    
    /* Card Accent - uses locked dark gradient */
    .card-premium-accent {
      position: relative;
    }
    .card-premium-accent::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: var(--gradient-dark);
      border-radius: 12px 12px 0 0;
    }
    
    .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;
    }
    
    /* IMAGE OPTIMIZATION - Lazy loading with blur-up effect */
    .img-lazy {
      transition: filter 0.3s ease, opacity 0.3s ease;
      background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    }
    .img-lazy[data-loaded="false"] {
      filter: blur(10px);
      opacity: 0.7;
    }
    .img-lazy[data-loaded="true"] {
      filter: blur(0);
      opacity: 1;
    }
    
    /* Image skeleton loader */
    .img-skeleton {
      background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
      background-size: 200% 100%;
      animation: skeleton-loading 1.5s infinite;
    }
    @keyframes skeleton-loading {
      0% { background-position: 200% 0; }
      100% { background-position: -200% 0; }
    }
    
    /* Responsive image container */
    .img-container {
      position: relative;
      overflow: hidden;
      background: #f1f5f9;
    }
    .img-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }
    .img-container:hover img {
      transform: scale(1.05);
    }
    
    /* Marquee Animation */
    @keyframes marquee-scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    
    .marquee-container {
      overflow: hidden;
      position: relative;
    }
    
    .marquee-track {
      display: flex;
      width: max-content;
      animation: marquee-scroll 30s linear infinite;
    }
    
    .marquee-container:hover .marquee-track {
      animation-play-state: paused;
    }
    
    @media (prefers-reduced-motion: reduce) {
      .marquee-track {
        animation: none;
      }
    }
    
    /* Mobile adjustments */
    @media (max-width: 640px) {
      .marquee-track {
        animation-duration: 20s;
      }
    }
    
    /* Shimmer Animation for badges */
    @keyframes shimmer {
      0% { background-position: -200% center; }
      100% { background-position: 200% center; }
    }
    .badge-shimmer {
      background-size: 200% auto;
      animation: shimmer 3s linear infinite;
    }
    
    /* Hero Search Animations */
    @keyframes fade-in {
      from { opacity: 0; }
      to { opacity: 1; }
    }
    
    @keyframes fade-in-up {
      from { 
        opacity: 0;
        transform: translateY(20px);
      }
      to { 
        opacity: 1;
        transform: translateY(0);
      }
    }
    
    @keyframes cursor-blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; }
    }
    
    .animate-fade-in {
      animation: fade-in 0.6s ease-out forwards;
    }
    
    .animate-fade-in-up {
      animation: fade-in-up 0.7s ease-out forwards;
    }
    
    /* ============================================
       GLOBAL ANIMATIONS - Used across pages
       ============================================ */
    
    /* Float animation - used on homepage decorative elements */
    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
    }
    .animate-float {
      animation: float 6s ease-in-out infinite;
    }
    .animate-float-delayed {
      animation: float 6s ease-in-out infinite;
      animation-delay: -3s;
    }
    
    /* Slide up animation */
    @keyframes slide-up {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .animate-slide-up {
      animation: slide-up 0.6s ease-out forwards;
    }
    
    /* Gradient animation - shifting gradient background */
    @keyframes gradient-shift {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }
    .animate-gradient {
      background-size: 200% 200%;
      animation: gradient-shift 8s ease infinite;
    }
    
    /* Dark gradient button - used on homepage/admin */
    .btn-dark-gradient {
      background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
      color: white;
      font-weight: 600;
      transition: all 0.3s ease;
      box-shadow: 0 4px 14px -3px rgba(15, 12, 41, 0.4);
    }
    .btn-dark-gradient:hover {
      filter: brightness(1.15);
      box-shadow: 0 6px 20px -3px rgba(15, 12, 41, 0.5);
      transform: translateY(-1px);
    }
    
    /* CTA Pulse animation for mobile sticky */
    @keyframes cta-pulse-glow {
      0%, 100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.4); }
      50% { box-shadow: 0 0 0 8px rgba(245, 158, 11, 0); }
    }
    .cta-pulse {
      animation: cta-pulse-glow 2s ease-in-out infinite;
    }
    
    /* Never miss bell animation */
    @keyframes bellSwing {
      0%, 100% { transform: rotate(0deg); }
      25% { transform: rotate(15deg); }
      75% { transform: rotate(-15deg); }
    }
    .never-miss-bell {
      animation: bellSwing 2s ease-in-out infinite;
    }
    
    /* Typing cursor animation */
    #animated-placeholder .cursor {
      display: inline-block;
      animation: cursor-blink 0.8s step-end infinite;
      color: #94a3b8;
    }
    
    /* Search autocomplete styles */
    #search-autocomplete {
      animation: fade-in-up 0.2s ease-out;
    }
    
    .search-result-item {
      transition: background-color 0.15s ease;
    }
    
    .search-result-item:hover,
    .search-result-item.bg-slate-100 {
      background-color: #f1f5f9 !important;
    }
    
    /* Search box focus state */
    #search-box:focus-within {
      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(255, 255, 255, 0.1);
    }
    
    /* Keyboard hint styles */
    kbd {
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    }
    
    /* ============================================
       UI/UX POLISH - Premium Refinements
       ============================================ */
    
    /* Improved Typography Hierarchy */
    h1 { letter-spacing: -0.025em; line-height: 1.1; }
    h2 { letter-spacing: -0.02em; line-height: 1.2; }
    h3 { letter-spacing: -0.015em; line-height: 1.3; }
    h4 { letter-spacing: -0.01em; }
    
    /* Better paragraph readability */
    p { line-height: 1.65; }
    
    /* ============================================
       PROSE CONTENT STYLING
       Restores proper typography for user-generated content
       after Tailwind CSS reset strips all defaults
       ============================================ */
    .prose { color: #334155; line-height: 1.75; }
    .prose p { margin-bottom: 1rem; }
    .prose h1 { font-size: 2rem; font-weight: 700; margin-bottom: 0.75rem; margin-top: 1.5rem; color: #0f172a; }
    .prose h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; margin-top: 1.25rem; color: #0f172a; }
    .prose h3 { font-size: 1.25rem; font-weight: 600; margin-bottom: 0.5rem; margin-top: 1rem; color: #1e293b; }
    .prose h4 { font-size: 1.125rem; font-weight: 600; margin-bottom: 0.5rem; color: #1e293b; }
    .prose ul { list-style-type: disc; padding-left: 1.5rem; margin-bottom: 1rem; }
    .prose ol { list-style-type: decimal; padding-left: 1.5rem; margin-bottom: 1rem; }
    .prose li { margin-bottom: 0.25rem; padding-left: 0.25rem; }
    .prose li::marker { color: #94a3b8; }
    .prose strong, .prose b { font-weight: 600; color: #0f172a; }
    .prose a { color: #302b63; text-decoration: underline; }
    .prose a:hover { color: #24243e; }
    .prose blockquote { border-left: 3px solid #e2e8f0; padding-left: 1rem; margin: 1rem 0; color: #64748b; font-style: italic; }
    .prose code { background: #f1f5f9; padding: 0.125rem 0.375rem; border-radius: 0.25rem; font-size: 0.875rem; }
    .prose pre { background: #1e293b; color: #e2e8f0; padding: 1rem; border-radius: 0.5rem; overflow-x: auto; margin: 1rem 0; }
    .prose hr { border-top: 1px solid #e2e8f0; margin: 1.5rem 0; }
    .prose table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
    .prose th { text-align: left; padding: 0.5rem; border-bottom: 2px solid #e2e8f0; font-weight: 600; }
    .prose td { padding: 0.5rem; border-bottom: 1px solid #f1f5f9; }
    .prose img { border-radius: 0.5rem; margin: 1rem 0; }
    
    /* Consistent vertical rhythm */
    .content-gap > * + * { margin-top: 1rem; }
    .content-gap-sm > * + * { margin-top: 0.5rem; }
    .content-gap-lg > * + * { margin-top: 1.5rem; }
    
    /* Standardized Section Spacing */
    .section-spacing { padding-top: 4rem; padding-bottom: 4rem; }
    .section-spacing-sm { padding-top: 2.5rem; padding-bottom: 2.5rem; }
    .section-spacing-lg { padding-top: 5rem; padding-bottom: 5rem; }
    
    @media (min-width: 768px) {
      .section-spacing { padding-top: 5rem; padding-bottom: 5rem; }
      .section-spacing-lg { padding-top: 6rem; padding-bottom: 6rem; }
    }
    
    /* Improved Card Styles - Consistent across site */
    .card-base {
      background: white;
      border-radius: 0.875rem;
      border: 1px solid #e2e8f0;
      transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .card-base:hover {
      border-color: #cbd5e1;
      box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
      transform: translateY(-2px);
    }
    
    /* Soft elevation for focused states */
    .focus-elevation:focus-within {
      box-shadow: 0 0 0 3px rgba(48, 43, 99, 0.1);
    }
    
    /* Improved Button States */
    .btn-secondary {
      background: white;
      border: 1px solid #e2e8f0;
      color: #475569;
      font-weight: 500;
      transition: all 0.2s ease;
    }
    .btn-secondary:hover {
      background: #f8fafc;
      border-color: #cbd5e1;
      color: #1e293b;
    }
    
    .btn-ghost {
      background: transparent;
      color: #64748b;
      font-weight: 500;
      transition: all 0.2s ease;
    }
    .btn-ghost:hover {
      background: #f1f5f9;
      color: #1e293b;
    }
    
    /* Improved Badge/Tag Consistency */
    .tag-base {
      display: inline-flex;
      align-items: center;
      gap: 0.375rem;
      padding: 0.25rem 0.625rem;
      font-size: 0.75rem;
      font-weight: 500;
      border-radius: 0.375rem;
      line-height: 1.4;
    }
    
    /* Improved Input Focus States */
    input:focus, textarea:focus, select:focus {
      outline: none;
      border-color: #302b63 !important;
      box-shadow: 0 0 0 3px rgba(48, 43, 99, 0.1) !important;
    }
    
    /* Smooth page transitions */
    .page-enter {
      opacity: 0;
      transform: translateY(8px);
    }
    .page-enter-active {
      opacity: 1;
      transform: translateY(0);
      transition: opacity 0.3s ease, transform 0.3s ease;
    }
    
    /* Improved skeleton loading */
    .skeleton {
      background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
      background-size: 200% 100%;
      animation: skeleton-loading 1.5s ease-in-out infinite;
      border-radius: 0.5rem;
    }
    /* skeleton-loading keyframes defined earlier */
    
    /* Improved table styles for admin */
    .table-clean th {
      font-size: 0.6875rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #64748b;
      padding: 0.875rem 1rem;
      background: #f8fafc;
    }
    
    .table-clean td {
      padding: 1rem;
      border-bottom: 1px solid #f1f5f9;
    }
    
    .table-clean tr:hover td {
      background: #fafbfc;
    }
    
    /* Better text truncation */
    .truncate-2 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    
    .truncate-3 {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    
    /* Improved link hover - subtle underline */
    .link-hover {
      position: relative;
    }
    .link-hover::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 0;
      height: 2px;
      background: currentColor;
      transition: width 0.2s ease;
    }
    .link-hover:hover::after {
      width: 100%;
    }
    
    /* Section divider - subtle */
    .section-divider {
      height: 1px;
      background: linear-gradient(90deg, transparent, #e2e8f0 20%, #e2e8f0 80%, transparent);
    }
    
    /* Improved mobile tap targets */
    @media (max-width: 768px) {
      .tap-target {
        min-height: 44px;
        min-width: 44px;
      }
      
      .mobile-card-padding {
        padding: 1rem;
      }
    }
    
    /* Premium stat card */
    .stat-card {
      text-align: center;
      aspect-ratio: 1 / 1;
      padding: 12px;
      border: 1.5px solid #151210;
      border-radius: 10px;
      box-shadow: 2px 2px 0 #151210;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 6px;
    }
    .stat-card .stat-number {
      font-family: 'Instrument Serif', Georgia, serif;
      font-size: clamp(22px, 2.4vw, 30px);
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0;
    }
    .stat-card .stat-label {
      font-family: 'JetBrains Mono', monospace;
      font-size: 8px;
      color: #151210;
      opacity: .65;
      margin-top: 0;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      line-height: 1.25;
    }
    
    /* Improved dropdown menus */
    .dropdown-menu {
      opacity: 0;
      visibility: hidden;
      transform: translateY(4px);
      transition: all 0.2s ease;
    }
    .dropdown-trigger:hover .dropdown-menu,
    .dropdown-trigger:focus-within .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    
    /* Better icon alignment */
    .icon-align {
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
    
    /* Improved form labels */
    .form-label {
      display: block;
      font-size: 0.875rem;
      font-weight: 500;
      color: #374151;
      margin-bottom: 0.375rem;
    }
    
    /* Better empty states */
    .empty-state {
      padding: 3rem 1.5rem;
      text-align: center;
    }
    .empty-state-icon {
      width: 4rem;
      height: 4rem;
      margin: 0 auto 1rem;
      background: #f1f5f9;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #94a3b8;
    }
    
    /* Subtle content separator */
    .content-separator {
      margin: 1.5rem 0;
      border: none;
      border-top: 1px solid #f1f5f9;
    }
    
    /* Admin panel consistency */
    .admin-card {
      background: white;
      border: 1px solid #e2e8f0;
      border-radius: 0.75rem;
      overflow: hidden;
    }
    
    .admin-header {
      padding: 1.25rem 1.5rem;
      border-bottom: 1px solid #f1f5f9;
      background: #fafbfc;
    }
    
    /* Improved modal styles */
    .modal-overlay {
      background: rgba(15, 23, 42, 0.6);
      backdrop-filter: blur(4px);
    }
    
    .modal-content {
      background: white;
      border-radius: 1rem;
      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
      max-height: 90vh;
      overflow-y: auto;
    }
    
    /* Professional minimal scrollbar - hidden by default, appears on hover */
    ::-webkit-scrollbar {
      width: 6px;
      height: 6px;
    }
    ::-webkit-scrollbar-track {
      background: transparent;
    }
    ::-webkit-scrollbar-thumb {
      background: transparent;
      border-radius: 3px;
    }
    /* Show scrollbar on container hover */
    *:hover::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.15);
    }
    *:hover::-webkit-scrollbar-thumb:hover {
      background: rgba(0, 0, 0, 0.25);
    }
    /* Firefox scrollbar */
    * {
      scrollbar-width: thin;
      scrollbar-color: transparent transparent;
    }
    *:hover {
      scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
    }
    
    /* ============================================
       ENHANCED UI/UX POLISH - Additional Refinements
       ============================================ */
    
    /* Event Card Enhancements - New Design */
    .event-card {
      background: white;
      border-radius: 0.75rem;
      border: 1px solid #e2e8f0;
      overflow: hidden;
      transition: all 0.2s ease;
    }
    .event-card:hover {
      border-color: #cbd5e1;
      box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.08);
      transform: translateY(-2px);
    }
    /* Past event cards — grayscale + muted */
    .event-card-past {
      opacity: 0.65;
      position: relative;
    }
    .event-card-past img,
    .event-card-past .event-card-image img,
    .event-card-past .event-image,
    .event-card-past > .relative img {
      filter: grayscale(100%) !important;
    }
    .event-card-past .bg-gradient-dark,
    .event-card-past .bg-gradient-to-br {
      filter: grayscale(100%);
    }
    .event-card-past:hover {
      opacity: 0.85;
    }
    .event-card-past:hover img,
    .event-card-past:hover .event-card-image img,
    .event-card-past:hover .event-image,
    .event-card-past:hover > .relative img {
      filter: grayscale(50%) !important;
    }
    .badge-past {
      background: #94a3b8;
      color: white;
      font-size: 10px;
      font-weight: 700;
      padding: 2px 8px;
      border-radius: 9999px;
      display: inline-flex;
      align-items: center;
      gap: 4px;
    }
    .event-card-image {
      position: relative;
      height: 160px;
      overflow: hidden;
    }
    .event-card-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .event-card-badges {
      position: absolute;
      top: 12px;
      left: 12px;
      display: flex;
      gap: 6px;
    }
    .event-card-attendees {
      position: absolute;
      top: 12px;
      right: 12px;
      background: white;
      border-radius: 6px;
      padding: 4px 8px;
      font-size: 11px;
      font-weight: 500;
      color: #64748b;
      display: flex;
      align-items: center;
      gap: 4px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
    .event-card-content {
      padding: 16px;
    }
    .event-card-meta-row {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 10px;
      font-size: 13px;
      color: #64748b;
    }
    .event-card-meta-item {
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .event-card-meta-item i {
      font-size: 12px;
      color: #94a3b8;
    }
    .event-card-title {
      font-size: 15px;
      font-weight: 600;
      color: #1e293b;
      margin-bottom: 6px;
      line-height: 1.3;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .event-card-desc {
      font-size: 13px;
      color: #64748b;
      line-height: 1.5;
      margin-bottom: 12px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .event-card-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 12px;
      border-top: 1px solid #f1f5f9;
    }
    .event-card-location {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      color: #64748b;
    }
    .event-card-location i {
      font-size: 11px;
      color: #94a3b8;
    }
    .event-card-price {
      font-size: 14px;
      font-weight: 600;
      color: #1e293b;
    }
    
    /* Old meta class for backward compatibility */
    .event-card-meta {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.8125rem;
      color: #64748b;
    }
    .event-card-meta i {
      font-size: 0.75rem;
      color: #94a3b8;
    }
    
    /* Section Headers - Consistent styling */
    .section-header {
      margin-bottom: 2rem;
    }
    .section-title {
      font-size: 1.5rem;
      font-weight: 700;
      color: #1e293b;
      margin-bottom: 0.375rem;
    }
    .section-subtitle {
      font-size: 0.9375rem;
      color: #64748b;
    }
    @media (min-width: 768px) {
      .section-title { font-size: 1.75rem; }
    }
    
    /* Badge Improvements - Consistent sizing */
    .badge {
      display: inline-flex;
      align-items: center;
      gap: 0.375rem;
      padding: 0.3125rem 0.625rem;
      font-size: 0.6875rem;
      font-weight: 600;
      border-radius: 0.375rem;
      text-transform: uppercase;
      letter-spacing: 0.025em;
    }
    .badge-featured {
      background: #fef3c7;
      color: #d97706;
      border: 1px solid #fde68a;
    }
    .badge-verified {
      background: #10b981;
      color: white;
    }
    .badge-hot {
      background: #ef4444;
      color: white;
    }
    .badge-new {
      background: #8b5cf6;
      color: white;
    }
    .badge-in-person {
      background: #dcfce7;
      color: #16a34a;
      border: 1px solid #bbf7d0;
    }
    .badge-virtual {
      background: #dbeafe;
      color: #2563eb;
      border: 1px solid #bfdbfe;
    }
    
    /* Stats Display Enhancement */
    .stats-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      max-width: 560px;
      margin: 0 auto;
    }
    .stat-item {
      text-align: center;
      aspect-ratio: 1 / 1;
      min-height: 0;
      padding: 12px;
      border: 1.5px solid #151210;
      border-radius: 10px;
      box-shadow: 2px 2px 0 #151210;
      background: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 6px;
    }
    .stat-number {
      font-family: 'Instrument Serif', Georgia, serif;
      font-size: clamp(22px, 2.4vw, 30px);
      font-weight: 400;
      color: #151210;
      line-height: 1;
      letter-spacing: 0;
    }
    .stat-label {
      font-family: 'JetBrains Mono', monospace;
      font-size: 8px;
      font-weight: 600;
      color: #151210;
      opacity: .65;
      margin-top: 0;
      letter-spacing: .08em;
      text-transform: uppercase;
      line-height: 1.25;
    }
    @media (min-width: 768px) {
      .stat-number { font-size: clamp(22px, 2.4vw, 30px); }
    }
    @media (max-width: 640px) {
      .stats-grid { gap: 6px; max-width: 100%; }
      .stat-item { padding: 8px; border-radius: 9px; }
      .stat-label { font-size: 7px; letter-spacing: .06em; }
    }
    
    /* Filter Bar Enhancement */
    .filter-bar {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.75rem;
      padding: 1rem;
      background: white;
      border-radius: 0.75rem;
      border: 1px solid #e2e8f0;
    }
    .filter-chip {
      display: inline-flex;
      align-items: center;
      gap: 0.375rem;
      padding: 0.5rem 0.875rem;
      font-size: 0.8125rem;
      font-weight: 500;
      color: #475569;
      background: #f8fafc;
      border: 1px solid #e2e8f0;
      border-radius: 2rem;
      cursor: pointer;
      transition: all 0.15s ease;
    }
    .filter-chip:hover {
      background: #f1f5f9;
      border-color: #cbd5e1;
    }
    .filter-chip.active {
      background: #302b63;
      color: white;
      border-color: #302b63;
    }
    
    /* Empty State Enhancement */
    .empty-state-card {
      padding: 4rem 2rem;
      text-align: center;
      background: #fafbfc;
      border: 2px dashed #e2e8f0;
      border-radius: 1rem;
    }
    .empty-state-icon {
      width: 4.5rem;
      height: 4.5rem;
      margin: 0 auto 1.25rem;
      background: #f1f5f9;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .empty-state-icon i {
      font-size: 1.5rem;
      color: #94a3b8;
    }
    .empty-state-title {
      font-size: 1.125rem;
      font-weight: 600;
      color: #1e293b;
      margin-bottom: 0.5rem;
    }
    .empty-state-text {
      font-size: 0.875rem;
      color: #64748b;
      max-width: 20rem;
      margin: 0 auto;
    }
    
    /* Loading Skeleton Enhancement */
    .skeleton-card {
      background: white;
      border-radius: 0.875rem;
      border: 1px solid #e2e8f0;
      overflow: hidden;
    }
    .skeleton-image {
      height: 10rem;
      background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
      background-size: 200% 100%;
      animation: skeleton-loading 1.5s ease-in-out infinite;
    }
    .skeleton-content {
      padding: 1.25rem;
    }
    .skeleton-line {
      height: 0.875rem;
      background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
      background-size: 200% 100%;
      animation: skeleton-loading 1.5s ease-in-out infinite;
      border-radius: 0.25rem;
      margin-bottom: 0.625rem;
    }
    .skeleton-line-short { width: 60%; }
    .skeleton-line-medium { width: 80%; }
    
    /* Info Row - For event details */
    .info-row {
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
      padding: 0.875rem;
      border-radius: 0.75rem;
      background: #f8fafc;
      transition: all 0.2s ease;
    }
    .info-row:hover {
      background: #f1f5f9;
    }
    .info-row-icon {
      width: 2.25rem;
      height: 2.25rem;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0.625rem;
      font-size: 0.875rem;
    }
    .info-row-content {
      flex: 1;
      min-width: 0;
    }
    .info-row-label {
      font-size: 0.75rem;
      font-weight: 500;
      color: #94a3b8;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-bottom: 0.125rem;
    }
    .info-row-value {
      font-size: 0.9375rem;
      font-weight: 500;
      color: #1e293b;
    }
    
    /* Price Tag Styling */
    .price-tag {
      display: inline-flex;
      align-items: center;
      gap: 0.25rem;
      font-weight: 600;
      color: #f59e0b;
    }
    .price-tag-free {
      color: #10b981;
    }
    
    /* CTA Button Improvements */
    .cta-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      padding: 0.75rem 1.5rem;
      font-size: 0.9375rem;
      font-weight: 600;
      background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
      color: white;
      border-radius: 0.5rem;
      transition: all 0.2s ease;
      box-shadow: 0 4px 12px -2px rgba(15, 12, 41, 0.3);
    }
    .cta-primary:hover {
      filter: brightness(1.1);
      transform: translateY(-1px);
      box-shadow: 0 6px 16px -2px rgba(15, 12, 41, 0.4);
    }
    .cta-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      padding: 0.75rem 1.5rem;
      font-size: 0.9375rem;
      font-weight: 600;
      background: white;
      color: #1e293b;
      border: 1px solid #e2e8f0;
      border-radius: 0.5rem;
      transition: all 0.2s ease;
    }
    .cta-secondary:hover {
      background: #f8fafc;
      border-color: #cbd5e1;
    }
    
    /* Divider Line Variants */
    .divider { height: 1px; background: #e2e8f0; }
    .divider-light { height: 1px; background: #f1f5f9; }
    .divider-gradient {
      height: 1px;
      background: linear-gradient(90deg, transparent, #e2e8f0 20%, #e2e8f0 80%, transparent);
    }
    
    /* Better Focus Rings */
    .focus-ring:focus {
      outline: none;
      box-shadow: 0 0 0 3px rgba(48, 43, 99, 0.15);
    }
    
    /* Mobile-first tap targets */
    .tap-target-lg {
      min-height: 48px;
      min-width: 48px;
    }
    @media (min-width: 768px) {
      .tap-target-lg {
        min-height: auto;
        min-width: auto;
      }
    }
    
    /* Smooth hover transitions site-wide */
    a, button { transition: all 0.2s ease; }
    
    /* Better image loading */
    img {
      background: #f8fafc;
    }
    
    /* Premium date badge */
    .date-badge {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      padding: 0.5rem 0.75rem;
      background: white;
      border-radius: 0.5rem;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      text-align: center;
    }
    .date-badge-month {
      font-size: 0.625rem;
      font-weight: 700;
      color: #f59e0b;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }
    .date-badge-day {
      font-size: 1.25rem;
      font-weight: 700;
      color: #1e293b;
      line-height: 1.1;
    }
    
    /* Organizer Card */
    .organizer-card {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding: 0.75rem;
      background: #f8fafc;
      border-radius: 0.625rem;
      transition: background 0.15s ease;
    }
    .organizer-card:hover {
      background: #f1f5f9;
    }
    .organizer-logo {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 0.5rem;
      object-fit: cover;
      background: white;
      border: 1px solid #e2e8f0;
    }
    .organizer-name {
      font-size: 0.875rem;
      font-weight: 600;
      color: #1e293b;
    }
    .organizer-events {
      font-size: 0.75rem;
      color: #64748b;
    }
    
    /* ============================================
       GLOBAL TOAST NOTIFICATION SYSTEM
       ============================================ */
    .affmashup-toast-container {
      position: fixed;
      bottom: 1rem;
      right: 1rem;
      z-index: 9999;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      pointer-events: none;
    }
    .affmashup-toast {
      pointer-events: auto;
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding: 0.875rem 1rem;
      border-radius: 0.75rem;
      box-shadow: 0 10px 40px -8px rgba(0,0,0,0.2);
      animation: toast-slide-in 0.2s ease-out;
      max-width: 380px;
      backdrop-filter: blur(8px);
    }
    .affmashup-toast.toast-success {
      background: linear-gradient(135deg, #059669 0%, #10b981 100%);
      color: white;
    }
    .affmashup-toast.toast-error {
      background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
      color: white;
    }
    .affmashup-toast.toast-info {
      background: linear-gradient(135deg, #0f0c29 0%, #302b63 100%);
      color: white;
    }
    .affmashup-toast.toast-warning {
      background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
      color: white;
    }
    .affmashup-toast-icon {
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .affmashup-toast-message {
      flex: 1;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.4;
    }
    .affmashup-toast-close {
      flex-shrink: 0;
      background: none;
      border: none;
      color: rgba(255,255,255,0.7);
      cursor: pointer;
      padding: 0.25rem;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: color 0.15s;
    }
    .affmashup-toast-close:hover {
      color: white;
    }
    .affmashup-toast.toast-exit {
      animation: toast-slide-out 0.2s ease-in forwards;
    }
    @keyframes toast-slide-in {
      from { transform: translateX(100%); opacity: 0; }
      to { transform: translateX(0); opacity: 1; }
    }
    @keyframes toast-slide-out {
      from { transform: translateX(0); opacity: 1; }
      to { transform: translateX(100%); opacity: 0; }
    }
    
    /* ============================================
       GLOBAL CONFIRM MODAL
       ============================================ */
    .affmashup-confirm-overlay {
      position: fixed;
      inset: 0;
      background: rgba(15, 23, 42, 0.6);
      backdrop-filter: blur(4px);
      z-index: 9998;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      opacity: 0;
      visibility: hidden;
      transition: all 0.2s ease;
    }
    .affmashup-confirm-overlay.active {
      opacity: 1;
      visibility: visible;
    }
    .affmashup-confirm-modal {
      background: white;
      border-radius: 1rem;
      box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
      max-width: 420px;
      width: 100%;
      transform: scale(0.95) translateY(10px);
      transition: transform 0.2s ease;
    }
    .affmashup-confirm-overlay.active .affmashup-confirm-modal {
      transform: scale(1) translateY(0);
    }
    .affmashup-confirm-header {
      padding: 1.25rem 1.5rem;
      border-bottom: 1px solid #f1f5f9;
    }
    .affmashup-confirm-title {
      font-size: 1.125rem;
      font-weight: 600;
      color: #1e293b;
    }
    .affmashup-confirm-body {
      padding: 1.25rem 1.5rem;
    }
    .affmashup-confirm-message {
      font-size: 0.9375rem;
      color: #475569;
      line-height: 1.6;
    }
    .affmashup-confirm-footer {
      padding: 1rem 1.5rem;
      background: #f8fafc;
      border-radius: 0 0 1rem 1rem;
      display: flex;
      justify-content: flex-end;
      gap: 0.75rem;
    }
    .affmashup-confirm-btn {
      padding: 0.625rem 1.25rem;
      border-radius: 0.5rem;
      font-size: 0.875rem;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.15s ease;
    }
    .affmashup-confirm-btn-cancel {
      background: white;
      border: 1px solid #e2e8f0;
      color: #64748b;
    }
    .affmashup-confirm-btn-cancel:hover {
      background: #f8fafc;
      border-color: #cbd5e1;
      color: #475569;
    }
    .affmashup-confirm-btn-confirm {
      background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
      border: none;
      color: white;
      box-shadow: 0 4px 14px -3px rgba(15, 12, 41, 0.4);
    }
    .affmashup-confirm-btn-confirm:hover {
      filter: brightness(1.1);
      transform: translateY(-1px);
    }
    .affmashup-confirm-btn-danger {
      background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
      border: none;
      color: white;
      box-shadow: 0 4px 14px -3px rgba(220, 38, 38, 0.4);
    }
    .affmashup-confirm-btn-danger:hover {
      filter: brightness(1.1);
      transform: translateY(-1px);
    }
    
    /* ============================================
       ADD TO CALENDAR MODAL
       ============================================ */
    .calendar-modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(15, 23, 42, 0.6);
      backdrop-filter: blur(4px);
      z-index: 9998;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      opacity: 0;
      visibility: hidden;
      transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .calendar-modal-overlay.active {
      opacity: 1;
      visibility: visible;
    }
    .calendar-modal {
      background: white;
      border-radius: 1rem;
      box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
      max-width: 420px;
      width: 100%;
      transform: scale(0.9) translateY(20px);
      transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      overflow: hidden;
    }
    .calendar-modal-overlay.active .calendar-modal {
      transform: scale(1) translateY(0);
    }
    .calendar-modal-header {
      background: linear-gradient(135deg, #0f0c29 0%, #302b63 100%);
      padding: 1.5rem;
      text-align: center;
      position: relative;
    }
    .calendar-modal-close {
      position: absolute;
      top: 1rem;
      right: 1rem;
      width: 2rem;
      height: 2rem;
      background: rgba(255,255,255,0.15);
      border: none;
      border-radius: 50%;
      color: white;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.15s ease;
    }
    .calendar-modal-close:hover {
      background: rgba(255,255,255,0.25);
      transform: scale(1.05);
    }
    .calendar-modal-icon {
      width: 3.5rem;
      height: 3.5rem;
      background: rgba(255,255,255,0.15);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 0.75rem;
    }
    .calendar-modal-icon i {
      font-size: 1.5rem;
      color: white;
    }
    .calendar-modal-title {
      font-size: 1.25rem;
      font-weight: 700;
      color: white;
      margin-bottom: 0.25rem;
    }
    .calendar-modal-subtitle {
      font-size: 0.875rem;
      color: rgba(255,255,255,0.7);
    }
    .calendar-modal-body {
      padding: 1.5rem;
    }
    .calendar-modal-event-info {
      background: #f8fafc;
      border-radius: 0.75rem;
      padding: 1rem;
      margin-bottom: 1.25rem;
    }
    .calendar-modal-event-name {
      font-size: 1rem;
      font-weight: 600;
      color: #1e293b;
      margin-bottom: 0.5rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .calendar-modal-event-detail {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.8125rem;
      color: #64748b;
      margin-bottom: 0.25rem;
    }
    .calendar-modal-event-detail i {
      width: 1rem;
      color: #302b63;
    }
    .calendar-options {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    }
    .calendar-option {
      display: flex;
      align-items: center;
      gap: 1rem;
      padding: 1rem;
      border: 1.5px solid #e2e8f0;
      border-radius: 0.75rem;
      cursor: pointer;
      transition: all 0.15s ease;
      background: white;
    }
    .calendar-option:hover {
      border-color: #302b63;
      background: #fafaff;
      transform: translateX(4px);
    }
    .calendar-option:active {
      transform: translateX(2px);
    }
    .calendar-option-icon {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .calendar-option-icon.google {
      background: #fef7f7;
      color: #ea4335;
    }
    .calendar-option-icon.outlook {
      background: #f0f5ff;
      color: #0078d4;
    }
    .calendar-option-icon.apple {
      background: #f5f5f5;
      color: #1d1d1f;
    }
    .calendar-option-icon.ics {
      background: #ecfdf5;
      color: #059669;
    }
    .calendar-option-text {
      flex: 1;
    }
    .calendar-option-name {
      font-size: 0.9375rem;
      font-weight: 600;
      color: #1e293b;
      margin-bottom: 0.125rem;
    }
    .calendar-option-desc {
      font-size: 0.75rem;
      color: #64748b;
    }
    .calendar-option-arrow {
      color: #cbd5e1;
      transition: all 0.15s ease;
    }
    .calendar-option:hover .calendar-option-arrow {
      color: #302b63;
      transform: translateX(2px);
    }
    
    /* ============================================
       REMIND ME MODAL (Enhanced)
       ============================================ */
    .remind-modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(15, 23, 42, 0.6);
      backdrop-filter: blur(4px);
      z-index: 9997;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      opacity: 0;
      visibility: hidden;
      transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .remind-modal-overlay.active {
      opacity: 1;
      visibility: visible;
    }
    .remind-modal {
      background: white;
      border-radius: 1rem;
      box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
      max-width: 440px;
      width: 100%;
      transform: scale(0.9) translateY(20px);
      transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      overflow: hidden;
    }
    .remind-modal-overlay.active .remind-modal {
      transform: scale(1) translateY(0);
    }
    .remind-modal-header {
      background: linear-gradient(135deg, #0f0c29 0%, #302b63 100%);
      padding: 1.5rem;
      text-align: center;
      position: relative;
    }
    .remind-modal-close {
      position: absolute;
      top: 1rem;
      right: 1rem;
      width: 2rem;
      height: 2rem;
      background: rgba(255,255,255,0.15);
      border: none;
      border-radius: 50%;
      color: white;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.15s ease;
    }
    .remind-modal-close:hover {
      background: rgba(255,255,255,0.25);
      transform: scale(1.05);
    }
    .remind-modal-icon {
      width: 3.5rem;
      height: 3.5rem;
      background: rgba(255,255,255,0.15);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 0.75rem;
    }
    .remind-modal-icon i {
      font-size: 1.5rem;
      color: white;
    }
    .remind-modal-icon.bell-animate i {
      animation: bellSwing 0.5s ease-in-out;
    }
    /* bellSwing keyframes defined in main style block above */
    .remind-modal-title {
      font-size: 1.25rem;
      font-weight: 700;
      color: white;
      margin-bottom: 0.25rem;
    }
    .remind-modal-subtitle {
      font-size: 0.875rem;
      color: rgba(255,255,255,0.7);
    }
    .remind-modal-body {
      padding: 1.5rem;
      max-height: 60vh;
      overflow-y: auto;
    }
    .remind-event-card {
      background: linear-gradient(135deg, #f8fafc, #f1f5f9);
      border: 1px solid #e2e8f0;
      border-radius: 0.75rem;
      padding: 1rem;
      margin-bottom: 1.25rem;
    }
    .remind-event-name-row {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      margin-bottom: 0.75rem;
    }
    .remind-event-name-row span {
      font-size: 0.9375rem;
      font-weight: 600;
      color: #1e293b;
      flex: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .remind-event-details {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
    }
    .remind-event-detail {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.8125rem;
      color: #64748b;
    }
    .remind-event-detail i {
      font-size: 0.75rem;
    }
    .remind-notification-optin {
      background: #f0fdf4;
      border: 1px solid #bbf7d0;
      border-radius: 0.5rem;
      padding: 0.75rem;
      margin-top: 1rem;
    }
    .remind-notification-optin .optin-checkbox {
      margin-bottom: 0.25rem;
    }
    .remind-notification-optin .optin-checkbox span {
      color: #166534;
      font-weight: 500;
    }
    .remind-optin-note {
      font-size: 0.6875rem;
      color: #64748b;
      margin-left: 1.5rem;
      margin-top: 0.25rem;
    }
    .remind-modal-event-name {
      background: #f8fafc;
      border-radius: 0.5rem;
      padding: 0.75rem 1rem;
      margin-bottom: 1.25rem;
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }
    .remind-modal-event-name i {
      color: #302b63;
    }
    .remind-modal-event-name span {
      font-size: 0.9375rem;
      font-weight: 600;
      color: #1e293b;
      flex: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .remind-section-label {
      font-size: 0.8125rem;
      font-weight: 600;
      color: #475569;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-bottom: 0.75rem;
    }
    .remind-timing-options {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0.5rem;
      margin-bottom: 1.25rem;
    }
    .remind-timing-option {
      padding: 0.75rem;
      border: 1.5px solid #e2e8f0;
      border-radius: 0.5rem;
      cursor: pointer;
      transition: all 0.15s ease;
      text-align: center;
      background: white;
    }
    .remind-timing-option:hover {
      border-color: #302b63;
      background: #fafaff;
    }
    .remind-timing-option.active {
      border-color: #302b63;
      background: linear-gradient(135deg, rgba(15,12,41,0.05), rgba(48,43,99,0.08));
    }
    .remind-timing-option.active .remind-timing-icon {
      color: #302b63;
    }
    .remind-timing-icon {
      font-size: 1.25rem;
      margin-bottom: 0.25rem;
      color: #94a3b8;
    }
    .remind-timing-label {
      font-size: 0.8125rem;
      font-weight: 500;
      color: #1e293b;
    }
    .remind-custom-datetime {
      display: none;
      margin-bottom: 1rem;
    }
    .remind-custom-datetime.show {
      display: block;
    }
    .remind-method-options {
      display: flex;
      gap: 0.75rem;
      margin-bottom: 1.25rem;
    }
    .remind-method-option {
      flex: 1;
      padding: 0.75rem;
      border: 1.5px solid #e2e8f0;
      border-radius: 0.5rem;
      cursor: pointer;
      transition: all 0.15s ease;
      text-align: center;
      background: white;
    }
    .remind-method-option:hover {
      border-color: #302b63;
    }
    .remind-method-option.active {
      border-color: #302b63;
      background: linear-gradient(135deg, rgba(15,12,41,0.05), rgba(48,43,99,0.08));
    }
    .remind-method-option.disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }
    .remind-method-icon {
      font-size: 1.25rem;
      margin-bottom: 0.25rem;
      color: #64748b;
    }
    .remind-method-option.active .remind-method-icon {
      color: #302b63;
    }
    .remind-method-label {
      font-size: 0.75rem;
      font-weight: 500;
      color: #475569;
    }
    .remind-form-group {
      margin-bottom: 1rem;
    }
    .remind-form-label {
      display: block;
      font-size: 0.875rem;
      font-weight: 500;
      color: #374151;
      margin-bottom: 0.375rem;
    }
    .remind-form-input {
      width: 100%;
      padding: 0.75rem 1rem;
      border: 1.5px solid #e2e8f0;
      border-radius: 0.5rem;
      font-size: 0.9375rem;
      transition: all 0.15s ease;
      outline: none;
    }
    .remind-form-input:focus {
      border-color: #302b63;
      box-shadow: 0 0 0 3px rgba(48, 43, 99, 0.1);
    }
    .remind-form-input.error {
      border-color: #ef4444;
      box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
    }
    .remind-form-error {
      font-size: 0.8125rem;
      color: #ef4444;
      margin-top: 0.375rem;
      display: none;
    }
    .remind-form-error.show {
      display: block;
    }
    .remind-form-checkbox {
      display: flex;
      align-items: center;
      gap: 0.625rem;
      cursor: pointer;
    }
    .remind-form-checkbox input {
      width: 1.125rem;
      height: 1.125rem;
      border-radius: 0.25rem;
      border: 1.5px solid #d1d5db;
      cursor: pointer;
      accent-color: #302b63;
    }
    .remind-form-checkbox span {
      font-size: 0.875rem;
      color: #4b5563;
    }
    .remind-modal-footer {
      padding: 1rem 1.5rem;
      background: #f8fafc;
      display: flex;
      justify-content: flex-end;
      gap: 0.75rem;
    }
    .remind-btn {
      padding: 0.75rem 1.5rem;
      border-radius: 0.5rem;
      font-size: 0.9375rem;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.15s ease;
    }
    .remind-btn-cancel {
      background: white;
      border: 1px solid #e2e8f0;
      color: #64748b;
    }
    .remind-btn-cancel:hover {
      background: #f8fafc;
      border-color: #cbd5e1;
    }
    .remind-btn-submit {
      background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
      border: none;
      color: white;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      box-shadow: 0 4px 14px -3px rgba(15, 12, 41, 0.4);
    }
    .remind-btn-submit:hover {
      filter: brightness(1.15);
      transform: translateY(-1px);
    }
    .remind-btn-submit:disabled {
      opacity: 0.6;
      cursor: not-allowed;
      transform: none;
    }
    .remind-btn-submit .spinner {
      width: 1rem;
      height: 1rem;
      border: 2px solid rgba(255,255,255,0.3);
      border-top-color: white;
      border-radius: 50%;
      animation: spin 0.6s linear infinite;
    }
    @keyframes spin {
      to { transform: rotate(360deg); }
    }
    
    /* Bell animation for reminder set state */
    .reminder-set-animation {
      animation: bellRing 0.6s ease-in-out;
    }
    @keyframes bellRing {
      0%, 100% { transform: rotate(0deg); }
      10% { transform: rotate(20deg); }
      20% { transform: rotate(-18deg); }
      30% { transform: rotate(15deg); }
      40% { transform: rotate(-12deg); }
      50% { transform: rotate(8deg); }
      60% { transform: rotate(-5deg); }
      70% { transform: rotate(3deg); }
      80% { transform: rotate(-2deg); }
      90% { transform: rotate(1deg); }
    }
    
    /* Button processing state */
    .btn-processing {
      pointer-events: none;
      opacity: 0.7;
    }
    
    @media (max-width: 640px) {
      .affmashup-toast-container {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
      }
      .affmashup-toast {
        max-width: none;
      }
      .remind-modal,
      .affmashup-confirm-modal {
        margin: 0 0.5rem;
        max-width: none;
      }
    }
  