/* Genel Stiller */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Tema 1: Premium Gold & Bronze (Varsayılan) */
:root,
body.theme-gold {
    --primary-color: #DAA520;
    --primary-gold-light: #FFD700;
    --primary-gold-bright: #FFEB3B;
    --primary-gold-dark: #B8860B;
    --secondary-bronze: #8B4513;
    --secondary-bronze-dark: #654321;
    --secondary-bronze-light: #A0522D;
    --accent-highlight: #FFFACD;
    --secondary-color: #1a1a1a;
    --success-color: #27ae60;
    --danger-color: #e74c3c;
    --warning-color: #DAA520;
    --dark-bg: #0f0f0f;
    --light-bg: #1a1a1a;
    --border-color: #3a2a1a;
    --text-color: #ffffff;
    --text-light: #ccccaa;
    --navbar-bg: #1a1a1a;
    --card-shadow: 0 4px 12px rgba(218, 165, 32, 0.15);
    --footer-bg: #1a1a1a;
    --footer-header-bg: linear-gradient(135deg, #DAA520 0%, #B8860B 100%);
}

/* Tema 2: Ocean Blue */
body.theme-blue {
    --primary-color: #4A90E2;
    --primary-gold-light: #5BA3F5;
    --primary-gold-bright: #6BB6FF;
    --primary-gold-dark: #357ABD;
    --secondary-bronze: #2C5282;
    --secondary-bronze-dark: #1E3A5F;
    --secondary-bronze-light: #3D6FA3;
    --accent-highlight: #E3F2FD;
    --secondary-color: #1a1a2e;
    --success-color: #27ae60;
    --danger-color: #e74c3c;
    --warning-color: #4A90E2;
    --dark-bg: #0f1419;
    --light-bg: #1a1a2e;
    --border-color: #2a3a4a;
    --text-color: #ffffff;
    --text-light: #aaccdd;
    --navbar-bg: #1a1a2e;
    --card-shadow: 0 4px 12px rgba(74, 144, 226, 0.15);
    --footer-bg: #1a1a2e;
    --footer-header-bg: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%);
}

/* Tema 3: Forest Green */
body.theme-green {
    --primary-color: #2ECC71;
    --primary-gold-light: #52E88F;
    --primary-gold-bright: #6EF9A8;
    --primary-gold-dark: #27AE60;
    --secondary-bronze: #1E8449;
    --secondary-bronze-dark: #145A32;
    --secondary-bronze-light: #229954;
    --accent-highlight: #D5F4E6;
    --secondary-color: #1a2e1a;
    --success-color: #2ECC71;
    --danger-color: #e74c3c;
    --warning-color: #2ECC71;
    --dark-bg: #0f1f0f;
    --light-bg: #1a2e1a;
    --border-color: #2a3a2a;
    --text-color: #ffffff;
    --text-light: #aaddaa;
    --navbar-bg: #1a2e1a;
    --card-shadow: 0 4px 12px rgba(46, 204, 113, 0.15);
    --footer-bg: #1a2e1a;
    --footer-header-bg: linear-gradient(135deg, #2ECC71 0%, #27AE60 100%);
}

/* Tema 4: Purple Dream */
body.theme-purple {
    --primary-color: #9B59B6;
    --primary-gold-light: #BB8FCE;
    --primary-gold-bright: #D2B4DE;
    --primary-gold-dark: #7D3C98;
    --secondary-bronze: #6C3483;
    --secondary-bronze-dark: #4A235A;
    --secondary-bronze-light: #8E44AD;
    --accent-highlight: #F4ECF7;
    --secondary-color: #2e1a2e;
    --success-color: #27ae60;
    --danger-color: #e74c3c;
    --warning-color: #9B59B6;
    --dark-bg: #1f0f1f;
    --light-bg: #2e1a2e;
    --border-color: #3a2a3a;
    --text-color: #ffffff;
    --text-light: #ddccdd;
    --navbar-bg: #2e1a2e;
    --card-shadow: 0 4px 12px rgba(155, 89, 182, 0.15);
    --footer-bg: #2e1a2e;
    --footer-header-bg: linear-gradient(135deg, #9B59B6 0%, #7D3C98 100%);
}

/* Tema 5: Fire Red */
body.theme-red {
    --primary-color: #E74C3C;
    --primary-gold-light: #EC7063;
    --primary-gold-bright: #F1948A;
    --primary-gold-dark: #C0392B;
    --secondary-bronze: #A93226;
    --secondary-bronze-dark: #7B241C;
    --secondary-bronze-light: #CB4335;
    --accent-highlight: #FADBD8;
    --secondary-color: #2e1a1a;
    --success-color: #27ae60;
    --danger-color: #E74C3C;
    --warning-color: #E74C3C;
    --dark-bg: #1f0f0f;
    --light-bg: #2e1a1a;
    --border-color: #3a2a2a;
    --text-color: #ffffff;
    --text-light: #ddcccc;
    --navbar-bg: #2e1a1a;
    --card-shadow: 0 4px 12px rgba(231, 76, 60, 0.15);
    --footer-bg: #2e1a1a;
    --footer-header-bg: linear-gradient(135deg, #E74C3C 0%, #C0392B 100%);
}

/* Tema 6: Dark Minimal */
body.theme-dark {
    --primary-color: #95A5A6;
    --primary-gold-light: #BDC3C7;
    --primary-gold-bright: #ECF0F1;
    --primary-gold-dark: #7F8C8D;
    --secondary-bronze: #34495E;
    --secondary-bronze-dark: #2C3E50;
    --secondary-bronze-light: #5D6D7E;
    --accent-highlight: #F8F9FA;
    --secondary-color: #1a1a1a;
    --success-color: #27ae60;
    --danger-color: #e74c3c;
    --warning-color: #95A5A6;
    --dark-bg: #0f0f0f;
    --light-bg: #1a1a1a;
    --border-color: #2a2a2a;
    --text-color: #ffffff;
    --text-light: #aaaaaa;
    --navbar-bg: #1a1a1a;
    --card-shadow: 0 4px 12px rgba(149, 165, 166, 0.15);
    --footer-bg: #1a1a1a;
    --footer-header-bg: linear-gradient(135deg, #95A5A6 0%, #7F8C8D 100%);
}

/* Tema 7: Orange & Yellow (Beyaz, Turuncu, Gri, Sarı) */
body.theme-orange {
    --primary-color: #FF8C00;
    --primary-gold-light: #FFA500;
    --primary-gold-bright: #FFD700;
    --primary-gold-dark: #FF7F00;
    --secondary-bronze: #808080;
    --secondary-bronze-dark: #696969;
    --secondary-bronze-light: #A9A9A9;
    --accent-highlight: #FFFFFF;
    --secondary-color: #2a2a2a;
    --success-color: #27ae60;
    --danger-color: #e74c3c;
    --warning-color: #FF8C00;
    --dark-bg: #1a1a1a;
    --light-bg: #2a2a2a;
    --border-color: #404040;
    --text-color: #ffffff;
    --text-light: #e0e0e0;
    --navbar-bg: #2a2a2a;
    --card-shadow: 0 4px 12px rgba(255, 140, 0, 0.2);
    --footer-bg: #2a2a2a;
    --footer-header-bg: linear-gradient(135deg, #FF8C00 0%, #FFA500 50%, #FFD700 100%);
}

body {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: var(--dark-bg);
    color: var(--text-color);
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 20px;
}

/* Navbar */
.navbar {
    background: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
    color: white;
    padding: 1rem 0;
    box-shadow: 0 4px 16px rgba(218, 165, 32, 0.2);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 3px solid var(--primary-color);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand a {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.nav-menu {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.nav-menu a {
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: all 0.3s;
    font-weight: 500;
}

.nav-menu a:hover {
    background: linear-gradient(135deg, rgba(218, 165, 32, 0.2) 0%, rgba(184, 134, 11, 0.2) 100%);
    color: var(--primary-gold-light);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(218, 165, 32, 0.3);
}

/* Main Content */
.main-content {
    min-height: calc(100vh - 200px);
    padding: 0;
    background: var(--dark-bg);
}

/* Hero Section - Jartex Network Style */
.hero-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
    color: white;
    padding: 4rem 0 6rem;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(218, 165, 32, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(139, 69, 19, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-left {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.server-logo {
    text-align: left;
}

.logo-text {
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 0 0 20px rgba(255, 193, 7, 0.5);
}

.logo-main {
    font-size: 5rem;
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 30%, #B8860B 60%, #8B4513 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 0 15px rgba(218, 165, 32, 0.6));
    text-shadow: 0 0 20px rgba(218, 165, 32, 0.4);
}

.logo-sub {
    font-size: 3rem;
    background: linear-gradient(135deg, #A0522D 0%, #8B4513 50%, #654321 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    filter: drop-shadow(0 0 8px rgba(139, 69, 19, 0.4));
}

.server-connection {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.connection-hint {
    font-size: 0.75rem;
    color: #95a5a6;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}

.ip-container {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.ip-button {
    background: #2c3e50;
    color: white;
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    flex: 1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ip-button:hover {
    background: #34495e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.ip-button:active {
    transform: translateY(0);
}

.player-count-badge {
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-size: 1.5rem;
    font-weight: 700;
    min-width: 80px;
    text-align: center;
    transition: all 0.3s;
}

.player-count-badge.online {
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 50%, #B8860B 100%);
    color: #1a1a1a;
    box-shadow: 0 0 25px rgba(218, 165, 32, 0.5);
    font-weight: 800;
}

.player-count-badge.offline {
    background: #7f8c8d;
    color: white;
}

.hero-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.cta-box {
    background: #2c3e50;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
}

.cta-text {
    color: #ecf0f1;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.btn-play-now {
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 50%, #B8860B 100%);
    color: #1a1a1a;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 20px rgba(218, 165, 32, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.btn-play-now:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(218, 165, 32, 0.6);
    background: linear-gradient(135deg, #FFEB3B 0%, #FFD700 50%, #DAA520 100%);
}

.discord-box {
    background: #2c3e50;
    padding: 1.5rem;
    border-radius: 12px;
}

.discord-hint {
    font-size: 0.75rem;
    color: #95a5a6;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 1rem 0;
}

.discord-info {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.discord-count {
    background: #7289da;
    color: white;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 700;
    min-width: 80px;
    text-align: center;
}

.discord-button {
    flex: 1;
    background: #2c3e50;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s;
    border: 2px solid #7289da;
}

.discord-button:hover {
    background: #7289da;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(114, 137, 218, 0.3);
}

.discord-button i {
    font-size: 1.2rem;
}

/* Responsive Hero */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .hero-left,
    .hero-right {
        text-align: center;
    }
    
    .server-logo {
        text-align: center;
    }
    
    .logo-main {
        font-size: 4rem;
    }
    
    .logo-sub {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 3rem 0 4rem;
    }
    
    .logo-main {
        font-size: 3rem;
    }
    
    .logo-sub {
        font-size: 2rem;
    }
    
    .ip-container {
        flex-direction: column;
    }
    
    .player-count-badge {
        width: 100%;
    }
    
    .discord-info {
        flex-direction: column;
    }
    
    .discord-button {
        width: 100%;
    }
}

.player-count {
    color: #4ade80;
    font-weight: bold;
}

.max-players {
    color: rgba(255,255,255,0.8);
}

.hero-buttons {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

/* Buttons */
.btn {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    transition: all 0.3s;
}

.btn-primary {
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 100%);
    color: #1a1a1a;
    border: none;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(218, 165, 32, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #FFEB3B 0%, #FFD700 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(218, 165, 32, 0.5);
}

.btn-secondary {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
    background: var(--primary-color);
    color: #000;
    transform: translateY(-2px);
}


.btn-danger {
    background: var(--danger-color);
    color: white;
}

.btn-sm {
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
}

.btn-block {
    width: 100%;
    justify-content: center;
}

.btn-warning {
    background: var(--warning-color);
    color: white;
}

/* Cards */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.feature-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a1a 100%);
    padding: 2.5rem 2rem;
    border-radius: 8px;
    box-shadow: var(--card-shadow);
    text-align: center;
    transition: all 0.3s;
    border: 1px solid rgba(218, 165, 32, 0.2);
    color: var(--text-color);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(218, 165, 32, 0.25);
    border-color: rgba(218, 165, 32, 0.4);
    background: linear-gradient(135deg, #2a2a1a 0%, #3a2a1a 100%);
}

.feature-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.feature-card h3 {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    color: var(--text-color);
}

.feature-card p {
    color: var(--text-light);
    font-size: 0.95rem;
    margin: 0;
}

/* Forms */
.auth-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}

.auth-box {
    background: #2a2a2a;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: var(--card-shadow);
    border: 1px solid var(--border-color);
    width: 100%;
    max-width: 450px;
    color: var(--text-color);
}

.auth-box h2 {
    margin-bottom: 1.5rem;
    text-align: center;
    color: var(--text-color);
    font-size: 1.8rem;
}

.auth-box h2 i {
    color: var(--primary-color);
    margin-right: 0.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--text-color);
}

.form-group label i {
    color: var(--primary-color);
    margin-right: 0.5rem;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-size: 1rem;
    transition: all 0.3s;
    background: #333;
    color: var(--text-color);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(218, 165, 32, 0.3);
    background: #3a3a2a;
}

.form-group textarea {
    resize: vertical;
}

.required {
    color: var(--danger-color);
}

.auth-footer {
    text-align: center;
    margin-top: 1rem;
}

.auth-footer a {
    color: var(--primary-color);
    text-decoration: none;
}

/* Alerts */
.alert {
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.alert-error {
    background: #fee;
    color: var(--danger-color);
    border-left: 4px solid var(--danger-color);
}

.alert-success {
    background: #efe;
    color: var(--success-color);
    border-left: 4px solid var(--success-color);
}

/* Forum */
.forum-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.forum-categories {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.forum-category {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}

.category-header {
    background: var(--secondary-color);
    color: white;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-header h2 {
    margin: 0;
}

.category-stats {
    font-size: 0.9rem;
}

.category-threads {
    padding: 1rem;
}

.thread-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid var(--border-color);
    transition: background 0.3s;
}

.thread-item:hover {
    background: var(--light-bg);
}

.thread-item:last-child {
    border-bottom: none;
}

.thread-icon {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.thread-content h3 {
    margin-bottom: 0.5rem;
}

.thread-content a {
    color: var(--text-color);
    text-decoration: none;
}

.thread-content a:hover {
    color: var(--primary-color);
}

.thread-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.9rem;
    color: var(--text-light);
}

.thread-meta span {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

/* Thread Detail */
.thread-container {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 2rem;
}

.thread-header {
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.posts-container {
    margin-bottom: 2rem;
}

.post-item {
    border-bottom: 1px solid var(--border-color);
    padding: 1.5rem 0;
}

.post-item:last-child {
    border-bottom: none;
}

.original-post {
    background: var(--light-bg);
    padding: 1.5rem;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.post-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.author-info {
    flex: 1;
}

.author-info .badge {
    margin-left: 0.5rem;
}

.post-date {
    font-size: 0.9rem;
    color: var(--text-light);
    margin: 0;
}

.post-content {
    line-height: 1.8;
}

.reply-form {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid var(--border-color);
}

.reply-prompt {
    text-align: center;
    padding: 2rem;
    background: var(--light-bg);
    border-radius: 5px;
}

/* Admin */
.admin-header {
    margin-bottom: 2rem;
}

.admin-header h1 {
    margin-bottom: 0.5rem;
}

.admin-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: var(--card-shadow);
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s;
}

.stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.stat-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
}

.stat-info h3 {
    font-size: 2rem;
    margin: 0;
}

.admin-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.admin-card {
    background: #2a2a2a;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: var(--card-shadow);
    border: 1px solid var(--border-color);
    text-align: center;
    transition: all 0.3s;
    color: var(--text-color);
}

.admin-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.admin-card i {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.admin-card h3 {
    margin-bottom: 0.5rem;
}

.admin-card p {
    color: var(--text-light);
    margin-bottom: 1rem;
}

.admin-section {
    background: #2a2a2a;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: var(--card-shadow);
    border: 1px solid var(--border-color);
    margin-bottom: 2rem;
    color: var(--text-color);
}

.admin-form {
    max-width: 600px;
}

.table-container {
    overflow-x: auto;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.admin-table th,
.admin-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

.admin-table th {
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 100%);
    color: #1a1a1a;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.admin-table tr:hover {
    background: #333;
}

/* Badges */
.badge {
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 600;
}

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

.badge-secondary {
    background: var(--text-light);
    color: white;
}

.badge-admin {
    background: var(--danger-color);
    color: white;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

/* Footer Header Band */
.footer-header-band {
    background: linear-gradient(135deg, #DAA520 0%, #B8860B 50%, #8B4513 100%);
    padding: 1.5rem 0;
    border-top: 3px solid #FFD700;
    box-shadow: 0 -4px 16px rgba(218, 165, 32, 0.3);
}

.footer-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.logo-shield {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 50%, #654321 100%);
    border: 3px solid #FFD700;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(218, 165, 32, 0.4), inset 0 2px 4px rgba(255, 255, 255, 0.1);
}

.logo-initials {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--primary-color);
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.footer-ip-section {
    flex: 1;
    text-align: center;
}

.footer-ip-large {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.25rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: opacity 0.3s;
}

.footer-ip-large:hover {
    opacity: 0.8;
}

.footer-ip-info {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.9);
    font-weight: 500;
}

.footer-social-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1.2rem;
}

.social-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    background: #333;
}

/* Footer */
.footer {
    background: var(--footer-bg);
    color: white;
    padding: 3rem 0 1.5rem;
    margin-top: 0;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    margin-bottom: 1.5rem;
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-section p {
    color: var(--text-color);
    margin-bottom: 1rem;
    line-height: 1.8;
}

.footer-section a {
    color: var(--text-color);
    text-decoration: underline;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: var(--primary-color);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 1rem;
}

.footer-links li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #4A4A4A;
    font-size: 1.2rem;
}

.footer-links a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--primary-color);
}

.footer-store-btn {
    display: inline-block;
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 100%);
    color: #1a1a1a;
    padding: 0.75rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 1rem;
    transition: all 0.3s;
    text-align: center;
    box-shadow: 0 4px 12px rgba(218, 165, 32, 0.3);
}

.footer-store-btn:hover {
    background: linear-gradient(135deg, #FFEB3B 0%, #FFD700 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(218, 165, 32, 0.5);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: var(--text-light);
    font-size: 0.9rem;
}

/* Footer Responsive */
@media (max-width: 768px) {
    .footer-header-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-ip-section {
        order: 2;
    }
    
    .footer-social-icons {
        order: 3;
    }
    
    .footer-logo {
        order: 1;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Discord Widget */
.discord-widget {
    text-align: center;
    margin: 3rem 0;
    padding: 3rem 2rem;
    background: #2a2a2a;
    color: var(--text-color);
    border-radius: 8px;
    box-shadow: var(--card-shadow);
    border: 1px solid var(--border-color);
}

.discord-widget h2 {
    margin-bottom: 1rem;
    color: var(--text-color);
    font-size: 1.8rem;
}

.discord-widget h2 i {
    color: #5865F2;
    margin-right: 0.5rem;
}

.discord-widget p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

/* Recent Posts */
.recent-posts {
    margin-top: 3rem;
}

.recent-posts h2 {
    margin-bottom: 1.5rem;
}

.post-card {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 1rem;
}

.post-card h3 {
    margin-bottom: 0.5rem;
}

.post-card a {
    color: var(--text-color);
    text-decoration: none;
}

.post-card a:hover {
    color: var(--primary-color);
}

.post-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.9rem;
    color: var(--text-light);
}

/* Store */
.store-header {
    text-align: center;
    margin-bottom: 2rem;
    padding: 2rem 0;
}

.store-header h1 {
    color: var(--text-color);
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.store-header p {
    color: var(--text-light);
    font-size: 1.1rem;
}

.store-categories {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.category-btn {
    padding: 0.75rem 1.5rem;
    background: white;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s;
    font-weight: 500;
}

.category-btn:hover,
.category-btn.active {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(74, 144, 226, 0.3);
}

/* İndirim Banner */
.discount-banner-container {
    margin: 1.5rem 0;
    width: 100%;
}

.discount-banner-header {
    background: linear-gradient(135deg, #DAA520 0%, #B8860B 100%);
    padding: 1rem 2rem;
    text-align: center;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 2px 8px rgba(218, 165, 32, 0.3);
}

.discount-banner-header h2 {
    color: #1a1a1a;
    font-size: 1.8rem;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.discount-banner {
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 50%, #B8860B 100%);
    padding: 1.5rem 2rem;
    text-align: center;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 24px rgba(218, 165, 32, 0.5);
    position: relative;
    overflow: hidden;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.discount-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: pulse-glow 3s ease-in-out infinite;
}

.discount-banner h2 {
    color: #1a1a1a;
    font-size: 2rem;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.3);
}

@keyframes pulse-glow {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.1);
    }
}

/* Responsive İndirim Banner */
@media (max-width: 768px) {
    .discount-banner-header {
        padding: 0.75rem 1rem;
    }
    
    .discount-banner-header h2 {
        font-size: 1.4rem;
        letter-spacing: 1px;
    }
    
    .discount-banner {
        padding: 1rem 1.5rem;
    }
    
    .discount-banner h2 {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}

.product-card {
    background: #2a2a2a;
    color: var(--text-color);
    border-radius: 8px;
    box-shadow: var(--card-shadow);
    border: 1px solid var(--border-color);
    overflow: hidden;
    transition: all 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-image-placeholder {
    width: 100%;
    height: 200px;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: var(--text-light);
}

.product-info {
    padding: 1.5rem;
}

.product-info h3 {
    margin-bottom: 0.5rem;
}

.product-info p {
    color: var(--text-light);
    margin-bottom: 1rem;
}

.product-price {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.no-products {
    text-align: center;
    padding: 3rem;
    color: var(--text-light);
}

/* Vote */
.vote-header {
    text-align: center;
    margin-bottom: 2rem;
    padding: 2rem 0;
}

.vote-header h1 {
    color: var(--text-color);
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.vote-header p {
    color: var(--text-light);
    font-size: 1.1rem;
}

.vote-sites {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.vote-site-card {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: var(--card-shadow);
    border: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.vote-site-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.vote-site-info h3 {
    margin-bottom: 0.5rem;
}

.vote-reward {
    color: var(--success-color);
    font-weight: 600;
}

.vote-history {
    margin-top: 3rem;
}

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

/* Leaderboards */
.leaderboards-header {
    color: var(--text-color);
    text-align: center;
    margin-bottom: 2rem;
    padding: 2rem 0;
}

.leaderboards-header h1 {
    color: var(--text-color);
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.leaderboards-header p {
    color: var(--text-light);
    font-size: 1.1rem;
}

.leaderboards-container {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.leaderboards-sidebar {
    background: #2a2a2a;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: var(--card-shadow);
    border: 1px solid var(--border-color);
    height: fit-content;
    position: sticky;
    top: 100px;
    color: var(--text-color);
}

.sidebar-content h2 {
    color: #FFD700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(218, 165, 32, 0.3);
}

.sidebar-content h2 .arrow {
    color: #95a5a6;
    font-size: 0.9rem;
}

.sidebar-content p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.search-gamemode {
    position: relative;
}

.search-gamemode input {
    background: #333;
    color: var(--text-color);
    width: 100%;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-size: 1rem;
}

.search-gamemode i {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-light);
}

.leaderboards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.gamemode-card {
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 50%, #B8860B 100%);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(218, 165, 32, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
    text-decoration: none;
    color: #1a1a1a;
    display: block;
    position: relative;
}

.gamemode-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(218, 165, 32, 0.5);
    background: linear-gradient(135deg, #FFEB3B 0%, #FFD700 50%, #DAA520 100%);
}

.gamemode-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    z-index: 0;
}

.gamemode-image {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
    background-color: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.gamemode-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(218, 165, 32, 0.4), rgba(139, 69, 19, 0.3));
    z-index: 1;
}

.gamemode-image i {
    font-size: 4rem;
    color: white;
    z-index: 2;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.gamemode-placeholder {
    background: rgba(0,0,0,0.2);
}

.gamemode-info {
    padding: 1.5rem;
    position: relative;
    z-index: 1;
}

.gamemode-info h3 {
    margin: 0 0 0.5rem 0;
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.gamemode-info p {
    margin: 0;
    color: rgba(255,255,255,0.9);
    font-size: 0.9rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.no-gamemodes {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 8px;
    box-shadow: var(--card-shadow);
    border: 1px solid var(--border-color);
}

.no-gamemodes i {
    font-size: 4rem;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.no-gamemodes p {
    color: var(--text-light);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

/* Security Pulse Animation */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .nav-menu {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .forum-header {
        flex-direction: column;
        gap: 1rem;
    }
    
    .admin-stats {
        grid-template-columns: 1fr;
    }
    
    .vote-site-card {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .leaderboards-container {
        grid-template-columns: 1fr;
    }
    
    .leaderboards-sidebar {
        position: static;
    }
    
    .leaderboards-grid {
        grid-template-columns: 1fr;
    }
}
