




 @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(13, 13, 13);
}

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




:root {
    --nx-text: rgb(173, 168, 162);
    --nx-header: #ffffff;
}

body {
    font-family: "Roboto Condensed", Arial, sans-serif;
    color: var(--nx-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--nx-header);
}

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

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: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}

.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;
}




.btn {
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 8px 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.btn .btn-info {
background: rgb(61, 75, 39);
color: rgb(166, 205, 99);
}

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

.btn.btn-success {
    background: rgb(25, 153, 63);
    color: rgb(255, 255, 255);
}

.btn.btn-success:hover {
    background: rgb(81, 255, 133);
}

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

.btn.btn-primary {
    background: rgb(0, 119, 255);
    color: rgb(255, 255, 255);
}

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

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

.btn.btn-secondary {
    background: transparent;
    color: rgb(255, 255, 255);
    border-color: rgb(89, 85, 82);
}

.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(0, 119, 255);
    color: rgb(255, 255, 255);
	border-radius: 5px;
}

.btn.btn-discord:hover {
    background: rgb(129, 188, 255);
}

.btn.btn-discord:active {
    background: rgb(0, 119, 255);
}

.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(1, 76, 165);
    border-radius: 100px;
}




.navbar-rust {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgb(17, 17, 17) !important;
    border-radius: 10px;
    border: 3px solid #0077ff;
        box-shadow: 0 0 15px #0077ff;
    position: relative;
    z-index: 1000;
}

.nav-item {
    position: relative;
    display: inline-block;
}

.navbar-rust .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

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

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

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

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

.navbar-rust .nav-logo {
    position: absolute;
    height: 75px;
    margin-top: -38px;
}

.navbar-toggler {
    padding: 0;
    border: none;
    background: none;
}

.nav-toggle-img-container {
    padding: 7px; 
    border: 2px solid #8E918E; 
    display: inline-block; 
}

.nav-toggle-img {
    width: 20px; 
    height: 20px; 
    object-fit: contain; 
}

.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;
    }

    .dropbtn {
        margin-left: -7px;
    }

    .dropdown-content {
        min-width: 150px;
        right: 0;
    }
    
    .dropdown-subcontent {
        right: 100%;
    }
}



.dropbtn {
    background-color: rgb(17, 17, 17) !important;
    font-size: 20px;
    margin-top: -1px;
    border: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content, .dropdown-subcontent {
    display: none;
    position: absolute;
    left: 0;
    background-color: rgb(17, 17, 17) !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0;
    z-index: 1;
}

.dropdown-content {
    min-width: 150px;
    top: 100%;
    left: 0;
}

.dropdown-subcontent {
    left: 100%;
    top: 0;
}

.dropdown-content a, .dropdown-subcontent a {
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.dropdown-content a:hover, .dropdown-subcontent a:hover {
    background-color: rgb(28, 28, 26) !important;
    color: rgb(0, 119, 255);
}

.dropdown-item {
    padding: 10px;
    text-decoration: none;
    color: black;
    display: block;
}

.dropdown-item.active, .dropdown-item:active {
    color: rgb(193, 193, 193);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-submenu:hover .dropdown-subcontent {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: rgb(28, 28, 26) !important;
    color: rgb(193, 193, 193);
}



.hero {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.hero h2 {
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 55px;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.hero h1 {
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 55px;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	-webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 2px #0077ff, 0 0 2px #0077ff, 0 0 5px #014ca5, 0 0 5px #014ca5, 0 0 7px #014ca5, 0 0 7px #014ca5, 0 0 7px #014ca5;
  }
  to {
    text-shadow: 0 0 2px #0077ff, 0 0 5px #000000, 0 0 5px #000000, 0 0 7px #000000, 0 0 7px #000000, 0 0 7px #000000, 0 0 10px #000000;
  }
}

.hero p {
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.hero .server-brand {
    color: rgb(0, 119, 255);
}


.hero > *,
footer > * {
    position: relative;
    z-index: 1;
}

.ember-field {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.ember {
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(255, 140, 0, 0.6);
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(255, 140, 0, 0.6);
    opacity: 0;
    animation: ember-float linear infinite;
}

@keyframes ember-float {
    0% { transform: translate3d(0, 0, 0); opacity: 0; }
    10% { opacity: 0.4; }
    90% { opacity: 0.4; }
    100% { transform: translate3d(var(--x-move, 0px), -80px, 0); opacity: 0; }
}




.servers .server {
    border: 3px solid #0077ff;
    background: rgb(17, 17, 17);
    margin-top: 25px;
    position: relative;
    border-radius: 10px;
        box-shadow: 0 0 15px #0077ff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.servers .server .server-container {
    padding: 10px;
    text-align: center;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.servers .server .server-container .server-name {
    color: rgb(255, 255, 255);
    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: 18px;
    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;
}

/* Next Wipe pill */
.nx-next-wipe{
  display:flex;align-items:center;gap:.6rem;
  margin:.75rem 0 0; padding:.65rem .9rem;
  background:linear-gradient(180deg,#1a1a1a,#101010);
  border:1px solid rgba(255,255,255,.06);
  border-radius:14px;
  box-shadow: 0 0 0 1px rgba(0,115,255,.15),
              0 6px 14px rgba(0,0,0,.35),
              inset 0 0 24px rgba(0,115,255,.05);
}

.nx-next-wipe__label{
  font-size:.85rem; letter-spacing:.02em; text-transform:uppercase;
  color:#8fbaff; background:rgba(0,115,255,.12);
  border:1px solid rgba(0,115,255,.25);
  padding:.25rem .5rem; border-radius:9px;
}

.nx-next-wipe__type{
  font-size:.85rem; letter-spacing:.02em; text-transform:uppercase;
  color:#8fbaff; background:rgba(0,115,255,.12);
  border:1px solid rgba(0,115,255,.25);
  padding:.25rem .5rem; border-radius:9px;
}

.nx-next-wipe__countdown{
  font-weight:700; font-variant-numeric:tabular-nums;
  color:#e9f1ff; text-shadow:0 0 14px rgba(0,115,255,.35);
}

/* States */
.nx-next-wipe__countdown[data-state="now"]{ color:#6df0a7; text-shadow:0 0 12px rgba(61,214,124,.45); }
.nx-next-wipe__countdown[data-state="past"]{ color:#bbbbbb; text-shadow:none; }

/* Optional: small pulsating dot before countdown */
.nx-next-wipe__countdown::before{
  content:""; display:inline-block; width:.55rem; height:.55rem; margin-right:.45rem;
  border-radius:50%; background:#0073ff;
  box-shadow:0 0 10px #0073ff;
  animation: nxPulse 2s ease-in-out infinite;
}
.nx-next-wipe__countdown[data-state="now"]::before{ background:#3dd67c; box-shadow:0 0 10px #3dd67c; }
.nx-next-wipe__countdown[data-state="past"]::before{ background:#777; box-shadow:none; }

@keyframes nxPulse{
  0%,100%{transform:scale(.9); opacity:.85}
  50%{transform:scale(1.15); opacity:1}
}

.servers .server .server-actions {
    margin-top: auto;
}

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

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

.servers .server .server-image-container .nx-sky {
    position:absolute; inset:0; pointer-events:none; opacity:0.18;
    transition: opacity .8s ease, filter 1.2s ease;
    background: linear-gradient(to top, rgba(0,0,0,.35), rgba(0,0,0,0));
    mix-blend-mode: soft-light;
}
.servers .server[data-phase="night"] .nx-sky  { opacity:0.22; filter: saturate(0.9) brightness(0.85); }
.servers .server[data-phase="day"]   .nx-sky  { opacity:0.14; filter: saturate(1.05) brightness(1.00); }
.servers .server[data-phase="dusk"]  .nx-sky  { opacity:0.20; filter: saturate(1.05) hue-rotate(12deg); }
.servers .server[data-phase="dawn"]  .nx-sky  { opacity:0.18; filter: saturate(1.05) hue-rotate(-6deg); }



.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;
}




.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);
}




.store {
    margin-top: 40px;
	border: 3px solid #0077ff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 15px #0077ff;
}

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

.store .store-heading {
        margin-top: 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}

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

.store .btn-store {
    padding: 14px 20px;
    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(0, 119, 255);
    font-size: 32px;
    line-height: 22px;
}

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

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




.rules {
    margin-top: 50px;
	border: 3px solid #0077ff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 15px #0077ff;
}

.rules .rules-heading {
	margin-top: 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.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(255, 255, 255);
    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(0, 119, 255);
}

.rules .accordion-body {
	color: rgb(255, 255, 255);
    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;
    }
}




.staff {
    margin-top: 50px;
}

.staff .staff-heading {
	margin-top: 40px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.staff .staff-desc {
	margin-top: 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.staff .staff-para {
	margin-top: 5px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}

.staff .member {
    text-align: center;
    margin-top: 40px;
	border: 3px solid #0077ff;
    border-radius: 10px;
    box-shadow: 0 0 15px #0077ff;
}

.staff .member:hover {
    transform: translateY(-10px);
    cursor: pointer;
    box-shadow: 0 0 40px #0077ff;
	
}

.staff .member img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid #0077ff;
    box-shadow: 0 0 15px #0077ff;
    transition: transform .3s, box-shadow .3s;
}

.staff .member img:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 40px #0077ff;
}

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

.staff .member .member-description .member-name {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    display: inline;
    margin-top: 10px;
    margin-bottom: 5px;
}

.staff .member .member-description .member-rank {
    color: rgb(0, 119, 255);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: inline;
    margin-bottom: 10px;
    margin-left: 5px;
}

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

.staff .member .member-name-link:hover span {
    color: rgb(129, 188, 255);

}




footer {
    text-align: center;
    margin-top: 140px;
    background: rgba(15, 19, 15, 0.8);
    padding: 40px 20px;
    font-weight: 300;
    position: relative;
    overflow: hidden;
}

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

footer .copyright {
    font-weight: 400;
}




.socials {
    margin-right: 10px;
}

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

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

.socials a:hover {
    color: rgb(0, 119, 255);
}

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




.faq {
    margin-top: 40px;
	border: 3px solid #0077ff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 15px #0077ff;
}

.faq .faq-heading {
	margin-top: 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    margin-bottom: 20px;
}

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

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

.faq .accordion-header .accordion-button {
    background: transparent;
    color: rgb(255, 255, 255);
    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("https://i.ibb.co/sdfhrfzN/chevron-down.png");
}

.faq .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("https://i.ibb.co/Kx29tRx7/chevron-down2.png");
    transform: rotate(-180deg);
}

.faq .accordion-header .accordion-button .icon {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    margin-top: -2px;
    color: rgb(0, 119, 255);
}

.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;
    }
}



.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;
}



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



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



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




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



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



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



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


.progress {
  position: relative;
  height: 20px;
  margin: 8px 0;
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  overflow: hidden;
}

.progress-bar.bg-rust {
  height: 100%;
  transition: width 0.6s ease; 
  background-color: #0077ff; 
}

.progress-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.9rem;
  color: #fff;
  pointer-events: none;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}


.nx-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 18px;
  align-items: stretch; 
}

.nx-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}


.nx-server-media {
  position: relative;
  aspect-ratio: 16 / 9;
}
.nx-server-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.nx-server-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;      
  padding: 14px 16px;
}
.nx-server-body .progress {
  margin-top: auto;     
}


.nx-actions {
  display: flex;
  gap: 10px;
  padding: 0 16px 16px;
  margin-top: 8px;
}

/* Homepage hero */
#nx-hero {
  padding: clamp(48px, 8vw, 96px) 0 clamp(28px, 4vw, 48px);
  text-align: center;
}
#nx-hero .nx-title {
  margin: 0;
  font-weight: 800;
  line-height: 1.1;
  font-size: clamp(44px, 10vw, 74px);
  letter-spacing: -0.02em;
}
#nx-hero .nx-weare {
  color: #ffffff;
  font-weight: 400;
  text-shadow:
    0 0 8px rgba(100,190,255,0.8),
    0 0 18px rgba(80,170,255,0.6),
    0 0 32px rgba(60,150,255,0.5);
  animation: nxGlow 2.4s ease-in-out infinite alternate;
  margin-right: .4ch;
}
#nx-hero .nx-brand {
  display: inline-block;
  color: #0073ff;
  -webkit-text-stroke: 1px #000;
  text-shadow:
    0 0 8px rgba(0,115,255,.8),
    0 0 18px rgba(0,115,255,.6),
    0 0 36px rgba(0,90,204,.5),
    1px 1px 1px rgba(0,0,0,0.7);
  filter: drop-shadow(0 0 2px rgba(0,115,255,.5));
  animation: nxBrandGlow 2.4s ease-in-out infinite alternate;
}
#nx-hero .nx-sub {
  margin: clamp(10px, 1.8vw, 14px) 0 0;
  font-size: clamp(20px, 4.0vw, 35px);
  color: #cfd6dc;
  opacity: .9;
}
@keyframes nxGlow {
  from {
    text-shadow:
      0 0 8px rgba(100,190,255,0.7),
      0 0 18px rgba(80,170,255,0.55),
      0 0 36px rgba(60,150,255,0.45);
  }
  to {
    text-shadow:
      0 0 12px rgba(150,220,255,0.95),
      0 0 28px rgba(120,200,255,0.8),
      0 0 64px rgba(100,180,255,0.65);
  }
}
@keyframes nxBrandGlow {
  from {
    text-shadow:
      0 0 8px rgba(0,115,255,0.8),
      0 0 18px rgba(0,115,255,0.6),
      0 0 36px rgba(0,90,204,0.5),
      1px 1px 1px rgba(0,0,0,0.7);
    filter: drop-shadow(0 0 2px rgba(0,115,255,0.5));
  }
  to {
    text-shadow:
      0 0 12px rgba(0,160,255,1),
      0 0 28px rgba(0,135,255,0.8),
      0 0 64px rgba(0,95,204,0.65),
      1px 1px 1px rgba(0,0,0,0.7);
    filter: drop-shadow(0 0 4px rgba(0,115,255,0.8));
  }
}

.nx-links .nx-link {
  color: #cfd6dc;
  transition: all 0.25s ease;
}

.nx-links .nx-link:hover {
  color: #0073ff;
  text-shadow:
    0 0 6px rgba(0,115,255,0.9),
    0 0 14px rgba(0,115,255,0.75),
    0 0 28px rgba(0,115,255,0.6);
  filter: drop-shadow(0 0 4px rgba(0,115,255,0.65));
}