/*
 * ============================================
 *            COPYRIGHT FABITO.NET
 * ============================================
 * SUMMARY
 * --------------------------------------------
 * 1 - Additionals
 * 2 - Basic Styles
 * 3 - Buttons
 * 4 - Navigation
 * 5 - Hero
 * 6 - Servers
 * 7 - Servers Modal
 * 8 - Shop
 * 9 - Rules
 * 10 - Staff
 * 11 - Footer
 * 12 - Socials
 * 13 - FAQ
 * 14 - Statistics
 * --------------------------------------------
 */


/*
 * ---------------------------------------------
 * 1 - Additionals
 * ---------------------------------------------
 */
@font-face {
  font-family: "Road_Rage"; 
  src: url("../fonts/Road_Rage.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* рекомендуется добавить для оптимизации загрузки */
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/Roboto-Condensed-Light.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Roboto-Condensed-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Roboto-Condensed-Bold.woff2) format('woff2');
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgb(32, 38, 32);
}

::-webkit-scrollbar-thumb {
    background: rgb(43, 52, 43);
}

::-moz-selection {
    color: rgb(173, 168, 162);
    background: rgb(20, 24, 20);
}

::selection {
    color: rgb(173, 168, 162);
    background: rgb(41, 49, 41);
}


/*
 * ---------------------------------------------
 * 2 - Basic Styles
 * ---------------------------------------------
 */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2 !important;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

body {
    font-family: "Noto Sans", sans-serif;
    color: rgb(173, 168, 162);
    background: url(https://birdrust.ru/img/background_big.jpg) no-repeat center top rgb(20, 24, 20);
    background-position-y: -169px;
}

article {
    border-radius: 20px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.411);
    backdrop-filter: blur(23px);
}

.background-gradient {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    left: 50%;
    transform: translate(-50%, 0);
    min-height: 911px;
    background: radial-gradient(at center -10%, rgba(0, 0, 0, 0) 35%, rgba(20, 24, 20, 1) 70%) rgb(20 24 20 / 59%);
    top: 0;
    z-index: -1;
}

.icon {
    width: 20px;
    height: 20px;
    margin-top: -5px;
}

main {
    position: relative;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    /* overflow: hidden; */
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #a4ca62;
    text-transform: uppercase;
    text-align: center;
    line-height: 26px;
    width: 30px;
    display: block;
    background: #3d4b27;
    box-shadow: 0 0px 73px 1px rgb(255 255 255);
    position: absolute;
    top: -10px;
    right: -10px;
    border: 1px solid #a6cd63;
    padding-top: 2px;
    border-radius: 16px;
}
/* .ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
} */


/*
 * ---------------------------------------------
 * 3 - Buttons
 * ---------------------------------------------
 */

.btn {
    border-radius: 0;
    border: 0;
    padding: 8px 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn.btn-success {
    background: rgb(61, 75, 39);
    color: rgb(166, 205, 99);
    border-radius: 5px;
}

.btn.btn-success:hover {
    background: rgb(88, 108, 57);
}

.btn.btn-success:active {
    background: rgb(61, 75, 39);
}

.btn.btn-primary {
    background: rgb(29, 66, 95);
    color: rgb(72, 154, 212);
    border-radius: 5px;
}

.btn.btn-primary:hover {
    background: rgb(39, 85, 121);
}

.btn.btn-primary:active {
    background: rgb(29, 66, 95);
}

.btn.btn-secondary {
    background: rgb(89, 85, 82);
    color: rgb(204, 195, 190);
    border-radius: 5px;
}

.btn.btn-secondary:hover {
    background: rgb(111, 107, 103);
}

.btn.btn-secondary:active {
    background: rgb(89, 85, 82);
}

.btn.btn-danger {
    background: rgb(150, 47, 32);
    color: rgb(199, 152, 151);
}

.btn.btn-danger:hover {
    background: rgb(172, 56, 39);
}

.btn.btn-danger:active {
    background: rgb(150, 47, 32);
}

.btn.btn-discord {
    background: rgb(114, 137, 218);
    color: rgb(255, 255, 255);
}

.btn.btn-discord:hover {
    background: rgb(132, 156, 238);
}

.btn.btn-discord:active {
    background: rgb(114, 137, 218);
}

.btn.btn-discord svg {
    height: 24px;
    margin-top: -1px;
}

.btn.btn-discord .btn-discord-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-discord .btn-discord-content .discord-players-text {
    display: block;
    margin-left: 5px;
}

.btn.btn-discord .btn-discord-content .discord-counter {
    font-size: 12px;
    margin-top: -2px;
    display: block;
    text-transform: none;
    margin-left: 5px;
    background: rgb(87, 105, 172);
    border-radius: 100px;
}


/*
 * ---------------------------------------------
 * 4 - Navigation
 * ---------------------------------------------
 */

.navbar-rust {
    margin-top: 50px;
    background-color: rgba(0, 0, 0, 0.411) !important;
    border-radius: 20px !important;
    margin-bottom: 50px;
    backdrop-filter: blur(23px);
}

.navbar-rust .navbar-nav .nav-link {
    color: rgb(142, 145, 142);
    font-size: 22px;
    margin-left: 10px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
}

.navbar-rust .navbar-nav .nav-link:hover {
    color: rgb(193, 193, 193);
}

.navbar-rust .navbar-nav .nav-link.active {
    color: rgb(193, 193, 193);
}

.navbar-rust .navbar-brand {
    color: rgb(194, 194, 194);
    margin-left: 15px;
    display: none;
}

.navbar-rust .navbar-logo-container {
    width: 0px;
}

.navbar-rust .nav-logo {
  	display: none;
    position: absolute;
    height: 0px;
    margin-top: -38px;
    margin-left: 0px;
}

.navbar-rust .navbar-toggler {
    border-radius: 0;
}

.navbar-rust .navbar-toggler:focus {
    box-shadow: none;
}

@media only screen and (max-width: 992px) {
    .navbar-rust .navbar-brand {
        transform: translateX(-50%);
        left: 50%;
        top: 40px;
        position: absolute;
    }

    .navbar-rust .nav-logo {
        height: 42px;
    }
}
@media (max-width: 480px) {
  	.navbar-rust {
      	margin-top: 13px;
        background-color: rgba(0, 0, 0, 0.411) !important;
        border-radius: 28px !important;
        margin-bottom: 20px;
        backdrop-filter: blur(23px);
	}
  	.navbar-rust .navbar-toggler {
        border-radius: 17px;
        border-color: #474747;
        margin-left: -2px;
	}
  	.navbar-rust .navbar-nav .nav-link {
        color: rgb(142, 145, 142);
        font-size: 18px;
        /* margin-left: 0px; */
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Noto Sans", sans-serif;
	}
  	.socials {
        margin-right: 0px !important;
        display: flex;
        justify-content: center;
        margin-bottom: 11px;
        margin-top: 19px;
        gap: 24px;
	}
  	.mb-2 {
        margin-top: 15px;
        margin-bottom: .5rem !important;
        gap: 11px;
        justify-items: center;
	}
}


/*
 * ---------------------------------------------
 * 5 - Hero
 * ---------------------------------------------
 */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


.hero {
    padding-top: 20px;
    padding-bottom: 20px;
}

.hero h1 {
    text-align: center;
    color: rgb(231, 224, 218);
    text-transform: math-auto;
    font-weight: 400;
    font-size: 55px;
    font-family: "Noto Sans", sans-serif;
}

.hero p {
    text-align: center;
    color: rgb(203, 197, 194);
    text-transform: math-auto;
    /* font-weight: bold; */
    font-size: 25px;
}

.hero .server-brand {
    font-family: "Road_Rage", sans-serif;
    font-size: 59px;
    background: linear-gradient(
        90deg,
        rgb(255 0 78),
        rgb(200 80 150),
        rgb(72 154 212),
        rgb(120 200 160),
        rgb(166 205 99),
        rgb(220 180 80),
        rgb(255 0 78),
      	rgb(200 80 150)
    );
    background-size: 600% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradient-flow 6s linear infinite;
    will-change: background-position;
    padding: 0px 12px 0px 13px;
}

.hero .server-brand-rust {
    font-family: "Road_Rage", sans-serif;
    font-size: 59px;
    color: #ffffff;
}

@keyframes gradient-flow {
    0% { background-position: 0% center; }
    100% { background-position: 100% center; }
}


/*
 * ---------------------------------------------
 * 6 - Servers
 * ---------------------------------------------
 */


.servers .server {
    position: relative;
    background: rgb(31, 32, 26); /* Исходный фон */
    margin-top: 0px;
    border: 6px solid rgb(31, 32, 26); /* Исходный серый бордюр */
    border-radius: 20px;
}
.custom {
    width: 550px;
}

.servers .server .server-container {
    padding: 10px;
    text-align: center;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.servers .server .server-container .server-name {
    color: rgb(198, 192, 186);
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.servers .server .server-container .server-description {
    color: rgb(142, 143, 138);
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.servers .server .server-container .server-players {
    color: rgb(142, 143, 138);
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.servers .server .server-tags {
    margin-bottom: 5px;
}

.servers .server .server-tags .server-tag {
    background: #26435E;
    color: #C2C5CC;
    padding: 5px 8px;
    font-size: 15px;
}

.servers .server .server-image-container {
    position: relative;
}

.servers .server .server-image-container .server-image-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(31,32,26,0) 35%, rgba(31,32,26,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.servers .server .server-image-container .server-image-banner {
    border-radius: 14px;
    display: block;
    overflow: hidden;
}

.servers .server .progress {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 13px;
}

.servers .server .progress .progress-bar.bg-rust {
    background-color: rgb(166, 205, 99);
    background-size: 1rem 1rem;
}

.servers .server .server-image-container {
    position: relative;
}

.servers .server .server-offline {
    background: rgb(150, 47, 32);
    color: rgb(199, 152, 151);
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.servers .server .server-offline .icon {
    margin-top: -2px;
}


/*
 * ---------------------------------------------
 * 7 - Servers Modal
 * ---------------------------------------------
 */

.modal.modal-rust .modal-content {
    border: 8px solid rgb(31, 32, 26);
    border-radius: 0;
    background: rgb(31, 32, 26);
    color: rgb(108, 110, 105);
}

.modal.modal-rust .modal-body {
    padding: 0;
}

.modal.modal-rust .modal-footer {
    border-top: 0;
    padding: 0;
    margin-top: 5px;
}

.modal.modal-rust .modal-footer .btn {
    margin: 4px 2px;
}

.modal.modal-rust .server-image-modal-container .server-image-modal-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(31,32,26,0) 35%, rgba(31,32,26,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.modal.modal-rust .server-image-modal-container {
    position: relative;
}

.modal.modal-rust .server-modal-details {
    margin-top: -60px;
    z-index: 2;
    position: relative;
}

.modal.modal-rust .server-modal-details .server-name {
    color: rgb(198, 192, 186);
    font-weight: bold;
    font-size: 28px;
    display: block;
    text-align: center;
}

.modal.modal-rust .server-modal-details .server-description {
    color: rgb(173, 168, 162);
    font-size: 20px;
    display: block;
    text-align: center;
    margin-top: -8px;
}

.modal.modal-rust .server-modal-details .server-rules {
    margin-top: 10px;
    color: rgb(105, 107, 102);
    font-size: 18px;
    display: block;
    padding: 10px;
    line-height: 24px;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal.modal-rust .server-modal-details .server-rules a {
    color: rgb(164, 167, 160);
    text-decoration: none;
}

.modal.modal-rust .server-modal-details .server-rules a:hover {
    color: rgb(187, 191, 185);
}

.modal.modal-rust .server-modal-details .server-rules .connect-input {
    border: 3px solid #555;
    background : rgb(72, 72, 69);
    width: 100%;
    height: 40px;
    color: rgb(164, 167, 160);
}


/*
 * ---------------------------------------------
 * 8 - Shop
 * ---------------------------------------------
 */

.store {
    margin-top: 230px;
}

.store .store-image-container {
    position: relative;
}

.store .store-image-container .store-image-overlay {
    background: radial-gradient(at center, rgba(0,0,0,0) 35%, rgba(20,24,20,1) 70%) rgba(20, 24, 20, 0.8);;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.store .store-heading {
    color: rgb(220, 211, 202);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 42px;
}

.store .store-message {
    font-size: 20px;
    font-weight: 300;
}

.store .btn-store {
    padding: 18px 24px;
    font-size: 24px;
    margin-top: 10px;
}

.store .btn-store .icon {
    width: 30px;
    height: 30px;
}

.store .store-message ul {
    list-style-type: none;
    padding: 0;
}

.store .store-message ul li {
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 12px;
    margin-top: 12px;
}

.store .store-message ul li::before {
    content: "■ ";
    color: rgb(166, 205, 99);
    font-size: 32px;
    line-height: 22px;
}

@media only screen and (max-width: 576px) {
    .store {
        margin-top: 80px;
    }

    .store .store-heading {
        margin-bottom: 40px;
    }
}


/*
 * ---------------------------------------------
 * 9 - Rules
 * ---------------------------------------------
 */

.rules {
    margin-top: 80px;
}

.rules .rules-heading {
    color: rgb(220, 211, 202);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    margin-bottom: 80px;
}

.rules .accordion-item {
    background: rgba(255, 255, 255, 0.05);
    border: 0;
    border-radius: 0 !important;
}

.rules .accordion-header {
    background: rgba(255, 255, 255, 0.025);
}

.rules .accordion-header .accordion-button {
    background: transparent;
    color: rgb(220, 211, 202);
    outline: none;
    box-shadow: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    padding: 20px 26px;
}

.rules .accordion-header .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dcd3ca'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.rules .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a6cd63'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.rules .accordion-header .accordion-button .icon {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    margin-top: -2px;
    color: rgb(166, 205, 99);
}

.rules .accordion-body {
    font-size: 20px;
    font-weight: 300;
    padding: 28px;
}

@media only screen and (max-width: 576px) {
    .rules .accordion-header .accordion-button {
        font-size: 22px;
    }

    .rules .accordion-header .accordion-button .icon {
        height: 26px;
        width: 26px;
    }

    .rules .accordion-body {
        font-size: 18px;
    }
}


/*
 * ---------------------------------------------
 * 10 - Staff
 * ---------------------------------------------
 */

.staff {
    margin-top: 80px;
}

.staff .staff-heading {
    color: rgb(220, 211, 202);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    margin-bottom: 40px;
}

.staff .member {
    text-align: center;
    margin-top: 40px;
}

.staff .member img {
    width: 180px;
    height: 180px;
}

.staff .member .member-description {
    background: rgba(255, 255, 255, 0.05);
    padding: 5px;
    width: 180px;
}

.staff .member .member-description .member-name {
    color: rgb(220, 211, 202);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.staff .member .member-description .member-rank {
    color: rgb(166, 205, 99);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.staff .member .member-name-link {
    text-decoration: none;
}

.staff .member .member-name-link:hover span {
    color: rgb(166, 205, 99);
}


    /*
     * ---------------------------------------------
     * 11 - Footer
     * ---------------------------------------------
     */

footer {
    text-align: center;
    /* background: rgb(15 19 15 / 0%); */
    padding: 60px 20px 30px 20px;
    font-weight: 300;
    border-radius: 10px !important;
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 40px);
    /* backdrop-filter: blur(23px); */
    /* margin-top: 100px; */
}

footer img {
    height: 75px;
    filter: grayscale(1);
    opacity: 0.5;
    margin-bottom: 15px;
}

footer .copyright {
    font-weight: 400;
}


/*
 * ---------------------------------------------
 * 12 - Socials
 * ---------------------------------------------
 */

.socials {
    margin-right: 10px;
}

.socials .social-icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.socials a {
    color: rgb(142, 145, 142);
    text-decoration: none;
}

.socials a:hover {
    color: rgb(166, 205, 99);
}

.socials a:active {
    color: rgb(193, 193, 193);
}


/*
 * ---------------------------------------------
 * 13 - FAQ
 * ---------------------------------------------
 */

.faq {
    margin-top: 80px;
}

.faq .faq-heading {
    color: rgb(220, 211, 202);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    margin-bottom: 80px;
}

.faq .accordion-item {
    background: rgba(255, 255, 255, 0.05);
    border: 0;
    border-radius: 0 !important;
    backdrop-filter: blur(23px);
}

.faq .accordion-header {
    background: rgba(255, 255, 255, 0.025);
}

.faq .accordion-header .accordion-button {
    background: transparent;
    color: rgb(220, 211, 202);
    outline: none;
    box-shadow: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    padding: 20px 26px;
}

.faq .accordion-header .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dcd3ca'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a6cd63'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.faq .accordion-header .accordion-button .icon {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    margin-top: -2px;
    color: rgb(220 211 202);
}

.faq .accordion-body {
    font-size: 20px;
    font-weight: 300;
    padding: 28px;
}

@media only screen and (max-width: 576px) {
    .faq .accordion-header .accordion-button {
        font-size: 22px;
    }

    .faq .accordion-header .accordion-button .icon {
        height: 26px;
        width: 26px;
    }

    .faq .accordion-body {
        font-size: 18px;
    }
}

/*
 * ---------------------------------------------
 * 14 - Statistics
 * ---------------------------------------------
 */

.rust-stats-container .stats-heading {
    color: rgb(220, 211, 202);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}

/*
 * ---------------------------------------------
 * 15 - Top players
 * ---------------------------------------------
*/
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        

        
        .container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .header h1 {
        	text-align: center;
            color: rgb(231, 224, 218);
            text-transform: math-auto;
            font-weight: 400;
            font-size: 55px;
            font-family: 'Roboto';
        }
        
        .header p {
            text-align: center;
            color: rgb(203, 197, 194);
            text-transform: math-auto;
            font-weight: bold;
            font-size: 25px;
        }
        
        .user-grid {
            display: grid;
    		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
          	gap: 24px;
            margin-bottom: 40px;
        }
        
        .user-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            padding: 28px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .user-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            border-color: rgba(0, 212, 255, 0.3);
        }
        
        .user-card.top-1 {
            background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 215, 0, 0.05) 100%);
            border-color: rgba(255, 215, 0, 0.3);
        }
        
        .user-card.top-2 {
            background: linear-gradient(135deg, rgba(192, 192, 192, 0.1) 0%, rgba(192, 192, 192, 0.05) 100%);
            border-color: rgba(192, 192, 192, 0.3);
        }
        
        .user-card.top-3 {
            background: linear-gradient(135deg, rgba(205, 127, 50, 0.1) 0%, rgba(205, 127, 50, 0.05) 100%);
            border-color: rgba(205, 127, 50, 0.3);
        }
        
        .user-header {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 24px;
        }
        
        .avatar-container {
            position: relative;
            flex-shrink: 0;
        }
        
        .avatar-link {
            display: block;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            border: 3px solid #586c39;
            transition: all 0.3s ease;
        }
        
        .avatar-link:hover {
            transform: scale(1.05);
            border-color: #a6cd5d;
            box-shadow: 0 0 20px rgba(166, 205, 93, 0.4);
        }
        
        .avatar {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .steam-badge {
            position: absolute;
            bottom: -5px;
            right: -5px;
            background: #00d4ff;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #1a1d28;
        }
        
        .steam-badge svg {
            width: 14px;
            height: 14px;
            fill: #0f1117;
        }
        
        .user-info {
            flex: 1;
        }
        
        .user-name {
            font-size: 1.3rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 6px;
            line-height: 1.3;
          	white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 212px;
        }
        
        .user-rank {
            font-size: 0.9rem;
            color: #a6cd5d;
            font-weight: 600;
            background: #586c39;
            padding: 6px 12px;
            border-radius: 20px;
            display: inline-block;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 5px;
        }
        
        .stat-item {
            background: rgba(255, 255, 255, 0.03);
            padding: 5px 10px;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.05);
        }
        
        .stat-label {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #94a3b8;
            font-size: 0.85rem;
            font-weight: 500;
        }
        
        .stat-icon {
            width: 16px;
            height: 16px;
            opacity: 0.7;
        }
        
        .stat-value {
            font-size: 1.1rem;
            font-weight: 700;
            color: #ffffff;
        }
        
        .server-info {
            text-align: center;
            margin-top: 20px;
            padding-top: 16px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: #64748b;
            font-size: 0.9rem;
        }
        
        .no-data {
            text-align: center;
            color: #64748b;
            font-size: 1.1rem;
            padding: 60px 20px;
            grid-column: 1 / -1;
        }
        
        .footer {
            text-align: center;
            color: #64748b;
            font-size: 0.9rem;
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        @media (max-width: 768px) {
            .header h1 {
                font-size: 2.2rem;
            }
            
            .user-grid {
                grid-template-columns: 1fr;
            }
            
            .user-header {
                text-align: left;
                gap: 14px;
            }
            
            .stats-grid {
                grid-template-columns: repeat(4, 1fr);
            }
            
            .user-card {
                padding: 20px;
            }
        }
        
        @media (max-width: 480px) {
            body {
                padding: 20px 15px;
            }
            
            .header h1 {
                font-size: 1.8rem;
            }
            
            .user-card {
                padding: 16px;
            }
            
            .avatar-link {
                width: 70px;
                height: 70px;
            }
            .hero h1 {
                text-align: center;
                color: rgb(231, 224, 218);
                text-transform: math-auto;
                font-weight: 400;
                font-size: 27px;
                font-family: "Noto Sans", sans-serif;
            }
            .hero p {
                display: none;
            }
        }
        

/*
    * ---------------------------------------------
    * 15 - Ban list
    * ---------------------------------------------
*/
.banlist-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.ban-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.ban-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.ban-card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0px;
}

.ban-card-avatar {
    position: relative;
    flex-shrink: 0;
}

.ban-card-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #6c3939;
    transition: all 0.3s ease;
}

.ban-card-avatar img:hover {
    transform: scale(1.05);
    border-color: #cd5d5d;
    box-shadow: 0 0 20px rgb(205 93 93 / 40%);
}

.ban-card-no-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #586c39;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a6cd5d;
    font-size: 0.8rem;
    text-align: center;
    border: 3px solid #586c39;
}

.ban-card-steam-badge {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: #00d4ff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1a1d28;
}

.ban-card-steam-badge svg {
    width: 14px;
    height: 14px;
    fill: #0f1117;
}

.ban-card-info {
    flex: 1;
}

.ban-card-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 212px;
}

.ban-card-steamid {
    font-size: 0.9rem;
    color: #cd5d5d;
    font-weight: 600;
    background: #6c39394f;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
}

.ban-card-details {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 15px;
}

.ban-card-detail {
    background: rgba(255, 255, 255, 0.03);
    padding: 12px 15px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.ban-card-label {
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.ban-card-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
}

.ban-card-id {
    text-align: center;
}

.ban-card-reason {
    grid-column: 1 / span 2;
}

.ban-card-reason .ban-card-value {
    font-size: 0.95rem;
    font-weight: 400;
}

/* Адаптивность */
@media (max-width: 768px) {
    .banlist-cards {
        grid-template-columns: 1fr;
    }
    
    .ban-card-header {
        gap: 14px;
    }
    
    .ban-card {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .ban-card {
        padding: 16px;
    }
    
    .ban-card-avatar img,
    .ban-card-no-avatar {
        width: 70px;
        height: 70px;
    }
    
    .ban-card-details {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .ban-card-reason {
        grid-column: 1;
    }
}
