/* Sosyal Medya Main Styles */

/* Breadcrumb → assets/css/breadcrumb.css */

.two-panel-item:hover {
            background-color: #343d52;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }

        .two-panel-item i {
            font-size: 24px;
            color: #4a9eff;
            margin-bottom: 8px;
        }

        .two-panel-item h4 {
            margin-bottom: 6px;
            font-size: 14px;
            font-weight: 600;
        }

        .two-panel-item p {
            font-size: 12px;
            color: #8a94a6;
            line-height: 1.3;
        }

        /* Close Button */
        .close-panel {
            position: absolute;
            top: 12px;
            right: 15px;
            background: none;
            border: none;
            color: #8a94a6;
            font-size: 20px;
            cursor: pointer;
            transition: color 0.3s;
            z-index: 1001;
        }

        .close-panel:hover {
            color: white;
        }

        /* Overlay */
        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 999;
        }

        /* Sosyal Medya Main Content */
        .social-main {
            padding: 40px 0;
            min-height: calc(100vh - 200px);
        }

        .social-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .social-header h1 {
            font-size: 2.5rem;
            background: linear-gradient(135deg, #4a9eff, #6c5ce7);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 15px;
        }

        .social-header p {
            color: #8a94a6;
            font-size: 1.1rem;
        }

        /* Sosyal Medya Grid - 6 Kart Yan Yana */
        .social-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }

        .social-card {
            background: linear-gradient(135deg, #1a1f2e, #2a3142);
            padding: 25px 15px;
            border-radius: 15px;
            border: 1px solid #2a3142;
            text-align: center;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            min-height: 220px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .social-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
            transition: left 0.6s;
        }

        .social-card:hover::before {
            left: 100%;
        }

        .social-card:hover {
            transform: translateY(-8px) scale(1.05);
            border-color: #4a9eff;
            box-shadow: 0 15px 40px rgba(74, 158, 255, 0.4);
        }

        .social-icon-large {
            font-size: 3rem;
            margin-bottom: 20px;
            transition: all 0.4s ease;
        }

        .social-card:hover .social-icon-large {
            transform: scale(1.2);
        }

        .social-name {
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 12px;
            background: linear-gradient(135deg, #fff, #8a94a6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: 0.5px;
        }

        .social-description {
            color: #8a94a6;
            margin-bottom: 20px;
            font-size: 0.85rem;
            line-height: 1.4;
            min-height: 40px;
        }

        .social-btn {
            padding: 10px 20px;
            background: linear-gradient(135deg, #00b894, #00a085);
            color: white;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-weight: bold;
            font-size: 0.9rem;
            transition: all 0.3s;
            width: 100%;
            max-width: 150px;
            position: relative;
            overflow: hidden;
        }

        .social-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }

        .social-btn:hover::before {
            left: 100%;
        }

        .social-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 184, 148, 0.5);
        }

        /* Sosyal Medya Renkleri */
        .instagram { border-left: 4px solid #E1306C; }
        .instagram .social-icon-large { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

        .facebook { border-left: 4px solid #1877F2; }
        .facebook .social-icon-large { color: #1877F2; }

        .twitter { border-left: 4px solid #1DA1F2; }
        .twitter .social-icon-large { color: #1DA1F2; }

        .tiktok { border-left: 4px solid #69C9D0; }
        .tiktok .social-icon-large { color: #69C9D0; }

        .youtube { border-left: 4px solid #FF0000; }
        .youtube .social-icon-large { color: #FF0000; }

        .discord { border-left: 4px solid #5865F2; }
        .discord .social-icon-large { color: #5865F2; }

        .whatsapp { border-left: 4px solid #25D366; }
        .whatsapp .social-icon-large { color: #25D366; }

        .telegram { border-left: 4px solid #0088cc; }
        .telegram .social-icon-large { color: #0088cc; }

        .snapchat { border-left: 4px solid #FFFC00; }
        .snapchat .social-icon-large { color: #FFFC00; }

        .pinterest { border-left: 4px solid #BD081C; }
        .pinterest .social-icon-large { color: #BD081C; }

        .linkedin { border-left: 4px solid #0077B5; }
        .linkedin .social-icon-large { color: #0077B5; }

        .reddit { border-left: 4px solid #FF5700; }
        .reddit .social-icon-large { color: #FF5700; }

        .spotify { border-left: 4px solid #1DB954; }
        .spotify .social-icon-large { color: #1DB954; }

        .twitch { border-left: 4px solid #9146FF; }
        .twitch .social-icon-large { color: #9146FF; }

        /* Footer */
        footer {
            background-color: #1a1f2e;
            padding: 30px 0;
            margin-top: auto;
            border-top: 1px solid #2a3142;
        }

        footer .container {
            padding: 0 30px;
            text-align: center;
        }

        .footer-links {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }

        .footer-links a {
            color: #8a94a6;
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer-links a:hover {
            color: #4a9eff;
        }

        /* Responsive */
        @media (max-width: 1400px) {
            .social-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        @media (max-width: 768px) {
            .social-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 768px) {
            .social-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 480px) {
            .social-grid {
                grid-template-columns: 1fr;
            }
            
            /* Sosyal sayfa içi — header .category-menu ile karışmasın */
            .social-main .category-links {
                gap: 8px;
                overflow: hidden;
                flex-wrap: wrap;
                padding-bottom: 0;
            }
        }
/* DARK MODE COMPATIBILITY FOR SOSYAL MEDYA PAGES */

/* Dark Mode Body Styles — site paleti */
body.dark-mode {
    background: var(--site-page-bg, #0b0c10) !important;
    color: #e8eaed !important;
}

body.light-mode {
    background: var(--site-page-bg, #f3f4f6) !important;
    color: #000000 !important;
}

/* Dark Mode Header — zemin rengi; çizgiler header-desktop-strip / breadcrumb.css */
body.dark-mode .top-nav,
body.dark-mode header,
body.dark-mode .category-menu {
    background: var(--header-strip-bg, #14151a) !important;
}

/* Dark Mode Main Content */
body.dark-mode .social-main {
    background: transparent !important;
    color: #ffffff !important;
}

/* Dark Mode Two Panel Menu */
body.dark-mode .two-panel-menu {
    background: transparent !important;
}

body.dark-mode .two-panel-item {
    background: var(--surface-card, #1a1c23) !important;
    border: 1px solid var(--header-strip-border, #2d3139) !important;
    color: #ffffff !important;
}

body.dark-mode .two-panel-item:hover {
    background: var(--surface-hover, #25272f) !important;
    border-color: var(--accent-primary, #ff6b00) !important;
}

/* Dark Mode Social Icons */
body.dark-mode .social-icon {
    background: #404040 !important;
    border: 1px solid #555555 !important;
}

body.dark-mode .social-icon:hover {
    background: #4a9eff !important;
}

/* Dark Mode Search Box (#searchBox üst header: main.css) */
body.dark-mode .search-box:not(#searchBox),
body.dark-mode .search-container input:not(#searchBox) {
    background: var(--surface-elevated, #1e1f26) !important;
    border: 1px solid var(--header-strip-border, #2d3139) !important;
    color: #e8eaed !important;
}

body.dark-mode .search-box:not(#searchBox)::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Dark Mode Add Listing Button */
body.dark-mode .add-listing-btn {
    background: #404040 !important;
    border: 1px solid #555555 !important;
    color: #ffffff !important;
}

body.dark-mode .add-listing-btn:hover {
    background: #4a9eff !important;
}

/* Dark Mode Login/Register Buttons */
body.dark-mode .login-btn,
body.dark-mode .register-btn {
    background: #404040 !important;
    border: 1px solid #555555 !important;
    color: #ffffff !important;
}

body.dark-mode .login-btn:hover,
body.dark-mode .register-btn:hover {
    background: #4a9eff !important;
    border-radius: 4px !important;
}

/* Dark Mode Category Links */
body.dark-mode .category-link {
    color: #ffffff !important;
}

body.dark-mode .category-link:hover {
    color: #4a9eff !important;
}

/* Light Mode Overrides */
body.light-mode .two-panel-item {
    background: #f8f9fa !important;
    border: 1px solid #e9ecef !important;
    color: #000000 !important;
}

body.light-mode .two-panel-item:hover {
    background: #e9ecef !important;
    border-color: #4a9eff !important;
}
