#jadeweb-popup-container{

	font-family: Rubik, sans-serif;

	text-transform: uppercase;

    font-size:12px;

    min-width:400px;

    max-width:600px

}

#jadeweb-popup-container .jadeweb-popup-content{

    border:none;

    padding:15px;

    padding-top:90px;

    clear:both;

    display:block;

    margin:0 2px;

    background-color:#1e2024;

    border-color: #34373b;

    background-repeat:no-repeat;

    background-position:center 15px;

    text-align:center

}

#jadeweb-popup-container .jadeweb-popup-content.jadeweb-popup-prompt{

    margin:.5em 0

}

#jadeweb-popup-container .jadeweb-popup-content.jadeweb-popup-prompt input{

	height: 10px;

    padding: 5px;

    max-width: 90%;

}

#jadeweb-popup-container .jadeweb-popup-content.jadeweb-popup-alert{

    background-image:url(../../../../resources/images/icons/error.png)

}

#jadeweb-popup-container .jadeweb-popup-content.jadeweb-popup-success{

    background-image:url(../../../../resources/images/icons/success.png)

}

#jadeweb-popup-container .jadeweb-popup-content.jadeweb-popup-confirm{

    background-image:url(../../../../resources/images/icons/info.png)

}

#jadeweb-popup-container .jadeweb-popup-content.jadeweb-popup-prompt{

    background-image:url(../../../../resources/images/icons/help.png)

}

#jadeweb-popup-container .jadeweb-popup-panel{

    margin:10px;

    margin-top:30px;

    display:block;

    text-align:center

}

#jadeweb-popup-container .jadeweb-popup-panel .jadeweb-popup-btn{

	margin-right: 10px;

    padding:10px 25px 8px 25px;

    font-size: 12px;

    border:1px solid #5cc8ff;

    color:#fff1bb;

    background: transparent;

    font-weight: bold;

    cursor:pointer;

    text-decoration:none;

    border-radius:0px

}

#jadeweb-popup-container .jadeweb-popup-panel .jadeweb-popup-btn:hover{

    text-decoration:none;

    color:#fff1bb;

    font-weight: bold;

    border-color:#e41d32;

    background:#e41d32;

    outline:0

}

.darks-home {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.login-inline-error {
    margin-bottom: 10px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 60, 88, 0.45);
    background: rgba(255, 36, 61, 0.12);
    color: #ffd9de;
    font-size: 11px;
    line-height: 1.35;
}

.login-inline-error:empty {
    display: none;
}

.darks-home-hero {
    min-height: 260px;
    border: 1px solid rgba(198, 228, 245, 0.08);
    background-color: #060b16;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.darks-home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 11, 22, 0.92) 0%, rgba(6, 11, 22, 0.55) 55%, rgba(6, 11, 22, 0.15) 100%);
}

.darks-home-hero__overlay {
    position: relative;
    z-index: 1;
    padding: 30px;
    max-width: 390px;
}

.darks-home-hero__eyebrow {
    color: #95ff38;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
}

.darks-home-hero__title {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #fff1bb;
}

.darks-home-hero__text {
    margin-bottom: 20px;
    color: #c6e4f5;
}

.darks-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.darks-home-hero__actions .button {
    padding: 10px 18px;
}

.darks-avatar-hero {
    border: 1px solid rgba(198, 228, 245, 0.08);
    background: linear-gradient(180deg, rgba(6, 11, 22, 0.96), rgba(6, 11, 22, 0.86));
    background-image: url(../images/banner-home.jpg);
    background-size: cover;
    background-position: center top;
    position: relative;
    overflow: hidden;
    padding: 18px 18px 16px;
    min-height: 170px;
}

.darks-avatar-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 11, 22, 0.92) 0%, rgba(6, 11, 22, 0.56) 50%, rgba(6, 11, 22, 0.92) 100%);
}

.darks-avatar-hero > * {
    position: relative;
    z-index: 1;
}

.darks-avatar-hero__header {
    margin-bottom: 14px;
    text-align: center;
}

.darks-avatar-hero__eyebrow {
    color: #95ff38;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 11px;
    margin-bottom: 6px;
}

.darks-avatar-hero__title {
    color: #fff1bb;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
}

.darks-avatar-hero__text {
    color: #c6e4f5;
    margin: 6px 0 0;
    font-size: 12px;
}

.darks-avatar-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.darks-avatar-strip__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #c6e4f5;
    padding: 10px 8px 8px;
    border: 1px solid rgba(198, 228, 245, 0.08);
    background: rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.darks-avatar-strip__card:hover {
    transform: translateY(-2px);
    border-color: rgba(149, 255, 56, 0.45);
}

.darks-avatar-strip__rank {
    align-self: flex-start;
    color: #fff1bb;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 6px;
}

.darks-avatar-strip__image {
    width: 78px;
    height: 78px;
    border: 2px solid rgba(255, 241, 187, 0.65);
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.28);
    margin-bottom: 10px;
}

.darks-avatar-strip__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.darks-avatar-strip__name {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.darks-avatar-strip__score {
    color: #95ff38;
    font-size: 11px;
    margin-top: 4px;
    text-align: center;
}

.darks-avatar-strip__flag {
    width: 100%;
    margin-top: 6px;
    display: flex;
    justify-content: center;
    min-height: 12px;
}

.darks-avatar-strip__flag img {
    width: 22px;
    height: 14px;
    object-fit: cover;
    display: block;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.darks-avatar-strip__empty {
    padding: 18px;
    text-align: center;
    color: #c6e4f5;
}

.darks-siege-hero {
    border: 1px solid rgba(198, 228, 245, 0.08);
    background: rgba(6, 11, 22, 0.88);
    padding: 16px;
}

.darks-siege-hero__title {
    color: #fff1bb;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 12px;
}

.darks-siege-hero__banner {
    min-height: 140px;
    background-color: #04070f;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    border: 1px solid rgba(198, 228, 245, 0.08);
    overflow: hidden;
}

.darks-siege-hero__overlay {
    min-height: 140px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.78) 100%);
}

.darks-siege-hero__side,
.darks-siege-hero__center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.darks-siege-hero__side {
    width: 30%;
    min-width: 180px;
    text-align: center;
}

.darks-siege-hero__side strong,
.darks-siege-hero__center span {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.darks-siege-hero__side strong {
    font-size: 14px;
    margin-top: 4px;
}

.darks-siege-hero__center {
    flex: 1;
    align-items: center;
    text-align: center;
}

.darks-siege-hero__center span {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff1bb;
}

.darks-siege-hero__center small {
    margin-top: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
}

.darks-siege-hero__label {
    color: #9fdcff;
    font-size: 12px;
    margin-bottom: 6px;
}

.darks-siege-hero__center--empty {
    width: 100%;
}

.darks-siege-hero__center--empty small {
    background: transparent;
    padding: 0;
    color: #c6e4f5;
}

.darks-siege-hero__footer {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 8px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    padding: 0 8px;
    background: transparent;
    border: 0;
    border-radius: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}

.darks-siege-hero__footer-side {
    min-width: 0;
}

.darks-siege-hero__flag {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.darks-siege-hero__flag img {
    width: 28px;
    height: auto;
    display: block;
}

.darks-siege-hero__footer-date {
    color: #fff;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    justify-self: center;
    transform: translateY(10px);
}

.darks-siege-hero__footer-spacer {
    min-width: 1px;
}

.darks-top-class-strip {
    border: 1px solid rgba(198, 228, 245, 0.08);
    background: linear-gradient(180deg, rgba(6, 11, 22, 0.96), rgba(6, 11, 22, 0.86));
    padding: 14px 16px 10px;
}

.darks-top-class-strip .top-class {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.darks-top-class-strip .top-class > .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    color: #fff1bb;
    text-transform: uppercase;
    font-size: 16px;
}

.darks-top-class-strip .top-class > .title .fr {
    flex: 1 1 auto;
}

.darks-top-class-strip .top-class .class.tabs {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.darks-top-class-strip .top-class .class.tabs li {
    flex: 0 0 auto;
}

.darks-top-class-strip .top-class .class.tabs a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border: 1px solid rgba(198, 228, 245, 0.1);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.darks-top-class-strip .top-class .class.tabs a:hover {
    transform: translateY(-2px);
    border-color: rgba(149, 255, 56, 0.45);
}

.darks-top-class-strip .top-class .class.tabs img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.darks-gens-banner {
    margin-top: 14px;
    min-height: 258px;
    border: 1px solid rgba(198, 228, 245, 0.08);
    background-color: #04070f;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}

.darks-gens-banner:hover {
    border-color: rgba(149, 255, 56, 0.42);
}

.darks-gens-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 7, 15, 0.92) 0%, rgba(4, 7, 15, 0.52) 48%, rgba(4, 7, 15, 0.18) 100%);
}

.darks-gens-banner__overlay {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 258px;
    padding: 52px 24px 18px;
}

.darks-gens-banner__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #95ff38;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.darks-gens-banner__title {
    margin: 0 0 10px;
    color: #fff1bb;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1;
}

.darks-gens-banner__text {
    margin: 0;
    color: #c6e4f5;
    font-size: 13px;
    max-width: 320px;
}

.darks-home-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(270px, 0.85fr);
    gap: 16px;
    align-items: start;
}

.darks-home-grid__main,
.darks-home-grid__side {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.darks-home-block {
    border: 1px solid rgba(198, 228, 245, 0.08);
    background: rgba(6, 11, 22, 0.88);
    overflow: hidden;
    padding: 18px;
    min-height: 180px;
}

.darks-home-block > .top-class {
    margin: 0;
}

.darks-home-block__title {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff1bb;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(198, 228, 245, 0.08);
}

.darks-home-empty {
    color: #c6e4f5;
    padding: 24px 0 6px;
}

.darks-home-top-players {
    display: grid;
    gap: 10px;
}

.darks-home-top-players--pk .darks-home-top-player__score {
    color: #ff7b5c;
}

.darks-home-top-player {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(198, 228, 245, 0.08);
    background: rgba(255, 255, 255, 0.02);
    color: #c6e4f5;
    text-decoration: none;
}

.darks-home-top-player:hover {
    border-color: rgba(149, 255, 56, 0.45);
    color: #fff1bb;
}

.darks-home-top-player__position {
    color: #95ff38;
    font-weight: 700;
}

.darks-home-top-player__info strong,
.darks-home-top-player__info small {
    display: block;
}

.darks-home-top-player__info small {
    margin-top: 3px;
    color: #7da3bd;
    font-size: 10px;
}

.darks-home-top-player__score {
    color: #fff1bb;
    font-weight: 700;
}

.darks-sidebar-ranking {
    padding-bottom: 14px;
}

.darks-sidebar-ranking__table {
    width: 100%;
    border-collapse: collapse;
    margin-top: -8px;
}

.darks-sidebar-ranking__table th,
.darks-sidebar-ranking__table td {
    padding: 12px 10px;
    border-top: 1px solid #1a212d;
    color: #c6e4f5;
}

.darks-sidebar-ranking__table thead th {
    border-top: 0;
    color: #fff1bb;
    text-transform: uppercase;
    font-size: 12px;
}

.darks-sidebar-ranking__table tbody tr:hover td {
    background: #1a212d;
}

.darks-sidebar-ranking__position {
    width: 28px;
    color: #95ff38;
    font-weight: 700;
}

.darks-sidebar-ranking__name a {
    color: #fff;
    text-decoration: none;
}

.darks-sidebar-ranking__name a:hover {
    color: #fff1bb;
}

.darks-sidebar-ranking__score {
    text-align: right;
    color: #fff;
    font-weight: 700;
}

.darks-sidebar-ranking__flag {
    width: 40px;
    min-width: 40px;
    text-align: center;
}

.darks-sidebar-ranking__table td.darks-sidebar-ranking__flag {
    padding: 6px 0;
}

.darks-sidebar-ranking__flag img {
    width: 22px;
    height: auto;
    display: inline-block;
}

.darks-sidebar-ranking__empty {
    padding: 0 15px 10px;
    color: #c6e4f5;
}

.darks-home-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.darks-home-stat {
    border: 1px solid rgba(198, 228, 245, 0.08);
    background: linear-gradient(180deg, rgba(6, 11, 22, 0.95), rgba(12, 20, 38, 0.95));
    padding: 16px 18px;
}

.darks-home-stat span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #95ff38;
    margin-bottom: 8px;
}

.darks-home-stat strong {
    font-size: 22px;
    color: #fff1bb;
}

.darks-home-quick {
    display: grid;
    gap: 10px;
}

.darks-home-quick a {
    display: block;
    padding: 12px 14px;
    border: 1px solid rgba(198, 228, 245, 0.08);
    background: rgba(255, 255, 255, 0.02);
    color: #c6e4f5;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

.darks-home-quick a:hover {
    border-color: rgba(149, 255, 56, 0.45);
    color: #fff1bb;
}

.sell-layout {
    display: grid;
    grid-template-columns: 256px minmax(0, 1fr);
    gap: 18px;
    align-items: flex-start;
}

.warehouse-box,
.sell-form-box {
    border: 1px solid rgba(198, 228, 245, 0.08);
    background: rgba(6, 11, 22, 0.55);
    padding: 12px;
}

.warehouse-box .jadeweb-warehouse {
    margin: 0 auto;
}

.theme-form .form-group {
    margin-bottom: 14px;
}

.theme-form .form-label {
    display: block;
    margin-bottom: 6px;
    color: #c6e4f5;
    font-size: 12px;
}

.theme-form .input-control {
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(198, 228, 245, 0.18);
    background: rgba(3, 8, 18, 0.95);
    color: #fff;
    padding: 9px 12px;
    outline: none;
}

.theme-form .input-control:focus {
    border-color: rgba(149, 255, 56, 0.45);
}

.theme-form .form-actions {
    margin-top: 16px;
}

.item-title {
    margin-bottom: 18px;
}

.required {
    color: #ff3c58;
}

.empty-selection {
    color: #c6e4f5;
    padding: 24px;
    text-align: center;
}

.inventory-wrapper--profile {
    min-height: 560px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}

.inventory-wrapper--profile > * {
    width: 100%;
}

.market-hub {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.market-hub-card {
    display: block;
    min-height: 118px;
    padding: 22px;
    border: 1px solid rgba(198, 228, 245, 0.1);
    background: linear-gradient(180deg, rgba(6, 11, 22, 0.95), rgba(12, 20, 38, 0.95));
    color: #c6e4f5;
    text-decoration: none;
}

.market-hub-card:hover {
    border-color: rgba(149, 255, 56, 0.45);
    color: #fff1bb;
}

.market-hub-card__title {
    display: block;
    margin-bottom: 10px;
    color: #fff1bb;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.market-hub-card small {
    color: #7da3bd;
}

.market-items-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
    align-items: flex-start;
}

.market-filter-box {
    border: 1px solid rgba(198, 228, 245, 0.08);
    background: rgba(6, 11, 22, 0.75);
    padding: 14px;
}

.market-filter-form {
    display: grid;
    gap: 10px;
    margin: 16px 0;
}

.market-category-title {
    margin: 16px 0 10px;
    color: #fff1bb;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.market-category-list {
    display: grid;
    gap: 7px;
}

.market-category-list a {
    display: block;
    padding: 8px 10px;
    border: 1px solid rgba(198, 228, 245, 0.08);
    color: #c6e4f5;
    text-decoration: none;
    font-size: 12px;
}

.market-category-list a:hover {
    border-color: rgba(149, 255, 56, 0.45);
    color: #fff1bb;
}

.market-items-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.market-item-card {
    border: 1px solid rgba(198, 228, 245, 0.08);
    background: rgba(6, 11, 22, 0.75);
    padding: 14px;
    text-align: center;
}

.market-item-card__name {
    min-height: 38px;
    color: #fff1bb;
    font-weight: 700;
    font-size: 12px;
}

.market-item-card__image {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0;
}

.market-item-card__image img {
    max-width: 100%;
    max-height: 90px;
}

.market-item-card__price {
    color: #c6e4f5;
    font-size: 12px;
    margin-bottom: 12px;
}

.market-item-card__button {
    display: block;
    text-align: center;
}

.market-items-pagination {
    grid-column: 1 / -1;
    margin-top: 14px;
}

.account-market-filter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px auto;
    gap: 10px;
    align-items: center;
}

.account-market-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.account-market-card {
    border: 1px solid rgba(198, 228, 245, 0.08);
    background: rgba(6, 11, 22, 0.75);
    padding: 14px;
    text-align: center;
}

.account-market-card__title {
    color: #fff1bb;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 12px;
}

.account-market-card__chars {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 46px;
    margin-bottom: 10px;
}

.account-market-card__char {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(198, 228, 245, 0.18);
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.account-market-card__char img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account-market-card__meta {
    color: #7da3bd;
    font-size: 11px;
}

.account-market-card__price {
    color: #fff1bb;
    font-size: 18px;
    font-weight: 700;
    margin: 12px 0;
}

.account-market-card__button {
    display: block;
    text-align: center;
}

.characters {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 14px;
    margin: 20px 0 24px;
}

.characters .character {
    float: none;
    margin: 0;
}

.workshop-inventory-container {
    clear: both;
    margin-top: 20px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.workshop-item {
    flex: 1;
    min-width: 260px;
}

.country-select {
    position: relative;
    z-index: 20;
}

.country-select__native {
    position: absolute;
    inset: 0 auto auto 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.country-select__button {
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid rgba(126, 164, 214, 0.28);
    border-radius: 4px;
    background: rgba(5, 9, 18, 0.9);
    color: #e7f2ff;
    text-align: left;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.country-select__button:hover,
.country-select.is-open .country-select__button {
    border-color: rgba(95, 208, 86, 0.55);
    box-shadow: 0 0 0 1px rgba(95, 208, 86, 0.12);
}

.country-select__value {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
}

.country-select__placeholder {
    color: rgba(231, 242, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 11px;
}

.country-select__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
}

.country-select__flag {
    width: 18px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
    flex: 0 0 auto;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.country-select__caret {
    flex: 0 0 auto;
    color: rgba(231, 242, 255, 0.6);
    font-size: 12px;
}

.country-select__menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 1050;
    max-height: 290px;
    overflow-y: auto;
    padding: 6px;
    border: 1px solid rgba(126, 164, 214, 0.25);
    border-radius: 6px;
    background: #070b15;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45);
}

.country-select__search {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 4px 4px 8px;
    background: linear-gradient(180deg, rgba(7, 11, 21, 0.98), rgba(7, 11, 21, 0.92));
}

.country-select__search-input {
    width: 100%;
    min-height: 36px;
    padding: 8px 10px;
    border: 1px solid rgba(126, 164, 214, 0.22);
    border-radius: 4px;
    background: rgba(2, 6, 14, 0.95);
    color: #eef7ff;
    font-size: 12px;
    outline: none;
}

.country-select__search-input::placeholder {
    color: rgba(231, 242, 255, 0.42);
    text-transform: uppercase;
}

.country-select__search-input:focus {
    border-color: rgba(95, 208, 86, 0.55);
    box-shadow: 0 0 0 1px rgba(95, 208, 86, 0.12);
}

.country-select__empty {
    padding: 10px 12px 6px;
    color: rgba(231, 242, 255, 0.55);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.country-select.is-open .country-select__menu {
    display: block;
}

.country-select__option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border: 0;
    background: transparent;
    color: #eef7ff;
    text-align: left;
    border-radius: 4px;
    cursor: pointer;
}

.country-select__option:hover {
    background: rgba(86, 145, 255, 0.12);
}

.country-select__option .country-select__name {
    font-size: 12px;
}

.register-feedback {
    display: none;
    margin-top: 6px;
    min-height: 16px;
    font-size: 11px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.2;
}

.register-feedback.is-loading {
    color: rgba(231, 242, 255, 0.55);
}

.register-feedback.is-ok {
    color: #2db200;
}

.register-feedback.is-bad {
    color: #ff4d4d;
}

#jadeweb-popup-container {
    min-width: 460px;
    max-width: 760px;
}

#jadeweb-popup-container .jadeweb-popup-content.jadeweb-popup-success {
    background-color: #0b1320;
    background-image: none;
    border-color: rgba(45, 178, 0, 0.65);
    color: #eef7ff;
    padding: 22px 28px 20px;
    min-height: 180px;
    box-shadow: 0 0 28px rgba(45, 178, 0, 0.18);
}

.register-success-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.register-success-modal__icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(45, 178, 0, 0.18);
    border: 1px solid rgba(45, 178, 0, 0.55);
    color: #2db200;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.register-success-modal__title {
    font-size: 24px;
    font-weight: 700;
    color: #fff1bb;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.register-success-modal__body {
    font-size: 14px;
    line-height: 1.5;
    color: #eef7ff;
    max-width: 620px;
}

.register-flash {
    margin: 20px 0 16px;
}

.register-flash:empty {
    display: none;
}

.register-flash .alert {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 22px 26px;
    border: 1px solid rgba(255, 241, 187, 0.28) !important;
    border-left: 3px solid #2db200 !important;
    border-radius: 4px;
    background:
        radial-gradient(circle at 12% 0%, rgba(45, 178, 0, 0.14), transparent 32%),
        linear-gradient(135deg, rgba(10, 21, 34, 0.98), rgba(3, 8, 17, 0.98)) !important;
    color: #eef7ff !important;
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.42), inset 0 0 18px rgba(109, 169, 211, 0.05);
    text-shadow: none;
}

.register-flash .alert:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-top: 1px solid rgba(109, 169, 211, 0.18);
    background: linear-gradient(90deg, rgba(255, 241, 187, 0.08), transparent 28%, rgba(45, 178, 0, 0.08));
}

.register-flash .alert-success {
    border-left-color: #2db200 !important;
}

.register-flash .alert-danger,
.register-flash .alert-error {
    border-left-color: #ff243d !important;
}

.register-flash .register-account-summary {
    position: relative;
    z-index: 1;
}

.register-account-summary {
    width: min(520px, 100%);
    margin: 0 auto;
}

.register-account-summary p {
    margin: 0 0 10px;
    color: #dcecff;
    text-align: center;
}

.register-account-summary p:first-child {
    color: #fff1bb;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.register-account-summary__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 8px;
    padding: 11px 13px;
    border: 1px solid rgba(79, 116, 155, 0.45);
    background: rgba(3, 11, 22, 0.72);
    text-align: left;
    box-shadow: inset 0 0 12px rgba(109, 169, 211, 0.05);
}

.register-account-summary__row span {
    color: #6da9d3;
    font-size: 11px;
    text-transform: uppercase;
}

.register-account-summary__row strong {
    color: #fff1bb;
    font-size: 13px;
    text-align: right;
    word-break: break-word;
}

@media (max-width: 575px) {
    .register-flash .alert {
        padding: 18px 16px;
    }

    .register-account-summary__row {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .register-account-summary__row strong {
        text-align: left;
    }
}

.password-meter {
    margin-top: 8px;
}

.password-meter--embedded {
    margin-top: 0;
    margin-bottom: 10px;
}

.password-meter__track {
    width: 100%;
    height: 6px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(126, 164, 214, 0.18);
    box-shadow: inset 0 0 0 1px rgba(126, 164, 214, 0.12);
}

.password-meter__fill {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    transition: width 0.2s ease, background 0.2s ease;
}

.password-meter__label {
    margin-top: 6px;
    color: rgba(231, 242, 255, 0.65);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.captcha-box--inline {
    margin-top: 12px;
}

.captcha-box--stacked {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.security-check-block {
    position: relative;
    z-index: 30;
}

.captcha-box--inline .captcha {
    max-width: 100%;
}

.form-control.is-valid {
    border-color: rgba(45, 178, 0, 0.7);
    box-shadow: 0 0 0 1px rgba(45, 178, 0, 0.15);
}

.form-control.is-invalid {
    border-color: rgba(255, 77, 77, 0.75);
    box-shadow: 0 0 0 1px rgba(255, 77, 77, 0.16);
}

@media (max-width: 992px) {
    .darks-home-links,
    .darks-home-stats,
    .darks-home-grid {
        grid-template-columns: 1fr;
    }

    .darks-home-hero__overlay {
        max-width: none;
    }
}

.rankings .theme-table td.ranking-flag-cell {
    padding: 0;
    width: 52px;
    min-width: 52px;
    overflow: hidden;
}

.rankings .theme-table td.ranking-flag-cell .ranking-flag-image {
    display: block;
    width: 100%;
    height: 24px;
    object-fit: cover;
}

/* Packages module */
.plugin-container .no-content-notice {
    text-align: center;
    padding: 40px 20px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #28334c;
    color: #517a91;
}

.plugin-container .auctions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}

.plugin-container .achievement-card {
    background: #060b16;
    border: 1px solid #28334c;
    border-radius: 4px;
    margin-bottom: 0;
}

.plugin-container .achievement-card .card-header {
    padding: 12px 14px;
    background: rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid #28334c;
    text-transform: uppercase;
}

.plugin-container .achievement-card .card-body {
    padding: 14px;
}

.plugin-container .achievement-card .card-footer {
    padding: 12px;
    border-top: 1px solid #28334c;
    background: rgba(0, 0, 0, 0.2);
}

.webshop-product-detail .webshop-product-summary {
    position: relative;
    padding: 16px;
}

.webshop-product-detail .webshop-product-image {
    position: relative;
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.webshop-product-detail .webshop-product-image img {
    max-width: 170px;
    max-height: 170px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.6));
}

.webshop-product-detail .box-panel {
    margin-bottom: 14px;
    border: 1px solid #28334c;
    background: rgba(0, 0, 0, 0.18);
}

.webshop-product-detail .box-panel-title {
    padding: 10px 12px;
    border-bottom: 1px solid #28334c;
    color: #fff1bb;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.webshop-product-detail .box-panel-content {
    padding: 12px;
}

.webshop-product-detail .box-panel-content > .row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 10px;
}

.webshop-product-detail .box-panel-content > .row:last-child {
    margin-bottom: 0;
}

.webshop-product-detail .box-panel .label {
    width: 150px;
    min-width: 150px;
    color: #c6e4f5;
    font-size: 12px;
}

.webshop-product-detail .box-panel .field {
    flex: 1;
}

.webshop-product-detail .box-panel select,
.webshop-product-detail .box-panel input[type="text"] {
    width: 100%;
    min-height: 40px;
}

.webshop-product-detail .box-panel .checkbox,
.webshop-product-detail .box-panel .field.checkbox {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    border: 0;
    transform: none;
    color: #c6e4f5;
    font-size: 12px;
}

.webshop-product-detail .box-panel input[type="checkbox"] {
    width: 16px;
    height: 16px;
    min-height: 0;
    margin: 0 8px 0 0;
    vertical-align: middle;
    accent-color: #2d8cff;
}

.webshop-product-detail .box-panel .field.checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.webshop-product-detail #excellent-options .checkbox {
    display: block;
    margin: 0 0 8px;
    line-height: 1.4;
    min-height: 20px;
}

.webshop-product-detail #excellent-options .checkbox label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.webshop-product-detail #excellent-options .checkbox input[type="checkbox"] {
    flex: 0 0 16px;
    margin: 0;
}

.webshop-product-detail .alert-info,
.webshop-product-detail .max-excellent {
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(117, 210, 235, 0.45);
    background: rgba(117, 210, 235, 0.12);
    color: #c6e4f5;
}

.package-categories-box {
    padding: 14px;
}

.package-categories-list {
    display: grid;
    gap: 7px;
}

.package-category-item {
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    border: 1px solid #28334c;
    background: rgba(0, 0, 0, 0.2);
    color: #c6e4f5;
    font-size: 12px;
    transition: 0.2s ease;
}

.package-category-item:hover,
.package-category-item.active {
    color: #fff1bb;
    border-color: #fff1bb;
    background: rgba(255, 241, 187, 0.05);
}

.package-info-text {
    margin-bottom: 18px;
    line-height: 1.6;
}

.packages-balance-box {
    margin-bottom: 14px;
    padding: 10px 12px;
    border: 1px solid #28334c;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.package-image-container {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid #28334c;
    border-radius: 4px;
}

.package-price-area {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dotted #28334c;
}

.package-sold-bar {
    font-size: 10px;
    text-transform: uppercase;
    color: #517a91;
    margin-top: 8px;
}

.package-description {
    color: #c6e4f5;
    line-height: 1.6;
}

.section-title {
    color: #fff1bb;
    border-bottom: 1px solid #28334c;
    padding-bottom: 8px;
    margin: 24px 0 16px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
}

.reward-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
}

.reward-item-card {
    position: relative;
    background: #060b16;
    border: 1px solid #28334c;
    border-radius: 4px;
    padding: 12px;
    text-align: center;
    transition: 0.2s ease;
}

.reward-item-card:hover {
    transform: translateY(-2px);
    border-color: #4a5a7d;
}

.reward-percent {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 10px;
    color: #517a91;
    font-weight: 700;
}

.reward-image-box {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid #28334c;
    border-radius: 4px;
}

.reward-image-box img {
    max-width: 100%;
    max-height: 70px;
    height: auto;
}

.reward-name {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 4px;
}

.reward-rarity {
    font-size: 10px;
    text-transform: uppercase;
    color: #517a91;
}

.info-services-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.info-services-wrap table {
    min-width: 100%;
}


/* JadeGroup palette override */
body {
    background-color: #02050d;
    color: #d7e9ff;
}

a,
h1,
h2,
h3,
.gold-text,
.section-title,
.sidebar-title,
.darks-home-block__title,
.darks-home-hero__title,
.darks-avatar-hero__title,
.darks-siege-hero__title,
.news .news-title a {
    color: #fff1bb !important;
}

.content,
.sidebar-block,
.darks-home-block,
.darks-avatar-strip__card,
.darks-home-top-player,
.darks-home-stat,
.darks-home-quick a,
.info-block-item,
.char-card-custom,
.reward-item-card,
.package-image-container,
.packages-balance-box,
.market-item-card,
.account-market-card,
.country-select__button,
.modal-content,
.card {
    background-color: rgba(3, 8, 20, 0.94) !important;
    border-color: rgba(92, 200, 255, 0.18) !important;
    box-shadow: inset 0 0 22px rgba(43, 111, 255, 0.08);
}

.content {
    background-image:
        linear-gradient(180deg, rgba(3, 9, 24, 0.95), rgba(1, 4, 12, 0.98)),
        url(../bb-images/content-bg.jpg) !important;
    background-blend-mode: normal, luminosity;
}

.sidebar-title {
    background-image:
        linear-gradient(90deg, rgba(4, 12, 30, 0.96), rgba(9, 33, 74, 0.78), rgba(4, 12, 30, 0.96)),
        url(../bb-images/sidebar-title-bg.jpg) !important;
    border-bottom: 1px solid rgba(92, 200, 255, 0.24);
    text-shadow: 0 0 10px rgba(92, 200, 255, 0.42);
}

.menu li,
.top-block,
.bottom-more,
.fast-links a,
td,
th,
.row-info,
.section-sep {
    border-color: rgba(92, 200, 255, 0.18) !important;
}

.menu li a,
.block-toggler,
.hidden-block a,
.login-block .links a,
.top-player span,
.top-guild span,
.darks-home-hero__text,
.darks-avatar-hero__text,
.package-description,
.comment-body,
.info-value,
.f-menu li a {
    color: #d7e9ff !important;
}

.menu li a:hover,
.menu .active a,
.hidden-block a:hover,
.top-player:hover span,
.top-guild:hover span,
.fast-links a:hover,
.f-menu li a:hover,
.f-menu .active a {
    color: #fff1bb !important;
    text-shadow: 0 0 10px rgba(92, 200, 255, 0.45);
}

.menu li a:before,
.menu li a:after,
.menu .active a:before,
.menu .active a:after,
.f-menu li a:hover:after,
.f-menu .active a:after {
    background: #fff1bb !important;
    box-shadow: 0 0 8px rgba(92, 200, 255, 0.45);
}

input,
textarea,
select,
input.form-control,
textarea.form-control,
select.form-control,
select.form-select {
    background-color: #030814 !important;
    border-color: rgba(92, 200, 255, 0.28) !important;
    color: #d7e9ff !important;
}

input:focus,
textarea:focus,
select:focus,
input.form-control:focus,
textarea.form-control:focus,
select.form-select:focus {
    border-color: #5cc8ff !important;
    box-shadow: 0 0 12px rgba(92, 200, 255, 0.24) !important;
}

button,
.button,
.btn,
.btn.btn-primary,
.market-item-card__button,
.account-market-card__button,
.btn-char-manage,
.vote-btn,
.button-small {
    border-color: #2b6fff !important;
    color: #fff1bb !important;
    background: rgba(8, 19, 45, 0.78) !important;
    text-shadow: 0 0 12px rgba(92, 200, 255, 0.5) !important;
    box-shadow:
        0 0 10px rgba(43, 111, 255, 0.22),
        inset 0 0 12px rgba(92, 200, 255, 0.12) !important;
}

button:hover,
.button:hover,
.btn:hover,
.btn.btn-primary:hover,
.market-item-card__button:hover,
.account-market-card__button:hover,
.btn-char-manage:hover,
.vote-btn:hover,
.button-small:hover {
    background: rgba(43, 111, 255, 0.18) !important;
    border-color: #5cc8ff !important;
}

.server-block.online .progress-bar-bg .progress-bar,
.progress-bar,
.package-sold-progress,
.progress .progress-bar {
    background: linear-gradient(90deg, #1d5cff 0%, #5cc8ff 52%, #fff1bb 100%) !important;
    box-shadow: 0 0 10px rgba(92, 200, 255, 0.42) !important;
}

.online,
.stat-up,
.rescue-status-completed,
.streamer-status-accept,
.server-block.online .server-status span,
.darks-home-hero__eyebrow,
.darks-avatar-hero__eyebrow,
.darks-home-top-player__score,
.darks-home-stat strong {
    color: #5cc8ff !important;
    border-color: rgba(92, 200, 255, 0.45) !important;
}

.offline,
.stat-down,
.required,
.rescue-status-cancelled,
.server-block.offline .server-status span,
.darks-home-top-players--pk .darks-home-top-player__score {
    color: #f7c96b !important;
    border-color: rgba(247, 201, 107, 0.45) !important;
}

.right-button a {
    color: #fff1bb !important;
    position: relative;
    overflow: hidden;
    text-shadow: 0 2px 4px #000, 0 0 12px rgba(92, 200, 255, 0.42) !important;
    box-shadow: inset 0 0 40px rgba(4, 10, 24, 0.34);
}

.right-button a p {
    color: #fff1bb !important;
    text-shadow: 0 2px 4px #000, 0 0 12px rgba(92, 200, 255, 0.45) !important;
}

.download-button a {
    background-image:
        linear-gradient(90deg, rgba(5, 20, 54, 0.88), rgba(28, 97, 180, 0.58)),
        url(../bb-images/right-sidebar-buttons.png) !important;
    background-position: center, 0 0 !important;
    background-repeat: no-repeat !important;
    background-blend-mode: color, luminosity;
}

.registration-button a {
    background-image:
        linear-gradient(90deg, rgba(5, 20, 54, 0.9), rgba(123, 49, 75, 0.46)),
        url(../bb-images/right-sidebar-buttons.png) !important;
    background-position: center, 0 -125px !important;
    background-repeat: no-repeat !important;
    background-blend-mode: color, luminosity;
}

.vip-button a {
    background-image:
        linear-gradient(90deg, rgba(5, 20, 54, 0.88), rgba(31, 106, 183, 0.52)),
        url(../bb-images/right-sidebar-buttons2.png) !important;
    background-position: center, 0 0 !important;
    background-repeat: no-repeat !important;
    background-blend-mode: color, luminosity;
}

.package-button a {
    background-image:
        linear-gradient(90deg, rgba(5, 20, 54, 0.9), rgba(106, 55, 88, 0.48)),
        url(../bb-images/right-sidebar-buttons2.png) !important;
    background-position: center, 0 -125px !important;
    background-repeat: no-repeat !important;
    background-blend-mode: color, luminosity;
}

.guides-button a {
    background-image:
        linear-gradient(90deg, rgba(5, 20, 54, 0.88), rgba(36, 116, 177, 0.52)),
        url(../bb-images/right-sidebar-buttons3.png) !important;
    background-position: center, 0 0 !important;
    background-repeat: no-repeat !important;
    background-blend-mode: color, luminosity;
}

.video-button a {
    background-image:
        linear-gradient(90deg, rgba(5, 20, 54, 0.88), rgba(25, 126, 170, 0.48)),
        url(../bb-images/right-sidebar-buttons3.png) !important;
    background-position: center, 0 -125px !important;
    background-repeat: no-repeat !important;
    background-blend-mode: color, luminosity;
}

.top-player:hover,
.top-guild:hover,
.hidden-block a:hover,
.fast-links a:hover,
.darks-home-top-player:hover,
.reward-item-card:hover,
.char-card-custom:hover {
    background-color: rgba(17, 33, 58, 0.92) !important;
    border-color: #2b6fff !important;
}

.news .news-info span,
.bottom-more span,
.top-player span:nth-child(4n + 4),
.top-player span:nth-child(4n + 5),
.top-guild span:nth-child(2n + 3),
.market-itens .item .cash,
.market-perfil .item .cash,
.reward-rarity,
.package-sold-bar,
.info-label {
    color: #fff1bb !important;
}

.social-block a:hover,
.top-player span img,
.char-avatar-box img,
.character-avatar img {
    border-color: #5cc8ff !important;
    filter: drop-shadow(0 0 8px rgba(92, 200, 255, 0.45));
}

#jadeweb-popup-container .jadeweb-popup-panel .jadeweb-popup-btn:hover {
    border-color: #5cc8ff !important;
    background: rgba(43, 111, 255, 0.22) !important;
    color: #fff1bb !important;
}

.darks-avatar-strip__card,
.darks-gens-banner,
.darks-home-top-player,
.darks-sidebar-ranking__table th,
.darks-sidebar-ranking__table td,
.darks-home-quick a {
    color: #d7e9ff !important;
    border-color: rgba(92, 200, 255, 0.18) !important;
}

.darks-avatar-strip__card:hover,
.darks-gens-banner:hover,
.darks-home-top-player:hover,
.darks-sidebar-ranking__table tbody tr:hover td,
.darks-home-quick a:hover {
    background: rgba(17, 33, 58, 0.92) !important;
    border-color: #2b6fff !important;
}

.darks-avatar-strip__score,
.darks-avatar-strip__rank,
.darks-gens-banner__eyebrow,
.darks-home-top-player__position,
.darks-sidebar-ranking__position,
.darks-home-stat span {
    color: #5cc8ff !important;
}

.darks-gens-banner__title,
.darks-sidebar-ranking__table thead th,
.darks-sidebar-ranking__score,
.darks-home-stat strong {
    color: #fff1bb !important;
}

.darks-gens-banner__text,
.darks-home-empty,
.darks-sidebar-ranking__empty,
.darks-home-top-player__info small {
    color: #d7e9ff !important;
}

.notification,
.badge,
.events .event .time {
    background: #2b6fff !important;
    color: #fff1bb !important;
    border: 1px solid rgba(92, 200, 255, 0.35);
}

.table-success,
.alert-success,
.rescue-status-completed {
    background-color: rgba(92, 200, 255, 0.1) !important;
    color: #5cc8ff !important;
    border-color: rgba(92, 200, 255, 0.42) !important;
}

.table-danger,
.alert-danger,
.rescue-status-cancelled {
    background-color: rgba(247, 201, 107, 0.1) !important;
    color: #f7c96b !important;
    border-color: rgba(247, 201, 107, 0.42) !important;
}

/* Wonder header inside Jade */
body {
    background: #000 !important;
}

.wonder-header {
    width: 100vw !important;
    height: 560px !important;
    margin-left: calc((1280px - 100vw) / 2);
    padding-top: 96px;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.02) 58%, rgba(0, 0, 0, 0.82) 100%),
        url(/templates/jade/assets/images/body-bg.jpg) center top no-repeat !important;
    background-size: cover !important;
}

.wonder-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 72px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(92, 200, 255, 0.16) 60%, rgba(0, 0, 0, 0.42));
    pointer-events: none;
}

.wonder-top-panel {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 999;
    height: 96px;
    background:
        linear-gradient(180deg, rgba(8, 15, 27, 0.95), rgba(3, 6, 13, 0.98)),
        url(../bb-images/menu-bg.png) center top no-repeat;
    border-top: 1px solid rgba(92, 200, 255, 0.16);
    border-bottom: 1px solid rgba(92, 200, 255, 0.14);
    box-shadow: 0 -16px 35px rgba(0, 0, 0, 0.42);
}

.wonder-top-panel::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -19px;
    left: 50%;
    width: 220px;
    height: 38px;
    transform: translateX(-50%);
    background: url(/templates/jade/assets/images/title-border.png) center center no-repeat;
    background-size: contain;
    opacity: 0.95;
}

.wonder-top-inner {
    width: 1280px;
    height: 96px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.wonder-logo-mini {
    display: block;
    width: 72px;
    margin-right: 12px;
    filter: drop-shadow(0 0 10px rgba(92, 200, 255, 0.35));
}

.wonder-logo-mini img {
    max-width: 100%;
    height: auto;
}

.wonder-nav {
    flex: 1;
    height: 96px;
}

.wonder-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

.wonder-nav > ul {
    display: flex;
    align-items: stretch;
}

.wonder-nav li {
    position: relative;
    min-width: 118px;
    border-left: 1px solid rgba(92, 200, 255, 0.16);
}

.wonder-nav li:last-child {
    border-right: 1px solid rgba(92, 200, 255, 0.16);
}

.wonder-nav > ul > li > a {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fcedc0 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0;
    font-family: "Open Sans", sans-serif;
    text-shadow: 0 2px 4px #000;
}

.wonder-nav > ul > li::before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(255, 241, 187, 0.22), rgba(43, 111, 255, 0.08) 56%, rgba(0, 0, 0, 0) 68%);
    border: 1px solid rgba(255, 241, 187, 0.34);
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(247, 201, 107, 0.22);
}

.wonder-nav > ul > li > a {
    padding-top: 34px;
}

.wonder-nav > ul > li:hover,
.wonder-nav > ul > li.active {
    background: rgba(43, 111, 255, 0.12);
}

.wonder-nav > ul > li:hover > a,
.wonder-nav > ul > li.active > a {
    color: #fff1bb !important;
}

.wonder-nav > ul > li.active::after,
.wonder-nav > ul > li:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #fff1bb;
    box-shadow: 0 0 10px rgba(255, 241, 187, 0.75);
}

.wonder-has-sub > a::after {
    content: "";
    width: 9px;
    height: 6px;
    margin-left: 9px;
    background: url(/templates/jade/assets/images/drop-icon.png) center center no-repeat;
}

.wonder-nav li ul {
    display: block;
    height: auto;
    position: absolute;
    left: 0;
    top: 96px;
    bottom: auto;
    min-width: 210px;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.2s ease;
    background: rgba(3, 6, 13, 0.98);
    border: 1px solid rgba(92, 200, 255, 0.16);
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.45);
}

.wonder-nav li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.wonder-nav li ul li {
    min-width: 0;
    border: 0;
}

.wonder-nav li ul a {
    display: block;
    padding: 11px 22px;
    color: #fcedc0 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

.wonder-nav li ul a:hover {
    color: #fff1bb !important;
    background: rgba(43, 111, 255, 0.14);
}

.wonder-sign-in {
    min-width: 140px;
    padding-right: 56px;
    color: #fcedc0 !important;
    text-decoration: none;
    text-align: right;
    font-size: 16px;
    position: relative;
    text-shadow: 0 2px 4px #000;
}

.wonder-sign-in::after {
    content: "";
    position: absolute;
    right: -24px;
    top: 50%;
    width: 91px;
    height: 87px;
    margin-top: -43px;
    background: url(/templates/jade/assets/images/lock-icon.png) no-repeat;
    filter: drop-shadow(0 0 8px rgba(247, 201, 107, 0.24));
}

.wonder-sign-in:hover {
    color: #fff1bb !important;
}

.wonder-flags {
    position: absolute;
    top: 126px;
    right: calc((100vw - 1280px) / 2 + 40px);
    z-index: 8;
    display: flex;
    gap: 10px;
}

.wonder-flags a {
    opacity: 0.78;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.8));
}

.wonder-flags a.active,
.wonder-flags a:hover {
    opacity: 1;
}

.wonder-logo {
    position: absolute;
    top: 168px;
    left: 50%;
    z-index: 7;
    width: 300px;
    transform: translateX(-50%);
    filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.7));
}

.wonder-logo img {
    width: 100%;
    height: auto;
}

.wonder-hand-animation {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 230px;
    width: 350px;
    height: 350px;
    margin-left: -175px;
    opacity: 0.7;
}

.wonder-light-hand,
.wonder-rune-hand {
    position: absolute;
    inset: 0;
}

.wonder-light-hand {
    background: url(/templates/jade/assets/images/light-hand.png) center center no-repeat;
    animation: wonder-rotate-left 20s linear infinite;
}

.wonder-rune-hand {
    background: url(/templates/jade/assets/images/rune-hand.png) center center no-repeat;
    animation: wonder-rotate-right 15s linear infinite;
}

.wonder-sparks > div {
    position: absolute;
    z-index: 4;
    pointer-events: none;
}

.wonder-spark-1 {
    background: url(/templates/jade/assets/images/spark_1.png) no-repeat;
    width: 764px;
    height: 313px;
    right: 20px;
    bottom: 42px;
    transform: scale(0.72);
    animation: wonder-spark-rise 4s linear infinite;
}

.wonder-spark-2 {
    background: url(/templates/jade/assets/images/spark_2.png) no-repeat;
    width: 149px;
    height: 335px;
    right: 260px;
    bottom: 30px;
    transform: scale(0.72);
    animation: wonder-spark-rise 4s linear infinite;
    animation-delay: 1.1s;
}

.wonder-spark-3 {
    background: url(/templates/jade/assets/images/spark_3.png) no-repeat;
    width: 128px;
    height: 165px;
    right: 320px;
    bottom: 58px;
    transform: scale(0.72);
    animation: wonder-spark-rise 4s linear infinite;
    animation-delay: 1.8s;
}

.wonder-spark-4 {
    background: url(/templates/jade/assets/images/spark_4.png) no-repeat;
    width: 794px;
    height: 176px;
    right: 0;
    bottom: 72px;
    transform: scale(0.72);
    animation: wonder-spark-rise 4s linear infinite;
    animation-delay: 0.4s;
}

.wonder-online {
    position: absolute;
    left: calc((100vw - 1280px) / 2 + 70px);
    bottom: 54px;
    z-index: 6;
}

.wonder-online-light {
    position: absolute;
    left: 0;
    top: -26px;
    width: 300px;
    height: 300px;
    pointer-events: none;
}

.wonder-blue-light,
.wonder-yellow-light {
    position: absolute;
    inset: 0;
}

.wonder-blue-light {
    background: url(/templates/jade/assets/images/blue-light.png);
    animation: wonder-rotate-right 12s linear infinite;
    opacity: 0.68;
}

.wonder-yellow-light {
    background: url(/templates/jade/assets/images/yellow-light.png);
    animation: wonder-rotate-left 12s linear infinite;
    opacity: 0.68;
}

.wonder-online-count {
    position: relative;
    z-index: 2;
    width: 300px;
    height: 250px;
    padding-top: 18px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    background: url(/templates/jade/assets/images/online-img.png) bottom center no-repeat;
    text-shadow: 0 2px 4px #000;
}

.wonder-online-count span {
    display: block;
    padding-top: 3px;
    color: #ffdda9;
    font-size: 48px;
    letter-spacing: 8px;
    text-shadow: 0 0 20px rgba(255, 118, 18, 0.7);
}

.wonder-online-stats {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    margin-top: -28px;
    gap: 4px;
}

.wonder-online-stat {
    width: 107px;
    min-height: 120px;
    padding-top: 95px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}

.wonder-online-stat span {
    display: block;
    margin-bottom: 5px;
    color: #ffdda9;
    font-size: 18px;
    letter-spacing: 2px;
}

.wonder-online-players {
    background: url(/templates/jade/assets/images/online-sprite.png) top left -3px no-repeat;
}

.wonder-online-guilds {
    background: url(/templates/jade/assets/images/online-sprite.png) top right -3px no-repeat;
}

.wonder-download {
    position: absolute;
    right: calc((100vw - 1280px) / 2 + 90px);
    bottom: 92px;
    z-index: 7;
    text-align: center;
}

.wonder-download-button {
    display: block;
    width: 280px;
    height: 83px;
    padding: 22px 0 0 92px;
    color: #fff1bb !important;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
    background:
        linear-gradient(90deg, rgba(34, 68, 156, 0.78), rgba(94, 66, 144, 0.8)),
        url(/templates/jade/assets/images/download.png) center center no-repeat;
    background-size: cover, cover;
    border: 1px solid rgba(255, 241, 187, 0.38);
    box-shadow: 0 0 26px rgba(43, 111, 255, 0.28), inset 0 0 22px rgba(255, 241, 187, 0.08);
    text-shadow: 0 2px 4px #000;
}

.wonder-download-button span {
    display: block;
    margin-top: 3px;
    color: #f7c96b;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: none;
}

.wonder-download-button:hover {
    filter: brightness(1.15);
}

.wonder-download-more {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
}

.wonder-download-more a {
    color: rgba(255, 255, 255, 0.62) !important;
    text-decoration: none;
    padding: 0 8px;
}

@keyframes wonder-rotate-right {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes wonder-rotate-left {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@keyframes wonder-spark-rise {
    0% {
        transform: translateY(90px) scale(0.62);
        opacity: 0.95;
    }
    70% {
        opacity: 0.55;
    }
    100% {
        transform: translateY(-80px) scale(0.92);
        opacity: 0;
    }
}

/* JadeGroup hero layout closer to the reference header */
.wonder-header {
    height: 780px !important;
    padding-top: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.01) 70%, rgba(0, 0, 0, 0.42) 100%),
        url(/templates/jade/assets/images/body-bg.jpg) center top no-repeat !important;
    background-size: cover !important;
}

.wonder-header::after {
    display: none !important;
}

.wonder-top-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 96px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none;
    border-bottom: 1px solid transparent;
    transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.wonder-top-panel.is-scrolled {
    background: rgba(4, 8, 18, 0.96) !important;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.55) !important;
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(92, 200, 255, 0.14);
}

.wonder-top-panel::before {
    display: none;
}

.wonder-top-inner {
    width: 1200px;
    height: 96px;
    align-items: center;
    border-bottom: 0 !important;
}

.wonder-top-inner::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: url(/templates/jade/assets/images/logo-mini.png) center / contain no-repeat;
    pointer-events: none;
}

.wonder-logo-mini {
    width: 56px;
    margin: 0;
    flex-shrink: 0;
}

.wonder-nav {
    height: 96px;
    flex: 1;
    display: flex;
    justify-content: center;
}

.wonder-nav > ul {
    align-items: center;
    gap: 36px;
    height: 96px;
}

.wonder-nav li {
    min-width: auto;
    border: 0 !important;
    height: 96px;
    display: flex;
    align-items: center;
}

.wonder-nav li:last-child {
    border: 0 !important;
}

.wonder-nav > ul > li::before {
    display: none;
}

.wonder-nav > ul > li {
    position: relative;
}

.wonder-nav > ul > li > a {
    height: 96px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    position: relative;
    color: #dce8f5 !important;
    font-size: 15px;
    font-family: Georgia, "Times New Roman", serif;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    transition: color 0.2s;
}

/* línea azul inferior — expande desde el centro al hacer hover */
.wonder-nav > ul > li > a::before,
.wonder-nav > ul > li > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, transparent, #5cc8ff);
    transition: width 0.35s ease;
    box-shadow: 0 0 6px rgba(92, 200, 255, 0.7);
}

.wonder-nav > ul > li > a::before {
    right: 50%;
    background: linear-gradient(90deg, #5cc8ff, transparent);
}

.wonder-nav > ul > li > a::after {
    left: 50%;
    background: linear-gradient(90deg, transparent, #5cc8ff);
}

.wonder-nav > ul > li > a:hover::before,
.wonder-nav > ul > li > a:hover::after,
.wonder-nav > ul > li.active > a::before,
.wonder-nav > ul > li.active > a::after {
    width: 50%;
}

.wonder-nav > ul > li > a:hover {
    color: #f8e9be !important;
}

.wonder-nav > ul > li:hover,
.wonder-nav > ul > li.active {
    background: transparent !important;
}

.wonder-nav > ul > li.active > a {
    color: #f8e9be !important;
}

.wonder-nav > ul > li.active::after,
.wonder-nav > ul > li:hover::after {
    display: none;
}

.wonder-has-sub > a::after {
    opacity: 0.7;
}

.wonder-nav li ul {
    top: 92px;
    background: rgba(3, 6, 13, 0.97);
    border-top: 1px solid rgba(92, 200, 255, 0.14);
}

.wonder-sign-in {
    display: none !important;
}

.wonder-flags {
    top: 100px;
    right: calc((100vw - 1200px) / 2 + 20px);
}

.wonder-logo {
    top: 150px;
    left: calc((100vw - 1280px) / 2 + 30px);
    width: 540px;
    transform: none;
}

.wonder-hand-animation {
    top: 240px;
    left: calc((100vw - 1280px) / 2 + 680px);
    opacity: 0.75;
}

.wonder-online {
    left: calc((100vw - 1280px) / 2 + 30px);
    bottom: 60px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.wonder-download {
    display: none !important;
}

.wonder-download-button {
    width: 320px;
    height: 86px;
    padding: 23px 0 0 112px;
    background:
        linear-gradient(90deg, rgba(26, 62, 138, 0.78), rgba(74, 55, 134, 0.84)),
        url(../bb-images/read-more-bg.png) center center no-repeat !important;
    background-size: cover, cover !important;
    border-color: rgba(255, 241, 187, 0.32);
}

.wonder-download-more {
    margin-top: 13px;
}

.jade-hero-server-block {
    position: absolute;
    right: calc((100vw - 1280px) / 2 + 30px);
    bottom: 90px;
    z-index: 6;
}

.wonder-sparks,
.wonder-hand-animation {
    pointer-events: none;
}

.right-sidebar {
    padding-top: 30px;
}

/* Wonder dropdown flare and right floating links */
.wonder-nav li ul {
    min-width: 220px !important;
    padding: 24px 0 !important;
    background: rgba(0, 0, 0, 0.9) !important;
    border: 0 !important;
    box-shadow: none !important;
}

.wonder-nav li ul li {
    position: relative;
    overflow: visible;
}

.wonder-nav li ul li::after {
    content: "";
    position: absolute;
    width: 308px;
    height: 133px;
    left: -46px;
    top: 50%;
    margin-top: -66px;
    opacity: 0;
    transition: 0.25s ease;
    background: url(/templates/jade/assets/images/drop-menu-hover.png) no-repeat;
    pointer-events: none;
}

.wonder-nav li ul li:hover::after {
    opacity: 1;
}

.wonder-nav li ul a {
    position: relative;
    z-index: 2;
    padding: 15px 50px !important;
    color: #fcedc0 !important;
    font-size: 14px !important;
    background-image: url(/templates/jade/assets/images/drop-menu-icon.png);
    background-position: left -20px center;
    background-repeat: no-repeat;
    transition: 0.25s ease;
}

.wonder-nav li ul a:hover {
    color: #cc7954 !important;
    padding-left: 70px !important;
    background-color: transparent !important;
    background-position: left 50px center;
}

.rightBodyLinks {
    position: fixed;
    right: 0;
    top: calc(50% - 252px);
    width: 121px;
    height: 505px;
    padding: 3px 5px 7px 45px;
    z-index: 50;
    background: url(/templates/jade/assets/images/right-panel-links-bg.png.png) no-repeat;
}

.rightBodyLinks a {
    display: block;
    margin: 8px 0;
    text-align: center;
    color: #fcedc0 !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0 2px 4px #000;
}

.rightBodyLinks a span {
    display: block;
    width: 70px;
    height: 70px;
    position: relative;
    transition: 0.3s;
    background: url(/templates/jade/assets/images/right-panel-bg.png) no-repeat;
}

.rightBodyLinks a span img {
    position: absolute;
    bottom: 18px;
    left: 17px;
}

.rightBodyLinks a:hover {
    color: #fff1bb !important;
}

.rightBodyLinks a:hover span {
    background-image: url(/templates/jade/assets/images/right-panel-bg-hover.png);
    filter: drop-shadow(0 0 10px rgba(92, 200, 255, 0.45));
}

.r-wiki span img,
.r-forum span img {
    left: 18px;
}

/* Wonder hover flare reused across Jade lists */
.fast-links a,
.service-item-link,
.ranking-nav-item,
.donate-sidebar-item,
.guide-list-group-item,
.button-small,
.top-block,
.darks-home-top-player {
    position: relative;
    overflow: hidden;
}

.fast-links a::before,
.service-item-link::before,
.ranking-nav-item::before,
.donate-sidebar-item::before,
.guide-list-group-item::before,
.button-small::before,
.top-block::before,
.darks-home-top-player::before {
    content: "";
    position: absolute;
    width: 308px;
    height: 133px;
    left: -78px;
    top: 50%;
    margin-top: -66px;
    opacity: 0;
    transition: 0.25s ease;
    background: url(/templates/jade/assets/images/drop-menu-hover.png) no-repeat;
    pointer-events: none;
    z-index: 0;
}

.fast-links a::after,
.service-item-link::after,
.ranking-nav-item::after,
.donate-sidebar-item::after,
.guide-list-group-item::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 18px;
    top: 50%;
    margin-top: -6px;
    opacity: 0.75;
    background: url(/templates/jade/assets/images/drop-menu-icon.png) left center no-repeat;
    transition: 0.25s ease;
    z-index: 1;
}

.fast-links a:hover::before,
.fast-links a.active::before,
.service-item-link:hover::before,
.service-item-link.active::before,
.ranking-nav-item:hover::before,
.ranking-nav-item.active::before,
.donate-sidebar-item:hover::before,
.donate-sidebar-item.active::before,
.guide-list-group-item:hover::before,
.guide-list-group-item.active::before,
.button-small:hover::before,
.top-block:hover::before,
.darks-home-top-player:hover::before {
    opacity: 1;
}

.fast-links a:hover::after,
.fast-links a.active::after,
.service-item-link:hover::after,
.service-item-link.active::after,
.ranking-nav-item:hover::after,
.ranking-nav-item.active::after,
.donate-sidebar-item:hover::after,
.donate-sidebar-item.active::after,
.guide-list-group-item:hover::after,
.guide-list-group-item.active::after {
    left: 26px;
    opacity: 1;
}

.fast-links a > *,
.service-item-link > *,
.ranking-nav-item > *,
.donate-sidebar-item > *,
.guide-list-group-item > *,
.button-small > *,
.top-block > *,
.darks-home-top-player > * {
    position: relative;
    z-index: 2;
}

.fast-links a,
.service-item-link,
.ranking-nav-item,
.donate-sidebar-item,
.guide-list-group-item {
    padding-left: 36px !important;
}

.fast-links a:hover,
.fast-links a.active,
.service-item-link:hover,
.service-item-link.active,
.ranking-nav-item:hover,
.ranking-nav-item.active,
.donate-sidebar-item:hover,
.donate-sidebar-item.active,
.guide-list-group-item:hover,
.guide-list-group-item.active,
.top-block:hover,
.darks-home-top-player:hover {
    color: #fff1bb !important;
    background-color: rgba(17, 33, 58, 0.56) !important;
    border-color: rgba(92, 200, 255, 0.45) !important;
    text-shadow: 0 0 10px rgba(92, 200, 255, 0.35);
}

.theme-table tbody tr,
.table tbody tr,
.rescue-table tr,
.darks-sidebar-ranking__table tbody tr {
    position: relative;
    transition: 0.25s ease;
}

.theme-table tbody tr:hover,
.table tbody tr:hover,
.rescue-table tr:hover,
.darks-sidebar-ranking__table tbody tr:hover {
    background:
        linear-gradient(90deg, rgba(43, 111, 255, 0.24), rgba(0, 0, 0, 0.02) 72%),
        url(/templates/jade/assets/images/drop-menu-hover.png) left center no-repeat !important;
}

.theme-table tbody tr:hover td,
.table tbody tr:hover td,
.rescue-table tr:hover td,
.darks-sidebar-ranking__table tbody tr:hover td {
    color: #fff1bb !important;
    background-color: transparent !important;
    border-color: rgba(92, 200, 255, 0.45) !important;
}
.jw-social-side {
    position: fixed;
    left: 18px;
    top: 420px;
    z-index: 50;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.jw-social-side a {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.18s ease, filter 0.18s ease;
}

.jw-social-side a:hover {
    transform: translateX(5px);
    filter: drop-shadow(0 0 10px rgba(92, 200, 255, 0.65));
}

.jw-social-side img {
    max-width: 52px;
    max-height: 52px;
    display: block;
}

.social-block a img {
    width: 35px;
    height: 35px;
    display: block;
    object-fit: contain;
}

@media (max-width: 1360px) {
    .jw-social-side {
        left: 8px;
        top: 360px;
    }

    .jw-social-side a,
    .jw-social-side img {
        width: 42px;
        height: 42px;
    }
}
