/* ============================================
   ADAPTED CUSTOM CSS FOR NEW SHOP
   Originally from custom_old.css
   ============================================ */

/* Font definitions - keeping original fonts */
#welcome-notify-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 20, 0.65);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

#welcome-notify-overlay.show {
    opacity: 1;
    visibility: visible;
}

.welcome-notify-box {
    width: min(420px, calc(100% - 30px));
    background: linear-gradient(145deg, rgba(24, 28, 44, 0.96), rgba(14, 17, 30, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.45),
        0 0 30px rgba(83, 130, 255, 0.15);
    color: #fff;
    text-align: center;
    transform: translateY(25px) scale(0.96);
    transition: transform 0.35s ease;
    font-family: Arial, sans-serif;
}

#welcome-notify-overlay.show .welcome-notify-box {
    transform: translateY(0) scale(1);
}

.welcome-notify-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #5b8cff, #7b5cff);
    font-size: 30px;
    box-shadow: 0 10px 25px rgba(91, 140, 255, 0.35);
}

.welcome-notify-icon img{
    width:16px;
    height:16px;
    object-fit:contain;
}

.welcome-notify-title {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.welcome-notify-text {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
}

.welcome-notify-actions {
    display: flex;
    justify-content: center;
}

.welcome-notify-btn {
    border: 0;
    border-radius: 12px;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, #5b8cff, #7b5cff);
    box-shadow: 0 10px 24px rgba(91, 140, 255, 0.35);
    transition: transform 0.18s ease, opacity 0.18s ease;
}

.welcome-notify-btn:hover {
    transform: translateY(-2px);
    opacity: 0.96;
}

.welcome-notify-btn:active {
    transform: translateY(0);
}

@font-face {
    font-family: TSMONOLITH;
    src: url('https://raw.githubusercontent.com/agentikus/monolith/main/site/fonts/Kurland/Kurland.ttf') format('truetype');
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: MONOLITH;
    src: url('https://raw.githubusercontent.com/agentikus/monolith/main/site/fonts/Kurland/Kurland.ttf');
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
}

/* Body styling - adapted */
body {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(https://i.imgur.com/0rKR8vm.png) !important;
    font-family: MONOLITH, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}

* {
    font-family: MONOLITH, sans-serif;
}

*,
*::before,
*::after {
    font-family: MONOLITH, sans-serif;
}

/* Navbar styling - adapted to new structure */
.navbar {
    margin-bottom: 20px;
    padding: 0px;
    text-transform: none;
    background: ##1e1e1e !important;
    z-index: 100;
    box-shadow: none;
    border-radius: 0px 0px 15px 15px;
}

/* User Amount button styling - */
.balance-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.balance-btn::before {
    content: "ПОПОЛНИТЬ";
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 4px;
    transition: color 0.38s ease;
}

.balance-btn:hover::before {
    color: #007bff;
}

/* Products grid - adapted to .product-cards */
.product-cards {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

/* Categories/Servers buttons - adapted */
.servers-buttons button,
.products-types-buttons button {
    padding: 15px;
    font-weight: 600;
    width: 92%;
}

/* Active button state */
.app-button--active,
.btn.btn-grafit.Active {
    transform: translateY(-3.5px);
    background-color: #171717;
    transition: transform 0.38s ease, background-color 0.38s ease;
}

/* Modal method block - adapted */
.recharge-panel-provider {
    width: 95%;
}

/* ============================================
   PRODUCT BADGES - Category labels
   ============================================ */

/* Ретекстур badge - red */
div[data-pid="24"] .product-card::before {
    content: "ретекстур";
    position: absolute;
    top: 4px;
    left: 68.5px;
    background: #ff0000;
    background-size: 300% 300%;
    background-position: 0% 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 7px;
    z-index: 10;
    pointer-events: none;
}

/* Комплект badge - red-pink */
div[data-pid="1"] .product-card::before,
div[data-pid="2"] .product-card::before,
div[data-pid="3"] .product-card::before,
div[data-pid="4"] .product-card::before,
div[data-pid="5"] .product-card::before,
div[data-pid="6"] .product-card::before,
div[data-pid="7"] .product-card::before,
div[data-pid="8"] .product-card::before,
div[data-pid="9"] .product-card::before,
div[data-pid="10"] .product-card::before,
div[data-pid="11"] .product-card::before,
div[data-pid="35"] .product-card::before,
div[data-pid="39"] .product-card::before,
div[data-pid="40"] .product-card::before,
div[data-pid="41"] .product-card::before,
div[data-pid="42"] .product-card::before,
div[data-pid="46"] .product-card::before,
div[data-pid="47"] .product-card::before,
div[data-pid="48"] .product-card::before,
div[data-pid="49"] .product-card::before,
div[data-pid="43"] .product-card::before,
div[data-pid="44"] .product-card::before,
div[data-pid="45"] .product-card::before,
div[data-pid="86"] .product-card::before {
    content: "комплект";
    position: absolute;
    top: 4px;
    left: 68.5px;
    background: #ff0044;
    background-size: 300% 300%;
    background-position: 0% 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 7px;
    z-index: 10;
    pointer-events: none;
}

/* Оружие badge - orange */
div[data-pid="13"] .product-card::before,
div[data-pid="38"] .product-card::before,
div[data-pid="12"] .product-card::before,
div[data-pid="14"] .product-card::before,
div[data-pid="15"] .product-card::before,
div[data-pid="16"] .product-card::before,
div[data-pid="17"] .product-card::before,
div[data-pid="28"] .product-card::before,
div[data-pid="27"] .product-card::before,
div[data-pid="29"] .product-card::before,
div[data-pid="93"] .product-card::before,
div[data-pid="30"] .product-card::before,
div[data-pid="33"] .product-card::before,
div[data-pid="36"] .product-card::before,
div[data-pid="50"] .product-card::before,
div[data-pid="51"] .product-card::before,
div[data-pid="52"] .product-card::before,
div[data-pid="53"] .product-card::before,
div[data-pid="54"] .product-card::before,
div[data-pid="55"] .product-card::before,
div[data-pid="56"] .product-card::before,
div[data-pid="57"] .product-card::before,
div[data-pid="58"] .product-card::before,
div[data-pid="85"] .product-card::before,
div[data-pid="87"] .product-card::before,
div[data-pid="88"] .product-card::before, 
div[data-pid="89"] .product-card::before,
div[data-pid="90"] .product-card::before,
div[data-pid="91"] .product-card::before, 
div[data-pid="92"] .product-card::before,
div[data-pid="94"] .product-card::before {
    content: "оружие";
    position: absolute;
    top: 4px;
    left: 74.6px;
    background: #ffa500;
    background-size: 300% 300%;
    background-position: 0% 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 7px;
    z-index: 10;
    pointer-events: none;
}

/* Броня badge - purple */
div[data-pid="25"] .product-card::before,
div[data-pid="26"] .product-card::before,
div[data-pid="19"] .product-card::before,
div[data-pid="18"] .product-card::before,
div[data-pid="20"] .product-card::before,
div[data-pid="21"] .product-card::before,
div[data-pid="22"] .product-card::before {
    content: "броня";
    position: absolute;
    top: 4px;
    left: 81.8px;
    background: #8a2be2;
    background-size: 300% 300%;
    background-position: 0% 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 7px;
    z-index: 10;
    pointer-events: none;
}

/* Days badge (31 д.) */
product-card-label product-card-label--rental-days {
    position: absolute;
    top: 4px;
    left: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: #5cb85c;
    border-radius: 7px;
    padding: 3px 6px;
}

div[data-pid="2"] .product-card-image-container img,
div[data-pid="3"] .product-card-image-container img,
div[data-pid="4"] .product-card-image-container img,
div[data-pid="5"] .product-card-image-container img,
div[data-pid="6"] .product-card-image-container img,
div[data-pid="7"] .product-card-image-container img,
div[data-pid="8"] .product-card-image-container img,
div[data-pid="9"] .product-card-image-container img,
div[data-pid="10"] .product-card-image-container img,
div[data-pid="11"] .product-card-image-container img,
div[data-pid="35"] .product-card-image-container img,
div[data-pid="39"] .product-card-image-container img,
div[data-pid="40"] .product-card-image-container img,
div[data-pid="41"] .product-card-image-container img,
div[data-pid="42"] .product-card-image-container img,
div[data-pid="46"] .product-card-image-container img,
div[data-pid="47"] .product-card-image-container img,
div[data-pid="48"] .product-card-image-container img,
div[data-pid="49"] .product-card-image-container img,
div[data-pid="43"] .product-card-image-container img,
div[data-pid="44"] .product-card-image-container img,
div[data-pid="45"] .product-card-image-container img,
div[data-pid="86"] .product-card-image-container img {
    width: 265px;
    height: 180px;
    margin-top: 40px;
    object-fit: contain;
    display: block;
}

/* Бронежилеты - image positioning */
div[data-pid="25"] .product-card-image-container img,
div[data-pid="26"] .product-card-image-container img,
div[data-pid="19"] .product-card-image-container img,
div[data-pid="18"] .product-card-image-container img,
div[data-pid="20"] .product-card-image-container img,
div[data-pid="21"] .product-card-image-container img,
div[data-pid="22"] .product-card-image-container img {
    width: 95%;
    height: 95%;
    padding-top: 0px;
    margin-top: 30px;
    vertical-align: middle;
    pointer-events: none;
}

/* Оружие - image positioning */
div[id="446"] .product-card-image-container img,
div[id="448"] .product-card-image-container img,
div[id="423"] .product-card-image-container img,
div[id="484"] .product-card-image-container img,
div[id="449"] .product-card-image-container img,
div[id="487"] .product-card-image-container img,
div[id="488"] .product-card-image-container img,
div[id="489"] .product-card-image-container img,
div[id="490"] .product-card-image-container img,
div[id="491"] .product-card-image-container img,
div[id="492"] .product-card-image-container img,
div[id="493"] .product-card-image-container img,
div[id="494"] .product-card-image-container img,
div[id="447"] .product-card-image-container img,
div[id="445"] .product-card-image-container img,
div[id="444"] .product-card-image-container img,
div[id="443"] .product-card-image-container img,
div[id="442"] .product-card-image-container img,
div[id="441"] .product-card-image-container img,
div[id="426"] .product-card-image-container img,
div[id="417"] .product-card-image-container img,
div[id="415"] .product-card-image-container img,
div[id="413"] .product-card-image-container img,
div[id="414"] .product-card-image-container img,
div[id="394"] .product-card-image-container img,
div[id="393"] .product-card-image-container img,
div[id="387"] .product-card-image-container img,
div[id="428"] .product-card-image-container img,
div[id="384"] .product-card-image-container img,
div[id="386"] .product-card-image-container img,
div[id="385"] .product-card-image-container img,
div[id="481"] .product-card-image-container img,
div[id="477"] .product-card-image-container img,
div[id="476"] .product-card-image-container img,
div[id="475"] .product-card-image-container img,
div[id="474"] .product-card-image-container img,
div[id="473"] .product-card-image-container img,
div[id="472"] .product-card-image-container img {
    width: 95%;
    height: 35%;
    padding-top: 10px;
    vertical-align: middle;
    pointer-events: none;
    margin-top: 70px;
    margin-left: 5px;
    object-fit: contain;
    display: block;
}

/* ============================================
   PRODUCT CARD STYLING - Adapted
   ============================================ */

/* Price badge */
.product-card-price {
    background: #007bff;
    background-size: 300% 300%;
    background-position: 0% 50%;
    color: rgb(101, 106, 133);
    text-align: end;
    bottom: 8px;
    right: 10px;
    border-radius: 7px;
    font-weight: bold;
    z-index: 1;
    position: absolute;
    font-size: 14px;
    padding: 3px 6px;
    text-overflow: ellipsis;
    text-shadow: unset;
    overflow: hidden;
    opacity: 1;
}

/* Days badge */
.product-card-badge-days {
    position: absolute;
    top: 4px;
    left: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: #5cb85c;
    border-radius: 7px;
    padding: 3px 6px;
}

/* Discount badge */
.product-card-badge-percentage {
    position: absolute;
    top: 4px;
    right: 3px;
    color: #fff;
    background: #ff5656;
    padding: 3px 6px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 600;
}

/* Discount price */
.product-card-discount-price {
    color: #fff;
}

/* Old price */
.product-card-old-price {
    text-decoration: line-through;
    font-size: smaller;
    font-weight: 500;
    color: #ff5656;
}

/* Product name */
.product-card-name {
    position: absolute;
    bottom: 3.2px;
    left: 1.5px;
    right: 80px;
    color: black;
    background: unset;
    padding: 8px;
    font-size: 14px;
    font-weight: 700;
}

.product-card-name,
.product-card-price,
.name-user {
    color: #fff;
}

/* Modal content - adapted */

/* Product image */
.product-card-image-container img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 0px;
    vertical-align: middle;
    pointer-events: none;
    object-fit: contain;
}

/* Recharge panel section image - adapted */
.recharge-panel-provider img {
    width: 85%;
    height: 85%;
    margin: auto;
    user-select: none;
    pointer-events: none;
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
}

/* Recharge panel section - adapted */
.recharge-panel-provider {
    position: relative;
    width: 100%;
    height: 85px;
    padding: 10px;
    cursor: pointer;
    transition: .2s;
    border-radius: 7px;
    border: 1px solid #b5b5b530;
    background-color: #fff;
}

.recharge-panel-provider.selected::before {
    position: absolute;
    content: "ВЫБРАН";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 2px 8px;
    border-radius: 4px;
    background-color: rgba(0, 123, 255, 0.25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    color: #007bff;
    top: 5%;
    left: 32.5%;
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.38s ease, transform 0.38s ease, color 0.38s ease, background-color 0.38s ease;
}

.recharge-panel-provider:hover {
    border: 2.25px solid #007bff;
    background-color: #f8faff;
}

.recharge-panel-provider.selected {
    border: 1.8px solid #007bff;
    background: linear-gradient(145deg, #f0f7ff, #ffffff);
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.4);
}

/* Online server status */
.s-online {
    margin-top: -30px !important;
    color: black;
    display: flex;
    font-weight: 100;
    margin-left: 10px;
    margin-right: 10px;
    pointer-events: none;
}

/* Button hover states */
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #3478db;
    border-color: transparent;
    box-shadow: none;
}

.btn:hover {
    background-color: #3498db;
}

/* Product card - adapted */
.product-card {
    background: 
        url(https://i.postimg.cc/3NvjjP7M/li.png) repeat top left,
        url(https://i.postimg.cc/mkdbwLYh/back.png) repeat top left;
    border: 1px solid #363636;
    box-shadow: unset;
    transform: none;
    animation: none;
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #d50909;
    overflow-wrap: hidden;
    min-height: 250px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    width: 89%;
    border-radius: 10px;
    transition: all 0.38s ease;
}

.product-card:hover {
    background-color: rgba(218, 218, 218, 0.2);
    box-shadow: 0 0px 25px rgba(0, 123, 255, 0.30);
    transform: translateY(-5px);
}

/* Header image */
.header_image {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 0%;
    pointer-events: none;
    border: 0px;
    box-shadow: 0px;
}

/* Theme color variable */
:root {
    --ThemeColor: #3498db;
}

/* Product card labels container */
.product-card-label {
    position: absolute;
    top: 4px;
    left: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: #5cb85c;
    border-radius: 7px;
    padding: 3px 6px;
}

div[data-pid="1"] .product-card::after,
div[data-pid="13"] .product-card::after,
div[data-pid="25"] .product-card::after,
div[data-pid="38"] .product-card::after,
div[data-pid="24"] .product-card::after {
    content: "31 Дн.";
    position: absolute;
    top: 4px;
    left: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: #5cb85c;
    border-radius: 7px;
    padding: 3px 6px;
    z-index: 5;
}

/* Make sure labels work with badges */
.product-card-badge-days,
.product-card-badge-percentage {
    position: absolute;
    z-index: 6;
}

.product-card-image-container {
    display: flex;
    height: 85%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-shrink: 0;
    overflow: hidden;
    background-image: url(/build/assets/bg-DmLsbDkk.svg)
}

/* Mobile responsive adjustments */
@media (max-width: 1200px) {
    .product-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 700px) {
    .product-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .product-cards {
        grid-template-columns: repeat(1, 1fr);
    }
}

#monolith-discord-widget {
    width: 100%;
    max-width: 320px;
    background: #1e1e1e;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 14px;
    box-sizing: border-box;
    color: #fff;
    font-family: Arial, sans-serif;
}

.mdw-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.mdw-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.mdw-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mdw-head-text {
    min-width: 0;
}

.mdw-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
}

.mdw-sub {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    line-height: 1.4;
}

.mdw-stats {
    display: grid;
    gap: 8px;
    margin-bottom: 12px;
}

.mdw-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #181818;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
}

.mdw-label {
    color: rgba(255,255,255,0.65);
}

.mdw-value {
    font-weight: 700;
    color: #fff;
}

.mdw-section {
    margin-top: 12px;
}

.mdw-section-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.5);
    margin-bottom: 8px;
}

.mdw-list {
    display: grid;
    gap: 6px;
}

.mdw-item {
    background: #181b1f;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 8px;
    padding: 9px 10px;
    font-size: 14px;
    color: #fff;
}

.mdw-member {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #181b1f;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 8px;
    padding: 8px 10px;
}

.mdw-member img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.mdw-member-name {
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mdw-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    margin-top: 14px;
    border-radius: 8px;
    background: #5865f2;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: background 0.15s ease;
    box-sizing: border-box;
}

.mdw-btn:hover {
    background: #4752c4;
}

.mdw-loading,
.mdw-error,
.mdw-empty {
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    padding: 8px 0;
}

#monolith-steam-collection {
    width: 100%;
    max-width: 320px;
    background: #1e1e1e;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 14px;
    box-sizing: border-box;
    color: #fff;
    font-family: Arial, sans-serif;
    margin-top: 12px;
}

.msc-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.msc-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: #181818;
}

.msc-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.msc-head-text {
    min-width: 0;
}

.msc-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
}

.msc-sub {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    line-height: 1.4;
}

.msc-banner {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
    background: #181818;
}

.msc-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.msc-stats {
    display: grid;
    gap: 8px;
    margin-bottom: 12px;
}

.msc-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #181818;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
}

.msc-label {
    color: rgba(255,255,255,0.65);
}

.msc-value {
    font-weight: 700;
    color: #fff;
}

.msc-section {
    margin-top: 12px;
}

.msc-section-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.5);
    margin-bottom: 8px;
}

.msc-list {
    display: grid;
    gap: 8px;
}

.msc-item {
    background: #181818;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 8px;
    padding: 7.5px;
}

.msc-meta-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.msc-meta-label {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    max-width: 80%;
    word-break: break-word;
}

.msc-meta-value {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    white-space: nowrap;
    text-align: right;
}

.msc-btn,
.msc-item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    border-radius: 8px;
    background: #277FFF;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: background 0.15s ease;
    box-sizing: border-box;
}

.msc-btn:hover,
.msc-item-btn:hover {
    background: #0F60FA;
}

.msc-item-btn {
    height: 36px;
    font-size: 13px;
    margin-top: 2px;
}

.msc-loading,
.msc-error,
.msc-empty {
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    padding: 8px 0;
}
#monolith-wargm-widget {
    width: 100%;
    max-width: 320px;
    background: #1e1e1e;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 14px;
    box-sizing: border-box;
    color: #fff;
    font-family: Arial, sans-serif;
    margin-top: 12px;
}

.mwg-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.mwg-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: #181818;
}

.mwg-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mwg-head-text {
    min-width: 0;
}

.mwg-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
}

.mwg-sub {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    line-height: 1.4;
}

.mwg-stats {
    display: grid;
    gap: 8px;
    margin-bottom: 12px;
}

.mwg-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #181818;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
}

.mwg-label {
    color: rgba(255,255,255,0.65);
}

.mwg-value {
    font-weight: 700;
    color: #fff;
    text-align: right;
    word-break: break-word;
}

.mwg-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    border-radius: 8px;
    background: #25282e;
    border: 1px solid #343941;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.15s ease;
    box-sizing: border-box;
}

.mwg-btn:hover {
    background: #2e333b;
    border-color: #4a5563;
}