/* --- Mobile Optimierung --- */
@media (max-width: 700px) {
    main {
        flex-direction: column;
        max-width: 98vw;
        margin: 0.5rem auto;
        padding: 1rem 0.2rem;
        box-shadow: none;
    }
    .main-content, .roles-sector {
        width: 100%;
        max-width: 100vw;
        margin: 0 auto 1.2rem auto;
        padding: 0.7rem 0.5rem;
        border-radius: 10px;
        box-shadow: none;
    }
    .roles-sector {
        margin-top: 0;
    }
    header {
        padding: 1.2rem 0 1rem 0;
    }
    header h1 {
        font-size: 1.5rem;
    }
    .cta {
        width: 100%;
        font-size: 1rem;
        padding: 0.8rem 0;
    }
    ul, .roles-sector ul {
        font-size: 0.98em;
        padding-left: 0.5rem;
    }
    .bewerbung-main, .bewerbung-stepform {
        padding: 0.5rem 0.2rem !important;
        margin: 0 !important;
        border-radius: 10px;
        box-shadow: none;
    }
    .bewerbung-header {
        flex-direction: column !important;
        gap: 1rem !important;
        padding: 0.7rem 0 0.7rem 0 !important;
    }
    .bewerbung-header img {
        height: 40px !important;
    }
    .bewerbung-header nav ul {
        flex-direction: column !important;
        gap: 0.5rem !important;
        font-size: 1em !important;
    }

    .newsfeed-grid {
        grid-template-columns: 1fr;
    }

    .quickstart-grid {
        grid-template-columns: 1fr;
    }

    .newsfeed-card iframe {
        min-height: 300px;
    }
}
/* Lykon eSport Styles */

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #050816;
    color: #fff;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    overflow-x: hidden;
}

header {
    background: #1e3c72;
    padding: 2rem 0;
    text-align: center;
}
header h1 {
    margin: 0;
    font-size: 2.5rem;
    letter-spacing: 2px;
    color: #a259f7;
}
header p {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    color: #a259f7;
}

.home-nav {
    margin: 2rem auto 0 auto;
    max-width: 900px;
}

.home-nav ul {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.home-nav a {
    padding: 0.35rem 0.65rem;
    border-radius: 8px;
}

.home-nav a:hover,
.home-nav a:focus-visible {
    background: rgba(162, 89, 247, 0.25);
    outline: none;
}

header .home-nav ul {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

header .home-nav ul li {
    list-style: none !important;
}

main {
    max-width: 1000px;
    margin: 2rem auto;
    background: rgba(42, 82, 152, 0.95);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    padding: 2rem;
    display: flex;
    gap: 2rem;
}

.main-content {
    flex: 2;
}

.announcement-box {
    margin-top: 2rem;
    padding: 1.2rem 1rem;
    border-radius: 10px;
    background: rgba(162, 89, 247, 0.18);
    border: 1px solid rgba(162, 89, 247, 0.35);
}

.announcement-box h3 {
    margin: 0 0 0.6rem 0;
    color: #ffeb3b;
}

.announcement-box p {
    margin: 0;
    line-height: 1.5;
}

.quickstart-box {
    margin-top: 2rem;
    padding: 1.2rem 1rem;
    border-radius: 10px;
    background: rgba(0, 188, 212, 0.12);
    border: 1px solid rgba(0, 188, 212, 0.45);
}

.quickstart-box h3 {
    margin: 0 0 0.5rem 0;
    color: #ffeb3b;
}

.quickstart-box p {
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

.quickstart-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.quickstart-card {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    text-decoration: none;
    color: #fff;
    background: rgba(30, 60, 114, 0.6);
    border: 1px solid rgba(162, 89, 247, 0.45);
    border-radius: 10px;
    padding: 0.8rem;
}

.quickstart-card span {
    color: #d7d7ff;
    font-size: 0.92rem;
}

.quickstart-card:hover,
.quickstart-card:focus-visible {
    border-color: #00bcd4;
    background: rgba(30, 60, 114, 0.9);
    outline: none;
}

.announcement-actions {
    margin-top: 1rem;
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.announcement-btn {
    display: inline-block;
    padding: 0.65rem 1rem;
    border-radius: 8px;
    background: #a259f7;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.announcement-btn:hover {
    background: #c084fc;
}

.newsfeed-box {
    margin-top: 2rem;
    padding: 1.2rem 1rem;
    border-radius: 10px;
    background: rgba(30, 60, 114, 0.45);
    border: 1px solid rgba(162, 89, 247, 0.35);
}

.newsfeed-box h3 {
    margin: 0 0 0.6rem 0;
    color: #ffeb3b;
}

.newsfeed-box p {
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

.newsfeed-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.newsfeed-card {
    background: rgba(162, 89, 247, 0.16);
    border: 1px solid rgba(162, 89, 247, 0.35);
    border-radius: 10px;
    padding: 0.8rem;
}

.newsfeed-card h4 {
    margin: 0 0 0.6rem 0;
    color: #fff;
    font-size: 1rem;
}

.newsfeed-card iframe {
    width: 100%;
    min-height: 340px;
    border: 0;
    border-radius: 8px;
    background: #fff;
}

.roles-sector {
    flex: 1;
    background: rgba(162, 89, 247, 0.12);
    border-radius: 10px;
    padding: 1.5rem 1rem;
    box-shadow: 0 2px 8px rgba(162,89,247,0.08);
    margin-top: 0.5rem;
    color: #fff;
}
.roles-sector h3 {
    color: #a259f7;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
.roles-sector ul {
    list-style: none;
    padding: 0;
}
.roles-sector li {
    background: rgba(162,89,247,0.18);
    margin-bottom: 0.7rem;
    padding: 0.7rem 1rem;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1rem;
    color: #fff;
}

h2 {
    color: #a259f7;
    margin-top: 0;
}
h3 {
    color: #fff;
}
ul {
    color: #fff;
}

.cta {
    display: block;
    margin: 2rem auto 0 auto;
    padding: 1rem 2rem;
    background: #a259f7;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}
.cta:hover {
    background: #c084fc;
    color: #fff;
}

/* Animated Background */
.grid {
    position: fixed;
    inset: 0;
    z-index: -3;
    background:
        linear-gradient(rgba(0,255,255,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(180,0,255,0.07) 1px, transparent 1px);
    background-size: 70px 70px;
    animation: moveGrid 25s linear infinite;
}
@keyframes moveGrid {
    from {
        background-position: 0 0, 0 0;
    }
    to {
        background-position: 0 70px, 70px 0;
    }
}
.glow {
    position: fixed;
    inset: 0;
    z-index: -2;
    background: radial-gradient(circle at 50% 40%, 
        rgba(0,255,255,0.15),
        rgba(0,0,0,0.95) 75%);
}
.corner-light {
    position: fixed;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(180,0,255,0.4), transparent 70%);
    filter: blur(80px);
    z-index: -1;
    animation: pulse 6s ease-in-out infinite alternate;
}
.corner1 { top: -100px; left: -100px; }
.corner2 { bottom: -100px; right: -100px; }
@keyframes pulse {
    from { opacity: 0.4; transform: scale(1); }
    to { opacity: 0.8; transform: scale(1.2); }
}
.particle {
    position: fixed;
    width: 4px;
    height: 4px;
    background: #00f7ff;
    border-radius: 50%;
    box-shadow: 0 0 10px #00f7ff;
    animation: float linear infinite;
}
@keyframes float {
    from {
        transform: translateY(100vh);
        opacity: 0;
    }
    10% { opacity: 1; }
    90% { opacity: 1; }
    to {
        transform: translateY(-10vh);
        opacity: 0;
    }
}
/* Partner Section */
.partner-section {
    max-width: 1100px;
    margin: 1rem auto 2rem auto;
    padding: 1.5rem;
    background: rgba(42, 82, 152, 0.95);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.partner-section a {
    text-decoration: none;
    display: inline-block;
}

.partner-logo {
    height: 40px;
    width: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: brightness(1);
}

.partner-logo:hover {
    transform: scale(1.1);
    filter: brightness(1.2) drop-shadow(0 0 10px rgba(242, 108, 61, 0.5));
}