
.transition-opacity {
    transition: opacity 0.3s ease;
}
.spoiler-block {
    margin: 0.5rem 0;
    border-radius: 6px;
    overflow: hidden;
    font-size: 0.95rem;
    border: 1px solid #ddd;
    max-width: max-content;
    background-color: #f9f9f9;
}
ol, ul {
    list-style-type: decimal !important;
    padding-left: 20px !important;
    line-height: 1.4;
}
.dark .spoiler-block, .bg-pop {
    border-color: rgba(98, 105, 149, 0.55);
    background-color: rgba(24, 30, 62, 0.37);
}
p,p+p{
    line-height: 1;
    margin: 0;
}
.spoiler-toggle {
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    background-color: #ffffff;
    border: 1px solid rgba(34, 34, 34, 0.09);
    color: #221f1f;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-family: inherit;
}

.spoiler-toggle:hover {
    background-color: #ffffff;
    color: #181c2b;
}

.dark .spoiler-toggle {
    background-color: rgba(24, 30, 62, 0.3);
    border: 1px solid #393b43;
    color: #eee;
}

.dark .spoiler-toggle:hover {
    background-color: #181c2b;
}

.spoiler-content {
    display: none;
    padding: 10px 15px;
    border-top: 1px solid #ccc;
    animation: fadeIn 0.3s ease-in-out;
    color: #181c2b;
}

.dark .spoiler-content {
    border-top: 1px solid #181c2b;
    color: #eee;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (max-width: 600px) {
    .spoiler-toggle,
    .spoiler-content {
        padding: 8px 12px;
        font-size: 0.9rem;
    }
}

.my-spoiler-icon {
    background-color: #474545;
}
.dark .my-spoiler-icon {
    background-color: rgba(204, 204, 204, 0.11);
}
span, p {
    line-height: 1.5;
}
.icon svg {
    transition: transform 0.3s ease;
}
td {
    border: 1px solid rgba(113, 113, 113, 0.14);
}
tr {
    border-bottom: 1px solid rgba(113, 113, 113, 0.14);
}
tr>td {
    border-right: 1px solid rgba(113, 113, 113, 0.14);
    border-left: none;
    border-bottom: none;
    border-top: none;
}
.dark td {
    background: #26354e;
    /*border: 1px solid #fff;*/
}
.dark tr {
    border: 1px solid rgba(255, 255, 255, 0.04);
}
.table-responsive {
    width: calc(100%)!important;
}
caption {
    margin-bottom: 10px;
}
[data-popover]:hover,
[data-popover]:focus {
    opacity: 1 !important;
    visibility: visible !important;
}

[data-popover-target]:hover + [data-popover] {
    opacity: 1;
    visibility: visible;
}

[data-popover]:hover {
    opacity: 1;
    visibility: visible;
}
.menu, .menu-inner-item, .tabs-item {
    list-style: none;
    margin-bottom: 0 !important;
}
.menu:nth-child(1){
    margin-top: 10px!important;
}
.layout-menu .menu{
    gap: 0 !important;
}
.lis{
    padding: 2px 0 !important;
    list-style: none;
}
.dark .bg-pop {
    border-color: rgba(98, 105, 149, 0.55);
    background-color: #2a3851;
}
.p-t {
    border-bottom: 1px solid rgba(57, 57, 60, 0.16);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fdfdfd;
    box-shadow: 0 0 5px -3px;
}
.dark .p-t {
    border-bottom: 1px solid rgba(151, 155, 175, 0.18);
    background-color: #2a3851;
}
.p-b {
    background-color: #fbfbfb;
    box-shadow: 0 0 5px -3px;
}
.dark .p-b {
    border-color: rgba(98, 105, 149, 0.55);
    background-color: #2a3851;
}
.pp-h {
    padding: 2px 4px;
    border-radius: 3px;
    width: fit-content;
    border: 1px solid rgba(98, 105, 149, 0.29);
}
.dark .pp-h {
    border: 1px solid rgba(98, 105, 149, 0.55);
}
.menu-inner-dropdown, .layout-menu .menu-bottom > *:first-child {
    padding-left: 4px !important;
}
.menu-inner-dropdown {
    display: none;
    flex-direction: column;
}
.menu-inner-dropdown._open {
    display: flex !important;
}
.menu-inner-button._is-active {
    font-weight: bold;
    color: blue;
}
.menu-inner-item._is-active > .menu-inner-link {
    font-weight: bold;
    color: red;
}
img {
    cursor: pointer;
    box-shadow: 0 0 7px -2px;
    border: 1px solid #00000014;
    border-radius: 6px;
}
[x-cloak] { display: none !important; }
.layout-content {
    padding-top: 0;
}
.space-elements>:not([hidden],[type=hidden])~:not([hidden],[type=hidden]) {
    margin-top: 0;
}
/*ыфв*/
.menu-inner-link, .menu-inner-button {
    padding: 5px 5px !important;
    list-style: none !important;
}

.post-content td {
    border: 0;
    padding: 2px 5px;
}

/*img {*/
/*    width: 100%;*/
/*}*/

.layout-menu {
    margin-left: -11px;
}

.wiki-menu__button img {
    box-shadow: none !important;
}
.m-menu {
    display: none;
}

@media (max-width: 768px) {
    .m-menu {
        display: none;
    }
}
.layout-menu .menu._is-opened{
    padding-left: 10px;
    padding-right: 10px !important;
}
 .wiki-submenu .wiki-submenu {
     display: block !important;
 }

/* === ДОРАБОТАННЫЕ ЛИНИИ === */
.wiki-tree {
    position: relative;
    padding-left: 14px;
}

.wiki-tree::before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    bottom: 4px;
    border-left: 1px solid rgba(var(--dark-200), var(--tw-border-opacity, 1));
    z-index: 0;
}

.wiki-tree li {
    position: relative;
    padding-left: 5px;
    margin: 4px 0;
}

.wiki-tree li::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -8px;
    width: 10px;
    border-top: 1px solid rgba(var(--dark-200), var(--tw-border-opacity, 1));
    z-index: 0;
}

/* === Исправление для активных пунктов === */
.wiki-menu__button.active,
.wiki-submenu a.active {
    position: relative;
    z-index: 1;
}

/* === Светлая подсветка линий при hover === */
.wiki-tree li:hover::before,
.wiki-tree li:hover > ul::before {
    border-color: #fff;
}
.dark .wiki-tree li:hover::before,
.dark .wiki-tree li:hover > ul::before {
    border-color: rgba(255, 255, 255, 0.56);
}

/* === Остальные стили (твой оригинал) === */
.wiki-menu {
    width: 260px;
    border-radius: 12px;
    overflow: hidden;
    font-family: "Inter", sans-serif;
    padding: 10px;
}

.wiki-menu__header {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(var(--dark-200), var(--tw-border-opacity, 1));
    letter-spacing: 0.5px;
}

.wiki-menu__list {
    list-style: none;
    margin: 0;
    padding: 10px !important;
    overflow: auto;
    height: 96%;
}
.wiki-menu__list {
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--dark-200), var(--tw-border-opacity, 1)) transparent;
}

/* Chrome, Edge, Safari */
.wiki-menu__list::-webkit-scrollbar {
    width: 2px; /* 1px фактически исчезает, поэтому ставим 2px */
    height: 2px;
}

.wiki-menu__list::-webkit-scrollbar-thumb {
    background-color: rgba(var(--dark-200), var(--tw-border-opacity, 1));
    border-radius: 10px;
    border: 0.5px solid transparent; /* уменьшает визуальную толщину */
}

.wiki-menu__list::-webkit-scrollbar-track {
    background: transparent;
}

.wiki-menu__item {
    margin-bottom: 6px;
    list-style: none;
}

.wiki-menu__button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    background: linear-gradient(135deg, #ffffff17, #1f345463);
    color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.dark .wiki-menu__button {
    background: linear-gradient(135deg, #303d5e, #111e30);
}

.wiki-menu__button div span {
    display: inline-block;
    transition: transform 0.25s ease;
}

.wiki-menu__button:hover div span {
    transform: translateX(4px);
}

.dark .wiki-menu__button:hover {
}


.wiki-menu__button img {
    width: 22px;
    height: 22px;
    object-fit: cover;
    border-radius: 4px;
    opacity: .9;
    box-shadow: none !important;
    border: none!important;
}

.wiki-menu__button.active {
    background: #fff;
    color: #000;
}
.dark .wiki-menu__button.active {
    background-color: rgba(var(--dark-300), var(--tw-bg-opacity, 1)) !important;
    color: #fff;
}

.arrow {
    border: solid #a3a3c5;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform .25s ease;
}

.wiki-menu__button.open .arrow {
    transform: rotate(-135deg);
    border-color: #b29eff;
}

.wiki-submenu {
    display: none;
    list-style: none;
    animation: slideDown .25s ease forwards;
}

.wiki-submenu:nth-of-type(1) {
}

.wiki-submenu li a {
    display: block;
    padding: 6px 10px;
    border-radius: 6px;
    transition: all .25s ease;
    color: rgba(255, 255, 255, 0.8);
}

.wiki-submenu li {
    list-style: none;
}

.wiki-submenu li a:hover {
    transform: translateX(2px);
}

.wiki-submenu li a.active {
    background: rgba(0, 0, 0, 0.16);
    color: #fff;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.layout-content {
    padding-top: 15px;
}
.layout-menu .menu-heading, .layout-menu .menu {
    margin-right: 0!important;
    padding-right: 0!important;
}
.menu-inner {
    padding-left: 0!important;
}
/* Подсветка линий у активных пунктов */
.wiki-submenu li a.active::before,
.wiki-submenu li a.active ~ ul::before,
.wiki-tree li:has(> a.active)::before,
.wiki-tree li:has(> a.active) > ul::before {
    border-color: #fff;
}

.dark .wiki-submenu li a.active::before,
.dark .wiki-submenu li a.active ~ ul::before,
.dark .wiki-tree li:has(> a.active)::before,
.dark .wiki-tree li:has(> a.active) > ul::before {
    border-color: rgba(255, 255, 255, 0.56);
}
/*навигация по страничке*/
.wiki-content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    position: relative;
}

/* Контент — занимает всё место слева */
.wiki-content-wrapper .post-content {
    flex: 1 1 auto;
    min-width: 0;
}

/* Плавающее меню справа */
/* Список */
.wiki-page-nav__list {
    padding-left: 0!important;
}
.wiki-page-nav__list li {
    padding-left: 0!important;
}
/**/
.wiki-page-nav {
    position: sticky;
    top: 90px;
    flex: 0 0 240px;
    align-self: flex-start;
    padding: 18px 10px 22px;
    font-family: "Inter", sans-serif;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    border-radius: 14px;
    backdrop-filter: blur(16px);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #e5e7eb;
    --tw-shadow: var(--tw-shadow-colored);
    transition: all 0.3s ease;
}

.dark .wiki-page-nav {
    background: linear-gradient(145deg, rgba(10,15,30,0.8), rgba(20,30,50,0.9));
    border: 1px solid rgba(120,150,255,0.15);
    border-right: 3px solid rgba(120,150,255,0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000);
}

.wiki-page-nav__header {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-align: center;
    color: #252525;
    border-bottom: 1px solid  rgb(229 231 235 / var(--tw-border-opacity, 1));
    text-shadow: 0 0 3px rgba(190, 207, 248, 0.3);
    padding-bottom: 8px;
    margin-bottom: 16px;
}
.dark .wiki-page-nav__header {
    color: #c4d4ff;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    text-shadow: 0 0 3px rgba(160,190,255,0.3);
}

.wiki-page-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wiki-page-nav__list a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px 9px 16px;
    color: rgba(41, 40, 40, 0.78);
    border-radius: 8px;
    text-decoration: none;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s ease;
    border-right: 2px solid transparent;
    position: relative;
}
.dark .wiki-page-nav__list a {
    color: rgba(255,255,255,0.78);
}

.wiki-page-nav__list a:hover {
    color: #2b2929;
    border-right-color: rgba(84, 119, 223, 0.65);
}
.dark .wiki-page-nav__list a:hover {
    color: #fff;
    background: rgba(155,180,255,0.08);
    border-right-color: rgba(155,180,255,0.45);
}
.wiki-page-nav__list a.active {
    font-weight: 600;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.43), rgba(255,255,255,0.06));
    border-right-color: rgba(155,180,255,0.75);
    backdrop-filter: blur(20px);
}

.wiki-page-nav__list a.active {
    color: #3e3e3e;
    background: transparent;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #e5e7eb;
    --tw-shadow: var(--tw-shadow-colored);
    border-right-color: rgba(93, 125, 221, 0.75);
}

.dark .wiki-page-nav__list a.active {
    background: linear-gradient(90deg, rgba(120,150,255,0.18), rgba(40,60,120,0.12));
    color: #bcd3ff;
    border-right-color: rgba(140,160,255,0.75);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000);
}

@media (max-width: 1024px) {
    .wiki-page-nav {
        display: none;
    }
}
/* VISUAL SLIDER */

.visualPreview {
    margin-top: 20px;
}

.visualSlider {
    position: relative;
    width: 800px;
    max-width: 100%;
    margin: 15px auto;
}

.visualSlider__frame {
    overflow: hidden;
    border-radius: 14px;

    box-shadow:
        0 0 35px rgba(0,0,0,.55),
        inset 0 0 0 1px rgba(255,255,255,.05);
}

.visualSlider__img {
    display: block;
    width: 100%;
    height: auto;
}

.visualSlider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 42px;
    height: 64px;

    border: 0;
    cursor: pointer;

    color: #fff;
    font-size: 42px;
    line-height: 1;

    background: rgba(0,0,0,.45);

    transition: .2s;
}

.visualSlider__arrow:hover {
    background: rgba(180,76,255,.7);
}

.visualSlider__arrow--prev {
    left: 10px;
}

.visualSlider__arrow--next {
    right: 10px;
}

.visualSlider__counter {
    text-align: center;
    margin-top: 10px;

    color: #7fdcff;
    font-size: 14px;
}

.visualList li {
    margin-bottom: 6px;
}

.accent {
    color: #42e8ff;
    font-weight: 700;
}
.skillsNote {
    margin: -5px 0 18px;
    color: #42e8ff;
    font-weight: 700;
}

.skillsGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.skillsBox {
    padding: 18px;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(12,18,38,.92), rgba(28,39,72,.86));
    border: 1px solid rgba(120,150,255,.22);
    box-shadow: 0 0 25px rgba(0,0,0,.35);
}

.skillsBox--gold {
    border-color: rgba(255,198,88,.45);
    box-shadow: 0 0 30px rgba(255,198,88,.12);
}

.skillsBox h3 {
    margin: 0 0 14px;
    color: #ffd36a;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.skillItem {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 12px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.08);
    transition: .2s;
}

.skillItem:hover {
    transform: translateY(-2px);
    background: rgba(66,232,255,.10);
    border-color: rgba(66,232,255,.35);
}

.skillItem img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 8px;
    flex: 0 0 42px;
}

.skillItem b {
    display: block;
    color: #fff;
    line-height: 1.2;
}

.skillItem span {
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .skillsGrid {
        grid-template-columns: 1fr;
    }
}
.autoFarmBox {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 22px;
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(12,18,38,.94), rgba(31,45,86,.88));
    border: 1px solid rgba(120,150,255,.22);
    box-shadow: 0 0 30px rgba(0,0,0,.35);
}

.autoFarmBadge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #42e8ff;
    background: rgba(66,232,255,.10);
    border: 1px solid rgba(66,232,255,.28);
    font-weight: 700;
}

.autoFarmContent h3 {
    margin: 0 0 10px;
    color: #ffd36a;
    font-size: 24px;
}

.autoFarmContent p {
    color: rgba(255,255,255,.78);
    line-height: 1.5;
}

.autoFarmSteps {
    display: grid;
    gap: 10px;
    margin: 18px 0;
}

.autoFarmSteps div {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 11px;
    border-radius: 12px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.08);
}

.autoFarmSteps b {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #111827;
    background: #ffd36a;
}

.autoFarmSteps span {
    color: rgba(255,255,255,.82);
}

.autoFarmInfo {
    padding: 16px;
    border-radius: 14px;
    background: rgba(0,0,0,.18);
    border: 1px solid rgba(255,255,255,.08);
}

.autoFarmInfo h4 {
    margin: 0 0 10px;
    color: #42e8ff;
}

.autoFarmInfo ul {
    margin: 0;
    padding-left: 18px;
}

.autoFarmInfo li {
    margin-bottom: 7px;
    color: rgba(255,255,255,.78);
}

.autoFarmNote {
    margin-top: 14px;
    padding: 13px;
    border-radius: 12px;
    color: #fff;
    background: rgba(255,211,106,.10);
    border: 1px solid rgba(255,211,106,.28);
}

.autoFarmImage img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 0 25px rgba(0,0,0,.45);
}

@media (max-width: 900px) {
    .autoFarmBox {
        grid-template-columns: 1fr;
    }
}
.bossGridNew {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 26px 22px;
}

.bossCardNew {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    text-align: center;
    transition: .25s;
}

.bossCardNew:hover {
    transform: translateY(-4px);
}

.bossCardNew a {
    display: block;
}

.bossCardNew img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    object-position: center top;
    border-radius: 14px;
    border: 1px solid rgba(66,232,255,.18);
    box-shadow: 0 0 18px rgba(0,0,0,.45);
    transition: .25s;
}

.bossCardNew:hover img {
    transform: scale(1.035);
    border-color: rgba(66,232,255,.55);
    box-shadow: 0 0 26px rgba(66,232,255,.28);
}

.bossCardNew h4 {
    margin: 12px 0 5px;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
}

.bossCardNew p {
    margin: 0 auto;
    max-width: 210px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.35;
}

.bossCardNew span {
    display: block;
    margin-top: 6px;
    color: #42e8ff;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .bossGridNew {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 700px) {
    .bossGridNew {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 14px;
    }

    .bossCardNew img {
        height: 120px;
    }
}
.bossHero {
    padding: 28px 32px;
    margin-bottom: 25px;
    border-radius: 20px;

    background:
        radial-gradient(circle at 85% 20%, rgba(66,232,255,.18), transparent 35%),
        linear-gradient(135deg,
            rgba(9,15,35,.95),
            rgba(25,38,78,.88)
        );

    border: 1px solid rgba(66,232,255,.22);

    box-shadow:
        0 0 35px rgba(0,0,0,.45),
        inset 0 0 40px rgba(66,232,255,.04);
}

.bossBadge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 14px;

    border-radius: 999px;

    background: rgba(66,232,255,.10);
    border: 1px solid rgba(66,232,255,.25);

    color: #42e8ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.bossHero h3 {
    margin: 0 0 10px;
    font-size: 34px;
    color: #ffd36a;
    font-weight: 700;
}

.bossHero p {
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 16px;
    line-height: 1.7;
}

.bossInfoGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin: 0 0 40px;
}

.bossInfoGrid div {
    padding: 10px 15px;

    border-radius: 999px;

    background: rgba(66,232,255,.06);
    border: 1px solid rgba(66,232,255,.15);

    transition: .25s;
}

.bossInfoGrid div:hover {
    transform: translateY(-2px);

    background: rgba(66,232,255,.10);

    border-color: rgba(66,232,255,.3);
}

.bossInfoGrid b {
    color: #ffd36a;
    margin-right: 6px;
    font-size: 14px;
}

.bossInfoGrid span {
    color: rgba(255,255,255,.75);
    font-size: 14px;
}

.bossSectionNew h3 {
    margin: 45px 0 25px;

    display: flex;
    align-items: center;
    gap: 10px;

    font-size: 34px;
    font-weight: 700;

    color: #ffd36a;

    border-bottom: 1px solid rgba(255,211,106,.15);
    padding-bottom: 14px;
}

.bossCardNew {
    text-align: center;
}

.bossCardNew img {
    width: 100%;
    height: 180px;
    object-fit: cover;

    border-radius: 16px;

    transition: .35s;

    box-shadow: 0 0 20px rgba(0,0,0,.35);
}

.bossCardNew:hover img {
    transform: translateY(-4px) scale(1.02);

    box-shadow:
        0 0 25px rgba(66,232,255,.25),
        0 0 45px rgba(66,232,255,.12);
}

.bossCardNew h4 {
    margin: 14px 0 8px;

    font-size: 22px;
    color: #ffffff;
}

.bossCardNew p {
    margin: 0 0 6px;

    font-size: 14px;
    color: #c6d3f7;
}

.bossCardNew span {
    color: #42e8ff;
    font-size: 13px;
    font-weight: 600;
}

.bossEpicBox {
    margin: 55px 0;

    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;

    padding: 30px;

    border-radius: 20px;

    background:
        radial-gradient(circle at top right,
            rgba(255,211,106,.15),
            transparent 35%),
        linear-gradient(
            145deg,
            rgba(45,30,0,.55),
            rgba(15,20,40,.95)
        );

    border: 1px solid rgba(255,211,106,.25);

    box-shadow:
        0 0 30px rgba(0,0,0,.35);
}

.bossEpicBox span {
    color: #ffd36a;
    font-weight: 700;
    font-size: 15px;
}

.bossEpicBox h3 {
    margin: 10px 0;
    color: #fff;
    font-size: 28px;
}

.bossEpicBox p {
    color: #c6d3f7;
}

.bossEpicBox img {
    width: 100%;
    border-radius: 16px;

    box-shadow: 0 0 20px rgba(0,0,0,.35);
}

.topBossGridNew {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 18px;
}

.topBossCardNew {
    padding: 20px;

    border-radius: 16px;

    background:
        linear-gradient(
            145deg,
            rgba(35,30,10,.9),
            rgba(20,20,30,.95)
        );

    border: 1px solid rgba(255,211,106,.18);

    transition: .3s;
}

.topBossCardNew:hover {
    transform: translateY(-3px);

    border-color: rgba(255,211,106,.35);

    box-shadow:
        0 0 25px rgba(255,211,106,.12);
}

.topBossCardNew b {
    display: block;
    margin-bottom: 8px;

    color: #ffd36a;
    font-size: 20px;
}

.topBossCardNew span {
    display: block;
    margin-bottom: 10px;

    color: #42e8ff;
}

.topBossCardNew p {
    margin: 0;
    color: #d7dff7;
}
/* === L2Infinity Wiki Palette Soft === */

.wiki__goldTitle {
    color: #DCE6F2 !important;
    text-shadow: 0 0 10px rgba(220, 230, 242, 0.12);
}

/* Фикс читаемости текста */
.post-content p,
.wikiPage p {
    line-height: 1.55 !important;
}

/* Общий блок */
.currencyClassic {
    display: grid;
    gap: 8px;
    margin: 14px 0 22px;
}

/* Строки */
.currencyClassic__row {
    padding: 11px 14px;
    border-radius: 10px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(111,199,232,0.10);
}

/* Название параметра */
.currencyClassic__row > b {
    color: #6FC7E8 !important;
    font-weight: 700;
}

/* Главное значение */
.currencyClassic__row > span {
    color: #C8D0DD !important;
    font-weight: 700;
}

/* Описание */
.currencyClassic__row > em {
    color: #8E9DB7 !important;
    font-style: normal;
}

/* Внутренние теги, чтобы перебить font/span/b */
.currencyClassic__row font,
.currencyClassic__row span font,
.currencyClassic__row em font {
    color: inherit !important;
}

/* Зеленые плюсы */
.currencyClassic__row.is-good > b,
.currencyClassic__row.is-good > span {
    color: #8BC5A2 !important;
}

/* PvP / опасные акценты */
.currencyClassic__row.is-pvp > b,
.currencyClassic__row.is-pvp > span {
    color: #D78C8C !important;
}

/* Hover */
.currencyClassic__row:hover {
    background: rgba(111,199,232,0.055);
    border-color: rgba(111,199,232,0.20);
}
.wikiBlue{
    color:#6FC7E8;
}

.wikiSilver{
    color:#D7DEE8;
    font-weight:600;
}

.wikiGreen{
    color:#8BC5A2;
}

.wikiRed{
    color:#D78C8C;
}

.wikiMuted{
    color:#8E9DB7;
    font-style:italic;
}

.post-content p{
    margin:6px 0;
    line-height:1.5;
}
.wikiInfoText {
    border-left: 2px solid rgba(111,199,232,.22);
    padding-left: 18px;
    margin: 14px 0 24px;
}

.wikiInfoText p {
    margin: 8px 0 !important;
    line-height: 1.55 !important;
}

.wikiBlue {
    color: #6FC7E8;
    font-weight: 700;
}

.wikiSilver {
    color: #D7DEE8;
    font-weight: 700;
}

.wikiGreen {
    color: #8BC5A2;
    font-weight: 700;
}

.wikiRed {
    color: #D78C8C;
    font-weight: 700;
}

.wikiMuted {
    color: #8E9DB7;
    font-style: italic;
}
.wikiInfoText{
    border-left:2px solid rgba(111,199,232,.18);
    padding-left:18px;
    margin:15px 0 25px;
}

.wikiInfoText p{
    margin:10px 0 !important;
    line-height:1.6 !important;
}

.wikiBlue{
    color:#6FC7E8;
    font-weight:700;
}

.wikiSilver{
    color:#D7DEE8;
    font-weight:600;
}

.wikiGreen{
    color:#8BC5A2;
    font-weight:700;
}

.wikiRed{
    color:#D78C8C;
    font-weight:700;
}

.wikiMuted{
    color:#8E9DB7;
    font-style:italic;
    font-weight:400;
}
body{
    font-family:'Inter',sans-serif;
}

.wiki__goldTitle,
.menuTitle,
.currencyClassic__row b{
    font-family:'Exo 2',sans-serif;
    font-weight:700;
}
.wikiImage{
    margin:22px 0 28px;
    text-align:center;
}

.wikiImage img{
    max-width:100%;
    border-radius:8px;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 0 20px rgba(0,0,0,.35);
}
.commandSectionTitle{
    margin:24px 0 14px;
    text-align:center;
    color:#6F7485;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    position:relative;
}

.commandSectionTitle:before,
.commandSectionTitle:after{
    content:"";
    display:inline-block;
    width:28%;
    height:1px;
    background:rgba(255,255,255,.07);
    vertical-align:middle;
    margin:0 14px;
}

.commandGrid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
}

.commandItem{
    display:flex;
    align-items:center;
    gap:16px;
    padding:14px 16px;
    border-radius:10px;
    background:rgba(255,255,255,.035);
    border:1px solid rgba(255,255,255,.07);
}

.commandItem span{
    color:#F3F6FF;
    background:rgba(244,186,84,.08);
    border:1px solid rgba(244,186,84,.25);

    padding:6px 11px;
    border-radius:6px;

    font-weight:700;
    min-width:90px;
    text-align:center;
}

.commandItem em{
    color:#B8C0D4;
    font-style:normal;
    line-height:1.4;
}

.commandItem--green span{
    color:#8BC5A2;
    background:rgba(139,197,162,.08);
    border-color:rgba(139,197,162,.25);
}

@media(max-width:800px){
    .commandGrid{
        grid-template-columns:1fr;
    }
}
.currencyCatalog{
    border-left:2px solid rgba(215,140,140,.35);
    padding-left:18px;
}

.currencyCategory{
    margin:26px 0 14px;
    color:#6F7485;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.currencyCards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}

.currencyBox{
    display:flex;
    gap:10px;
    padding:12px;
    border-radius:8px;
    background:rgba(255,255,255,.035);
    border:1px solid rgba(255,255,255,.07);
}

.currencyBox img{
    width:34px;
    height:34px;
    object-fit:contain;
    flex-shrink:0;
    box-shadow:none!important;
    border:0!important;
}

.currencyBox b{
    display:block;
    color:#DCE6F2;
    font-size:13px;
    margin-bottom:3px;
}

.currencyBox p{
    margin:0 0 6px!important;
    color:#B7C6E0;
    font-size:12px;
    line-height:1.35!important;
}

.currencyBox span{
    display:inline-block;
    margin:2px 4px 0 0;
    padding:3px 7px;
    border-radius:4px;
    color:#D98A8A;
    background:rgba(217,138,138,.07);
    border:1px solid rgba(217,138,138,.18);
    font-size:11px;
    line-height:1.2;
}

@media(max-width:1100px){
    .currencyCards{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:700px){
    .currencyCards{grid-template-columns:1fr;}
}
.equipmentInfoList{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-bottom:20px;
}

.equipmentInfoItem{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:space-between;
    min-height:110px;
    padding:16px;
    background:rgba(255,255,255,.02);
    border:1px solid rgba(183,198,224,.12);
    border-radius:10px;
}

.equipmentInfoContent h4{
    margin:0 0 6px;
    color:#DCE6F2;
    font-size:16px;
    font-weight:600;
}

.equipmentInfoContent span{
    color:#8E9DB7;
    font-size:13px;
    line-height:1.4;
}

.equipmentInfoBadge{
    margin-top:12px;
    padding:6px 10px;
    border-radius:6px;
    border:1px solid rgba(190,80,80,.35);
    background:rgba(190,80,80,.08);
    color:#E79A9A;
    font-size:12px;
    font-weight:600;
}

.equipmentGallery{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
}

.equipmentShot b{
    display:block;
    margin-bottom:6px;
    color:#DCE6F2;
    font-size:14px;
}

.equipmentShot img{
    width:100%;
    height:auto;
    display:block;
    border-radius:8px;
    border:1px solid rgba(183,198,224,.15);
    box-shadow:0 0 10px rgba(0,0,0,.35);
}

@media (max-width:1200px){
    .equipmentInfoList,
    .equipmentGallery{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:640px){
    .equipmentInfoList,
    .equipmentGallery{
        grid-template-columns:1fr;
    }
}
.visualPreview{
margin-bottom:22px;
}

.visualSlider{
display:flex;
align-items:center;
gap:12px;
}

.visualSlider__frame{
flex:1;
}

.visualSlider__img{
width:100%;
height:auto;
display:block;
border-radius:8px;
border:1px solid rgba(183,198,224,.15);
box-shadow:0 0 10px rgba(0,0,0,.35);
}

.visualSlider__arrow{
width:42px;
height:42px;
border-radius:8px;
border:1px solid rgba(190,80,80,.35);
background:rgba(190,80,80,.08);
color:#E79A9A;
font-size:28px;
cursor:pointer;
}

.visualSlider__counter{
margin-top:8px;
text-align:center;
color:#8E9DB7;
font-size:13px;
}

.visualFeatureGrid{
margin-bottom:20px;
}
.visualFeatures{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-bottom:20px;
}

.visualFeature{
    padding:16px;
    border-radius:10px;
    background:rgba(255,255,255,.02);
    border:1px solid rgba(183,198,224,.12);
    transition:.2s ease;
}

.visualFeature h4{
    margin:0 0 8px;
    color:#DCE6F2;
    font-size:16px;
    font-weight:600;
}

.visualFeature p{
    margin:0;
    color:#8E9DB7;
    font-size:13px;
    line-height:1.5;
}

@media (max-width:768px){
    .visualFeatures{
        grid-template-columns:1fr;
    }
}

.skillModernGrid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
}

.skillModernItem{
    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:12px 14px;

    background:rgba(255,255,255,.02);
    border:1px solid rgba(183,198,224,.12);
    border-radius:10px;
}

.skillModernLeft{
    display:flex;
    align-items:center;
    gap:12px;
}

.skillModernLeft img{
    width:42px;
    height:42px;
    border-radius:8px;
    object-fit:cover;
}

.skillModernInfo b{
    display:block;
    color:#DCE6F2;
    font-size:14px;
    margin-bottom:2px;
}

.skillModernInfo span{
    color:#8E9DB7;
    font-size:12px;
}

.skillModernBadge{
    padding:6px 10px;

    border-radius:6px;
    border:1px solid rgba(190,80,80,.35);

    background:rgba(190,80,80,.08);

    color:#E79A9A;
    font-size:12px;
    font-weight:600;
}
.skillModernGrid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:10px;
margin-bottom:22px;
}

.skillModernItem{
display:flex;
align-items:center;
justify-content:space-between;
gap:14px;
padding:12px 14px;
background:rgba(255,255,255,.02);
border:1px solid rgba(183,198,224,.12);
border-radius:10px;
}

.skillModernLeft{
display:flex;
align-items:center;
gap:12px;
min-width:0;
}

.skillModernLeft img{
width:36px;
height:36px;
border-radius:6px;
object-fit:cover;
flex-shrink:0;
}

.skillModernInfo b{
display:block;
color:#DCE6F2;
font-size:14px;
font-weight:600;
margin-bottom:3px;
}

.skillModernInfo span{
display:block;
color:#8E9DB7;
font-size:12px;
line-height:1.3;
}

.skillModernBadge{
flex-shrink:0;
padding:6px 10px;
border-radius:6px;
border:1px solid rgba(190,80,80,.35);
background:rgba(190,80,80,.08);
color:#E79A9A;
font-size:12px;
font-weight:600;
white-space:nowrap;
}

@media (max-width:768px){
.skillModernGrid{
grid-template-columns:1fr;
}
}
.bossInfoGrid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:10px;
margin-bottom:22px;
}

.bossInfoItem,
.bossCatalogItem,
.bossEpicModern{
background:rgba(255,255,255,.02);
border:1px solid rgba(183,198,224,.12);
border-radius:10px;
}

.bossInfoItem{
padding:14px;
}

.bossInfoItem b,
.bossCatalogItem b,
.bossEpicModern b{
display:block;
color:#DCE6F2;
font-size:14px;
margin-bottom:4px;
}

.bossInfoItem span,
.bossCatalogItem span,
.bossEpicModern span{
display:block;
color:#8E9DB7;
font-size:12px;
line-height:1.35;
}

.bossCatalogGrid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:10px;
margin-bottom:22px;
}

.bossCatalogItem{
display:flex;
align-items:center;
gap:12px;
padding:12px 14px;
}

.bossCatalogItem img{
width:42px;
height:42px;
border-radius:7px;
object-fit:cover;
flex-shrink:0;
}

.bossCatalogItem div{
min-width:0;
flex:1;
}

.bossCatalogItem em{
flex-shrink:0;
padding:6px 10px;
border-radius:6px;
border:1px solid rgba(190,80,80,.35);
background:rgba(190,80,80,.08);
color:#E79A9A;
font-size:12px;
font-style:normal;
font-weight:600;
white-space:nowrap;
}

.bossEpicModern{
display:flex;
align-items:center;
justify-content:space-between;
gap:18px;
padding:16px;
}

.bossEpicModern img{
width:220px;
max-width:35%;
border-radius:8px;
border:1px solid rgba(183,198,224,.15);
object-fit:cover;
}

@media(max-width:900px){
.bossInfoGrid,
.bossCatalogGrid{
grid-template-columns:1fr;
}

```
.bossEpicModern{
    flex-direction:column;
    align-items:flex-start;
}

.bossEpicModern img{
    width:100%;
    max-width:100%;
}
```

}
.farmCatalogGrid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:10px;
margin-bottom:22px;
}

.farmCatalogGrid--two{
grid-template-columns:repeat(2,1fr);
}

.farmCatalogItem{
display:flex;
align-items:center;
gap:12px;
padding:12px 14px;
background:rgba(255,255,255,.02);
border:1px solid rgba(183,198,224,.12);
border-radius:10px;
}

.farmCatalogItem img{
width:46px;
height:46px;
border-radius:7px;
object-fit:cover;
flex-shrink:0;
}

.farmCatalogItem div{
min-width:0;
flex:1;
}

.farmCatalogItem b{
display:block;
color:#DCE6F2;
font-size:14px;
margin-bottom:3px;
}

.farmCatalogItem span{
display:block;
color:#B7C6E0;
font-size:12px;
line-height:1.3;
}

.farmCatalogItem small{
display:block;
color:#8E9DB7;
font-size:11px;
line-height:1.35;
margin-top:3px;
}

.farmCatalogItem em{
flex-shrink:0;
padding:6px 10px;
border-radius:6px;
border:1px solid rgba(190,80,80,.35);
background:rgba(190,80,80,.08);
color:#E79A9A;
font-size:12px;
font-style:normal;
font-weight:600;
white-space:nowrap;
}

@media(max-width:1100px){
.farmCatalogGrid,
.farmCatalogGrid--two{
grid-template-columns:1fr;
}
}
```css
/* =========================================================
   L2Infinity Wiki Modern Style
   Dark / Gold / PvP Red
========================================================= */

/* ---------- Base cards / boxes ---------- */

.currencyBox{
    margin:0 0 22px;
    padding:14px 16px;
    background:rgba(12,16,28,.72);
    border:1px solid rgba(120,145,190,.16);
    border-left:3px solid rgba(244,186,84,.55);
    border-radius:10px;
    color:#D6E2F5;
    font-size:14px;
    line-height:1.5;
    box-shadow:0 10px 24px rgba(0,0,0,.18);
}

.currencyBox--accent{
    border-left-color:rgba(244,186,84,.85);
    background:rgba(244,186,84,.055);
    color:#F3F6FF;
}

/* ---------- Common catalog/card style ---------- */

.bossInfoItem,
.bossCatalogItem,
.farmCatalogItem,
.equipmentInfoItem,
.visualFeature,
.skillModernItem,
.currencyCard{
    background:rgba(12,16,28,.72);
    border:1px solid rgba(120,145,190,.16);
    border-left:3px solid rgba(244,186,84,.68);
    border-right:1px solid rgba(244,186,84,.18);
    border-radius:10px;
    box-shadow:0 10px 24px rgba(0,0,0,.22);
    transition:.2s ease;
}

.bossCatalogItem:hover,
.farmCatalogItem:hover,
.equipmentInfoItem:hover,
.visualFeature:hover,
.skillModernItem:hover,
.currencyCard:hover{
    background:rgba(18,24,40,.82);
    border-color:rgba(244,186,84,.34);
    border-left-color:#F4BA54;
    box-shadow:0 0 18px rgba(244,186,84,.10);
}

/* ---------- Badges ---------- */

.equipmentInfoBadge,
.skillModernBadge,
.bossCatalogItem em,
.farmCatalogItem em{
    flex-shrink:0;
    padding:6px 10px;
    border-radius:6px;
    border:1px solid rgba(244,186,84,.35);
    background:rgba(244,186,84,.08);
    color:#FFD27A;
    font-size:11px;
    font-style:normal;
    font-weight:700;
    white-space:nowrap;
    letter-spacing:.02em;
}

/* ---------- Equipment info ---------- */

.equipmentInfoList{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-bottom:22px;
}

.equipmentInfoItem{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:space-between;
    min-height:110px;
    padding:16px;
}

.equipmentInfoContent h4{
    margin:0 0 6px;
    color:#F3F6FF;
    font-size:16px;
    font-weight:700;
}

.equipmentInfoContent span{
    color:#93A4C2;
    font-size:13px;
    line-height:1.4;
}

.equipmentInfoBadge{
    margin-top:12px;
}

/* ---------- Equipment gallery ---------- */

.equipmentGallery{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-bottom:24px;
}

.equipmentShot b{
    display:block;
    margin-bottom:6px;
    color:#F3F6FF;
    font-size:14px;
    font-weight:700;
}

.equipmentShot img,
.visualSlider__img,
.bossEpicModern img{
    width:100%;
    height:auto;
    display:block;
    border-radius:8px;
    border:1px solid rgba(244,186,84,.22);
    box-shadow:0 0 14px rgba(0,0,0,.45);
}

/* ---------- Skills ---------- */

.skillModernGrid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    margin-bottom:24px;
}

.skillModernItem{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:12px 14px;
}

.skillModernLeft{
    display:flex;
    align-items:center;
    gap:12px;
    min-width:0;
}

.skillModernLeft img{
    width:38px;
    height:38px;
    border-radius:7px;
    object-fit:cover;
    flex-shrink:0;
    border:1px solid rgba(244,186,84,.22);
    box-shadow:0 0 10px rgba(0,0,0,.4);
}

.skillModernInfo b{
    display:block;
    margin-bottom:3px;
    color:#F3F6FF;
    font-size:14px;
    font-weight:700;
}

.skillModernInfo span{
    display:block;
    color:#93A4C2;
    font-size:12px;
    line-height:1.35;
}

/* ---------- Bosses ---------- */

.bossInfoGrid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-bottom:24px;
}

.bossInfoItem{
    padding:14px 16px;
}

.bossInfoItem b,
.bossCatalogItem b,
.bossEpicModern b{
    display:block;
    margin-bottom:4px;
    color:#F3F6FF;
    font-size:14px;
    font-weight:700;
}

.bossInfoItem span,
.bossCatalogItem span,
.bossEpicModern span{
    display:block;
    color:#93A4C2;
    font-size:12px;
    line-height:1.35;
}

.bossCatalogGrid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-bottom:24px;
}

.bossCatalogItem{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 16px;
}

.bossCatalogItem img{
    width:46px;
    height:46px;
    border-radius:8px;
    object-fit:cover;
    flex-shrink:0;
    border:1px solid rgba(244,186,84,.22);
    box-shadow:0 0 12px rgba(0,0,0,.45);
}

.bossCatalogItem div{
    min-width:0;
    flex:1;
}

.bossCatalogGrid--pvp .bossCatalogItem{
    border-left-color:rgba(230,73,73,.65);
    border-right-color:rgba(230,73,73,.16);
}

.bossCatalogGrid--pvp .bossCatalogItem:hover{
    border-left-color:#E64949;
    border-color:rgba(230,73,73,.32);
    box-shadow:0 0 18px rgba(230,73,73,.10);
}

.bossCatalogGrid--pvp .bossCatalogItem em{
    border-color:rgba(230,73,73,.36);
    background:rgba(230,73,73,.08);
    color:#FF9A9A;
}

.bossEpicModern{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:16px;
    background:rgba(12,16,28,.72);
    border:1px solid rgba(120,145,190,.16);
    border-left:3px solid rgba(244,186,84,.75);
    border-right:1px solid rgba(244,186,84,.18);
    border-radius:10px;
    box-shadow:0 10px 24px rgba(0,0,0,.22);
}

.bossEpicModern b{
    color:#FFD27A;
    font-size:15px;
}

.bossEpicModern img{
    width:220px;
    max-width:35%;
    object-fit:cover;
}

/* ---------- Farm zones ---------- */

.farmCatalogGrid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-bottom:24px;
}

.farmCatalogGrid--two{
    grid-template-columns:repeat(2,1fr);
}

.farmCatalogItem{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 16px;
}

.farmCatalogItem img{
    width:46px;
    height:46px;
    border-radius:8px;
    object-fit:cover;
    flex-shrink:0;
    border:1px solid rgba(244,186,84,.22);
    box-shadow:0 0 12px rgba(0,0,0,.45);
}

.farmCatalogItem div{
    min-width:0;
    flex:1;
}

.farmCatalogItem b{
    display:block;
    margin-bottom:3px;
    color:#F3F6FF;
    font-size:14px;
    font-weight:700;
}

.farmCatalogItem span{
    display:block;
    color:#D6E2F5;
    font-size:12px;
    line-height:1.35;
}

.farmCatalogItem small{
    display:block;
    margin-top:3px;
    color:#93A4C2;
    font-size:11px;
    line-height:1.35;
}

/* ---------- Visual blocks ---------- */

.visualFeatures{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-bottom:22px;
}

.visualFeature{
    padding:16px;
}

.visualFeature h4{
    margin:0 0 8px;
    color:#F3F6FF;
    font-size:16px;
    font-weight:700;
}

.visualFeature p{
    margin:0;
    color:#93A4C2;
    font-size:13px;
    line-height:1.5;
}

.visualPreview{
    margin-bottom:24px;
}

.visualSlider{
    display:flex;
    align-items:center;
    gap:12px;
}

.visualSlider__frame{
    flex:1;
}

.visualSlider__arrow{
    width:42px;
    height:42px;
    border-radius:8px;
    border:1px solid rgba(244,186,84,.35);
    background:rgba(244,186,84,.08);
    color:#FFD27A;
    font-size:28px;
    cursor:pointer;
    transition:.2s ease;
}

.visualSlider__arrow:hover{
    background:rgba(244,186,84,.14);
    border-color:rgba(244,186,84,.55);
}

.visualSlider__counter{
    margin-top:8px;
    text-align:center;
    color:#93A4C2;
    font-size:13px;
}

/* ---------- Images inside wiki cards ---------- */

.wiki__imageCard img{
    width:100%;
    height:auto;
    display:block;
    border-radius:8px;
    border:1px solid rgba(244,186,84,.22);
    box-shadow:0 0 14px rgba(0,0,0,.45);
}

/* ---------- Responsive ---------- */

@media(max-width:1200px){
    .equipmentInfoList,
    .equipmentGallery,
    .farmCatalogGrid,
    .farmCatalogGrid--two{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:900px){
    .bossInfoGrid,
    .bossCatalogGrid,
    .skillModernGrid,
    .visualFeatures{
        grid-template-columns:1fr;
    }

    .bossEpicModern{
        flex-direction:column;
        align-items:flex-start;
    }

    .bossEpicModern img{
        width:100%;
        max-width:100%;
    }
}

@media(max-width:640px){
    .equipmentInfoList,
    .equipmentGallery,
    .farmCatalogGrid,
    .farmCatalogGrid--two{
        grid-template-columns:1fr;
    }

    .bossCatalogItem,
    .farmCatalogItem{
        align-items:flex-start;
    }

    .visualSlider{
        gap:8px;
    }

    .visualSlider__arrow{
        width:36px;
        height:36px;
        font-size:24px;
    }
}
```css
/* ---------- Currency catalog palette only ---------- */

.currencyCatalog{
    color:#D6E2F5;
}

.currencyCategory{
    color:#D6E2F5;
}

.currencyCards .currencyBox,
.currencyBox{
    background:rgba(12,16,28,.72);
    border-color:rgba(120,145,190,.16);
    border-left-color:rgba(244,186,84,.68);
    border-right-color:rgba(244,186,84,.18);
    color:#D6E2F5;
}

.currencyCards .currencyBox:hover,
.currencyBox:hover{
    background:rgba(18,24,40,.82);
    border-color:rgba(244,186,84,.34);
    border-left-color:#F4BA54;
}

.currencyCards .currencyBox img{
    border-color:rgba(244,186,84,.22);
    box-shadow:0 0 12px rgba(0,0,0,.45);
}

.currencyCards .currencyBox b{
    color:#F3F6FF;
}

.currencyCards .currencyBox p{
    color:#93A4C2;
}

.currencyCards .currencyBox span{
    color:#FFD27A;
    border-color:rgba(244,186,84,.28);
    background:rgba(244,186,84,.07);
}

.currencyClassic__note{
    background:rgba(244,186,84,.055);
    border-color:rgba(120,145,190,.16);
    border-left-color:rgba(244,186,84,.85);
    color:#D6E2F5;
}

.wiki__goldTitle{
    color:#FFD27A;
}
```
```css
/* ---------- Commands palette only ---------- */

.wiki__goldTitle{
    color:#FFD27A;
}

.commandSectionTitle{
    color:#D6E2F5;
}

.commandSectionTitle:before,
.commandSectionTitle:after{
    background:rgba(244,186,84,.15);
}

.commandItem{
    background:rgba(12,16,28,.72);

    border:1px solid rgba(120,145,190,.16);
    border-left:3px solid rgba(244,186,84,.68);
    border-right:1px solid rgba(244,186,84,.18);

    box-shadow:0 10px 24px rgba(0,0,0,.22);
}

.commandItem:hover{
    background:rgba(18,24,40,.82);

    border-color:rgba(244,186,84,.34);
    border-left-color:#F4BA54;

    box-shadow:0 0 18px rgba(244,186,84,.10);
}

.commandItem span{
    color:#F3F6FF;
}

.commandItem em{
    color:#93A4C2;
}

.commandItem--green{
    border-left-color:#F4BA54;
}

.commandItem--green span{
    color:#FFD27A;
}
```
.commandItem span{
    color:#F3F6FF !important;
    border-color:rgba(244,186,84,.22) !important;
    background:rgba(244,186,84,.08) !important;
}

.commandItem:hover span{
    color:#FFD27A !important;
    border-color:rgba(244,186,84,.35) !important;
}

.commandItem--green span{
    color:#FFD27A !important;
    border-color:rgba(244,186,84,.35) !important;
    background:rgba(244,186,84,.10) !important;
}
.commandItem{
    display:flex;
    align-items:center;   /* головне */
    gap:16px;

    min-height:74px;

    background:rgba(12,16,28,.72);
    border:1px solid rgba(120,145,190,.16);
    border-left:3px solid rgba(244,186,84,.68);
    border-right:1px solid rgba(244,186,84,.18);
}

.currencyCategory{
    position:relative;
    margin:24px 0 14px;
    text-align:center;
    color:#D6E2F5;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
}

.currencyCategory:before,
.currencyCategory:after{
    content:"";
    display:inline-block;
    width:28%;
    height:1px;
    background:rgba(244,186,84,.15);
    vertical-align:middle;
    margin:0 14px;
}
/* =====================================
   COMMAND BLOCKS - L2INFINITY STYLE
===================================== */

.commandSectionTitle{
    color:#AEB8CC;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;
}

.commandSectionTitle:before,
.commandSectionTitle:after{
    background:rgba(201,161,88,.12);
}

.commandGrid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

.commandItem{
    display:flex;
    align-items:center;
    gap:16px;

    padding:14px 18px;

    background:rgba(255,255,255,.015);

    border:1px solid rgba(115,130,165,.16);
    border-left:2px solid rgba(201,161,88,.45);

    border-radius:10px;

    transition:.25s;
}

.commandItem:hover{
    border-color:rgba(201,161,88,.22);
    border-left-color:rgba(201,161,88,.75);

    background:rgba(255,255,255,.025);
}

.commandItem span{
    flex-shrink:0;

    min-width:100px;

    padding:8px 14px;

    text-align:center;

    color:#D1B070;

    font-size:14px;
    font-weight:700;

    background:rgba(201,161,88,.06);
    border:1px solid rgba(201,161,88,.24);
    border-radius:6px;
}

.commandItem em{
    font-style:normal;

    color:#93A4C2;

    font-size:14px;
    line-height:1.5;
}

.commandItem--green{
    border-left-color:rgba(201,161,88,.55);
}

.commandItem--green span{
    color:#E0BB73;

    background:rgba(201,161,88,.08);
    border-color:rgba(201,161,88,.30);
}

/* мобілка */

@media(max-width:991px){

    .commandGrid{
        grid-template-columns:1fr;
    }

    .commandItem{
        flex-direction:column;
        align-items:flex-start;
    }

    .commandItem span{
        min-width:auto;
    }
}
/* =========================================
   GLOBAL SOFT STYLE FOR ALL MODERN WIKI BLOCKS
========================================= */

.commandItem span,
.currencyBox b,
.equipmentInfoContent h4,
.visualFeature h4,
.skillModernInfo b,
.bossInfoItem b,
.bossCatalogItem b,
.farmCatalogItem b{
    color:#C9D2E3 !important;
}

.commandItem em,
.currencyBox p,
.equipmentInfoContent span,
.visualFeature p,
.skillModernInfo span,
.bossInfoItem span,
.bossCatalogItem span,
.farmCatalogItem span,
.farmCatalogItem small{
    color:#8D9AB3 !important;
}

.commandSectionTitle,
.currencyCategory{
    color:#AEB8CC !important;
}

.commandSectionTitle:before,
.commandSectionTitle:after,
.currencyCategory:before,
.currencyCategory:after{
    background:rgba(201,161,88,.10) !important;
}

.commandItem,
.currencyBox,
.equipmentInfoItem,
.visualFeature,
.skillModernItem,
.bossInfoItem,
.bossCatalogItem,
.farmCatalogItem{
    background:rgba(255,255,255,.012) !important;
    border-color:rgba(115,130,165,.14) !important;
    border-left-color:rgba(201,161,88,.42) !important;
}

.commandItem:hover,
.currencyBox:hover,
.equipmentInfoItem:hover,
.visualFeature:hover,
.skillModernItem:hover,
.bossCatalogItem:hover,
.farmCatalogItem:hover{
    background:rgba(255,255,255,.022) !important;
    border-color:rgba(201,161,88,.20) !important;
    border-left-color:rgba(201,161,88,.62) !important;
}

.commandItem span,
.currencyBox span,
.equipmentInfoBadge,
.skillModernBadge,
.bossCatalogItem em,
.farmCatalogItem em{
    color:#C99F5F !important;
    background:rgba(201,161,88,.045) !important;
    border-color:rgba(201,161,88,.18) !important;
}

.currencyBox--accent{
    background:rgba(255,255,255,.012) !important;
    border-left-color:rgba(201,161,88,.42) !important;
    color:#C9D2E3 !important;
}

.visualSlider__arrow{
    color:#C99F5F !important;
    background:rgba(201,161,88,.045) !important;
    border-color:rgba(201,161,88,.18) !important;
}

.visualSlider__counter{
    color:#8D9AB3 !important;
}
<style>
.instanceSection {
    width: 100%;
}

/* Каждый основной блок занимает всю ширину */
.instanceSection .commandGrid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px;
    width: 100%;
}

/* Карточка: ярлык слева, содержимое справа */
.instanceSection .commandItem {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    align-items: start;
    gap: 20px;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
}

/* Вступление и финальный текст без левой колонки */
.instanceSection .instanceIntro,
.instanceSection .instanceFinal {
    grid-template-columns: minmax(0, 1fr);
}

.instanceSection .commandItem > span {
    align-self: start;
}

/* Обычный текст */
.instanceSection .commandItem em {
    display: block;
    margin: 0;
    font-style: normal;
    line-height: 1.7;
}

/* Маркированные списки */
.instanceSection .instanceList {
    margin: 0;
    padding-left: 22px !important;
    list-style: disc !important;
}

.instanceSection .instanceList li {
    display: list-item !important;
    margin: 5px 0;
    padding-left: 4px;
    list-style: disc !important;
    line-height: 1.55;
}

/* Сетка наград */
.instanceSection .rewardsList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
    gap: 14px 28px;
    width: 100%;
    min-width: 0;
}

/* Одна награда */
.instanceSection .rewardItem {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

/* Иконка предмета */
.instanceSection .rewardItem img {
    display: block;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    object-fit: cover;
}

/* Название и описание */
.instanceSection .rewardInfo {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.3;
}

.instanceSection .rewardInfo strong {
    color: #d9e8ff;
    font-size: 15px;
    font-weight: 700;
}

.instanceSection .rewardInfo small {
    margin-top: 3px;
    color: #b8b8b8;
    font-size: 13px;
    line-height: 1.4;
}

/* Изображения раздела */
.instanceSection .wikiImage {
    width: 100%;
    margin: 22px 0;
}

.instanceSection .wikiImage img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Адаптация под телефон */
@media (max-width: 768px) {
    .instanceSection .commandItem {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .instanceSection .rewardsList {
        grid-template-columns: minmax(0, 1fr);
    }
}
.instanceInfo{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:30px;
    width:100%;
}

.instanceInfo .instanceList{
    flex:1;
    margin:0;
}

.instancePreview{
    flex:0 0 340px;
}

.instancePreview img{
    display:block;
    width:100%;
    height:auto;
    border-radius:8px;
}

@media (max-width:900px){
    .instanceInfo{
        flex-direction:column;
    }

    .instancePreview{
        width:100%;
        max-width:420px;
    }
}
.instanceBossGrid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
    margin:25px 0;
}

.instanceBoss{
    background:#10101b;
    border:1px solid rgba(255,185,70,.15);
    border-radius:10px;
    overflow:hidden;
    transition:.25s;
}

.instanceBoss:hover{
    transform:translateY(-4px);
    border-color:rgba(255,185,70,.45);
}

.instanceBoss img{
    display:block;
    width:100%;
    height:320px;
    object-fit:cover;
}

.instanceBossName{
    padding:14px;
    text-align:center;
    color:#d9b36d;
    font-weight:700;
    letter-spacing:.5px;
}
.instanceSection .rewardsList{
    width:100%;
}

.instanceSection .commandItem--green .instanceInfo{
    display:grid;
    grid-template-columns:minmax(0,1fr) 320px;
    gap:30px;
    align-items:start;
}
/* =========================================
   ЖЁСТКИЙ FIX: SOLO INSTANCE / НАГРАДЫ
========================================= */

@media screen and (max-width: 768px) {

    /* Внешняя карточка: заголовок сверху, контент снизу */
    .commandItem.commandItem--green:has(.instanceInfo),
    .instanceSection .commandItem.commandItem--green:has(.instanceInfo) {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        padding: 12px !important;
        box-sizing: border-box !important;
    }

    /* Заголовок "Награды" */
    .commandItem.commandItem--green:has(.instanceInfo) > span,
    .instanceSection .commandItem.commandItem--green:has(.instanceInfo) > span {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 0 14px !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }

    /* Список наград и картинка идут друг под другом */
    .commandItem--green .instanceInfo,
    .instanceSection .commandItem--green .instanceInfo {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Список наград */
    .commandItem--green .rewardsList,
    .instanceSection .commandItem--green .rewardsList {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        gap: 10px !important;
        box-sizing: border-box !important;
    }

    /* Одна строка награды */
    .commandItem--green .rewardItem,
    .instanceSection .commandItem--green .rewardItem {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Иконка награды */
    .commandItem--green .rewardItem img,
    .instanceSection .commandItem--green .rewardItem img {
        display: block !important;
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        max-width: 36px !important;
        flex: 0 0 36px !important;
        object-fit: contain !important;
    }

    /* Текст награды */
    .commandItem--green .rewardInfo,
    .instanceSection .commandItem--green .rewardInfo {
        display: block !important;
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: 100% !important;
        writing-mode: horizontal-tb !important;
    }

    .commandItem--green .rewardInfo strong,
    .commandItem--green .rewardInfo small,
    .instanceSection .commandItem--green .rewardInfo strong,
    .instanceSection .commandItem--green .rewardInfo small {
        display: block !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: 100% !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
        writing-mode: horizontal-tb !important;
    }

    /* Большая картинка */
    .commandItem--green .instancePreview,
    .instanceSection .commandItem--green .instancePreview {
        display: block !important;
        flex: none !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .commandItem--green .instancePreview img,
    .instanceSection .commandItem--green .instancePreview img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }
}