/*
Theme Name: StarkMind Child
Theme URI: https://starkmind.ai
Description: Custom child theme for StarkMind with MOMA-inspired design
Author: Team BLG
Author URI: https://thestark.co
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starkmind-child
*/

/* ===== SYMBIOSIS PAGE - Avatar Gradients ===== */
.avatar-loni {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #e91e63 0%, #9c27b0 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    flex-shrink: 0 !important;
}

.avatar-clinton {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #ff9800 0%, #ff5722 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    flex-shrink: 0 !important;
}

.avatar-claude {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
}

.avatar-cindy {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
}

.avatar-jill {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
}

.avatar-joe {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
}

.avatar-buddy {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #333 !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
}

.avatar-claude-web {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #d299c2 0%, #fef9d7 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #333 !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
}

/* 
=============================================================================
StarkMind Child Theme
=============================================================================

Built for high-end academic research aesthetic with dark mode support.
Created by Claude Code for Clinton + Loni Stark.

Version: 1.0.0
Date: January 20, 2026

=============================================================================
*/

/* This file will be populated with custom styles after design direction is chosen */

/* Hide WPDM preview/quick-view button - not needed for academic PDFs */
.wpdm-spotlight__preview-btn,
.wpdm-spotlight__overlay,
.wpdm-download-link .fa-eye,
.wpdm-download-link [data-toggle="modal"],
.wpdm-front-file-browser .file-ico,
button[data-toggle="wpdm-modal"],
.btn-preview-wpdm,
.wpdm-file-preview {
    display: none !important;
}

/* WPDM Category Pills - Modern ALL-CAPS style */
.wpdm-category-pills {
    font-size: 0; /* Hide commas between categories */
}

.wpdm-category-pills a {
    display: inline-block;
    padding: 4px 12px;
    margin: 0 4px;
    background: #4b5563;
    color: #ffffff !important;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 20px;
    text-decoration: none !important;
    transition: background 0.2s ease;
}

.wpdm-category-pills a:hover {
    background: #3b82f6;
}

/* =============================================================================
   MOMA-Inspired Design System - StarkMind
   Aesthetic: Art Museum - clean, spacious, typography-forward
   Font: Inter | Colors: B&W + Gold (#c9a961)
   Added: January 20, 2026
============================================================================= */

/* Import Inter font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* ===== ROOT VARIABLES ===== */
:root {
    --sm-white: #ffffff;
    --sm-off-white: #fafafa;
    --sm-black: #1a1a1a;
    --sm-charcoal: #333333;
    --sm-gray: #666666;
    --sm-light-gray: #e5e5e5;
    --sm-gold: #c9a961;
    --sm-gold-hover: #b8944d;
}

/* ===== GLOBAL TYPOGRAPHY ===== */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: var(--sm-black);
    background-color: var(--sm-white);
}

/* ===== HEADINGS - MOMA Style ===== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--sm-black);
    line-height: 1.2;
}

h1 { font-size: 3rem; font-weight: 700; }
h2 { font-size: 2rem; font-weight: 600; margin-top: 3rem; }
h3 { font-size: 1.5rem; font-weight: 500; }

/* ===== LINKS - Gold Accent ===== */
a {
    color: var(--sm-gold);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: var(--sm-gold-hover);
}

/* ===== SITE HEADER - Minimal ===== */
.site-header {
    background-color: var(--sm-white) !important;
    border-bottom: 1px solid var(--sm-light-gray);
}

.main-title {
    font-weight: 700 !important;
    letter-spacing: -0.03em !important;
}

.main-title a,
.main-title a:hover {
    color: var(--sm-black) !important;
}

/* ===== NAVIGATION - Clean & Minimal ===== */
.main-navigation,
.main-navigation ul ul {
    background-color: var(--sm-white) !important;
}

.main-navigation .main-nav ul li a {
    color: var(--sm-charcoal) !important;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 1rem 1.25rem;
}

.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: var(--sm-gold) !important;
}

/* ===== CONTENT AREA - Maximum White Space ===== */
.site-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.inside-article {
    padding: 0 !important;
}

.entry-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ===== PARAGRAPHS - Generous Spacing ===== */
.entry-content p {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 1.75rem;
    color: var(--sm-charcoal);
}

/* Lead paragraph style */
.entry-content p:first-of-type {
    font-size: 1.25rem;
    line-height: 1.7;
}

/* ===== STRONG/BOLD - Slightly Heavier ===== */
strong, b {
    font-weight: 600;
    color: var(--sm-black);
}

/* ===== HORIZONTAL RULES - Subtle ===== */
hr {
    border: none;
    border-top: 1px solid var(--sm-light-gray);
    margin: 3rem auto;
    max-width: 100px;
}

/* ===== LISTS - Clean ===== */
.entry-content ul,
.entry-content ol {
    margin-left: 1.5rem;
    margin-bottom: 1.75rem;
}

.entry-content li {
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

/* ===== BLOCKQUOTES - MOMA Style ===== */
blockquote {
    border-left: 3px solid var(--sm-gold);
    margin: 2.5rem 0;
    padding: 1rem 2rem;
    font-style: italic;
    color: var(--sm-gray);
    background: var(--sm-off-white);
}

/* ===== FOOTER - MOMA Museum Style ===== */
.site-footer {
    background-color: var(--sm-white) !important;
    border-top: 1px solid var(--sm-light-gray);
}

.site-info {
    background-color: var(--sm-white) !important;
    padding: 4rem 0 3rem !important;
}

/* Footer collective container */
.collective {
    text-align: center;
    margin-bottom: 2rem;
}

/* "The Stark Collective" label - MOMA style */
.collective-label {
    display: block;
    font-size: 0.65rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--sm-gray) !important;
    margin-bottom: 1.25rem;
}

/* Navigation pills container */
.collective-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* MOMA-style pill links */
.collective-nav a {
    display: inline-block;
    font-size: 0.6rem !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--sm-charcoal) !important;
    background-color: transparent;
    border: 1px solid var(--sm-light-gray);
    border-radius: 20px;
    padding: 0.5rem 1rem;
    transition: all 0.25s ease;
}

.collective-nav a:hover {
    color: var(--sm-white) !important;
    background-color: var(--sm-black);
    border-color: var(--sm-black);
}

/* Copyright section */
.copyright-bar {
    text-align: center;
}

.copyright-bar p {
    font-size: 0.7rem;
    color: var(--sm-gray);
    letter-spacing: 0.05em;
    margin: 0.5rem 0;
}

/* Location line */
.footer-location {
    font-size: 0.65rem !important;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #999 !important;
    margin-top: 0.75rem !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    h1 { font-size: 2.25rem; }
    h2 { font-size: 1.5rem; }

    .entry-content {
        padding: 0 1.5rem;
    }

    .entry-content p {
        font-size: 1rem;
    }

    .site-content {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .collective-nav {
        gap: 0.4rem;
    }

    .collective-nav a {
        font-size: 0.55rem !important;
        padding: 0.4rem 0.75rem;
    }
}

/* ===== PAGE TITLES - Hide on select pages ===== */
.page-id-6 .entry-header {
    display: none;
}

/* ===== ABOUT PAGE SPECIFIC ===== */
.page-id-7 .entry-content img {
    display: block;
    margin: 0 auto;
}

/* ===== CONTACT PAGE SPECIFIC (ID 9) ===== */
/* Override first-paragraph styling - all paragraphs same size */
.page-id-9 .entry-content p:first-of-type {
    font-size: 1.125rem;
    line-height: 1.8;
}


/* ===== WPDM LANDING PAGES - Clean download experience ===== */
/* Hide header/nav on download pages for focused landing experience */
.page-id-18 .site-header {
    display: none !important;
}

.page-id-18 .site-content {
    padding-top: 2rem;
}

/* ===== FORCE HIDE HEADER ON ALL DOWNLOAD PAGES ===== */
body.page-id-18 header.site-header,
body.page-id-18 #masthead,
.page-id-18 .site-header,
.page-id-18 header#masthead {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* ===== HIDE HEADER ON RESEARCH/DOWNLOAD PAGES ===== */
body.page-id-6 header.site-header,
body.page-id-6 #masthead {
    display: none !important;
}

body.page-id-6 .site-content {
    padding-top: 2rem;
}

/* ===== TEAM TABLE - Symbiosis Page ===== */
.team-table {
    border: 1px solid var(--sm-light-gray);
    border-radius: 8px;
    overflow: hidden;
}

.team-table tbody tr {
    transition: background-color 0.2s ease;
}

.team-table tbody tr:not([style*="background"]):hover {
    background-color: var(--sm-off-white);
}

/* Responsive table */
@media (max-width: 768px) {
    .team-table {
        font-size: 0.85rem;
    }
    
    .team-table th,
    .team-table td {
        padding: 0.75rem !important;
    }
    
    .team-table img,
    .team-table div[style*="width: 48px"] {
        width: 36px !important;
        height: 36px !important;
    }
}

@media (max-width: 640px) {
    /* Stack table on mobile */
    .team-table thead {
        display: none;
    }
    
    .team-table,
    .team-table tbody,
    .team-table tr,
    .team-table td {
        display: block;
        width: 100%;
    }
    
    .team-table tr {
        margin-bottom: 1.5rem;
        border: 1px solid var(--sm-light-gray);
        border-radius: 8px;
        padding: 1rem;
    }
    
    .team-table td {
        padding: 0.5rem 0 !important;
        border: none !important;
    }
    
    .team-table td:before {
        content: attr(data-label);
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.65rem;
        letter-spacing: 0.1em;
        color: var(--sm-gray);
        display: block;
        margin-bottom: 0.25rem;
    }
}

/* ===== SYMBIOSIS PAGE - Full Width Table ===== */
.page-id-44 .entry-content {
    max-width: 100%;
    padding: 0 3rem;
}

.page-id-44 .team-table {
    width: 100%;
    table-layout: fixed;
}

.page-id-44 .team-table th:nth-child(1),
.page-id-44 .team-table td:nth-child(1) {
    width: 25%;
}

.page-id-44 .team-table th:nth-child(2),
.page-id-44 .team-table td:nth-child(2) {
    width: 20%;
}

.page-id-44 .team-table th:nth-child(3),
.page-id-44 .team-table td:nth-child(3) {
    width: 30%;
}

.page-id-44 .team-table th:nth-child(4),
.page-id-44 .team-table td:nth-child(4) {
    width: 25%;
}

@media (max-width: 1200px) {
    .page-id-44 .entry-content {
        padding: 0 2rem;
    }
}

@media (max-width: 768px) {
    .page-id-44 .entry-content {
        padding: 0 1.5rem;
    }
}


/* ===== BIO MODAL STYLES ===== */
.bio-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    z-index: 10000;
    animation: modalFadeIn 0.2s ease;
}

.bio-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.bio-modal-content {
    background: #fff;
    border: 2px solid #d4af37;
    border-radius: 16px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    animation: modalSlideUp 0.3s ease;
    position: relative;
}

.bio-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid #d4af37;
    border-radius: 50%;
    color: #d4af37;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.bio-modal-close:hover {
    background: rgba(212, 175, 55, 0.2);
    transform: scale(1.1);
}

.bio-modal-header {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    align-items: flex-start;
}

.bio-modal-avatar {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 16px;
    object-fit: cover;
    border: 3px solid #d4af37;
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.15);
}

.bio-modal-title-section {
    flex: 1;
}

.bio-modal-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bio-modal-aka {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 8px;
}

.bio-modal-tagline {
    font-size: 0.9rem;
    color: #888;
    font-style: italic;
    margin-bottom: 12px;
    line-height: 1.4;
}

.bio-modal-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 4px 12px;
    border-radius: 20px;
}

.bio-modal-badge.human {
    background: rgba(233, 30, 99, 0.15);
    color: #e91e63;
}

.bio-modal-badge.ai {
    background: rgba(0, 188, 212, 0.15);
    color: #00bcd4;
}

.bio-modal-section {
    margin-bottom: 20px;
}

.bio-modal-section-title {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #d4af37;
    margin-bottom: 8px;
}

.bio-modal-role {
    font-weight: 600;
    margin-bottom: 4px;
}

.bio-modal-specialty {
    font-size: 0.9rem;
    color: #666;
}

.bio-modal-bio {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

.bio-modal-fun-facts,
.bio-modal-sessions {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bio-modal-fun-facts li,
.bio-modal-sessions li {
    font-size: 0.9rem;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    line-height: 1.5;
}

.bio-modal-fun-facts li:last-child,
.bio-modal-sessions li:last-child {
    border-bottom: none;
}

.bio-modal-sessions a {
    color: #d4af37;
    text-decoration: none;
}

.bio-modal-sessions a:hover {
    text-decoration: underline;
}

/* Make team table avatars clickable */
.team-table .clickable-avatar {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.team-table .clickable-avatar:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

@media (max-width: 600px) {
    .bio-modal-content {
        padding: 24px;
        max-width: 95%;
    }

    .bio-modal-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .bio-modal-avatar {
        width: 100px;
        height: 100px;
        min-width: 100px;
    }
}

/* ===== MOMA-INSPIRED TABLE STYLES ===== */
.moma-table {
    border: none !important;
    border-collapse: collapse !important;
    width: 100% !important;
    background: #fff !important;
}

.moma-table thead {
    border-bottom: 2px solid #000 !important;
}

.moma-table thead th {
    background: #fff !important;
    color: #000 !important;
    padding: 16px 12px !important;
    text-align: left !important;
    border: none !important;
}

.moma-table tbody tr {
    border-bottom: 1px solid #eee !important;
    transition: background-color 0.15s ease !important;
}

.moma-table tbody tr:hover {
    background-color: #fafafa !important;
}

.moma-table tbody td {
    border: none !important;
    vertical-align: middle !important;
}

/* Section divider rows */
.moma-table tbody tr[style*="background: #f8f8f8"] {
    border-bottom: none !important;
}

.moma-table tbody tr[style*="background: #f8f8f8"]:hover {
    background: #f8f8f8 !important;
}

/* Avatar hover effect */
.moma-table .clickable-avatar {
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    border: 2px solid transparent !important;
}

.moma-table .clickable-avatar:hover {
    transform: scale(1.08) !important;
    border-color: #d4af37 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
}

/* Status dots - make them subtle */
.moma-table span[style*="border-radius: 50%"][style*="background: #e91e63"],
.moma-table span[style*="border-radius: 50%"][style*="background: #00bcd4"],
.moma-table span[style*="border-radius: 50%"][style*="background: #9c27b0"] {
    opacity: 0.8;
}

/* ===== MOMA TABLE - REFINED GALLERY AESTHETIC ===== */

/* Table container - floating card with layered shadow */
.moma-table {
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    width: 100% !important;
    background: #fff !important;
    border-radius: 4px !important;
    box-shadow: 
        0 1px 3px rgba(0, 0, 0, 0.04),
        0 4px 12px rgba(0, 0, 0, 0.06),
        0 12px 40px rgba(0, 0, 0, 0.08) !important;
    overflow: hidden !important;
    position: relative !important;
}

/* Subtle gold accent line at top */
.moma-table::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, #d4af37 0%, #f4e4bc 50%, #d4af37 100%) !important;
}

/* Header row - elevated with subtle gradient */
.moma-table thead {
    background: linear-gradient(180deg, #fafafa 0%, #f5f5f5 100%) !important;
    border-bottom: none !important;
}

.moma-table thead tr {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

.moma-table thead th {
    background: transparent !important;
    color: #1a1a1a !important;
    padding: 20px 16px !important;
    text-align: left !important;
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
    position: relative !important;
}

/* Section dividers - inset panels */
.moma-table tbody tr[style*="background: #f8f8f8"] {
    background: linear-gradient(180deg, #f9f9f9 0%, #f4f4f4 100%) !important;
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.03),
        inset 0 -1px 0 rgba(255, 255, 255, 0.8) !important;
}

.moma-table tbody tr[style*="background: #f8f8f8"] td {
    border-top: 1px solid #e8e8e8 !important;
    border-bottom: 1px solid #e8e8e8 !important;
}

/* Data rows - clean with subtle hover lift */
.moma-table tbody tr:not([style*="background: #f8f8f8"]) {
    background: #fff !important;
    transition: all 0.2s ease !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.moma-table tbody tr:not([style*="background: #f8f8f8"]):hover {
    background: #fcfcfc !important;
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 3px 0 0 #d4af37 !important;
}

.moma-table tbody td {
    border: none !important;
    border-bottom: 1px solid #f5f5f5 !important;
    vertical-align: middle !important;
}

/* Avatar cells - subtle depth */
.moma-table .clickable-avatar {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 2px solid #eee !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.moma-table .clickable-avatar:hover {
    transform: scale(1.1) translateY(-2px) !important;
    border-color: #d4af37 !important;
    box-shadow: 
        0 8px 20px rgba(212, 175, 55, 0.25),
        0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

/* Page container for the table - adds outer frame feeling */
.page-id-44 .entry-content {
    padding: 2rem !important;
}

.page-id-44 .team-table {
    margin: 2rem auto !important;
    max-width: 1100px !important;
}

/* Subtle texture overlay for depth */
.page-id-44 .entry-content::before {
    content: '' !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: 
        radial-gradient(ellipse at top left, rgba(212, 175, 55, 0.02) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgba(0, 0, 0, 0.02) 0%, transparent 50%) !important;
    pointer-events: none !important;
    z-index: -1 !important;
}
