:root {
    --bg-color: #07050e; --text-main: #ffffff; --text-muted: #9aa0a6;
    --accent-purple: #8b5cf6; --accent-pink: #ec4899; --accent-red: #ef4444;
    --accent-orange: #f97316; --accent-yellow: #eab308; --accent-green: #10b981;
    --accent-cyan: #06b6d4; --twitch-color: #9146FF; --kick-color: #53FC18;
    --youtube-color: #FF0000; --tiktok-color: #00f2fe; --discord-color: #5865F2;
    --card-bg: rgba(20, 15, 30, 0.4); --card-border: rgba(255, 255, 255, 0.05);
}
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Outfit', sans-serif; }
body { background-color: var(--bg-color); color: var(--text-main); overflow-x: hidden; position: relative; }
a { text-decoration: none; color: inherit; }
.background-layer { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -1; background-color: #07050e; background-image: linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px); background-size: 80px 80px; background-position: center center; }
.bg-glow { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.35; animation: pulseGlow 8s infinite alternate; }
.glow-1 { top: 20%; left: 15%; width: 40vw; height: 40vw; background: rgba(139, 92, 246, 0.15); }
.glow-2 { bottom: 10%; right: 10%; width: 50vw; height: 50vw; background: rgba(16, 185, 129, 0.1); }
.glow-3 { top: 40%; left: 50%; width: 50vw; height: 30vw; background: rgba(236, 72, 153, 0.08); transform: translateX(-50%); }
@keyframes pulseGlow { 0% { opacity: 0.25; transform: scale(1); } 100% { opacity: 0.45; transform: scale(1.1); } }
.ad-space { background: rgba(12, 9, 24, 0.85); border: 1px dashed rgba(139, 92, 246, 0.25); border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; text-align: center; backdrop-filter: blur(8px); transition: all 0.3s ease; position: relative; overflow: hidden; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4); }
.ad-space:hover { border-color: var(--accent-purple); box-shadow: 0 0 15px rgba(139, 92, 246, 0.2); }
.ad-banner-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.ad-badge { position: absolute; top: 4px; right: 8px; background: rgba(0,0,0,0.6); color: #ccc; padding: 2px 6px; font-size: 0.6rem; border-radius: 4px; z-index: 2; pointer-events: none; border: 1px solid rgba(255,255,255,0.1); }
.ad-top { width: 100%; max-width: 728px; height: 90px; margin: 20px auto; }
.ad-side { position: fixed; top: 55%; transform: translateY(-50%); width: 140px; height: 600px; z-index: 40; }
.ad-left { left: 24px; } .ad-right { right: 24px; }
.main-wrapper { max-width: 1100px; margin: 0 auto; padding: 0 20px 100px; position: relative; }
.hero { text-align: center; padding: 60px 0 40px; display: flex; flex-direction: column; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(139, 92, 246, 0.1); border: 1px solid rgba(139, 92, 246, 0.35); padding: 8px 18px; border-radius: 50px; font-size: 0.85rem; color: #d8b4fe; margin-bottom: 25px; backdrop-filter: blur(10px); }
.hero-badge .dot { width: 8px; height: 8px; background-color: var(--accent-red); border-radius: 50%; box-shadow: 0 0 10px var(--accent-red); }
.hero-badge.live .dot { background-color: var(--accent-green); box-shadow: 0 0 12px var(--accent-green); animation: blink 1.2s infinite; }
@keyframes blink { 0% { opacity: 0.3; } 100% { opacity: 1; } }
.hero-title { font-size: 6rem; font-weight: 900; line-height: 0.95; margin-bottom: 15px; letter-spacing: -3px; background: linear-gradient(90deg, #7b9df8 0%, #34d399 50%, #facc15 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0px 0px 30px rgba(139, 92, 246, 0.25)); }
.hero-subtitle { font-size: 1.6rem; font-weight: 700; color: #fff; margin-bottom: 15px; }
.hero-desc { color: var(--text-muted); max-width: 550px; margin: 0 auto 40px; line-height: 1.6; font-size: 1.05rem; }
.hero-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: 12px; font-weight: 700; font-size: 0.95rem; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); cursor: pointer; border: none; color: #fff; }
.btn-kick { background: var(--kick-color); color: #000; box-shadow: 0 4px 20px rgba(83, 252, 24, 0.3); }
.btn-kick:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(83, 252, 24, 0.55); }
.btn-youtube { background: var(--youtube-color); box-shadow: 0 4px 20px rgba(255, 0, 0, 0.35); }
.btn-youtube:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(255, 0, 0, 0.5); }
.btn-instagram { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(5px); }
.btn-instagram:hover { background: rgba(255,255,255,0.08); transform: translateY(-3px); border-color: rgba(255,255,255,0.25); }
.social-links { display: flex; align-items: center; gap: 12px; font-size: 0.9rem; color: var(--text-muted); flex-wrap: wrap; justify-content: center; }
.social-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; transition: all 0.3s ease; backdrop-filter: blur(5px); }
.social-pill:hover { transform: translateY(-2px); filter: brightness(1.2); }
.social-pill.twitch { background: rgba(145, 70, 255, 0.12); border: 1px solid rgba(145, 70, 255, 0.35); color: #bfa3ff; }
.social-pill.kick { background: rgba(83, 252, 24, 0.08); border: 1px solid rgba(83, 252, 24, 0.4); color: #53FC18; }
.social-pill.youtube { background: rgba(255, 0, 0, 0.12); border: 1px solid rgba(255, 0, 0, 0.35); color: #ff8585; }
.social-pill.tiktok { background: rgba(0, 242, 254, 0.08); border: 1px solid rgba(0, 242, 254, 0.35); color: #5cf5ff; }
.social-pill.instagram { background: rgba(236, 72, 153, 0.12); border: 1px solid rgba(236, 72, 153, 0.35); color: #ff94cc; }
.social-pill.discord { background: rgba(88, 101, 242, 0.12); border: 1px solid rgba(88, 101, 242, 0.35); color: #9da5ff; }
section { margin-top: 80px; } .section-header { text-align: center; margin-bottom: 40px; }
.section-sup { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 2.5px; color: var(--accent-purple); font-weight: 700; margin-bottom: 6px; display: block; }
.youtube-section .section-sup { color: var(--accent-red); } .giveaways-section .section-sup { color: var(--accent-orange); }
.section-title { font-size: 2.6rem; font-weight: 850; margin-bottom: 10px; letter-spacing: -1px; }
.section-title span.red { color: var(--accent-red); } .section-title span.orange { color: var(--accent-orange); }
.section-title span.gradient { background: linear-gradient(90deg, #ec4899, #06b6d4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.section-desc { color: var(--text-muted); font-size: 1rem; }
.youtube-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; }
.video-player { position: relative; padding-bottom: 56.25%; border-radius: 20px; overflow: hidden; border: 1px solid rgba(255, 0, 0, 0.25); box-shadow: 0 0 35px rgba(255, 0, 0, 0.15); background: #000; }
.video-player iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.yt-cards { display: flex; flex-direction: column; gap: 20px; }
.yt-profile-card, .yt-links-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 20px; padding: 25px; backdrop-filter: blur(10px); }
.yt-profile-card { border-color: rgba(255, 0, 0, 0.2); position: relative; overflow: hidden; }
.yt-profile-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, transparent, var(--youtube-color), transparent); }
.yt-profile-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
.yt-avatar { width: 48px; height: 48px; background: var(--youtube-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #fff; }
.yt-name h4 { font-size: 1.15rem; font-weight: 700; } .yt-name p { font-size: 0.8rem; color: var(--text-muted); }
.yt-profile-card p.desc { font-size: 0.95rem; color: var(--text-muted); margin-bottom: 20px; line-height: 1.6; }
.btn-full-red { display: flex; width: 100%; align-items: center; justify-content: center; gap: 8px; background: var(--youtube-color); color: #fff; text-align: center; padding: 12px; border-radius: 12px; font-weight: 600; font-size: 0.95rem; transition: background 0.3s, transform 0.2s; }
.btn-full-red:hover { background: #cc0000; transform: translateY(-2px); }
.yt-links-card h5 { font-size: 0.85rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; font-weight: 700; }
.yt-links-list { list-style: none; } .yt-links-list li { margin-bottom: 12px; }
.yt-links-list a { display: flex; align-items: center; gap: 10px; font-size: 0.95rem; color: #ccc; transition: all 0.3s; }
.yt-links-list a::before { content: ''; width: 6px; height: 6px; background: var(--youtube-color); border-radius: 50%; transition: transform 0.2s; }
.yt-links-list a:hover { color: #fff; padding-left: 5px; } .yt-links-list a:hover::before { transform: scale(1.5); }
.giveaways-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.giveaway-card { background: linear-gradient(160deg, #181124 0%, #0c0812 100%); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 20px; padding: 30px 25px; position: relative; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); overflow: hidden; }
.giveaway-card::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(rgba(139, 92, 246, 0.08) 1.5px, transparent 1.5px); background-size: 24px 24px; opacity: 0.7; pointer-events: none; }
.giveaway-card:hover { transform: translateY(-6px); border-color: rgba(249, 115, 22, 0.4); box-shadow: 0 10px 25px rgba(249, 115, 22, 0.1); }
.badge { position: absolute; top: 20px; right: 20px; padding: 5px 12px; border-radius: 50px; font-size: 0.75rem; font-weight: 800; display: flex; align-items: center; gap: 5px; z-index: 2; }
.badge.active { background: rgba(249, 115, 22, 0.15); color: var(--accent-orange); border: 1px solid rgba(249, 115, 22, 0.35); }
.badge.ended { background: rgba(255, 255, 255, 0.04); color: var(--text-muted); border: 1px solid rgba(255, 255, 255, 0.08); }
.gw-icon { font-size: 2rem; color: var(--accent-yellow); margin-bottom: 20px; position: relative; z-index: 2; filter: drop-shadow(0 0 10px rgba(234, 179, 8, 0.2)); }
.giveaway-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; position: relative; z-index: 2;}
.gw-prize { font-size: 1.35rem; font-weight: 850; color: var(--accent-yellow); margin-bottom: 10px; display: flex; align-items: center; gap: 8px; position: relative; z-index: 2;}
.gw-info { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 25px; position: relative; z-index: 2;}
.btn-full-yellow { display: flex; width: 100%; align-items: center; justify-content: center; gap: 8px; background: var(--accent-yellow); color: #000; text-align: center; padding: 12px; border-radius: 50px; font-weight: 800; font-size: 0.95rem; transition: all 0.3s; position: relative; z-index: 2; border: none; cursor: pointer; }
.btn-full-yellow:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(234, 179, 8, 0.4); }
.servers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.server-card { border-radius: 20px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; min-height: 290px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,0.05); transition: all 0.3s ease; background-size: cover; background-position: center; }
.server-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(7, 5, 14, 0.1) 0%, rgba(7, 5, 14, 0.95) 85%); z-index: 1; }
.server-card:hover { transform: translateY(-5px); }
.server-top { position: absolute; top: 25px; left: 25px; right: 25px; display: flex; justify-content: space-between; align-items: center; z-index: 2; }
.s-badge { padding: 6px 14px; border-radius: 8px; font-size: 0.75rem; font-weight: 700; }
.server-card.fivem-server .s-badge { background: rgba(249, 115, 22, 0.2); color: var(--accent-orange); border: 1px solid rgba(249, 115, 22, 0.3); }
.server-card.metin2-server .s-badge { background: rgba(139, 92, 246, 0.2); color: #d8b4fe; border: 1px solid rgba(139, 92, 246, 0.3); }
.s-players { font-size: 0.8rem; color: #fff; background: rgba(0,0,0,0.4); padding: 4px 10px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; gap: 6px;}
.s-players i { color: var(--accent-green); }
.server-content { position: relative; z-index: 2; margin-top: auto;}
.server-content h3 { font-size: 1.7rem; font-weight: 800; margin-bottom: 10px; }
.server-content p { font-size: 0.92rem; color: #a1a1aa; margin-bottom: 20px; line-height: 1.6; max-width: 90%;}
.btn-server { display: inline-flex; align-items: center; gap: 8px; padding: 12px 26px; border-radius: 50px; font-weight: 700; font-size: 0.9rem; color: #fff; border: none; cursor: pointer; transition: all 0.3s; }
.btn-server:hover { transform: translateY(-2px); }
.server-card.fivem-server .btn-server { background: var(--accent-orange); box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3); }
.server-card.metin2-server .btn-server { background: var(--accent-purple); box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3); }
footer { text-align: center; padding: 40px 0; border-top: 1px solid rgba(255,255,255,0.05); margin-top: 80px; position: relative; }
footer p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 10px; }
footer p span { color: var(--accent-purple); font-weight: 700; }
.footer-links a { color: #555; font-size: 0.85rem; transition: color 0.3s; } .footer-links a:hover { color: #fff; }
@media (max-width: 1400px) { .ad-side { display: none; } }
@media (max-width: 992px) { .hero-title { font-size: 4.5rem; } .youtube-grid, .servers-grid { grid-template-columns: 1fr; } .giveaways-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .hero-title { font-size: 3.2rem; } .hero-subtitle { font-size: 1.3rem; } .hero-buttons { flex-direction: column; width: 100%; max-width: 300px; } .btn { width: 100%; justify-content: center; } .giveaways-grid { grid-template-columns: 1fr; } .section-title { font-size: 2rem; } }