/* --- BASIS & UTILS --- */
.sk-wrapper { max-width: 1280px !important; margin: 0 auto !important; width: 100% !important; padding: 0 15px; box-sizing: border-box; }

/* --- LOGIN BUTTONS (HEADER) --- */
.sek-menu-btn {
    display: inline-block; padding: 8px 18px; border-radius: 4px;
    font-weight: 700; text-decoration: none !important;
    transition: all 0.3s ease; font-size: 13px;
    text-transform: uppercase; letter-spacing: 0.5px;
}
.btn-login { background-color: #5865F2; color: #fff !important; border: 1px solid #5865F2; }
.btn-login:hover { background-color: #4752C4; }
.btn-clan { background-color: transparent; color: #ffcc00 !important; border: 1px solid #ffcc00; }
.btn-clan:hover { background-color: #ffcc00; color: #1a1a1a !important; }
.btn-auth { background-color: #ffcc00; color: #1a1a1a !important; border: 1px solid #ffcc00; }
.btn-auth:hover { background-color: #e6b800; box-shadow: 0 0 15px rgba(255, 204, 0, 0.3); }

/* --- BIG LOGIN BUTTON (LOGIN PAGE) --- */
.sek-big-login-container { display: flex; justify-content: center; align-items: center; padding: 60px 20px; }
.sek-login-card { background: #1a1a1a; border: 1px solid #333; padding: 40px; border-radius: 12px; max-width: 450px; width: 100%; text-align: center; box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
.sek-login-header h2 { color: #ffcc00; margin-bottom: 10px; font-weight: 800; text-transform: uppercase; }
.sek-login-header p { color: #aaa; font-size: 14px; margin-bottom: 30px; }
.sek-discord-big-btn {
    display: inline-flex; align-items: center; justify-content: center;
    background-color: #5865F2; color: white !important;
    padding: 18px 30px; border-radius: 8px; font-size: 18px;
    font-weight: 800; text-decoration: none !important;
    transition: all 0.3s ease; gap: 15px; width: 100%; box-sizing: border-box;
}
.sek-discord-big-btn:hover { background-color: #4752C4; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(88, 101, 242, 0.4); }

/* --- LIVE HEADER --- */
.sek-live-container-header {
    display: inline-flex; align-items: center; background: rgba(0, 0, 0, 0.4);
    padding: 6px 15px; border-radius: 50px; border: 1px solid rgba(255, 0, 0, 0.3);
    backdrop-filter: blur(5px); gap: 15px; transition: all 0.3s ease;
}
.sek-live-dot { width: 10px; height: 10px; background-color: #ff0000; border-radius: 50%; position: relative; }
.sek-live-dot::after {
    content: ""; width: 100%; height: 100%; background-color: #ff0000; border-radius: 50%;
    position: absolute; top: 0; left: 0; animation: sek-pulse 1.5s infinite ease-in-out;
}
@keyframes sek-pulse { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(2.5); opacity: 0; } }

/* --- SWITCHER & GALLERY --- */
.sk-live-container { width: 100%; margin-bottom: 30px; position: relative; }
.sk-live-container img { width: 100%; border-radius: 8px; border: 4px solid #9146FF; box-shadow: 0 0 30px rgba(145,70,255,0.6); }
.sk-video-box { position: relative; width: 100%; aspect-ratio: 16/9; background: #000; border-radius: 8px; overflow: hidden; }
.sk-video-box iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.sk-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin: 20px 0; }
.sk-item img { width: 100%; border-radius: 6px; border: 2px solid #333; transition: 0.2s; }
.sk-item:hover img { transform: translateY(-3px); border-color: #ffcc00; }
.sk-title { font-size: 13px; margin-top: 10px; color: #fff; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

@media (max-width: 800px) { .sk-grid { grid-template-columns: repeat(2, 1fr); } }

/* --- BOX DESIGNS (GEMEINSAM) --- */
.sk-discord-box, .sk-yt-box, .sk-tw-box, .sek-social-box, .sek-auth-card {
    background: rgba(20, 20, 20, 0.8);
    border-radius: 4px;
    padding: 25px;
    width: 100%;
    font-family: sans-serif;
    color: #fff;
    backdrop-filter: blur(5px);
    box-sizing: border-box;
}

/* --- TITEL & ZEILEN --- */
.sk-discord-title, .sk-yt-title, .sk-tw-title, .sek-sb-title { 
    text-transform: uppercase; font-size: 11px; letter-spacing: 2px; font-weight: bold; margin-bottom: 20px; display: block; 
}
.sk-discord-title { color: #5865F2; }
.sk-yt-title { color: #FF0000; }
.sk-tw-title { color: #9146FF; }

.sk-discord-row, .sk-yt-row, .sk-tw-row, .sek-sb-row { 
    display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.05); 
}
.sk-discord-val, .sk-yt-val, .sk-tw-val, .sek-sb-val { font-family: monospace; font-size: 18px; font-weight: bold; color: #fff; }

/* --- BUTTONS --- */
.sk-discord-btn-join, .sk-yt-btn-subscribe, .sk-sw-btn, .sek-wg-btn, .sek-menu-btn {
    display: block; text-align: center; text-decoration: none !important; 
    padding: 12px; margin-top: 20px; border-radius: 3px; font-weight: bold; 
    text-transform: uppercase; font-size: 13px; transition: 0.3s ease; border: none; cursor: pointer;
}

.sk-discord-btn-join, .btn-discord { background: #5865F2; color: #fff !important; }
.sk-yt-btn-subscribe, .btn-youtube { background: #FF0000; color: #fff !important; }
.btn-twitch { background: #9146FF; color: #fff !important; }
.sek-wg-btn { background: #f1c40f; color: #000 !important; }

/* --- SOCIAL WALL GRID --- */
.sek-social-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 20px 0; }
.sek-social-box { display: flex; flex-direction: column; justify-content: space-between; min-height: 280px; border: 1px solid rgba(255, 255, 255, 0.05); }

/* --- AUTH BUTTONS (HEADER) --- */
.btn-login { background-color: #5865F2; color: #fff !important; }
.btn-clan { background-color: transparent; color: #ffcc00 !important; border: 1px solid #ffcc00; }
.btn-auth { background-color: #ffcc00; color: #1a1a1a !important; }

/* --- ANIMATIONEN --- */
@keyframes blinker { 50% { opacity: 0; } }
.sek-live-dot::after { animation: sek-pulse 1.5s infinite ease-in-out; }