	@import url("/css/bg-img.css?03583d6ef5a65a8a14b2cb4a5b58105efdefa046777d5b99ae05eea4");

    @import url("/css/light.css?03583d6ef5a65a8a14b2cb4a5b58105efdefa046777d5b99ae05eea4");
    :root {
    --theme-primary-rgb: 253,116,108;
    --theme-secondary-rgb: 255,144,104;

    --theme-bg-page-rgb: 255,255,255;
    --theme-bg-primary-rgb: 255,255,255;
    --theme-bg-secondary-rgb: 34,34,34;

            --theme-community-logo-url: url(https://cdn.atlasrust.com/Website/a_white.png);
                --theme-bg-image-url: url(https://steamuserimages-a.akamaihd.net/ugc/1852681509990659046/1497ECC5D7486A0CF5B5AF3204C4854AB9CC287C/?imw=5000&imh=5000&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false);
    }

    :root {
        --theme-opacity: 0.88;
    }

    .navbar-primary {
        backdrop-filter: blur(10px);
    }

    .page-header {
        background: var(--theme-gradient);
    }

    .page-header {
        clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                    padding-bottom: 70px;
            }

    .alternatebg:nth-child(2) {
        clip-path: polygon(0 0, 100% 87px, 100% 100%, 0 100%);
        padding-top: 8vh;
        margin-top: -11.5vh;
    }

    .title {
        font-weight: 900;
        text-transform: uppercase;
    }

    .page-header {
        text-align: center;
    }

    :root {
        --theme-border-radius: 0.51rem;
    }

    .btn, .badge, .card,
    div.table-responsive,
    .form-control, .form-select,
    .form-switch .form-check-input,
    .text-editor .toolbar-bubble .toolbar,
    .modal-content,
    .input-group-text,
    .page-item .page-link.page-link, .page-item span,
    .btn-group > .btn,
    .input-group > .form-control,
    .input-group > .form-select,
    .input-group > .input-group-text,
    .input-group > .btn,
    div.swal2-popup, button.swal2-styled.swal2-styled, .swal2-input, .swal2-select,
    .ace_editor {
        border-radius: var(--theme-border-radius);
    }

    .card-img-top {
        border-top-left-radius: calc(var(--theme-border-radius) - 1px);
        border-top-right-radius: calc(var(--theme-border-radius) - 1px);
    }

    .table {
        margin-bottom: 0;
    }

    .table-responsive {
        margin-bottom: 1rem;
    }

            .page-item .page-link {
            height: 35px;
            width: 35px;
            margin: 0 5px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
    
    .card,
    .table-responsive,
    .dropdown-menu,
    .discord-widget,
    .swal2-modal.swal2-popup {
        box-shadow:
            0px 15px 40px rgba(50, 50, 50, calc(var(--theme-darken-opacity) * 3)),
            0px 5px 15px rgba(0, 0, 0, calc(var(--theme-darken-opacity) * 2));
        border: none;
    }
    

    .snow {
        z-index: 1030 !important;
        pointer-events: none;
    }

	:root {
    /* Ana tema renkleri */
    --bs-primary: #d86a1f;
    --bs-primary-rgb: 216, 106, 31;

    /* Yardımcı renkler */
    --bs-secondary: #1e6bb8;
    --bs-secondary-rgb: 30, 107, 184;

    /* Modern gradient */
    --theme-gradient: linear-gradient(135deg, #f08c3a 0%, #d86a1f 100%);

    /* Arka plan tonları */
    --bg-light: #f6f8fb;
    --bg-dark: #0f172a;

    /* Metin renkleri */
    --text-main: #1f2937;
    --text-muted: #6b7280;

    /* UI detayları */
    --border-radius: 12px;
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.08);
    --shadow-hover: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Genel gövde */
body {
    background-color: var(--bg-light);
    color: var(--text-main);
    font-family: &quot;Inter&quot;, &quot;Roboto&quot;, system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Linkler */
a {
    color: var(--bs-secondary);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
    color: var(--bs-primary);
    opacity: 0.9;
}

/* Butonlar */
.btn-primary {
    background: var(--theme-gradient);
    border: none;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-soft);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

/* Kartlar / paneller */
.card,
.panel,
.box {
    background: #ffffff;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* Başlıklar */
h1, h2, h3, h4, h5, h6 {
    color: #0f172a;
    font-weight: 600;
    letter-spacing: -0.015em;
}

/* Küçük metin */
.text-muted {
    color: var(--text-muted);
}

