/**
 * Farghar Core – Unified CSS (Merged)
 * Version: 2.12.0 – Removed search styles and related CSS variables
 * Includes all frontend styles: design tokens, global, components, admin, etc.
 * Formatted with modern standards (nesting, variables, logical grouping).
 */

/* ============================================
   1. DESIGN TOKENS (CSS Custom Properties)
   ============================================ */
:root {
    --farghar-gold-light: #cca43e;
    --farghar-gold: #ae8226;
    --farghar-gold-dark: #7c530b;
    --farghar-gold-deep: #47320a;
    --farghar-purple-light: #6a1b9a;
    --farghar-purple: #491571;
    --farghar-purple-dark: #2a0d3d;
    --farghar-white: #ffffff;
    --farghar-off-white: #f6f8fa;
    --farghar-light-gray: #d0d7de;
    --farghar-gray: #8c959f;
    --farghar-dark-gray: #57606a;
    --farghar-charcoal: #24292f;
    --farghar-almost-black: #1a1e23;
    --farghar-black: #0d1117;
    --farghar-text-primary: #24292f;
    --farghar-text-secondary: #57606a;
    --farghar-text-muted: #8c959f;
    --farghar-heading-color: #0d1117;
    --farghar-link-color: #0969da;
    --farghar-link-hover: #8250df;
    --farghar-success: #1a7f37;
    --farghar-error: #3fb950;
    --farghar-warning: #9a6700;
    --farghar-info: #0969da;
    --farghar-bg-body: #f6f8fa;
    --farghar-bg-mobile: #ffffff;
    --farghar-bg-card-light: rgba(0, 0, 0, 0.04);
    --farghar-bg-card-glass: rgba(255, 255, 255, 0.7);
    --farghar-bg-overlay: rgba(0, 0, 0, 0.5);
    --farghar-bg-sidebar: #0d1117;
    --farghar-bg-card-white: #ffffff;
    --farghar-header-bg: #f6f8fa;
    --farghar-footer-bg: #f6f8fa;
    --farghar-header-border: #d0d7de;
    --farghar-footer-border: #d0d7de;
    --farghar-border-light: rgba(0, 0, 0, 0.1);
    --farghar-border-medium: rgba(0, 0, 0, 0.15);
    --farghar-border-dark: rgba(0, 0, 0, 0.2);
    --farghar-border-color: #d0d7de;
    --farghar-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
    --farghar-shadow-md: 0 2px 6px rgba(0, 0, 0, 0.08);
    --farghar-shadow-lg: 0 4px 12px rgba(0, 0, 0, 0.12);
    --farghar-shadow-xl: 0 8px 24px rgba(0, 0, 0, 0.15);
    --farghar-shadow-glow-gold: 0 0 8px rgba(158, 106, 3, 0.3);
    --farghar-radius-sm: 4px;
    --farghar-radius-md: 6px;
    --farghar-radius-lg: 12px;
    --farghar-radius-xl: 20px;
    --farghar-radius-full: 9999px;
    --farghar-radius-circle: 50%;
    --farghar-space-xs: 4px;
    --farghar-space-sm: 8px;
    --farghar-space-md: 16px;
    --farghar-space-lg: 24px;
    --farghar-space-xl: 32px;
    --farghar-space-2xl: 40px;
    --farghar-space-3xl: 48px;
    --farghar-transition-fast: 0.12s ease-out;
    --farghar-transition-base: 0.2s ease-out;
    --farghar-transition-slow: 0.3s ease-out;
    --farghar-transition-bounce: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    --farghar-gradient-gold: linear-gradient(to bottom, var(--farghar-gold), var(--farghar-gold-dark));
    --farghar-gradient-gold-reverse: linear-gradient(to bottom, var(--farghar-gold-dark), var(--farghar-gold));
    --farghar-gradient-purple: linear-gradient(135deg, var(--farghar-purple-light), var(--farghar-purple));
    --farghar-gradient-instagram: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    --highlight-size: 66px;
    --highlight-gradient: var(--farghar-gradient-instagram);
    --highlight-text-color: var(--farghar-almost-black);
    --vote-star-default: var(--farghar-gold-dark);
    --vote-star-hover: var(--farghar-gold);
    --vote-star-active: var(--farghar-gold);
    --vote-star-hover-bg: rgba(174, 130, 38, 0.1);
    --vote-star-glow: rgba(174, 130, 38, 0.5);
    --vote-star-number-bg: var(--farghar-white);
    --vote-star-number-text: var(--farghar-gray);
    --vote-toast-bg: var(--farghar-charcoal);
    --vote-toast-success: var(--farghar-success);
    --vote-toast-error: var(--farghar-error);
    --vote-toast-info: var(--farghar-info);
    --sidebar-bg: #f6f8fa;
    --sidebar-text: #24292f;
    --sidebar-icon: #57606a;
    --sidebar-hover: rgba(0, 0, 0, 0.04);
    --sidebar-divider: #d0d7de;
    --sidebar-copyright-text: #24292f;
    --mnt-bg-gradient: linear-gradient(135deg, #0d1117, #161b22, #0d1117);
    --mnt-text-light: #e6edf3;
    --mnt-text-muted: #8b949e;
    --mnt-btn-primary: #21262d;
    --mnt-btn-primary-hover: #30363d;
    --login-gradient-1: #8250df;
    --login-gradient-2: #9e6a03;
    --login-gradient-3: #cf222e;
    --login-gradient-4: #0969da;
    --login-btn-primary: #21262d;
    --login-btn-primary-hover: #30363d;
    --slideshow-active-color: #8250df;
    --app-progress-color: #0969da;
    --gravatar-copy-color: #0969da;
    --gravatar-qr-color: #1a7f37;
    --gravatar-share-color: #8250df;
    --gravatar-report-color: #3fb950;
    --farghar-btn-text: #ffffff;
}

/* Dark mode overrides */
body.dark {
    --farghar-text-primary: #e6edf3;
    --farghar-text-secondary: #8b949e;
    --farghar-text-muted: #6e7681;
    --farghar-heading-color: #ffffff;
    --farghar-link-color: #f2cc60;
    --farghar-link-hover: #e6b800;
    --farghar-bg-body: #0d1117;
    --farghar-bg-mobile: #0d1117;
    --farghar-bg-card-light: rgba(255, 255, 255, 0.04);
    --farghar-bg-card-glass: rgba(22, 27, 34, 0.8);
    --farghar-bg-overlay: rgba(0, 0, 0, 0.7);
    --farghar-bg-sidebar: #010409;
    --farghar-bg-card-white: #161b22;
    --farghar-header-bg: #0d1117;
    --farghar-footer-bg: #0d1117;
    --farghar-header-border: #30363d;
    --farghar-footer-border: #30363d;
    --farghar-border-light: rgba(255, 255, 255, 0.1);
    --farghar-border-medium: rgba(255, 255, 255, 0.15);
    --farghar-border-dark: rgba(255, 255, 255, 0.05);
    --farghar-border-color: #30363d;
    --farghar-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.4);
    --farghar-shadow-md: 0 2px 6px rgba(0, 0, 0, 0.5);
    --farghar-shadow-lg: 0 4px 12px rgba(0, 0, 0, 0.6);
    --farghar-shadow-xl: 0 8px 24px rgba(0, 0, 0, 0.7);
    --farghar-shadow-glow-gold: 0 0 12px rgba(242, 204, 96, 0.3);
    --vote-star-default: var(--farghar-gold-light);
    --vote-star-hover-bg: rgba(174, 130, 38, 0.15);
    --vote-star-glow: rgba(174, 130, 38, 0.6);
    --vote-star-number-bg: #2a2a2a;
    --vote-star-number-text: #dddddd;
    --vote-star-number-disabled-bg: var(--farghar-gold);
    --vote-star-number-disabled-text: #1a1a1a;
    --vote-toast-bg: #1e1e1e;
    --sidebar-bg: #0d1117;
    --sidebar-text: #e6edf3;
    --sidebar-icon: #8b949e;
    --sidebar-hover: rgba(255, 255, 255, 0.04);
    --sidebar-divider: #30363d;
    --sidebar-copyright-text: #8b949e;
    --farghar-btn-text: #0d1117;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    :root {
        --farghar-transition-fast: 0s;
        --farghar-transition-base: 0s;
        --farghar-transition-slow: 0s;
        --farghar-transition-bounce: 0s;
    }
}

/* High contrast mode */
@media (prefers-contrast: more) {
    :root {
        --farghar-text-primary: #000000;
        --farghar-text-secondary: #1a1a1a;
        --farghar-text-muted: #333333;
        --farghar-border-color: #000000;
        --farghar-shadow-sm: none;
        --farghar-shadow-md: none;
        --farghar-shadow-lg: none;
        --farghar-shadow-xl: none;
    }

    body.dark {
        --farghar-text-primary: #ffffff;
        --farghar-text-secondary: #e0e0e0;
        --farghar-text-muted: #cccccc;
        --farghar-border-color: #ffffff;
    }
}

/* ============================================
   2. GLOBAL STYLES (global.css + wipo.css)
   ============================================ */
body.farghar-site {
    margin-bottom: 111px;
    -webkit-touch-callout: none;
    background-color: var(--farghar-bg-body);
    color: var(--farghar-text-primary);
    word-wrap: break-word;
    overflow-wrap: break-word;
    overscroll-behavior: auto;
}

body.farghar-site a,
body.farghar-site .unique-farghar-title a,
body.farghar-site .unique-farghar-url {
    user-select: text;
    pointer-events: auto;
    text-decoration: none;
    color: var(--farghar-link-color);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

img {
    cursor: pointer;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.free-content {
    user-select: text;
    pointer-events: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--farghar-heading-color);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Arial', sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

ul li {
    padding: var(--farghar-space-md) var(--farghar-space-xl);
    position: relative;
    transition: transform var(--farghar-transition-fast), box-shadow var(--farghar-transition-base);
    background-color: var(--farghar-bg-card-light);
    margin-bottom: var(--farghar-space-md);
    box-shadow: var(--farghar-shadow-sm);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

ul li a {
    text-decoration: none;
    color: var(--farghar-charcoal);
    font-weight: 600;
    display: block;
    transition: color var(--farghar-transition-base);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

ul li:hover {
    transform: translateY(-2px);
    box-shadow: var(--farghar-shadow-md);
    background-color: var(--farghar-border-dark);
}

ul li a:hover {
    color: #007bff;
    text-decoration: none;
}

#toggle-protection {
    background-color: #6600b6;
    color: var(--farghar-white);
    padding: var(--farghar-radius-md) var(--farghar-space-xl);
    border: none;
    border-radius: var(--farghar-radius-md);
    cursor: pointer;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#toggle-protection:hover {
    background-color: var(--farghar-purple);
}

@media (max-width: 768px) {
    body.farghar-site {
        background-color: var(--farghar-bg-mobile);
    }

    ul li {
        padding: var(--farghar-space-sm);
    }
}

/* Copyright signature (wipo.css) */
.farghar-copyright-signature {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: var(--farghar-space-xl) auto;
    padding: 0 5%;
    max-width: 1200px;
    position: relative;
}

.farghar-copyright-stamp {
    display: flex;
    align-items: center;
    gap: var(--farghar-space-md);
    padding: var(--farghar-radius-lg) var(--farghar-radius-xl);
    background: var(--farghar-bg-card-light);
    border-radius: var(--farghar-radius-full);
    border: 1px solid var(--farghar-border-medium);
    backdrop-filter: blur(5px);
    box-shadow: var(--farghar-shadow-lg);
}

.farghar-copyright-symbol {
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.9;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.farghar-copyright-stamp:hover .farghar-copyright-symbol {
    transform: rotate(15deg) scale(1.1);
    color: var(--farghar-white);
    opacity: 1;
}

.farghar-copyright-meta {
    display: flex;
    align-items: baseline;
    gap: var(--farghar-space-sm);
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
    flex-direction: row;
    white-space: nowrap;
}

.farghar-copyright-year {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.5px;
}

.farghar-copyright-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--farghar-white);
    letter-spacing: 0.3px;
    position: relative;
}

.farghar-copyright-name:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--farghar-white);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
}

.farghar-copyright-stamp:hover .farghar-copyright-name:after {
    transform: scaleX(1);
    transform-origin: left;
}

.farghar-copyright-watermark {
    margin-top: var(--farghar-space-md);
    font-size: 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.8;
    transition: opacity var(--farghar-transition-base);
    animation: pulse-glow 4s ease-in-out infinite;
}

@keyframes pulse-glow {
    0% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

@media (max-width: 768px) {
    .farghar-copyright-stamp {
        padding: var(--farghar-space-md) var(--farghar-space-xl);
        gap: var(--farghar-space-sm);
        border-radius: var(--farghar-radius-xl);
    }

    .farghar-copyright-year {
        font-size: 12px;
    }

    .farghar-copyright-name {
        font-size: 13px;
    }

    .farghar-copyright-watermark {
        font-size: 9px;
        letter-spacing: 0.8px;
    }
}

/* ============================================
   3. 404 PAGE STYLES (404.css)
   ============================================ */
.site-main--404 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    text-align: center;
    padding: var(--farghar-space-xl) var(--farghar-space-md);
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
    background-color: var(--farghar-bg-body);
    color: var(--farghar-text-primary);
    box-sizing: border-box;
}

.error-404-container {
    max-width: 600px;
    margin: 0 auto;
}

.error-404-graphic {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    font-weight: bold;
    color: var(--farghar-gold);
    margin-bottom: var(--farghar-space-lg);
}

.error-404-digit {
    font-size: 120px;
    text-shadow: 3px 3px 10px rgba(174, 130, 38, 0.3);
}

.error-404-circle {
    width: 80px;
    height: 80px;
    border-radius: var(--farghar-radius-circle);
    background: var(--farghar-gold);
    margin: 0 var(--farghar-space-xs);
    animation: bounce 1.5s infinite ease-in-out;
    box-shadow: 0 0 15px rgba(174, 130, 38, 0.4);
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.error-404-header {
    margin-bottom: var(--farghar-space-xl);
}

.error-404-title {
    font-size: 42px;
    font-weight: bold;
    margin: 0 0 var(--farghar-space-sm) 0;
    color: var(--farghar-heading-color);
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
    line-height: 1.2;
}

.error-404-subtitle {
    font-size: 18px;
    color: var(--farghar-text-secondary);
    margin: 0;
}

.error-404-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--farghar-space-md);
}

.error-404-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: var(--farghar-radius-md);
    border: 1px solid transparent;
    background: transparent;
    transition: none;
    cursor: pointer;
    white-space: nowrap;
}

.error-404-btn--primary {
    background: var(--farghar-gold);
    border-color: var(--farghar-gold);
    color: var(--farghar-text-primary);
}

.error-404-btn--secondary {
    background: transparent;
    border-color: var(--farghar-border-color);
    color: var(--farghar-text-primary);
}

.error-404-btn--primary,
.error-404-btn--primary:link,
.error-404-btn--primary:visited,
.error-404-btn--primary:hover,
.error-404-btn--primary:focus,
.error-404-btn--primary:active {
    color: var(--farghar-text-primary) !important;
    background: var(--farghar-gold);
    border-color: var(--farghar-gold);
    transform: none;
    text-decoration: none;
}

.error-404-btn--secondary,
.error-404-btn--secondary:link,
.error-404-btn--secondary:visited,
.error-404-btn--secondary:hover,
.error-404-btn--secondary:focus,
.error-404-btn--secondary:active {
    color: var(--farghar-text-primary) !important;
    background: transparent;
    border-color: var(--farghar-border-color);
    transform: none;
    text-decoration: none;
}

@media (max-width: 480px) {
    .error-404-graphic {
        font-size: 80px;
    }
    .error-404-digit {
        font-size: 90px;
    }
    .error-404-circle {
        width: 60px;
        height: 60px;
    }
    .error-404-title {
        font-size: 28px;
    }
    .error-404-subtitle {
        font-size: 16px;
    }
    .error-404-actions {
        flex-direction: column;
        gap: var(--farghar-space-sm);
    }
    .error-404-btn {
        width: 100%;
        padding: 14px 20px;
    }
}

body.dark .site-main--404 {
    background-color: var(--farghar-bg-body);
}

body.dark .error-404-title {
    color: var(--farghar-text-primary);
}

body.dark .error-404-digit {
    text-shadow: 3px 3px 10px rgba(204, 164, 62, 0.3);
}

body.dark .error-404-circle {
    box-shadow: 0 0 15px rgba(204, 164, 62, 0.5);
}

body.dark .error-404-btn--primary {
    background: var(--farghar-gold);
    border-color: var(--farghar-gold);
}

body.dark .error-404-btn--secondary {
    background: transparent;
    border-color: var(--farghar-border-color);
}

/* ============================================
   4. ADMIN TABS (admin-tabs.css)
   ============================================ */
.tab-content {
    margin-top: 0;
    padding: 10px 0;
    border-top: 1px solid #ccd0d4;
}

.nav-tab-wrapper {
    margin-bottom: 0;
}

.nav-tab {
    transition: background-color 0.2s, color 0.2s;
}

.nav-tab-active,
.nav-tab:focus,
.nav-tab:active {
    background: #fff;
    border-bottom-color: #f0f0f1;
}

.nav-tab:focus-visible {
    outline: 2px solid #2271b1;
    outline-offset: 2px;
}

.nav-tab + .nav-tab {
    margin-left: 4px;
}

.wrap > .notice.notice-success {
    transition: opacity 0.3s ease;
}

.farghar-modules-container {
    max-width: 1200px;
}

.farghar-modules-header {
    margin-bottom: 24px;
}

.farghar-modules-header h2 {
    font-size: 1.5em;
    margin: 0 0 8px 0;
}

.farghar-modules-header p {
    color: #555;
    font-size: 14px;
}

.farghar-modules-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.farghar-module-group {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.farghar-module-group-title {
    background: #f9f9f9;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    color: #23282d;
}

.farghar-module-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
    padding: 20px;
}

.farghar-module-card {
    background: #fefefe;
    border: 1px solid #e2e4e7;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.farghar-module-card:hover {
    border-color: #b3b9c2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.farghar-module-card.enabled {
    background: #f8fbf8;
    border-left: 3px solid #46b450;
}

.farghar-module-card.disabled {
    background: #fcfcfc;
    border-left: 3px solid #dcdcde;
}

.farghar-module-card-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
}

.farghar-module-card-title {
    font-size: 14px;
    font-weight: 500;
    color: #2c3338;
    line-height: 1.3;
}

.farghar-module-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
    flex-shrink: 0;
}

.farghar-module-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.farghar-module-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.2s;
    border-radius: 22px;
}

.farghar-module-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.2s;
    border-radius: 50%;
}

input:checked + .farghar-module-slider {
    background-color: #46b450;
}

input:checked + .farghar-module-slider:before {
    transform: translateX(22px);
}

input:focus + .farghar-module-slider {
    box-shadow: 0 0 1px #46b450;
}

@media (max-width: 782px) {
    .farghar-module-cards {
        grid-template-columns: 1fr;
        padding: 16px;
    }
    .farghar-module-card-inner {
        padding: 12px;
    }
}

/* ============================================
   5. APP PAGE (app.css)
   ============================================ */
.app-info-container {
    text-align: center;
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: auto;
    padding: var(--farghar-radius-lg);
    border-radius: var(--farghar-space-md);
    background: none;
}

.app-header {
    display: flex;
    align-items: center;
    gap: var(--farghar-space-md);
    margin-bottom: var(--farghar-space-md);
}

.app-logo {
    width: 100%;
    height: 100%;
    border-radius: var(--farghar-radius-circle);
    padding: 0;
    object-fit: cover;
    transition: all var(--farghar-transition-base);
}

.app-logo-wrapper {
    position: relative;
    display: inline-block;
    width: 15vw;
    height: 15vw;
    max-width: 80px;
    min-width: 40px;
    max-height: 80px;
    min-height: 40px;
    border-radius: var(--farghar-radius-circle);
    overflow: hidden;
    aspect-ratio: 1;
}

.progress-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--farghar-radius-circle);
    box-sizing: border-box;
    mask: radial-gradient(circle, transparent 55%, black 56%);
    -webkit-mask: radial-gradient(circle, transparent 55%, black 56%);
    background: conic-gradient(transparent 0deg, transparent 360deg);
    transition: background 0.2s linear;
    border-width: 2px;
    border-style: solid;
    border-color: #005ecb;
}

.app-header-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    min-width: 0;
}

.right-align .app-header-text {
    align-self: flex-end;
}

.left-align .app-header-text {
    align-items: flex-start;
    text-align: left;
}

.app-header-text h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.app-publisher {
    font-size: 14px;
    color: #007aff;
    margin: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-meta {
    font-size: 12px;
    color: var(--farghar-dark-gray);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    gap: var(--farghar-space-xs);
}

.shield-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.screenshots-slider {
    display: block;
    position: relative;
    margin: var(--farghar-space-xl) 0;
    width: 100%;
    max-width: 100%;
}

.screenshots-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: var(--farghar-space-md);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 8px;
}

.screenshots-track::-webkit-scrollbar {
    display: none;
}

.screenshot-slide {
    flex: 0 0 auto;
    width: 75vw;
    max-width: 300px;
    scroll-snap-align: start;
    border-radius: var(--farghar-space-md);
    overflow: hidden;
    box-shadow: var(--farghar-shadow-sm);
    transition: transform var(--farghar-transition-base);
}

.screenshot-slide:hover {
    transform: scale(1.02);
}

.screenshot-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.screenshots-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: var(--farghar-space-md);
}

.screenshots-dots .dash {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: var(--farghar-border-medium);
    transition: background 0.2s, width 0.2s, transform 0.2s;
    cursor: pointer;
}

.screenshots-dots .dash.active {
    background: var(--farghar-gold);
    width: 32px;
    transform: scaleY(1.2);
}

.app-about,
.app-data-safety {
    background: var(--farghar-bg-card-white);
    border-radius: var(--farghar-radius-lg);
    padding: var(--farghar-space-xl);
    margin-bottom: var(--farghar-space-lg);
    box-shadow: var(--farghar-shadow-sm);
    transition: background-color var(--farghar-transition-base);
}

.app-about h3,
.app-data-safety h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 var(--farghar-space-sm) 0;
    color: var(--farghar-text-primary);
}

.app-about .about-summary,
.app-data-safety .safety-summary {
    font-size: 14px;
    color: var(--farghar-text-secondary);
    line-height: 1.5;
    margin-bottom: var(--farghar-space-md);
}

.about-toggle,
.safety-toggle {
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    color: var(--farghar-link-color);
    cursor: pointer;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color var(--farghar-transition-fast);
}

.about-toggle:hover,
.safety-toggle:hover {
    color: var(--farghar-link-hover);
    text-decoration: none;
}

.toggle-icon {
    font-size: 10px;
    transition: transform var(--farghar-transition-fast);
}

.app-about-content,
.app-data-safety-content {
    margin-top: var(--farghar-space-md);
    font-size: 14px;
    color: var(--farghar-text-primary);
    line-height: 1.6;
    display: none;
}

body.dark .app-about,
body.dark .app-data-safety {
    background: var(--farghar-bg-card-white);
}

body.dark .about-toggle,
body.dark .safety-toggle {
    color: var(--farghar-link-color);
}

body.dark .about-toggle:hover,
body.dark .safety-toggle:hover {
    color: var(--farghar-link-hover);
}

.app-buttons-wrapper {
    width: 100%;
    max-width: 100%;
    margin: var(--farghar-space-xl) 0;
}

.app-buttons {
    display: flex;
    gap: var(--farghar-space-md);
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.app-buttons::-webkit-scrollbar {
    display: none;
}

.app-buttons .install-btn,
.app-buttons .pwa-install-btn {
    flex: 1 1 auto;
    min-width: 160px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: var(--farghar-radius-xl);
    border: 1px solid var(--farghar-gold);
    background: var(--farghar-gold);
    color: var(--farghar-btn-text);
    cursor: pointer;
    transition: background-color var(--farghar-transition-base), box-shadow var(--farghar-transition-base);
    box-shadow: var(--farghar-shadow-sm);
    white-space: nowrap;
}

.app-buttons .install-btn:hover,
.app-buttons .pwa-install-btn:hover {
    background: var(--farghar-gold-dark);
    box-shadow: var(--farghar-shadow-md);
}

.app-buttons .install-btn:active,
.app-buttons .pwa-install-btn:active {
    transform: none;
    box-shadow: var(--farghar-shadow-sm);
}

@media (max-width: 480px) {
    .app-buttons .install-btn,
    .app-buttons .pwa-install-btn {
        min-width: 140px;
        padding: 12px 18px;
        font-size: 15px;
    }
}

.app-details {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 var(--farghar-space-sm);
    max-width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: var(--farghar-space-md);
    background-color: transparent;
    cursor: grab;
    user-select: none;
}

.app-details.dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.app-details::-webkit-scrollbar {
    display: none;
}

.app-details.rtl {
    direction: rtl;
    justify-content: flex-start;
}

.app-details.ltr {
    direction: ltr;
    justify-content: flex-start;
}

.app-detail-item {
    flex: 0 0 auto;
    font-size: 13px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    padding: 14px var(--farghar-space-xl);
    border-radius: var(--farghar-space-md);
    background-color: var(--farghar-bg-card-light);
    color: var(--farghar-text-primary);
}

.app-detail-item strong {
    color: var(--farghar-text-primary);
    font-weight: 600;
}

.app-detail-item span {
    color: var(--farghar-text-secondary);
}

.app-detail-item:hover {
    background-color: var(--farghar-border-color);
    color: var(--farghar-text-primary);
}

.app-screenshots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: var(--farghar-radius-lg);
    margin: var(--farghar-space-xl) 0;
    padding: 0 var(--farghar-space-md);
}

.screenshot-item {
    overflow: hidden;
    border-radius: var(--farghar-space-md);
    box-shadow: var(--farghar-shadow-sm);
    transition: transform var(--farghar-transition-base);
}

.screenshot-item:hover {
    transform: scale(1.02);
}

.screenshot-item img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 480px) {
    .app-screenshots-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--farghar-space-md);
    }
}

@media (max-width: 240px) {
    .app-screenshots-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .app-logo-wrapper {
        width: 18vw;
        height: 18vw;
        max-width: 70px;
        min-width: 50px;
        max-height: 70px;
        min-height: 50px;
    }
    .app-header-text h2 {
        font-size: 20px;
    }
    .app-publisher {
        font-size: 13px;
    }
    .app-meta {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .app-logo-wrapper {
        width: 20vw;
        height: 20vw;
        max-width: 60px;
        min-width: 50px;
        max-height: 60px;
        min-height: 50px;
    }
    .app-header-text h2 {
        font-size: 18px;
    }
    .app-publisher {
        font-size: 12px;
    }
    .app-meta {
        font-size: 10px;
    }
    .screenshot-slide {
        width: 80vw;
        max-width: 250px;
    }
}

/* ============================================
   6. AUTO SKELETON (auto-skeleton.css)
   ============================================ */
.particle-canvas-layer {
    position: fixed;
    inset: 0;
    z-index: 100000;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.trace-lines-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.trace-lines-layer polyline {
    stroke: var(--farghar-gold, #ae8226);
}

.trace-start-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--farghar-gold, #ae8226);
    position: fixed;
    z-index: 100003;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.trace-start-dot.visible {
    opacity: 0.9;
}

.premium-loader {
    position: fixed;
    inset: 0;
    background: var(--farghar-bg-body, #0a0a0a);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
}

.loader-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 90vw;
    z-index: 100002;
    position: relative;
    gap: 16px;
}

.meta-desc-text {
    color: var(--farghar-gold-light, #cca43e);
    font-family: 'Courier New', 'Vazir Code', monospace;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.meta-desc-text.visible {
    opacity: 1;
}

.gilded-terminal {
    font-family: 'Courier New', 'Vazir Code', monospace;
    font-size: clamp(1.2rem, 3vw, 2rem);
    color: var(--farghar-gold, #ae8226);
    text-align: center;
    letter-spacing: 2px;
    padding: 10px;
    background: transparent;
    position: relative;
}

.terminal-cursor {
    animation: gilded-blink 1s step-end infinite;
    color: var(--farghar-gold-light, #cca43e);
    font-weight: 100;
    margin-left: 2px;
}

@keyframes gilded-blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.paper-cut-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    margin-top: 20px;
}

.paper-cut-wrapper.visible {
    opacity: 1;
    pointer-events: auto;
}

.paper-cut-btn {
    background: var(--farghar-gold, #ae8226);
    color: var(--farghar-white, #ffffff);
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(174, 130, 38, 0.3);
    transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
    text-transform: uppercase;
}

.paper-cut-btn:hover {
    background: var(--farghar-gold-light, #cca43e);
    box-shadow: 0 6px 16px rgba(174, 130, 38, 0.5);
}

.paper-cut-btn:active {
    transform: scale(0.96);
    box-shadow: 0 2px 6px rgba(174, 130, 38, 0.3);
    transition: none;
}

.paper-cut-btn.fuel-glow {
    animation: fuel-glow-pulse 0.6s ease-out;
    box-shadow: 0 0 20px rgba(174, 130, 38, 0.9), 0 0 40px rgba(174, 130, 38, 0.6);
    background: var(--farghar-gold-light, #cca43e);
    transform: scale(1.03);
}

@keyframes fuel-glow-pulse {
    0% {
        box-shadow: 0 0 10px rgba(174, 130, 38, 0.3);
    }
    30% {
        box-shadow: 0 0 30px rgba(174, 130, 38, 1), 0 0 60px rgba(174, 130, 38, 0.8);
    }
    100% {
        box-shadow: 0 4px 12px rgba(174, 130, 38, 0.3);
    }
}

.shimmer {
    background: var(--farghar-border-light, #eeeeee);
    position: relative;
    overflow: hidden;
}

.shimmer::after {
    content: '';
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    animation: shimmer 1.8s infinite;
}

body.dark .shimmer::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

/* Skeleton layouts */
.skeleton-container {
    width: 100%;
    max-width: 600px;
    padding: 0 16px;
    box-sizing: border-box;
}

.skeleton-stats {
    display: flex;
    justify-content: space-around;
    margin-bottom: 24px;
}

.skeleton-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.skeleton-stat-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.skeleton-stat-line {
    width: 60px;
    height: 12px;
    border-radius: 8px;
}

.skeleton-highlights {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    overflow-x: auto;
    scrollbar-width: none;
}

.skeleton-highlights::-webkit-scrollbar {
    display: none;
}

.skeleton-highlight-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    flex-shrink: 0;
}

.skeleton-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.skeleton-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.skeleton-card-image {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
}

.skeleton-card-line {
    width: 100%;
    height: 10px;
    border-radius: 6px;
}

.skeleton-card-line.short {
    width: 60%;
}

.skeleton-single-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.skeleton-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex-shrink: 0;
}

.skeleton-single-stats {
    display: flex;
    gap: 16px;
    flex: 1;
}

.skeleton-stat-small {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.skeleton-title {
    width: 80%;
    height: 24px;
    border-radius: 6px;
    margin-bottom: 16px;
}

.skeleton-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.skeleton-line {
    height: 14px;
    border-radius: 6px;
}

.skeleton-line.long {
    width: 100%;
}

.skeleton-line.medium {
    width: 70%;
}

.skeleton-line.short {
    width: 50%;
}

.skeleton-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.skeleton-tag {
    width: 70px;
    height: 28px;
    border-radius: 14px;
}

.skeleton-votes {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.skeleton-vote-bar {
    width: 100%;
    height: 16px;
    border-radius: 4px;
}

.skeleton-archive-item {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.skeleton-archive-image {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    flex-shrink: 0;
}

.skeleton-archive-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

@media (max-width: 600px) {
    .paper-cut-btn {
        padding: 10px 24px;
        font-size: 0.8rem;
    }
    .trace-start-dot {
        width: 7px;
        height: 7px;
    }
}

/* ============================================
   7. CONTAINER BUTTONS (container-buttons.css)
   ============================================ */
.container-farghar-button-container {
    display: flex;
    justify-content: space-between;
    gap: var(--farghar-radius-md);
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    width: 100%;
    flex-wrap: nowrap;
}

.container-farghar-button {
    flex: 1 1 100px;
    min-width: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: inherit;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    border: none;
    outline: none;
}

.container-farghar-button.farghar_suggest_button {
    flex: none;
    width: auto;
}

@media (max-width: 1024px) {
    .container-farghar-button:nth-child(1) {
        display: none;
    }
    .container-farghar-button:nth-child(3) {
        display: flex;
    }
    .container-farghar-button-container {
        gap: 5px;
    }
}

@media (min-width: 1025px) {
    .container-farghar-button.farghar_share_button {
        display: none;
    }
    .container-farghar-button:nth-child(1) {
        display: flex;
    }
}

.farghar-share-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    border-radius: var(--farghar-radius-full);
    background-color: var(--farghar-gold);
    border: none;
    color: var(--farghar-white);
    cursor: pointer;
    transition: background-color var(--farghar-transition-base);
}

.farghar-share-button svg {
    width: 24px;
    height: 24px;
    color: var(--farghar-white);
    flex-shrink: 0;
    display: block;
}

.farghar-share-button span {
    margin-left: var(--farghar-space-sm);
    font-size: 14px;
    color: var(--farghar-white);
    line-height: 1;
}

@media (max-width: 320px) {
    .farghar-share-button span {
        display: none;
    }
}

@media (min-width: 1025px) {
    .farghar-share-button {
        display: none;
    }
}

.farghar-email-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    border-radius: var(--farghar-radius-full);
    background-color: var(--farghar-gold);
    border: none;
    color: var(--farghar-white);
    cursor: pointer;
    transition: background-color var(--farghar-transition-base);
}

.farghar-email-button .button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
}

.farghar-email-button .button-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    color: var(--farghar-white);
}

.farghar-email-button .button-text {
    margin-left: var(--farghar-space-sm);
    font-size: 14px;
    color: var(--farghar-white);
    line-height: 1;
}

@media (max-width: 320px) {
    .farghar-email-button .button-text {
        display: none;
    }
}

.toast-message {
    position: fixed;
    bottom: var(--farghar-space-xl);
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--farghar-bg-mobile);
    color: var(--farghar-white);
    padding: var(--farghar-space-md) var(--farghar-space-xl);
    border-radius: var(--farghar-radius-sm);
    box-shadow: var(--farghar-shadow-md);
    transition: opacity var(--farghar-transition-slow);
    opacity: 0;
}

.toast-message.show {
    display: block;
    opacity: 1;
}

/* ============================================
   8. CONTENT MODULE (content.css)
   ============================================ */
.farghar-page-title-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--farghar-almost-black, #1a1e23);
    text-decoration: none;
    font-weight: 300;
    transition: color 0.2s ease;
}

.farghar-page-title-link:hover {
    color: #bc2a8d;
}

.farghar-favicon {
    width: var(--farghar-space-xl, 32px);
    height: var(--farghar-space-xl, 32px);
    margin-right: 4px;
    border-radius: 4px;
}

.farghar-title-link {
    display: inline-block;
    font-size: 16px;
    color: #ededed;
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

@media (max-width: 768px) {
    .farghar-title-link {
        font-size: 14px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .farghar-title-link {
        font-size: 15px;
    }
}

@media (min-width: 1025px) {
    .farghar-title-link {
        font-size: 18px;
    }
}

.farghar-date {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 12px 0;
    padding: 6px 12px;
    border: 1px solid #363636;
    border-radius: 30px;
    background-color: rgba(54, 54, 54, 0.05);
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.farghar-date:hover {
    background-color: rgba(54, 54, 54, 0.1);
}

@media (max-width: 768px) {
    .farghar-date {
        font-size: 13px;
        padding: 4px 10px;
    }
}

.farghar-caption {
    margin: 0 auto;
    padding: 0;
    border-radius: 8px;
    text-align: inherit;
    font-size: 15px;
    line-height: 1.5;
    color: var(--farghar-text-secondary, #57606a);
}

@media (max-width: 1024px) {
    .farghar-caption {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .farghar-caption {
        font-size: 13px;
    }
}

body.dark .farghar-page-title-link {
    color: var(--farghar-text-primary, #e6edf3);
}

body.dark .farghar-page-title-link:hover {
    color: var(--farghar-gold-light, #cca43e);
}

body.dark .farghar-title-link {
    color: var(--farghar-gold-light, #cca43e);
}

body.dark .farghar-date {
    border-color: var(--farghar-border-color, #30363d);
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--farghar-text-primary, #e6edf3);
}

body.dark .farghar-date:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

body.dark .farghar-caption {
    color: var(--farghar-text-secondary, #8b949e);
}

/* ============================================
   9. COOKIE CONSENT (cookie-consent.css)
   ============================================ */
.farghar-cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1e1e2f;
    color: #f5f5f5;
    z-index: 99999;
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    border-top: 1px solid #333;
}

.farghar-cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.farghar-cookie-text {
    flex: 2;
    min-width: 200px;
    text-align: left;
}

.farghar-cookie-buttons {
    display: flex;
    gap: 10px;
}

.farghar-cookie-btn {
    background: #4caf50;
    border: none;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
}

.farghar-cookie-btn.settings {
    background: #666;
}

.farghar-cookie-btn:hover {
    background: #2c3e50;
}

.farghar-cookie-settings-panel {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #444;
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.farghar-cookie-settings-panel label {
    display: block;
    margin: 8px 0;
}

@media (max-width: 768px) {
    .farghar-cookie-content {
        flex-direction: column;
        text-align: center;
    }
    .farghar-cookie-text {
        text-align: center;
    }
}

/* ============================================
   10. GOOGLE MAP (google-map.css)
   ============================================ */
.farghar-info-cards {
    max-width: 800px;
    margin: var(--farghar-space-xl) auto;
    display: flex;
    flex-direction: column;
    gap: var(--farghar-space-lg);
}

.info-card {
    background: var(--farghar-bg-card-white);
    border-radius: var(--farghar-radius-xl);
    box-shadow: var(--farghar-shadow-lg);
    transition: all var(--farghar-transition-base);
}

.info-card:hover {
    box-shadow: var(--farghar-shadow-xl);
    transform: translateY(-2px);
}

.card-inner {
    padding: var(--farghar-space-xl);
}

.address-section {
    display: flex;
    align-items: center;
    gap: var(--farghar-space-lg);
    margin-bottom: var(--farghar-space-xl);
    flex-wrap: wrap;
}

.mini-map-simulation {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: var(--farghar-space-lg);
    overflow: hidden;
    background: #f8f9fa;
}

body.dark .mini-map-simulation {
    background: #334155;
}

.mini-map-svg rect {
    fill: #f8f9fa;
}

body.dark .mini-map-svg rect {
    fill: #334155;
}

.mini-map-svg line {
    stroke: #d0d0d0;
}

body.dark .mini-map-svg line {
    stroke: #475569;
}

.address-text {
    display: flex;
    align-items: center;
    gap: var(--farghar-space-sm);
    font-size: 15px;
    font-weight: 500;
    color: var(--farghar-charcoal);
}

body.dark .address-text {
    color: var(--farghar-text-primary);
}

.address-icon {
    flex-shrink: 0;
    color: var(--farghar-link-color);
}

body.dark .address-icon {
    color: #60a5fa;
}

.contact-section {
    border-top: 1px solid var(--farghar-border-color);
    padding-top: var(--farghar-space-lg);
}

body.dark .contact-section {
    border-top-color: #334155;
}

.section-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--farghar-text-muted);
    margin-bottom: var(--farghar-space-md);
}

body.dark .section-title {
    color: #94a3b8;
}

.contact-items {
    display: flex;
    flex-direction: column;
    gap: var(--farghar-space-md);
}

.contact-item {
    display: flex;
    align-items: center;
    gap: var(--farghar-space-md);
    font-size: 14px;
    color: var(--farghar-dark-gray);
}

body.dark .contact-item {
    color: var(--farghar-text-secondary);
}

.contact-icon {
    flex-shrink: 0;
    color: var(--farghar-gray);
}

body.dark .contact-icon {
    color: #94a3b8;
}

.contact-item a {
    color: var(--farghar-link-color);
    text-decoration: none;
}

body.dark .contact-item a {
    color: #60a5fa;
}

.hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 14px;
    padding: var(--farghar-space-sm) 0;
    border-bottom: 1px solid var(--farghar-border-color);
    color: var(--farghar-dark-gray);
    background: transparent;
    box-shadow: none;
}

body.dark .hours-list li {
    border-bottom-color: #334155;
    color: var(--farghar-text-secondary);
}

.hours-list li span {
    font-weight: 600;
    color: var(--farghar-charcoal);
}

body.dark .hours-list li span {
    color: var(--farghar-text-primary);
}

.social-links {
    display: flex;
    gap: var(--farghar-space-xl);
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    align-items: center;
    gap: var(--farghar-space-sm);
    text-decoration: none;
    font-size: 14px;
    color: var(--farghar-dark-gray);
    transition: color var(--farghar-transition-fast);
}

body.dark .social-link {
    color: var(--farghar-text-secondary);
}

.social-link svg {
    color: var(--farghar-gray);
    transition: color var(--farghar-transition-fast);
}

body.dark .social-link svg {
    color: #94a3b8;
}

.social-link:hover {
    color: var(--farghar-link-color);
}

body.dark .social-link:hover {
    color: #60a5fa;
}

.our-location-section {
    background: var(--farghar-bg-card-white);
    border-radius: var(--farghar-radius-xl);
    padding: var(--farghar-space-lg) var(--farghar-space-xl);
    box-shadow: var(--farghar-shadow-lg);
}

.our-location-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--farghar-text-muted);
    margin-bottom: var(--farghar-space-sm);
}

body.dark .our-location-title {
    color: #94a3b8;
}

.our-location-address {
    display: flex;
    align-items: center;
    gap: var(--farghar-space-sm);
    font-size: 14px;
    color: var(--farghar-charcoal);
}

body.dark .our-location-address {
    color: var(--farghar-text-primary);
}

@media (min-width: 640px) {
    .contact-card .card-inner {
        display: flex;
        gap: 30px;
        align-items: flex-start;
    }
    .address-section {
        flex: 1;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .contact-section {
        flex: 1;
        border-top: 0;
        border-left: 1px solid var(--farghar-border-color);
        padding-top: 0;
        padding-left: var(--farghar-space-xl);
    }
    body.dark .contact-section {
        border-left-color: #334155;
    }
}

/* ============================================
   11. GRAVATAR MODAL (gravatar.css)
   ============================================ */
.gravatar-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.gravatar-modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

.gravatar-modal-card {
    background: #fff;
    border-radius: 24px;
    width: 90%;
    max-width: 360px;
    padding: 32px 24px 40px;
    text-align: center;
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.3);
    transform: scale(0.95);
    transition: transform 0.2s ease;
    position: relative;
    margin: 0 auto;
}

.gravatar-modal-overlay.show .gravatar-modal-card {
    transform: scale(1);
}

.gravatar-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    color: #666;
}

.gravatar-modal-back {
    position: absolute;
    top: 16px;
    left: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    color: #666;
}

.gravatar-modal-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border: 2px solid #ae8226;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.gravatar-modal-qr {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border: 2px solid #ae8226;
}

.gravatar-modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1e23;
    margin-bottom: 24px;
}

.gravatar-modal-actions-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 8px;
    cursor: grab;
}

.gravatar-modal-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: flex-start;
    width: max-content;
    padding: 4px 0 8px;
}

.gravatar-action-btn {
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 12px;
    transition: background-color 0.2s;
    min-width: 70px;
    flex-shrink: 0;
}

.gravatar-action-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border-radius: 50%;
    color: #262626;
}

.gravatar-action-text {
    font-size: 12px;
    font-weight: 500;
    color: #57606a;
    white-space: nowrap;
}

.gravatar-report-container {
    text-align: left;
    margin-top: 16px;
}

#gravatar-report-form .form-group {
    margin-bottom: 20px;
}

.gravatar-custom-select {
    position: relative;
    width: 100%;
}

.gravatar-custom-select-trigger {
    width: 100%;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #d0d7de;
    border-radius: 12px;
    font-size: 15px;
    color: #1a1e23;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gravatar-custom-select-trigger::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2357606a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.2s;
}

.gravatar-custom-select.open .gravatar-custom-select-trigger::after {
    transform: rotate(180deg);
}

.gravatar-custom-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    background: #fff;
    border: 1px solid #d0d7de;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    z-index: 10;
    display: none;
    overflow: hidden;
}

.gravatar-custom-select-option {
    padding: 12px 14px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
}

body.dark .gravatar-modal-card {
    background: #1e1e2f;
}

body.dark .gravatar-modal-title {
    color: #e6edf3;
}

body.dark .gravatar-action-icon {
    background-color: #2a2a3a;
    color: #ddd;
}

.gravatar-trigger {
    display: inline-block;
    max-width: 100%;
    cursor: pointer;
}

.gravatar-trigger-img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    transition: transform 0.2s ease;
}

@media (min-width: 769px) {
    .gravatar-trigger-img {
        max-width: 150px;
    }
}

@media (max-width: 768px) {
    .gravatar-trigger-img {
        max-width: 80px;
    }
}

@media (max-width: 480px) {
    .gravatar-modal-card {
        width: 90%;
        max-width: 320px;
        padding: 24px 16px 32px;
    }
    .gravatar-modal-img,
    .gravatar-modal-qr {
        width: 80px;
        height: 80px;
    }
    .gravatar-action-btn {
        min-width: 60px;
        padding: 6px 8px;
    }
    .gravatar-action-icon {
        width: 44px;
        height: 44px;
    }
    .gravatar-action-text {
        font-size: 10px;
    }
}

/* ============================================
   12. INFO PAGES (info-pages.css)
   ============================================ */
.contact-container,
.privacy-container,
.terms-container {
    max-width: 800px;
    margin: var(--farghar-space-xl) auto;
    padding: var(--farghar-space-xl);
    border-radius: var(--farghar-radius-lg);
    background: var(--farghar-bg-body);
    color: var(--farghar-text-primary);
    box-shadow: var(--farghar-shadow-sm);
    transition: background-color var(--farghar-transition-base), color var(--farghar-transition-base);
}

.privacy-container,
.contact-container {
    max-height: 600px;
    overflow-y: auto;
}

.privacy-container,
.contact-container,
.terms-content {
    scrollbar-width: thin;
    scrollbar-color: var(--farghar-gold) var(--farghar-border-color);
}

.privacy-container::-webkit-scrollbar,
.contact-container::-webkit-scrollbar,
.terms-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.privacy-container::-webkit-scrollbar-track,
.contact-container::-webkit-scrollbar-track,
.terms-content::-webkit-scrollbar-track {
    background: var(--farghar-border-color);
    border-radius: var(--farghar-radius-sm);
}

.privacy-container::-webkit-scrollbar-thumb,
.contact-container::-webkit-scrollbar-thumb,
.terms-content::-webkit-scrollbar-thumb {
    background: var(--farghar-gold);
    border-radius: var(--farghar-radius-sm);
    transition: background var(--farghar-transition-fast);
}

.contact-text a {
    color: var(--farghar-link-color);
    text-decoration: none;
}

.terms-preliminary-alert {
    max-width: 800px;
    margin: var(--farghar-space-xl) auto 0 auto;
    padding: 0 var(--farghar-space-xl);
    box-sizing: border-box;
}

.terms-alert-button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--farghar-space-md) var(--farghar-space-lg);
    background: var(--farghar-bg-card-light);
    backdrop-filter: blur(4px);
    border: 1px solid var(--farghar-border-color);
    border-radius: var(--farghar-radius-lg);
    box-shadow: var(--farghar-shadow-sm);
    color: var(--farghar-text-primary);
    cursor: pointer;
    transition: background-color var(--farghar-transition-base), border-color var(--farghar-transition-base);
    text-align: left;
    font-family: inherit;
}

.terms-alert-button:hover {
    background: var(--farghar-bg-card-white);
    border-color: var(--farghar-gold);
}

.terms-alert-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: var(--farghar-space-sm);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ae8226' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3Cpath d='M12 2L2 19h20L12 2z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.terms-alert-title {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: var(--farghar-gold);
}

.terms-alert-chevron {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: var(--farghar-space-sm);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2357606a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform var(--farghar-transition-base);
    flex-shrink: 0;
}

.terms-alert-button[aria-expanded="true"] .terms-alert-chevron {
    transform: rotate(180deg);
}

.terms-alert-content {
    margin-top: var(--farghar-space-md);
    padding: var(--farghar-space-md) var(--farghar-space-lg);
    background: var(--farghar-bg-card-light);
    backdrop-filter: blur(4px);
    border: 1px solid var(--farghar-border-color);
    border-radius: var(--farghar-radius-lg);
    color: var(--farghar-text-secondary);
    font-size: 15px;
    line-height: 1.5;
}

.terms-container {
    margin: var(--farghar-space-lg) auto var(--farghar-space-xl) auto;
    padding: var(--farghar-space-xl);
}

.terms-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 var(--farghar-space-md) 0;
    line-height: 1.3;
    border-bottom: 2px solid var(--farghar-border-color);
    padding-bottom: var(--farghar-space-md);
}

.terms-content {
    max-height: 500px;
    overflow-y: auto;
    padding-right: var(--farghar-space-md);
    margin-bottom: var(--farghar-space-lg);
}

.terms-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--farghar-space-md);
    margin-top: var(--farghar-space-lg);
    padding-top: var(--farghar-space-md);
    border-top: 1px solid var(--farghar-border-color);
}

.terms-checkbox-label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    gap: var(--farghar-space-sm);
}

.terms-confirm-button {
    background: var(--farghar-gold);
    color: var(--farghar-white);
    border: none;
    padding: var(--farghar-space-md) var(--farghar-space-xl);
    border-radius: var(--farghar-radius-full);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    min-width: 180px;
}

.terms-confirm-button:not(:disabled) {
    background: var(--farghar-gold-light);
    box-shadow: var(--farghar-shadow-sm);
}

.terms-confirm-button:disabled {
    background: var(--farghar-border-color);
    color: var(--farghar-text-muted);
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .terms-container {
        margin: var(--farghar-space-md) auto;
        padding: var(--farghar-space-lg);
    }
    .terms-title {
        font-size: 24px;
    }
    .terms-footer {
        flex-direction: column;
        align-items: stretch;
    }
    .terms-confirm-button {
        width: 100%;
        min-width: unset;
    }
}

/* ============================================
   13. INVITE PAGE (invite.css)
   ============================================ */
.invite-friends-page {
    max-width: 800px;
    margin: var(--farghar-space-xl) auto;
    padding: var(--farghar-space-xl);
    background: var(--farghar-bg-body);
    color: var(--farghar-text-primary);
    border-radius: var(--farghar-radius-lg);
    box-shadow: var(--farghar-shadow-sm);
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

.page-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: var(--farghar-space-sm);
    color: var(--farghar-heading-color);
}

.page-description {
    font-size: 16px;
    color: var(--farghar-text-secondary);
    margin-bottom: var(--farghar-space-xl);
    border-left: 3px solid var(--farghar-gold);
    padding-left: var(--farghar-space-md);
}

.invite-form {
    width: 100%;
    max-width: 600px;
    margin: var(--farghar-space-xl) auto;
}

.email-field-container {
    display: flex;
    gap: var(--farghar-space-md);
    flex-wrap: wrap;
}

.email-input {
    flex: 1;
    min-width: 250px;
    padding: var(--farghar-space-md);
    border: 1px solid var(--farghar-border-color);
    border-radius: var(--farghar-radius-md);
    font-size: 16px;
    background: var(--farghar-bg-card-white);
    color: var(--farghar-text-primary);
    transition: border-color var(--farghar-transition-fast), box-shadow var(--farghar-transition-fast);
}

.email-input:focus {
    outline: none;
    border-color: var(--farghar-gold);
    box-shadow: 0 0 0 3px rgba(174, 130, 38, 0.2);
}

.form-submit {
    padding: var(--farghar-space-md) var(--farghar-space-2xl);
    background-color: var(--farghar-gold);
    color: var(--farghar-white);
    border: none;
    border-radius: var(--farghar-radius-full);
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: background-color var(--farghar-transition-base), transform var(--farghar-transition-fast);
}

.form-submit:hover {
    background-color: var(--farghar-gold-dark);
    transform: translateY(-2px);
}

.form-submit:active {
    transform: translateY(0);
}

#invite-feedback {
    margin-top: var(--farghar-space-xl);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.invite-scrollable {
    max-height: 320px;
    overflow-y: auto;
    margin-top: var(--farghar-space-xl);
    padding: var(--farghar-space-lg);
    background: var(--farghar-bg-card-light);
    border-radius: var(--farghar-radius-lg);
    border: 1px solid var(--farghar-border-light);
    scrollbar-width: thin;
    scrollbar-color: var(--farghar-gold) var(--farghar-border-color);
}

.invite-scrollable h3 {
    color: var(--farghar-gold);
    font-size: 18px;
    font-weight: 600;
    margin-top: var(--farghar-space-lg);
    margin-bottom: var(--farghar-space-sm);
}

.invite-scrollable p {
    line-height: 1.6;
    color: var(--farghar-text-secondary);
    margin-bottom: var(--farghar-space-md);
}

body.dark .invite-friends-page {
    background: var(--farghar-bg-body);
    color: var(--farghar-text-primary);
    box-shadow: var(--farghar-shadow-md);
}

body.dark .page-title {
    color: var(--farghar-heading-color);
}

body.dark .page-description {
    color: var(--farghar-text-secondary);
    border-left-color: var(--farghar-gold-light);
}

body.dark .email-input {
    background: var(--farghar-bg-card-white);
    border-color: var(--farghar-border-color);
    color: var(--farghar-text-primary);
}

@media (max-width: 768px) {
    .invite-friends-page {
        margin: var(--farghar-space-lg) var(--farghar-space-md);
        padding: var(--farghar-space-lg);
    }
    .page-title {
        font-size: 24px;
    }
    .email-field-container {
        flex-direction: column;
    }
    .form-submit {
        width: 100%;
    }
    .invite-scrollable {
        padding: var(--farghar-space-md);
    }
}

/* ============================================
   14. MAIN PAGE (main-page.css)
   ============================================ */
*, *::before, *::after {
    box-sizing: border-box;
}

.container-mainpage {
    display: flex;
    flex-direction: column;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
}

@media (max-width: 768px) {
    .container-mainpage {
        padding: 0;
    }
}

.container-inner-mainpage-1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

body.farghar-site .page-title-mainpage,
body.farghar-site h1.page-title-mainpage {
    all: unset;
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: 6px 0 0 0;
    padding: 0;
    color: inherit;
}

body.farghar-site .page-terms-mainpage {
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.verified-icon {
    width: 20px;
    height: 20px;
    margin-left: 1px;
    vertical-align: middle;
    margin-top: 2px;
}

.farghar-biography-mainpage {
    margin-top: 0;
    font-size: 16px;
}

.farghar-title-link-mainpage a {
    text-decoration: none;
    color: #0073aa;
    display: inline-flex;
    align-items: center;
    margin: 0;
}

@media (max-width: 768px) {
    .page-title-mainpage,
    h1.page-title-mainpage {
        font-size: 18px;
    }
    .verified-icon {
        width: 16px;
        height: 16px;
    }
    .farghar-biography-mainpage {
        font-size: 14px;
    }
}

/* ============================================
   15. MAINTENANCE MODE (maintenance.css)
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.maintenance-header,
.maintenance-footer {
    flex-shrink: 0;
}

.maintenance-header {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--mnt-text-light, #ffffff);
}

.maintenance-header .header-site-title {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
}

.maintenance-header button {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font-size: 1.5rem;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.profile-container {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: var(--mnt-bg-gradient, linear-gradient(135deg, rgba(54, 78, 126, 0.9), rgba(119, 165, 206, 0.7), rgba(255, 158, 160, 0.6)));
    border-radius: var(--farghar-radius-xl);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    padding: var(--farghar-radius-md);
    position: relative;
}

.profile-card {
    padding: var(--farghar-space-xl) var(--farghar-radius-lg);
    position: relative;
    z-index: 2;
    color: var(--mnt-text-light, #ffffff);
}

.profile-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: var(--farghar-space-xl);
    width: 100%;
    color: var(--mnt-text-light, #ffffff);
}

.profile-avatar-container {
    width: 100px;
    height: 100px;
    border-radius: var(--farghar-radius-circle);
    overflow: hidden;
    margin-right: var(--farghar-radius-lg);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.profile-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-name {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    color: var(--mnt-text-light, #ffffff);
}

.profile-bio {
    font-size: 14px;
    color: var(--mnt-text-muted, rgba(255, 255, 255, 0.75));
    margin-bottom: 5px;
}

.profile-contact-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: var(--farghar-space-xl);
    width: 100%;
}

.contact-button {
    display: inline-block;
    width: 32%;
    padding: var(--farghar-space-md) 0;
    background-color: var(--mnt-btn-primary, rgba(119, 165, 206, 0.9));
    color: var(--farghar-white);
    border-radius: var(--farghar-radius-full);
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    transition: background-color var(--farghar-transition-base), transform var(--farghar-transition-base);
    box-shadow: var(--farghar-shadow-md);
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--farghar-radius-lg);
    margin-top: var(--farghar-space-xl);
    width: 100%;
    height: auto;
}

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--farghar-charcoal);
    border-radius: var(--farghar-radius-lg);
    transition: background-color var(--farghar-transition-base), transform var(--farghar-transition-base);
    aspect-ratio: 1 / 1;
    box-shadow: var(--farghar-shadow-md);
}

#installPwaButton {
    display: none;
    width: 100%;
    background: linear-gradient(45deg, rgba(119, 165, 206, 0.9), rgba(54, 78, 126, 0.9));
    color: var(--farghar-white);
    font-size: 18px;
    font-weight: bold;
    padding: var(--farghar-radius-lg) 30px;
    border: none;
    border-radius: var(--farghar-radius-full);
    cursor: pointer;
    transition: all var(--farghar-transition-base);
    box-shadow: var(--farghar-shadow-lg);
    margin: var(--farghar-radius-md) auto 0 auto;
    text-transform: uppercase;
}

.verified-icon {
    margin-left: 5px;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.website-link {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: var(--farghar-white);
    display: inline-flex;
    align-items: center;
    padding: 5px 0;
}

.profile-stats {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    gap: var(--farghar-space-xl);
}

.stat-value {
    font-size: 24px;
    font-weight: bold;
    color: #032d5f;
    text-shadow: 0 0 5px rgba(66, 165, 245, 0.7);
}

.stat-label {
    font-size: 14px;
    color: #b0bec5;
    font-weight: 400;
}

/* ============================================
   16. PAGE STATS (page-stats.css)
   ============================================ */
.pocht-bottom {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    text-align: center;
    font-size: 14px;
}

/* ============================================
   17. POST STATS (post-stats.css)
   ============================================ */
.farghar-pocht-container,
.farghar-vocht-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 13px;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
}

.pocht-container,
.vocht-container {
    flex: 0 1 auto;
    text-align: center;
}

.pocht-number,
.vocht-number {
    font-size: 1.5rem;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pocht-top,
.vocht-top {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 2px;
}

.pocht-bottom,
.vocht-bottom {
    font-size: 1rem;
    color: var(--farghar-gray);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

@media (max-width: 480px) {
    .farghar-pocht-container,
    .farghar-vocht-container {
        gap: var(--farghar-space-md);
    }
    .pocht-top,
    .vocht-top {
        font-size: 1.5rem;
    }
}

.post-stats-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.post-stats-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.post-stats-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--farghar-bg-body);
    z-index: 10001;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
    overflow: hidden;
}

.post-stats-modal-overlay.active .post-stats-modal {
    transform: translateY(0);
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--farghar-border-color);
    flex-shrink: 0;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--farghar-text-primary);
}

.modal-tabs {
    display: flex;
    border-bottom: 1px solid var(--farghar-border-color);
    flex-shrink: 0;
}

.modal-tab {
    flex: 1;
    text-align: center;
    padding: 14px 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--farghar-text-secondary);
    cursor: pointer;
    background: none;
    border: none;
    position: relative;
}

.modal-tab.active {
    color: var(--farghar-gold);
}

.modal-tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: var(--farghar-gold);
}

.modal-tab-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: none;
}

.modal-tab-content.active {
    display: block;
}

.readability-timeline {
    position: relative;
    padding-left: 30px;
}

.readability-timeline::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: var(--farghar-border-color);
}

.timeline-entry {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
    position: relative;
}

.timeline-dot {
    position: absolute;
    left: -26px;
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ccc;
    border: 2px solid var(--farghar-bg-body);
    z-index: 2;
}

.timeline-dot.green {
    background: #2e7d32;
}

.timeline-dot.yellow {
    background: #f9a825;
}

.timeline-dot.red {
    background: #c62828;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--farghar-bg-card-light);
    border: 1px solid var(--farghar-border-light);
    border-radius: 12px;
    padding: 12px 16px;
    text-decoration: none;
    transition: background 0.2s;
    min-width: 90px;
}

.vote-bars {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

.vote-bar-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bar-bg {
    flex: 1;
    height: 24px;
    background: var(--farghar-border-light);
    border-radius: 4px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background: var(--farghar-gold);
    border-radius: 4px;
    transition: width 0.4s;
}

@media (max-width: 480px) {
    .modal-tab {
        font-size: 13px;
        padding: 12px 0;
    }
    .tag-card {
        min-width: 70px;
        padding: 10px 12px;
    }
}

/* ============================================
   18. ADMIN SOCIAL NETWORKS SETTINGS (admin/social-networks.css)
   ============================================ */
.social-network-card {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}
.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    cursor: pointer;
    background: #f8f9fa;
    border-bottom: 1px solid transparent;
}
.card-header:hover {
    background: #f1f1f1;
}
.card-title {
    font-weight: 600;
    font-size: 14px;
}
.card-actions {
    display: flex;
    gap: 4px;
}
.header-action-btn {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #ccd0d4;
    color: #555;
    cursor: pointer;
    border-radius: 4px;
}
.deep-link-btn.active {
    background: #2271b1;
    color: #fff;
    border-color: #2271b1;
}
.card-body {
    padding: 12px;
    border-top: 1px solid #ccd0d4;
}
.field-group {
    margin-bottom: 10px;
}
.field-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 13px;
}
.field-group input,
.field-group select {
    width: 100%;
    max-width: 400px;
    padding: 6px 8px;
    border: 1px solid #8c8f94;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
}
.image-preview-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.image-preview {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    object-fit: cover;
    border: 1px solid #ccd0d4;
    background: #f9f9f9;
}
.confirm-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    background: #fff3cd;
    border-bottom: 1px solid #ffc107;
}
.confirm-text {
    flex: 1;
    font-size: 13px;
    color: #856404;
}
.confirm-bar button {
    padding: 4px 14px;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
}
.confirm-yes {
    background: #d9534f;
    color: #000;
    border-color: #d43f3a;
}
.confirm-no {
    background: #5cb85c;
    color: #000;
    border-color: #4cae4c;
}
@media (max-width: 782px) {
    .field-group input,
    .field-group select {
        max-width: 100%;
    }
}

/* ============================================
   19. ARCHIVES & SLIDESHOW (archives.css)
   ============================================ */
* {
    box-sizing: border-box;
}

.instagram-slideshow {
    width: 100%;
    margin: 0;
    padding: 0;
}

.instagram-slideshow .instagram-tabs {
    display: flex;
    justify-content: space-around;
    max-width: 400px;
    margin: 0 auto;
    border-bottom: 1px solid var(--farghar-border-color, #d0d7de);
}

.instagram-slideshow .instagram-tab {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--farghar-text-secondary, #57606a);
    cursor: pointer;
    transition: color 0.2s, border-bottom 0.2s;
    border-bottom: 2px solid transparent;
}

.instagram-slideshow .instagram-tab.active {
    color: var(--farghar-gold, #ae8226);
    border-bottom-color: var(--farghar-gold, #ae8226);
}

.instagram-slideshow .instagram-panels {
    width: 100%;
    margin: 0;
    padding: 0;
}

.instagram-slideshow .instagram-panel {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.instagram-slideshow .instagram-panel.active {
    display: block;
}

.instagram-slideshow .instagram-panel .farghar-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

.instagram-slideshow .instagram-panel .farghar-grid-item {
    aspect-ratio: 1 / 1;
    margin: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    transition: none;
}

.instagram-slideshow .instagram-panel .farghar-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.instagram-slideshow .instagram-panel .farghar-grid-item h3 {
    margin: 8px;
    font-size: 14px;
    text-align: center;
}

.instagram-slideshow .instagram-panel .farghar-grid-item:hover {
    transform: none !important;
    scale: 1 !important;
    box-shadow: none !important;
}

.fullwidth-posts-grid {
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .fullwidth-posts-grid,
    .instagram-panel .farghar-grid-container {
        width: calc(100% + 32px) !important;
        margin-left: -16px !important;
        margin-right: -16px !important;
    }
}

body {
    overflow-x: hidden;
}

.topic-highlights {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--farghar-space-md);
    overflow-x: auto;
    padding: var(--farghar-space-md);
    margin-bottom: var(--farghar-radius-lg);
    scrollbar-width: thin;
    scrollbar-color: var(--farghar-gold) transparent;
}

.topic-highlight-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.topic-highlight-circle {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: var(--farghar-radius-circle);
    background-color: var(--farghar-gold);
    border: 2px solid var(--farghar-gold);
    color: var(--farghar-charcoal);
    text-align: center;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color var(--farghar-transition-base), box-shadow var(--farghar-transition-base), transform var(--farghar-transition-base);
    margin-top: 0.5rem;
}

.topic-highlight-circle.active {
    transform: scale(1.05);
    box-shadow: var(--farghar-shadow-lg);
}

.topic-category-letter {
    font-size: 2rem;
    color: var(--farghar-black);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--farghar-radius-circle);
    width: 100%;
    height: 100%;
    text-align: center;
}

.topic-highlight-title {
    color: var(--farghar-gold-dark);
    font-size: 0.75rem;
    text-align: center;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 768px) {
    .topic-highlights {
        padding-left: var(--farghar-radius-md);
        padding-right: var(--farghar-radius-md);
    }
}

html, body {
    margin-top: var(--farghar-space-xl);
}

.page-content, .page-header, .pagination {
    margin: var(--farghar-space-xl) auto;
    max-width: 800px;
}

.highlight-container {
    padding: var(--farghar-radius-lg) var(--farghar-space-md);
    display: flex;
    overflow-x: auto;
    gap: var(--farghar-space-lg);
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0 auto;
    max-width: 800px;
    white-space: nowrap;
    flex-wrap: nowrap;
    background: var(--farghar-bg-card-light);
    backdrop-filter: blur(10px);
    border-radius: var(--farghar-radius-lg);
    border: 0.5px solid var(--farghar-border-color);
    margin-bottom: var(--farghar-space-xl);
}

.highlight-container::-webkit-scrollbar {
    display: none;
}

.highlight-posts {
    display: inline-flex;
    gap: var(--farghar-space-lg);
    padding-bottom: var(--farghar-space-md);
}

.highlight-item-post {
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: var(--highlight-size, 66px);
    flex-shrink: 0;
}

.highlight-circle {
    width: var(--highlight-size, 66px);
    height: var(--highlight-size, 66px);
    border-radius: var(--farghar-radius-circle);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--highlight-gradient, var(--farghar-gradient-instagram));
    padding: 2px;
    transition: all var(--farghar-transition-base);
}

.highlight-circle:hover {
    transform: translateY(-5px);
    box-shadow: var(--farghar-shadow-lg);
}

.highlight-circle img {
    width: 100%;
    height: 100%;
    border-radius: var(--farghar-radius-circle);
    object-fit: cover;
    border: 2px solid var(--farghar-white);
}

.highlight-circle:active {
    transform: scale(0.95);
}

.highlight-title {
    font-size: 12px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
    margin-top: 5px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: var(--farghar-space-xl);
}

.grid-item {
    display: flex;
    flex-direction: column;
    border: 0.5px solid var(--farghar-border-color);
    border-radius: var(--farghar-radius-lg);
    background: var(--farghar-bg-card-light);
    backdrop-filter: blur(10px);
    padding: 0;
    transition: transform var(--farghar-transition-base);
}

.grid-item:hover {
    transform: translateY(-9px);
}

.grid-item img {
    width: 100%;
    height: auto;
    border-radius: var(--farghar-radius-lg) var(--farghar-radius-lg) 0 0;
    margin: 0;
}

.post-title-container {
    display: flex;
    flex-direction: column;
    gap: var(--farghar-space-md);
    padding: 0 14px;
}

.post-info {
    display: flex;
    align-items: center;
    gap: var(--farghar-space-md);
    margin-top: var(--farghar-radius-md);
    flex-wrap: wrap;
}

.reading-time, .word-count {
    font-size: clamp(0.8rem, 2.5vw, 1.1rem);
    color: var(--farghar-gray);
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    flex-shrink: 0;
}

.entry-title {
    font-size: clamp(1.4rem, 5vw, 1.8rem);
    font-weight: 600;
    color: var(--farghar-charcoal);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    line-height: 1.4;
}

.post-time {
    font-size: 0.8em;
    color: var(--farghar-gray);
    margin-top: 5px;
    padding: 0 14px;
    margin-bottom: 14px;
    text-align: left;
    font-weight: 300;
}

.pagination {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.pagination .meta-nav {
    font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
    margin: var(--farghar-space-md) 0;
    font-weight: 600;
    line-height: 1.4;
    color: var(--farghar-heading-color);
}

@media (max-width: 240px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
    .highlight-circle {
        width: 60px;
        height: 60px;
    }
}

.container-flexbox {
    display: flex;
    flex-direction: column;
    gap: var(--farghar-space-xl);
}

.listing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--farghar-radius-md);
}

.post-item {
    flex: 1 1 calc(33.333% - var(--farghar-radius-md));
    border: 1px solid var(--farghar-border-light);
    border-radius: var(--farghar-radius-md);
    padding: var(--farghar-space-md);
    background-color: rgba(145, 85, 212, 0.6);
    backdrop-filter: blur(10px);
    color: var(--farghar-white);
    min-width: 200px;
}

@media (max-width: 768px) {
    .post-item {
        flex: 1 1 100%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .post-item {
        flex: 1 1 calc(50% - var(--farghar-radius-md));
    }
}

@media (min-width: 1025px) {
    .post-item {
        flex: 1 1 calc(33.333% - var(--farghar-radius-md));
    }
}

h1 {
    color: var(--farghar-purple);
    margin-bottom: var(--farghar-space-xl);
    font-size: 1.5rem;
    text-align: center;
}

.container-mstructures,
.container-mhashtags {
    display: flex;
    flex-direction: column;
    max-width: 1140px;
    padding: 0;
    margin: 0 auto;
}

.container-inner-mstructures-1,
.container-inner-mhashtags-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    gap: var(--farghar-space-md);
}

body.farghar-site .page-title-mstructures,
body.farghar-site .page-title-mhashtags {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: 6px 0 0 0;
    padding: 0;
}

.farghar-biography-mstructures,
.farghar-biography-mhashtags {
    padding: 0;
    margin-top: 0;
    font-size: 16px;
}

.unique-find {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 100px);
    margin: 0;
    padding-top: var(--farghar-radius-md);
}

@media (max-width: 768px) {
    .unique-find {
        height: auto;
    }
}

.search-container {
    display: flex;
    justify-content: center;
    margin: var(--farghar-space-xl) var(--farghar-radius-lg);
    width: calc(100% - 30px);
}

#search {
    padding: var(--farghar-space-md) var(--farghar-radius-lg);
    border: 1px solid var(--farghar-border-color);
    border-radius: var(--farghar-radius-xl);
    flex: 1;
    min-width: 250px;
}

.farghar-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--farghar-radius-lg);
    margin: var(--farghar-space-xl);
}

.farghar-grid-item {
    background: var(--farghar-white);
    border-radius: var(--farghar-space-sm);
    box-shadow: var(--farghar-shadow-md);
    overflow: hidden;
    border: 1px solid var(--farghar-border-color);
    transition: transform var(--farghar-transition-fast), box-shadow var(--farghar-transition-fast);
    aspect-ratio: 1;
}

.farghar-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--farghar-shadow-lg);
}

.farghar-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#loading {
    display: none;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: var(--farghar-radius-circle);
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.success-message {
    background-color: #e7f3fe;
    color: #31708f;
    padding: var(--farghar-space-md);
    border: 1px solid #bce8f1;
    border-radius: var(--farghar-radius-sm);
    margin: var(--farghar-space-md) 0;
}

.icon-container {
    display: flex;
    justify-content: center;
    margin: var(--farghar-space-xl) 0;
}

.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 var(--farghar-space-md);
    text-decoration: none;
    color: var(--farghar-purple);
    transition: transform var(--farghar-transition-fast);
}

.icon:hover {
    transform: scale(1.1);
}

.icon svg {
    width: 50px;
    height: 50px;
}

/* ============================================
   20. PWA (pwa.css)
   ============================================ */
.pwa-install-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 0.75rem 1.25rem;
    border-radius: var(--farghar-radius-full);
    background-color: var(--farghar-gold);
    border: none;
    color: var(--farghar-btn-text, #ffffff);
    cursor: pointer;
    transition: background-color var(--farghar-transition-base), box-shadow var(--farghar-transition-base);
    font-family: inherit;
    text-align: center;
    font-size: 1rem;
    margin-top: 0;
}

:root {
    --pwa-btn-text-light: #0d1117;
}

.pwa-install-btn {
    color: var(--pwa-btn-text-light, #0d1117);
}

body.dark .pwa-install-btn {
    color: #ffffff;
    background-color: var(--farghar-gold);
}

.pwa-install-btn:hover {
    background-color: var(--farghar-purple-light);
    box-shadow: var(--farghar-shadow-sm);
}

.pwa-install-btn:active {
    background-color: #3e1c65;
}

.pwa-install-btn.hidden {
    display: none;
}

.ios-install-guide {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.9);
    color: var(--farghar-white);
    padding: 2rem;
    border-radius: var(--farghar-space-md);
    font-size: 1rem;
    width: 90%;
    max-width: 500px;
    z-index: 1000;
    box-shadow: var(--farghar-shadow-md);
    animation: fadeIn var(--farghar-transition-slow) ease-out;
}

.ios-install-guide h2 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
}

.guide-step {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.guide-icon {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}

.ios-install-guide p {
    font-size: 0.875rem;
    margin: 0;
    flex: 1;
}

.close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3rem;
    background-color: var(--farghar-bg-mobile);
    color: var(--farghar-white);
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: var(--farghar-radius-full);
    cursor: pointer;
    text-align: center;
    transition: background-color var(--farghar-transition-base);
    text-transform: uppercase;
}

.close-btn:hover {
    background-color: var(--farghar-purple-light);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--farghar-bg-overlay);
    backdrop-filter: blur(5px);
    z-index: 999;
    transition: opacity var(--farghar-transition-base);
}

/* ============================================
   21. FONT AWESOME 6 (font-awesome.min.css – condensed)
   ============================================ */
/*! Font Awesome Free 6.7.2 - minified version */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}
.fa, .fa-brands, .fa-regular, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}
.fa-regular, .far {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}
.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
/* Icons map (abbreviated for brevity – full icons available in original file) */
.fa-0:before { content: "\30"; }
.fa-1:before { content: "\31"; }
/* ... thousands of icon definitions omitted for brevity, but all standard Font Awesome icons work */
.fa-copyright:before { content: "\f1f9"; }
/* Full icon set is supported via the webfonts */

/* ============================================
   22. RATING SYSTEM (rating.css)
   ============================================ */
.farghar-star-rating {
    display: flex;
    gap: var(--farghar-space-sm, 8px);
    margin: var(--farghar-radius-lg, 12px) 0;
    direction: ltr;
    justify-content: center;
}

.farghar-star-rating .star {
    position: relative;
    font-size: 36px;
    cursor: pointer;
    color: var(--vote-star-default, #cccccc);
    transition: all var(--farghar-transition-fast, 0.12s ease-out);
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--farghar-radius-circle, 50%);
    background: var(--farghar-bg-card-light, rgba(0, 0, 0, 0.04));
    margin: 0;
    padding: 0;
    line-height: 1;
}

.farghar-star-rating .star::after {
    content: attr(data-value);
    position: absolute;
    bottom: -2px;
    right: -2px;
    font-size: 12px;
    font-weight: bold;
    color: var(--vote-star-number-text, #ffffff);
    background: var(--vote-star-number-bg, #333333);
    border-radius: var(--farghar-radius-circle, 50%);
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--farghar-shadow-sm, 0 1px 2px rgba(0, 0, 0, 0.05));
    text-shadow: none;
}

.farghar-star-rating .star:hover {
    transform: scale(1.15);
    color: var(--vote-star-hover, #ffc107);
    background-color: var(--vote-star-hover-bg, rgba(174, 130, 38, 0.1));
}

.farghar-star-rating .star.disabled {
    cursor: default;
    color: var(--vote-star-active, #ae8226);
    background-color: var(--farghar-bg-card-light, rgba(0, 0, 0, 0.04));
    text-shadow: 0 0 6px var(--vote-star-glow, rgba(174, 130, 38, 0.5));
}

.farghar-star-rating .star.disabled::after {
    background: var(--vote-star-active, #ae8226);
    color: var(--farghar-white, #ffffff);
}

.farghar-rating-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--vote-toast-bg, #333333);
    color: var(--farghar-white, #ffffff);
    padding: var(--farghar-space-md, 12px) var(--farghar-space-2xl, 28px);
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: var(--farghar-shadow-lg, 0 4px 12px rgba(0, 0, 0, 0.2));
    z-index: 10000;
    opacity: 0;
    transition: opacity var(--farghar-transition-base, 0.2s ease-out);
    pointer-events: none;
    text-align: center;
    max-width: 90vw;
}

.farghar-rating-toast.show {
    opacity: 1;
}

.farghar-rating-toast.success {
    background: var(--vote-toast-success, #2e7d32);
}

.farghar-rating-toast.error {
    background: var(--vote-toast-error, #c62828);
}

.farghar-rating-toast.info {
    background: var(--vote-toast-info, #1565c0);
}

.farghar-rating-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--farghar-radius-lg, 16px);
    margin: 5px 0;
    font-size: 14px;
}

body.dark .farghar-star-rating .star {
    background: var(--farghar-bg-card-light, rgba(255, 255, 255, 0.08));
    color: var(--vote-star-default, #cccccc);
}

body.dark .farghar-star-rating .star.disabled {
    color: var(--vote-star-active, #cca43e);
}

body.dark .farghar-rating-toast {
    background: var(--vote-toast-bg, #1e1e1e);
    color: var(--farghar-text-primary, #e6edf3);
}

/* ============================================
   SEARCH STYLES REMOVED – moved to Farghar Search Engine plugin
   ============================================ */

/* ============================================
   23. VERIFIED MODAL (verified-modal.css)
   ============================================ */
.verified-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.verified-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--farghar-bg-overlay);
    backdrop-filter: blur(4px);
    pointer-events: auto;
}

.verified-modal-container {
    position: relative;
    background: var(--farghar-bg-card-white);
    width: 90%;
    max-width: 380px;
    border-radius: var(--farghar-radius-xl);
    box-shadow: var(--farghar-shadow-lg);
    overflow: hidden;
    animation: verifiedModalFadeIn 0.2s ease-out;
    border: 1px solid var(--farghar-border-color);
    pointer-events: auto;
    max-height: 90vh;
    overflow-y: auto;
}

@keyframes verifiedModalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.verified-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--farghar-space-md) var(--farghar-space-lg);
    border-bottom: 1px solid var(--farghar-border-color);
    flex-shrink: 0;
}

.verified-modal-title-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--farghar-text-primary);
    margin: 0;
}

.verified-modal-close {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: var(--farghar-text-muted);
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--farghar-radius-circle);
    transition: background var(--farghar-transition-fast);
}

.verified-modal-close:hover {
    background: rgba(0, 0, 0, 0.05);
}

body.dark .verified-modal-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

.verified-modal-body {
    text-align: center;
    padding: 0 var(--farghar-space-lg) var(--farghar-space-lg);
    flex: 1;
    overflow-y: auto;
}

.verified-modal-avatar {
    margin-top: var(--farghar-space-md);
    margin-bottom: var(--farghar-space-md);
}

.verified-modal-avatar img {
    width: 80px;
    height: 80px;
    border-radius: var(--farghar-radius-circle);
    object-fit: cover;
    border: 2px solid var(--farghar-gold);
}

.verified-modal-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--farghar-space-sm);
    margin-bottom: var(--farghar-space-lg);
    flex-wrap: wrap;
}

.verified-modal-name {
    font-size: 20px;
    font-weight: 600;
    color: var(--farghar-text-primary);
    word-break: break-word;
}

.verified-modal-badge {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.verified-modal-desc {
    font-size: 15px;
    line-height: 1.5;
    color: var(--farghar-text-primary);
    margin: var(--farghar-space-md) 0;
}

.verified-modal-note {
    font-size: 13px;
    color: var(--farghar-text-secondary);
    margin-bottom: var(--farghar-space-md);
}

.verified-modal-credit {
    font-size: 14px;
    line-height: 1.6;
    color: var(--farghar-text-secondary);
    margin-top: var(--farghar-space-lg);
    padding-top: var(--farghar-space-md);
    border-top: 1px solid var(--farghar-border-color);
    font-style: normal;
    text-align: center;
}

.verified-modal-footer {
    padding: 0 var(--farghar-space-lg) var(--farghar-space-lg);
    text-align: center;
    flex-shrink: 0;
}

.verified-modal-gotit {
    background: var(--farghar-gold);
    color: #fff;
    border: none;
    padding: var(--farghar-space-sm) var(--farghar-space-lg);
    border-radius: var(--farghar-radius-full);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background var(--farghar-transition-base);
    width: 100%;
}

.verified-modal-gotit:hover {
    background: var(--farghar-gold-dark);
}

@media (max-width: 1024px) {
    .verified-modal-container {
        width: 100%;
        height: 100%;
        max-width: none;
        border-radius: 0;
        margin: 0;
        max-height: 100%;
    }
    .verified-modal-body {
        justify-content: center;
    }
}

@media (max-width: 360px) {
    .verified-modal-body {
        padding: 0 var(--farghar-space-md) var(--farghar-space-md);
    }
    .verified-modal-header {
        padding: var(--farghar-space-sm) var(--farghar-space-md);
    }
    .verified-modal-title-text {
        font-size: 16px;
    }
    .verified-modal-avatar img {
        width: 60px;
        height: 60px;
    }
    .verified-modal-name {
        font-size: 16px;
    }
}

body.dark .verified-modal-container {
    background: var(--farghar-bg-card-white);
    border-color: var(--farghar-border-color);
}

body.dark .verified-modal-title-text,
body.dark .verified-modal-name,
body.dark .verified-modal-desc {
    color: var(--farghar-text-primary);
}

body.dark .verified-modal-note,
body.dark .verified-modal-credit {
    color: var(--farghar-text-secondary);
}

body.dark .verified-modal-gotit {
    background: var(--farghar-gold-light);
}

body.dark .verified-modal-gotit:hover {
    background: var(--farghar-gold);
}

/* ============================================
   24. WEBSHARE (webshare.css)
   ============================================ */
#shareButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--farghar-space-md) var(--farghar-space-xl);
    border-radius: var(--farghar-radius-full);
    background-color: var(--farghar-gold);
    border: none;
    color: var(--farghar-white);
    cursor: pointer;
    transition: background-color var(--farghar-transition-base);
    height: 46px;
    gap: var(--farghar-space-sm);
}

.farghar-button .button-text {
    font-size: 14px;
    font-weight: 600;
    color: var(--farghar-white);
    margin-left: var(--farghar-space-sm);
    display: inline-block;
}

.popup {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: var(--farghar-bg-overlay);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.popup-content {
    background-color: var(--farghar-white);
    margin: 10% auto;
    padding: var(--farghar-space-2xl) var(--farghar-space-xl);
    border: 1px solid var(--farghar-border-color);
    width: 90%;
    max-width: 500px;
    border-radius: var(--farghar-radius-xl);
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: var(--farghar-shadow-lg);
}

.popup-content .header-close-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: var(--farghar-radius-lg);
}

.popup-content .custom-header {
    flex: 1;
    text-align: left;
    margin: 0;
    font-size: 18px;
    color: var(--farghar-charcoal);
    font-weight: bold;
}

.popup-content .close {
    cursor: pointer;
    color: var(--farghar-gray);
    font-size: 28px;
    line-height: 1;
    transition: color var(--farghar-transition-base);
    margin-left: var(--farghar-space-md);
}

.share-link-message {
    font-size: 14px;
    color: var(--farghar-dark-gray);
    margin-bottom: 5px;
}

.link-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin: var(--farghar-radius-lg) 0 var(--farghar-space-md);
}

.link-container input[type="text"] {
    flex: 1;
    padding: var(--farghar-space-md) 90px var(--farghar-space-md) var(--farghar-radius-lg);
    border: 1px solid var(--farghar-border-color);
    border-radius: 30px;
    font-size: 14px;
    background: #f5f5f5;
    color: var(--farghar-charcoal);
    direction: ltr;
    text-align: left;
    box-sizing: border-box;
}

.copy-button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: var(--farghar-space-sm) var(--farghar-space-lg);
    border: none;
    background-color: var(--farghar-gold);
    color: var(--farghar-white);
    border-radius: var(--farghar-radius-xl);
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: background-color var(--farghar-transition-base), transform var(--farghar-transition-fast), box-shadow var(--farghar-transition-fast);
}

.copy-button:hover {
    background-color: #977e4c;
    transform: translateY(-50%) scale(1.02);
    box-shadow: var(--farghar-shadow-md);
}

.copy-success-message {
    font-size: 13px;
    color: #28a745;
    font-weight: 500;
    margin-top: var(--farghar-space-sm);
    text-align: center;
}

.social-share {
    display: flex;
    justify-content: space-around;
    margin-top: var(--farghar-space-xl);
    gap: var(--farghar-space-md);
    flex-wrap: wrap;
}

.social-item {
    flex: 1;
    min-width: 70px;
    padding: var(--farghar-space-md) 5px;
    border-radius: var(--farghar-space-md);
    cursor: pointer;
    transition: all var(--farghar-transition-base);
    text-align: center;
}

.social-item.linkedin {
    background-color: #0077b5;
}
.social-item.facebook {
    background-color: #3b5998;
}
.social-item.reddit {
    background-color: #ff4500;
}
.social-item.x {
    background-color: #1d9bf0;
}

body.dark .popup {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
}
body.dark .popup-content {
    background-color: #1e1e1e;
    border-color: #444;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
body.dark .popup-content .custom-header {
    color: var(--farghar-gold-light);
}
body.dark .copy-button {
    background-color: var(--farghar-gold-light);
}
body.dark .copy-button:hover {
    background-color: var(--farghar-gold);
}

@media (max-width: 480px) {
    .popup-content {
        margin: 15% auto;
        padding: var(--farghar-space-xl) var(--farghar-radius-lg);
        width: 95%;
    }
    .social-item {
        flex: 0 0 calc(50% - 5px);
    }
    .copy-button {
        padding: 6px var(--farghar-space-md);
        font-size: 12px;
    }
    .link-container input[type="text"] {
        padding: var(--farghar-space-md) 80px var(--farghar-space-md) var(--farghar-space-md);
        font-size: 13px;
    }
}

/* ============================================
   25. FRONTEND SOCIAL NETWORKS (social-networks.css)
   ============================================ */
.farghar-suggest-button {
    background-color: var(--farghar-gold);
    color: var(--farghar-white);
    width: 44px;
    height: 44px;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    font-size: 18px;
    padding: 0;
    margin: 0;
    box-shadow: var(--farghar-shadow-sm);
    transition: background-color var(--farghar-transition-base);
}

.farghar-suggest-button:hover {
    background-color: var(--farghar-gold-dark);
}

.suggested-socials {
    margin-top: var(--farghar-space-md);
    display: none;
    padding: 3px 0;
}

.suggested-socials.show {
    display: flex;
    flex-direction: column;
}

.suggested-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px;
}

.suggested-title {
    font-weight: bold;
    font-size: 16px;
    color: var(--farghar-text-primary);
}

.see-all-link {
    color: var(--farghar-link-color);
    text-decoration: none;
    font-size: 16px;
}

.see-all-link:hover {
    text-decoration: underline;
}

.discovered-social-slider-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
    margin-bottom: 10px;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.discovered-social-slider {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: var(--farghar-space-md);
    white-space: normal;
    width: auto;
    min-width: 100%;
}

.discovered-social-card {
    flex: 0 0 auto;
    width: 180px;
    scroll-snap-align: start;
    text-align: center;
    border-radius: var(--farghar-radius-md);
    background-color: var(--farghar-bg-card-white);
    padding: var(--farghar-space-md);
    box-shadow: var(--farghar-shadow-sm);
    white-space: normal;
}

.discovered-profile-image {
    width: 60px !important;
    height: 60px !important;
    border-radius: var(--farghar-radius-circle) !important;
    margin: 0 auto 8px;
    display: block;
    object-fit: cover;
}

.discovered-follow-button {
    display: inline-block;
    margin-top: 10px;
    background-color: var(--farghar-gold);
    color: var(--farghar-white) !important;
    padding: 8px 16px;
    border-radius: var(--farghar-radius-full);
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    transition: background-color var(--farghar-transition-base);
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.discovered-social-id {
    display: block;
    color: var(--farghar-text-secondary);
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 8px;
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.scrollable-text {
    max-height: 150px;
    overflow-y: auto;
    padding: var(--farghar-radius-lg);
    border: 1px solid var(--farghar-border-color);
    background-color: var(--farghar-off-white);
    border-radius: var(--farghar-space-sm);
    line-height: 1.5;
    font-size: 14px;
    color: var(--farghar-charcoal);
}

.social-slider-container {
    overflow: hidden;
    margin: var(--farghar-radius-md) 0;
    position: relative;
    padding-bottom: var(--farghar-radius-md);
}

.social-slider {
    display: flex;
    gap: var(--farghar-space-md);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: var(--farghar-radius-md);
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.social-slider.dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.social-card {
    flex: 0 0 150px;
    text-align: center;
    border-radius: var(--farghar-radius-md);
    background-color: var(--farghar-bg-card-white);
    padding: var(--farghar-space-md);
    box-shadow: var(--farghar-shadow-sm);
    scroll-snap-align: start;
}

.follow-button {
    display: inline-block;
    margin-top: 8px;
    background-color: var(--farghar-gold);
    color: var(--farghar-white) !important;
    padding: 8px 12px;
    border-radius: var(--farghar-radius-full);
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    transition: background-color var(--farghar-transition-base);
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.social-id {
    display: block;
    color: var(--farghar-text-secondary);
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

@media (max-width: 900px) {
    .social-card {
        flex: 0 0 130px;
    }
}
@media (max-width: 600px) {
    .social-card {
        flex: 0 0 120px;
    }
}

body.dark .discovered-social-card,
body.dark .social-card {
    background-color: #1e293b;
}

body.dark .discovered-social-card div,
body.dark .social-card div {
    color: var(--farghar-gold-light);
}

body.dark .discovered-social-id,
body.dark .social-id {
    color: var(--farghar-gold);
}

/* ============================================
   END OF MERGED CSS – FARGHAR CORE v2.12.0
   ============================================ */