/* Armory character profile (card + equipment list + stats) */

.armory-profile-page {
    padding: 1.5rem 0 2.5rem;
    min-height: calc(100vh - 200px);
}

.armory-profile-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}

.armory-profile-back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    padding: 0.4rem 0.75rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #9aa5c6;
    font-size: 0.9rem;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.armory-profile-back:hover {
    background: rgba(0, 168, 255, 0.12);
    border-color: rgba(0, 168, 255, 0.35);
    color: #e8f4ff;
}

.armory-card {
    border-radius: 0.5rem;
    border: none;
    background: rgba(14, 22, 33, 0.85);
    color: #e0e0e0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

@media (min-width: 768px) {
    .armory-card {
        backdrop-filter: blur(12px);
    }
}

.armory-profile-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.5rem 1rem;
    padding: 0.5rem 0.75rem;
    border-bottom: none;
}

@media (min-width: 640px) {
    .armory-profile-header {
        padding: 0.75rem 1rem;
    }
}

.armory-profile-header__identity {
    display: flex;
    flex-direction: row;
    flex: 0 1 auto;
    align-items: center;
    min-width: 0;
}

.armory-race-block {
    position: relative;
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
}

.armory-s-icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
}

.armory-s-icon__inner {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #0e1621;
}

.armory-faction-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2rem;
    height: 2rem;
    transform: translate(25%, 33%);
    border-radius: 0.25rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(14, 22, 33, 0.95);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.armory-faction-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.armory-profile-name {
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.armory-profile-name h1 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0;
    word-break: break-word;
}

@media (min-width: 640px) {
    .armory-profile-name h1 {
        font-size: 1.5rem;
    }
}

.armory-profile-header__main {
    display: flex;
    flex-direction: row;
    flex: 1 1 280px;
    min-width: 0;
    align-items: center;
    gap: 0.5rem;
}

.armory-class-icon-wrap {
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
}

.armory-class-icon-wrap .armory-s-icon__inner {
    background-size: 56px 56px;
    background-position: center;
}

.armory-profile-meta-lines {
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
    min-width: 0;
}

.armory-ilvl-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 1rem;
    font-size: 1.05rem;
}

.armory-ilvl-row__item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #9aa5c6;
    white-space: nowrap;
}

.armory-ilvl-row__item svg {
    flex-shrink: 0;
    opacity: 0.9;
}

.armory-meta-line {
    font-size: 0.875rem;
    line-height: 1.45;
    color: #c8d0e0;
}

.armory-meta-line span,
.armory-meta-line a {
    margin-right: 0.35rem;
}

.armory-meta-line a {
    color: #7eb8ff;
}

.armory-meta-line a:hover {
    text-decoration: underline;
}

.armory-meta-guild {
    color: #9aa5c6;
}

.armory-meta-nowrap {
    white-space: nowrap;
}

.js-armory-item[data-entry] {
    cursor: help;
}

.armory-profile-header__points {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .armory-profile-header__points {
        flex-direction: column;
        margin-left: auto;
        align-items: center;
    }
}

.armory-achievement-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #c9a227 0%, #8b6914 100%);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.armory-achievement-points {
    font-size: 0.95rem;
    color: #9aa5c6;
    font-variant-numeric: tabular-nums;
}

/* Tabs */
.armory-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.25rem;
    padding: 0 0.25rem;
    background: rgba(255, 255, 255, 0.02);
    border-bottom: none;
}

.armory-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0.85rem;
    border-radius: 0.35rem 0.35rem 0 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: #9aa5c6;
    border-bottom: 2px solid transparent;
    opacity: 0.85;
    cursor: default;
    transition: opacity 0.15s, color 0.15s, border-color 0.15s;
}

.armory-tab:hover:not(.armory-tab--active) {
    opacity: 1;
    color: #e0e0e0;
}

.armory-tab--active {
    opacity: 1;
    color: #f0f4f8;
    border-bottom-color: rgba(0, 168, 255, 0.75);
    box-shadow: 0 1px 0 rgba(0, 168, 255, 0.15);
}

.armory-tab--clickable {
    cursor: pointer;
}

.armory-tab-panel--talents {
    padding: 0.5rem 0 1.5rem;
}

.armory-tab-panel--bags {
    padding: 0.5rem 0 1rem;
}

.armory-tab a {
    color: inherit;
    text-decoration: none;
}

.armory-tab--disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.armory-tab-badge {
    margin-left: 0.35rem;
    padding: 0.1rem 0.35rem;
    border-radius: 0.2rem;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(34, 197, 94, 0.35);
    color: #bbf7d0;
}

/* Main grid */
.armory-main-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

@media (min-width: 1024px) {
    .armory-main-grid {
        grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
        align-items: stretch;
    }
}

.armory-col-left {
    border-right: none;
}

/* Character equipment profile */
.s-character-profile {
    padding: 1rem 0.75rem 1.25rem;
}

/* Верхний ряд: слоты слева и справа по краям, по центру только манекен; снизу отдельно оружие */
.s-character-profile__grid {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.s-character-profile__paper {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0.65rem 0.85rem;
    background-color: rgba(0, 0, 0, 0.18);
    background-image: url('/assets/images/armory/character-dummy-bg.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    min-height: 200px;
}

@media (min-width: 640px) {
    .s-character-profile__paper {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        gap: 0.65rem 0.85rem;
        padding: 0.75rem 1rem;
        min-height: 280px;
    }

    .s-character-profile--left-equipments {
        flex: 0 1 auto;
    }

    .s-character-profile--right-equipments {
        flex: 0 1 auto;
    }
}

.s-character-profile--left-equipments,
.s-character-profile--right-equipments {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 640px) {
    .s-character-profile--left-equipments {
        align-items: flex-start;
    }

    .s-character-profile--right-equipments {
        align-items: flex-end;
    }
}

/* Характеристики между слотами: без фона, текст слева, скролл справа при переполнении */
.s-character-profile--stats {
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
    position: relative;
    z-index: 2;
    min-width: 0;
    width: 100%;
    text-align: left;
}

@media (min-width: 640px) {
    .s-character-profile--stats {
        flex: 1 1 0;
        min-width: 140px;
        max-width: min(300px, 34vw);
    }
}

.s-character-profile--bottom-equipments {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    padding-top: 0.5rem;
    margin-top: 0.25rem;
    border-top: none;
    width: 100%;
    flex: 0 0 auto;
}

.s-character-profile--equipment {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    text-decoration: none;
    color: inherit;
    border-radius: 0.35rem;
    padding: 0.2rem 0.25rem;
    margin: -0.2rem -0.25rem;
    transition: background 0.12s;
}

/* Пустые слоты: как в .inventory_row — фон + спрайт по номеру слота */
.s-character-profile .item-holder {
    height: 57px;
    width: 57px;
    flex-shrink: 0;
}

.s-character-profile .item-holder .item-slot {
    position: relative;
    display: block;
    width: 49px;
    height: 49px;
    margin: 4px;
    background-color: transparent;
    background-image: url('/assets/images/armory/item-empty-bg.png');
    background-repeat: no-repeat;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
    overflow: visible;
    pointer-events: none;
}

.s-character-profile .item-holder .item-slot.empty {
    opacity: 0.35;
}

.s-character-profile .item-holder .item-slot.empty:hover {
    opacity: 0.66;
}

.s-character-profile .item-holder .item-slot.empty::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/assets/images/armory/inventory-slots.png');
    background-repeat: no-repeat;
}

.s-character-profile .item-holder .item-slot.empty.slot-0::before { background-position: 1px 1px !important; }
.s-character-profile .item-holder .item-slot.empty.slot-1::before { background-position: 1px -49px !important; }
.s-character-profile .item-holder .item-slot.empty.slot-2::before { background-position: 1px -96px !important; }
.s-character-profile .item-holder .item-slot.empty.slot-3::before { background-position: 1px -234px !important; }
.s-character-profile .item-holder .item-slot.empty.slot-4::before { background-position: 1px -140px !important; }
.s-character-profile .item-holder .item-slot.empty.slot-5::before { background-position: 1px -375px !important; }
.s-character-profile .item-holder .item-slot.empty.slot-6::before { background-position: 1px -422px !important; }
.s-character-profile .item-holder .item-slot.empty.slot-7::before { background-position: 1px -469px !important; }
.s-character-profile .item-holder .item-slot.empty.slot-8::before { background-position: 1px -281px !important; }
.s-character-profile .item-holder .item-slot.empty.slot-9::before { background-position: 1px -328px !important; }
.s-character-profile .item-holder .item-slot.empty.slot-10::before,
.s-character-profile .item-holder .item-slot.empty.slot-11::before { background-position: 1px -516px !important; }
.s-character-profile .item-holder .item-slot.empty.slot-12::before,
.s-character-profile .item-holder .item-slot.empty.slot-13::before { background-position: 1px -563px !important; }
.s-character-profile .item-holder .item-slot.empty.slot-14::before { background-position: 1px -140px !important; }
.s-character-profile .item-holder .item-slot.empty.slot-15::before { background-position: 1px -610px !important; }
.s-character-profile .item-holder .item-slot.empty.slot-16::before { background-position: 1px -657px !important; }
.s-character-profile .item-holder .item-slot.empty.slot-17::before { background-position: 1px -704px !important; }
.s-character-profile .item-holder .item-slot.empty.slot-18::before { background-position: 1px -187px !important; }

.s-character-profile .item-holder .item-slot.slot-0 { background-position: 1px 1px !important; }
.s-character-profile .item-holder .item-slot.slot-1 { background-position: 1px -49px !important; }
.s-character-profile .item-holder .item-slot.slot-2 { background-position: 1px -96px !important; }
.s-character-profile .item-holder .item-slot.slot-3 { background-position: 1px -234px !important; }
.s-character-profile .item-holder .item-slot.slot-4 { background-position: 1px -140px !important; }
.s-character-profile .item-holder .item-slot.slot-5 { background-position: 1px -375px !important; }
.s-character-profile .item-holder .item-slot.slot-6 { background-position: 1px -422px !important; }
.s-character-profile .item-holder .item-slot.slot-7 { background-position: 1px -469px !important; }
.s-character-profile .item-holder .item-slot.slot-8 { background-position: 1px -281px !important; }
.s-character-profile .item-holder .item-slot.slot-9 { background-position: 1px -328px !important; }
.s-character-profile .item-holder .item-slot.slot-10,
.s-character-profile .item-holder .item-slot.slot-11 { background-position: 1px -516px !important; }
.s-character-profile .item-holder .item-slot.slot-12,
.s-character-profile .item-holder .item-slot.slot-13 { background-position: 1px -563px !important; }
.s-character-profile .item-holder .item-slot.slot-14 { background-position: 1px -140px !important; }
.s-character-profile .item-holder .item-slot.slot-15 { background-position: 1px -610px !important; }
.s-character-profile .item-holder .item-slot.slot-16 { background-position: 1px -657px !important; }
.s-character-profile .item-holder .item-slot.slot-17 { background-position: 1px -704px !important; }
.s-character-profile .item-holder .item-slot.slot-18 { background-position: 1px -187px !important; }

a.s-character-profile--equipment:hover {
    background: rgba(255, 255, 255, 0.04);
}

.s-character-profile--item {
    flex-shrink: 0;
}

.s-icon-large {
    width: 48px;
    height: 48px;
    border-radius: 0.25rem;
    overflow: hidden;
    position: relative;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 0 0 2px rgba(14, 22, 33, 0.9);
}

.s-icon-large .s-icon-layer-bg,
.s-icon-large .s-icon-layer-icon {
    position: absolute;
    inset: 0;
    border-radius: 0.2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.s-icon-large .s-icon-layer-icon--img {
    display: block;
    background: none;
}

.s-icon-large .s-icon-layer-icon--img .armory-item-icon-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.2rem;
}

.s-icon-large .s-icon-layer-bg {
    background-color: #0a0f16;
}

/* Уровень предмета поверх иконки в слоте */
.armory-slot-ilvl {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 3;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    text-shadow:
        0 0 2px rgba(0, 0, 0, 0.95),
        0 1px 2px rgba(0, 0, 0, 0.9);
    pointer-events: none;
}

/* Item quality (WoW) */
.quality-0 { border-color: #9d9d9d; }
.quality-1 { border-color: #ffffff; }
.quality-2 { border-color: #1eff00; }
.quality-3 { border-color: #0070dd; }
.quality-4 { border-color: #a335ee; }
.quality-5 { border-color: #ff8000; }
.quality-6 { border-color: #e6cc80; }
.quality-7 { border-color: #ff4444; }

.q0 { color: #9d9d9d; }
.q1 { color: #ffffff; }
.q2 { color: #1eff00; }
.q3 { color: #0070dd; }
.q4 { color: #a335ee; }
.q5 { color: #ff8000; }
.q6 { color: #e6cc80; }
.q7 { color: #ff4444; }

.armory-stats-scroll {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 0.15rem 0 0.15rem 0;
    padding-right: 2px;
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 168, 255, 0.4) transparent;
}

.armory-stats-scroll::-webkit-scrollbar {
    width: 6px;
}

.armory-stats-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.armory-stats-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 168, 255, 0.35);
    border-radius: 100px;
}

.armory-stats-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 168, 255, 0.55);
}

@media (max-width: 639px) {
    .armory-stats-scroll {
        max-height: min(280px, 48vh);
    }
}

.armory-stats-section h3 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #8ec5ff;
    margin: 0 0 0.35rem;
    letter-spacing: 0.01em;
    text-align: left;
}

.armory-stats-section:first-child h3 {
    margin-top: 0;
}

.armory-stat-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.65rem;
    padding: 0.15rem 4px 0.15rem 0;
    font-size: 0.875rem;
    text-align: left;
}

.armory-stat-row__val {
    color: #9aa5c6;
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
}

.armory-stat-subrows {
    margin: 0.15rem 0 0.35rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    font-size: 0.75rem;
    color: #b0b8c8;
}

.armory-stat-subrows .armory-stat-row {
    padding-left: 0;
}

/* Right column: achievements panel (Tailwind-like) */
.armory-col-right {
    padding: 1rem;
}

@media (min-width: 1024px) {
    .armory-col-right {
        padding: 1rem 1rem 1rem 0;
    }
}

.armory-ach-panel {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(55, 65, 81, 0.3);
    border-radius: 1rem;
    padding: 1.5rem;
}

.armory-ach-panel__title {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0 0 0.25rem 0;
    color: #f3f4f6;
}

.armory-ach-panel__subtitle {
    font-size: 0.875rem;
    color: #9ca3af;
    margin: 0 0 1rem 0;
    line-height: 1.45;
}

.armory-ach-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.armory-ach-toolbar__counts {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    font-size: 0.875rem;
    color: #d1d5db;
}

.armory-ach-toolbar__label {
    color: #d1d5db;
}

.armory-ach-toolbar__num {
    color: #fff;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
}

.armory-ach-toolbar__sep {
    color: rgba(255, 255, 255, 0.5);
}

.armory-ach-toolbar__filters {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.armory-ach-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.25;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    cursor: default;
    user-select: none;
}

.armory-ach-filter--active {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
}

.armory-ach-filter--muted {
    opacity: 0.55;
    pointer-events: none;
}

.armory-ach-filter--yellow {
    border-color: rgba(234, 179, 8, 0.5);
    background: rgba(234, 179, 8, 0.2);
    color: #facc15;
}

.armory-ach-list-wrap {
    margin-top: 0.25rem;
}

.armory-ach-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 0.25rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(75, 85, 99, 0.9) transparent;
}

.armory-ach-list::-webkit-scrollbar {
    width: 6px;
}

.armory-ach-list::-webkit-scrollbar-track {
    background: transparent;
}

.armory-ach-list::-webkit-scrollbar-thumb {
    background: rgba(75, 85, 99, 0.85);
    border-radius: 999px;
}

/* Утилиты как в Tailwind — только внутри списка достижений армори */
.armory-profile-page .armory-ach-list .bg-black\/30 {
    background-color: rgba(0, 0, 0, 0.3);
}

.armory-profile-page .armory-ach-list .rounded-xl {
    border-radius: 0.75rem;
}

.armory-profile-page .armory-ach-list .rounded-lg {
    border-radius: 0.5rem;
}

.armory-profile-page .armory-ach-list .rounded {
    border-radius: 0.25rem;
}

.armory-profile-page .armory-ach-list .p-4 {
    padding: 1rem;
}

.armory-profile-page .armory-ach-list .border {
    border-width: 1px;
    border-style: solid;
}

.armory-profile-page .armory-ach-list .border-white\/10 {
    border-color: rgba(255, 255, 255, 0.1);
}

.armory-profile-page .armory-ach-list .border-white\/20 {
    border-color: rgba(255, 255, 255, 0.2);
}

.armory-profile-page .armory-ach-list .bg-white\/5 {
    background-color: rgba(255, 255, 255, 0.05);
}

.armory-profile-page .armory-ach-list .text-white\/70 {
    color: rgba(255, 255, 255, 0.7);
}

.armory-profile-page .armory-ach-list .flex {
    display: flex;
}

.armory-profile-page .armory-ach-list .items-center {
    align-items: center;
}

.armory-profile-page .armory-ach-list .justify-between {
    justify-content: space-between;
}

.armory-profile-page .armory-ach-list .flex-1 {
    flex: 1 1 0%;
}

.armory-profile-page .armory-ach-list .flex-shrink-0 {
    flex-shrink: 0;
}

.armory-profile-page .armory-ach-list .flex-wrap {
    flex-wrap: wrap;
}

.armory-profile-page .armory-ach-list .gap-1 {
    gap: 0.25rem;
}

.armory-profile-page .armory-ach-list .gap-2 {
    gap: 0.5rem;
}

.armory-profile-page .armory-ach-list .gap-3 {
    gap: 0.75rem;
}

.armory-profile-page .armory-ach-list .min-w-0 {
    min-width: 0;
}

.armory-profile-page .armory-ach-list .w-10 {
    width: 2.5rem;
}

.armory-profile-page .armory-ach-list .h-10 {
    height: 2.5rem;
}

.armory-profile-page .armory-ach-list .w-4 {
    width: 1rem;
}

.armory-profile-page .armory-ach-list .h-4 {
    height: 1rem;
}

.armory-profile-page .armory-ach-list .w-full {
    width: 100%;
}

.armory-profile-page .armory-ach-list .h-full {
    height: 100%;
}

.armory-profile-page .armory-ach-list .overflow-hidden {
    overflow: hidden;
}

.armory-profile-page .armory-ach-list .object-cover {
    object-fit: cover;
}

/* Иконки достижений — цветные (локальные PNG или внешние) */
.armory-profile-page .armory-ach-list .armory-ach-row__icon {
    filter: none;
}

.armory-profile-page .armory-ach-list .text-white {
    color: #fff;
}

.armory-profile-page .armory-ach-list .font-medium {
    font-weight: 500;
}

.armory-profile-page .armory-ach-list .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.armory-profile-page .armory-ach-list .text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.armory-profile-page .armory-ach-list .text-gray-400 {
    color: #9ca3af;
}

.armory-profile-page .armory-ach-list .px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.armory-profile-page .armory-ach-list .py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

.armory-profile-page .armory-ach-list .py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.armory-profile-page .armory-ach-list .mt-1 {
    margin-top: 0.25rem;
}

.armory-profile-page .armory-ach-list .ml-4 {
    margin-left: 1rem;
}

.armory-profile-page .armory-ach-list p {
    margin: 0;
}

.armory-ach-empty {
    color: #9ca3af;
    font-size: 0.875rem;
    margin: 0.5rem 0 0 0;
}

@media (max-width: 520px) {
    .armory-ach-toolbar__filters {
        margin-left: 0;
        width: 100%;
    }

    .armory-profile-page .armory-ach-list .bg-black\/30.rounded-xl {
        flex-direction: column;
        align-items: stretch;
    }

    .armory-profile-page .armory-ach-list .ml-4 {
        margin-left: 0;
    }

    .armory-profile-page .armory-ach-list .flex.items-center.ml-4 {
        justify-content: flex-end;
    }
}

/* Curator bags (reuse old item slots) */
.armory-bags-section {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.armory-bags-section .panel-title {
    font-size: 1.15rem;
    margin-bottom: 1rem;
}

