/* Startpage CSS */

#bg-cointainer{
    position: fixed;
    top: 0;
    left: -11px;
    width: calc(100% + 12px);
    height: 100%;
    background:
        linear-gradient(rgba(0, 24, 0, 0.32), rgba(0, 16, 0, 0.46)),
        url(/images/layout/landing_background_arena_20260703.png) no-repeat center center fixed,
        url(/images/layout/background_2560.jpg) no-repeat center center fixed !important;
    background-size: cover, cover, cover;
    z-index: -999999;
    filter: blur(3px) saturate(1.2);
    opacity: 0.92;
}

.noscript-landing {
    box-sizing: border-box;
    max-width: 960px;
    margin: 48px auto;
    padding: 32px;
    color: #f5f8ff;
    background: rgba(5, 14, 25, 0.94);
    border: 1px solid rgba(91, 203, 255, 0.28);
    border-radius: 8px;
    font-family: Arial, sans-serif;
    line-height: 1.65;
}

.noscript-landing h1,
.noscript-landing h2 {
    color: #fff;
    line-height: 1.15;
}

.noscript-landing a {
    color: #f6b440;
    font-weight: bold;
}
