.elv-shop-section .lead-text {
    max-width: 920px;
}

.coming-soon-note {
    margin: 10px auto 0;
    max-width: 920px;
    border: 1px solid rgba(207, 77, 54, 0.34);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(23, 16, 12, 0.86), rgba(12, 9, 7, 0.78));
    color: rgba(218, 192, 163, 0.9);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

.coming-soon-note i {
    color: #cf4d36;
    font-size: 14px;
}

.coming-soon-note span {
    font-size: 14px;
    line-height: 1.5;
}

.mission-hub-section .mission-kicker {
    text-align: center;
    margin-top: -8px;
    margin-bottom: 14px;
    color: rgba(218, 192, 163, 0.85);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.mission-hub {
    display: grid;
    gap: 16px;
    align-items: start;
}

.mission-copy,
.mission-patent {
    background: linear-gradient(145deg, rgba(62, 49, 35, 0.46), rgba(32, 24, 18, 0.46));
    border: 1px solid rgba(189, 164, 138, 0.2);
}

.mission-label {
    margin: 0 0 6px;
    color: #cf4d36;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-size: 11px;
    font-weight: 700;
}

.mission-quote {
    margin: 10px 0 14px;
    padding: 12px 14px;
    border-left: 3px solid rgba(207, 77, 54, 0.9);
    background: rgba(18, 13, 10, 0.5);
    border-radius: 8px;
    color: #dac0a3;
    font-style: italic;
    line-height: 1.65;
}

.mission-points {
    margin: 14px 0 0;
    padding-left: 18px;
    color: #bda48a;
    display: grid;
    gap: 8px;
    line-height: 1.6;
}

.mission-points strong {
    color: #dac0a3;
}

.mission-warning {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(207, 77, 54, 0.45);
    background: linear-gradient(145deg, rgba(104, 35, 28, 0.45), rgba(34, 17, 14, 0.65));
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.mission-warning-title {
    margin: 0 0 6px;
    color: #ffd0c6;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mission-warning-text {
    margin: 0;
    color: #f0d0c9;
    line-height: 1.65;
    font-size: 14px;
}

.mission-patent-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 10px;
    border: 1px solid rgba(189, 164, 138, 0.28);
    background: linear-gradient(130deg, rgba(207, 77, 54, 0.92), rgba(129, 46, 35, 0.92));
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 11px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.mission-patent-link:hover {
    filter: brightness(1.08);
}

.mission-patent-media {
    margin-top: 12px;
    border: 1px solid rgba(189, 164, 138, 0.2);
    border-radius: 10px;
    background: rgba(12, 9, 8, 0.62);
    padding: 8px;
}

.mission-patent-media .feature-img {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: contain;
    display: block;
}

.management-flow {
    margin-top: 18px;
    border: 1px solid rgba(189, 164, 138, 0.26);
    background: linear-gradient(145deg, rgba(43, 31, 24, 0.95), rgba(21, 15, 12, 0.9));
    position: relative;
    overflow: hidden;
}

.management-flow::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 8% 20%, rgba(207, 77, 54, 0.15), transparent 42%),
        radial-gradient(circle at 92% 10%, rgba(225, 193, 153, 0.07), transparent 38%);
}

.management-flow-header {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 14px;
}

.management-flow-kicker {
    margin: 0 0 6px;
    color: #cf4d36;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px;
    font-weight: 700;
}

.management-flow-description {
    margin: 0;
    color: #c9b49e;
    line-height: 1.65;
}

.management-flow-controls {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.management-flow-btn {
    border: 1px solid rgba(189, 164, 138, 0.46);
    background: linear-gradient(150deg, rgba(67, 47, 35, 0.88), rgba(31, 22, 17, 0.92));
    color: #dac0a3;
    border-radius: 10px;
    padding: 9px 16px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.management-flow-btn:hover {
    border-color: rgba(224, 176, 123, 0.82);
    color: #ffe5ca;
}

.management-flow-btn.is-active {
    background: linear-gradient(120deg, rgba(198, 95, 56, 0.95), rgba(131, 55, 36, 0.95));
    border-color: rgba(245, 183, 145, 0.62);
    color: #fff4eb;
}

.management-flow-shell {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(189, 164, 138, 0.3);
    border-radius: 14px;
    padding: 14px;
    background:
        linear-gradient(180deg, rgba(55, 39, 29, 0.9), rgba(29, 21, 16, 0.92)),
        repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 30px);
    box-shadow: inset 0 0 0 1px rgba(255, 235, 215, 0.04), 0 16px 30px rgba(0, 0, 0, 0.3);
}

.management-flow-headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(189, 164, 138, 0.26);
    margin-bottom: 10px;
}

.management-flow-ledger {
    margin: 0;
    color: #e7c9a0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.management-flow-state {
    padding: 5px 10px;
    border-radius: 9px;
    border: 1px solid rgba(204, 167, 113, 0.5);
    background: rgba(110, 67, 39, 0.4);
    color: #ffd6a3;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.management-flow-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.management-flow-list::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, rgba(218, 192, 163, 0.55), rgba(113, 77, 53, 0.65));
    opacity: 0.5;
}

.management-flow-row {
    display: grid;
    grid-template-columns: 12px 1fr;
    align-items: start;
    gap: 8px 12px;
    padding: 12px 4px 12px 0;
    border-bottom: 1px dashed rgba(189, 164, 138, 0.18);
    position: relative;
}

.management-flow-row:last-child {
    border-bottom: 0;
}

.flow-marker {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(180deg, #f4bd84, #cd6e45);
    border: 1px solid rgba(255, 228, 194, 0.45);
    box-shadow: 0 0 0 3px rgba(86, 48, 28, 0.42);
    margin-top: 6px;
    grid-row: 1 / span 2;
}

.flow-meta {
    grid-column: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.flow-time {
    color: #e8cda9;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-family: "Courier New", monospace;
    background: rgba(31, 20, 14, 0.45);
    border: 1px solid rgba(189, 164, 138, 0.2);
    border-radius: 7px;
    padding: 3px 8px;
}

.flow-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    border: 1px solid rgba(209, 174, 128, 0.5);
    border-radius: 8px;
    padding: 4px 9px;
    color: #f7d9b1;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: rgba(56, 33, 24, 0.5);
}

.flow-tag.is-event {
    border-color: rgba(245, 189, 126, 0.6);
    color: #ffd7a5;
    background: rgba(134, 67, 41, 0.42);
}

.flow-tag.is-maint {
    border-color: rgba(231, 153, 98, 0.66);
    color: #ffd1a0;
    background: rgba(120, 49, 31, 0.45);
}

.flow-entry {
    margin: 0;
    grid-column: 2;
    color: #d8c0a1;
    line-height: 1.5;
    font-size: 14px;
}

.flow-entry strong {
    color: #f2bf7f;
}

.management-flow-shell.is-running .management-flow-row.is-live {
    background: linear-gradient(90deg, rgba(122, 58, 35, 0.36), rgba(51, 33, 24, 0.1));
    border-bottom-color: rgba(242, 192, 137, 0.35);
    border-radius: 10px;
    animation: flowPulse 2.6s ease-in-out infinite;
}

.management-flow-shell.is-running .management-flow-row.is-live .flow-marker {
    background: linear-gradient(180deg, #ffcf95, #db7c50);
    box-shadow: 0 0 0 3px rgba(150, 75, 46, 0.45), 0 0 14px rgba(245, 178, 112, 0.34);
}

.management-flow-shell.is-paused .management-flow-row.is-live {
    animation: none;
    background: rgba(66, 45, 33, 0.35);
    border-bottom-color: rgba(192, 147, 117, 0.2);
}

.management-flow-shell.is-paused .management-flow-row.is-live .flow-marker {
    background: linear-gradient(180deg, #cf9a75, #8a5b3d);
    box-shadow: 0 0 0 3px rgba(88, 55, 37, 0.36);
}

.management-flow-shell.is-paused .management-flow-state {
    border-color: rgba(204, 148, 112, 0.52);
    background: rgba(118, 74, 47, 0.35);
    color: #ffd2af;
}

.management-flow-footnote {
    margin: 12px 0 0;
    text-align: center;
    color: #a69483;
    font-size: 13px;
}

@keyframes flowPulse {
    0% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.1);
    }

    100% {
        filter: brightness(1);
    }
}

.group-leveling-core {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 12px;
}

.group-leveling-intro {
    background: linear-gradient(145deg, rgba(62, 49, 35, 0.52), rgba(30, 22, 17, 0.58));
    border: 1px solid rgba(189, 164, 138, 0.2);
}

.group-leveling-kicker {
    margin: 0 0 6px;
    color: #cf4d36;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px;
    font-weight: 700;
}

.group-leveling-rules {
    margin: 12px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
    color: #bda48a;
    line-height: 1.55;
    font-size: 14px;
}

.group-leveling-rules strong,
.group-leveling-rules b {
    color: #dac0a3;
}

.group-leveling-visual {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-leveling-visual .feature-img {
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: contain;
}

.legal-sales-core {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 12px;
}

.legal-sales-intro {
    background: linear-gradient(145deg, rgba(62, 49, 35, 0.52), rgba(30, 22, 17, 0.58));
    border: 1px solid rgba(189, 164, 138, 0.2);
}

.legal-sales-kicker {
    margin: 0 0 6px;
    color: #cf4d36;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px;
    font-weight: 700;
}

.legal-sales-rules {
    margin: 12px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
    color: #bda48a;
    line-height: 1.55;
    font-size: 14px;
}

.legal-sales-rules strong {
    color: #dac0a3;
}

.legal-sales-side {
    display: grid;
    grid-template-rows: auto 1fr 1fr;
    gap: 10px;
}

.legal-sales-visual {
    position: relative;
    border: 0;
    border-radius: 0;
    overflow: visible;
    min-height: 0;
    background: transparent;
}

.legal-sales-visual .feature-img {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    display: block;
}

.legal-sales-box {
    border: 1px solid rgba(189, 164, 138, 0.2);
    border-radius: 12px;
    padding: 12px;
    background: linear-gradient(145deg, rgba(19, 14, 11, 0.82), rgba(49, 33, 24, 0.52));
}

.legal-sales-box.is-warning {
    border-color: rgba(207, 77, 54, 0.42);
    background: linear-gradient(145deg, rgba(68, 28, 23, 0.72), rgba(39, 20, 17, 0.74));
}

.legal-box-title {
    margin: 0 0 8px;
    color: #dac0a3;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 700;
}

.legal-sales-steps {
    margin: 0;
    padding-left: 18px;
    color: #bda48a;
    line-height: 1.55;
    display: grid;
    gap: 7px;
    font-size: 13px;
}

.legal-box-copy {
    margin: 0;
    color: #f0d0c9;
    line-height: 1.6;
    font-size: 13px;
}

.mount-elegant {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 14px;
}

.mount-elegant-intro {
    background: linear-gradient(145deg, rgba(62, 49, 35, 0.52), rgba(30, 22, 17, 0.58));
    border: 1px solid rgba(189, 164, 138, 0.2);
}

.mount-kicker {
    margin: 0 0 6px;
    color: #cf4d36;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px;
    font-weight: 700;
}

.mount-rule-list {
    margin: 12px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
    color: #bda48a;
    line-height: 1.55;
    font-size: 14px;
}

.mount-rule-list strong {
    color: #dac0a3;
}

.mount-elegant-image {
    border: 1px solid rgba(189, 164, 138, 0.2);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(16, 12, 9, 0.65), rgba(34, 24, 17, 0.45));
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mount-elegant-image .feature-img {
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: contain;
}

.mount-elegant-image.is-main {
    border: 0;
    background: transparent;
    padding: 0;
    min-height: 460px;
}

.mount-elegant-image.is-main .feature-img {
    width: min(100%, 980px);
    max-height: 560px;
}

.mount-elegant-stages {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.mount-elegant-economy {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.mount-economy-card {
    border: 1px solid rgba(189, 164, 138, 0.2);
    border-radius: 12px;
    padding: 12px;
    background: linear-gradient(145deg, rgba(19, 14, 11, 0.82), rgba(49, 33, 24, 0.52));
}

.mount-cost-list,
.mount-max-list {
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.mount-cost-list li {
    border: 1px solid rgba(189, 164, 138, 0.18);
    border-radius: 10px;
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: rgba(14, 10, 8, 0.45);
}

.mount-cost-list li span {
    color: #bda48a;
    font-size: 13px;
}

.mount-cost-list li strong {
    color: #dac0a3;
    font-size: 13px;
    text-align: right;
}

.mount-cost-list li.is-total {
    border-color: rgba(207, 77, 54, 0.45);
    background: rgba(207, 77, 54, 0.12);
}

.mount-economy-note {
    margin: 10px 0 0;
    color: #bda48a;
    font-size: 12px;
    line-height: 1.6;
}

.mount-max-list li {
    border: 1px solid rgba(189, 164, 138, 0.18);
    border-radius: 10px;
    padding: 8px 10px;
    background: rgba(14, 10, 8, 0.45);
    color: #bda48a;
    line-height: 1.55;
    font-size: 13px;
}

.mount-max-list b {
    color: #dac0a3;
}

.mount-stage-card {
    border: 1px solid rgba(189, 164, 138, 0.2);
    border-radius: 12px;
    padding: 12px;
    background: linear-gradient(145deg, rgba(19, 14, 11, 0.82), rgba(49, 33, 24, 0.52));
}

.mount-stage-level {
    margin: 0 0 6px;
    color: #dac0a3;
    font-size: 16px;
    font-weight: 700;
}

.mount-stage-copy {
    margin: 0;
    color: #bda48a;
    line-height: 1.6;
    font-size: 14px;
}

.mount-stage-note {
    margin: 8px 0 0;
    color: rgba(207, 77, 54, 0.95);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 700;
}

.biolog-elegant {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 12px;
}

.biolog-intro {
    background: linear-gradient(145deg, rgba(62, 49, 35, 0.52), rgba(30, 22, 17, 0.58));
    border: 1px solid rgba(189, 164, 138, 0.2);
}

.biolog-kicker {
    margin: 0 0 6px;
    color: #cf4d36;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px;
    font-weight: 700;
}

.biolog-meta-list {
    margin: 12px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
    color: #bda48a;
    line-height: 1.55;
    font-size: 14px;
}

.biolog-meta-list strong {
    color: #dac0a3;
}

.biolog-visual {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.biolog-visual .feature-img {
    width: min(100%, 980px);
    height: auto;
    max-height: 560px;
    object-fit: contain;
}

.biolog-track {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.biolog-track-row {
    border: 1px solid rgba(189, 164, 138, 0.2);
    border-radius: 10px;
    background: rgba(14, 10, 8, 0.55);
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.biolog-track-row img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}

.biolog-track-row b {
    display: block;
    color: #dac0a3;
    font-size: 13px;
    line-height: 1.25;
}

.biolog-track-row span {
    display: block;
    color: #bda48a;
    font-size: 12px;
    line-height: 1.35;
}

.topbar-logo {
    background-image: none !important;
    width: auto;
    height: 42px;
    display: flex;
    align-items: center;
}

.topbar-logo img {
    height: 42px;
    width: auto;
    max-width: 320px;
    object-fit: contain;
    display: block;
}

@media (max-width: 768px) {
    .topbar-logo {
        display: flex !important;
        height: 34px;
    }

    .topbar-logo img {
        height: 34px;
        max-width: 220px;
    }
}

.elv-shop-shell {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 18px;
}

.elv-shop-sidebar,
.elv-shop-main {
    background: linear-gradient(145deg, rgba(62, 49, 35, 0.46), rgba(32, 24, 18, 0.46));
    border: 1px solid rgba(189, 164, 138, 0.2);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.elv-shop-sidebar {
    padding: 16px;
}

.elv-shop-side-title {
    margin: 0 0 12px;
    color: #dac0a3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.elv-shop-categories {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.elv-shop-cat-btn {
    width: 100%;
    border: 1px solid rgba(189, 164, 138, 0.2);
    background: rgba(18, 14, 11, 0.65);
    color: #bda48a;
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 12px;
    font-weight: 600;
}

.elv-shop-cat-btn:hover {
    border-color: rgba(207, 77, 54, 0.45);
    color: #dac0a3;
}

.elv-shop-cat-btn.is-active {
    background: linear-gradient(130deg, rgba(207, 77, 54, 0.92), rgba(129, 46, 35, 0.92));
    color: #fff;
    border-color: rgba(255, 255, 255, 0.24);
}

.elv-shop-cat-count {
    opacity: 0.85;
    font-size: 11px;
}

.elv-shop-main {
    padding: 16px;
    overflow-anchor: none;
}

.elv-shop-toolbar {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 12px;
    margin-bottom: 12px;
}

.elv-shop-search-wrap,
.elv-shop-sort-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #bda48a;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 700;
}

.elv-shop-search-wrap input,
.elv-shop-sort-wrap select {
    background: rgba(18, 14, 11, 0.72);
    border: 1px solid rgba(189, 164, 138, 0.22);
    color: #dac0a3;
    border-radius: 10px;
    height: 42px;
    padding: 0 12px;
    outline: none;
}

.elv-shop-search,
.elv-shop-sort,
.game-drop-search {
    width: 100%;
    box-sizing: border-box;
}

.elv-shop-search-wrap input:focus,
.elv-shop-sort-wrap select:focus {
    border-color: rgba(207, 77, 54, 0.6);
}

.elv-shop-summary {
    color: rgba(218, 192, 163, 0.78);
    font-size: 12px;
    margin-bottom: 12px;
}

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

.elv-shop-card {
    border: 1px solid rgba(189, 164, 138, 0.2);
    border-radius: 14px;
    background: rgba(13, 10, 8, 0.74);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.elv-shop-card-media {
    height: 130px;
    background: linear-gradient(130deg, rgba(62, 49, 35, 0.46), rgba(22, 17, 13, 0.74));
    border-bottom: 1px solid rgba(189, 164, 138, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.elv-shop-card-media img {
    width: auto;
    height: auto;
    max-width: 86px;
    max-height: 86px;
    object-fit: contain;
}

.elv-shop-card-body {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.elv-shop-card-title {
    margin: 0;
    color: #dac0a3;
    font-size: 13px;
    line-height: 1.35;
    min-height: 36px;
}

.elv-shop-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 6px;
}

.elv-shop-price {
    color: #cf4d36;
    font-size: 18px;
    font-weight: 700;
}

.elv-shop-unit {
    color: rgba(218, 192, 163, 0.68);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.elv-shop-chip-row {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.elv-shop-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(74, 52, 39, 0.55);
    border: 1px solid rgba(189, 164, 138, 0.2);
    color: #bda48a;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.elv-shop-chip.is-popular {
    border-color: rgba(207, 77, 54, 0.4);
    color: #f1c1b7;
}

.elv-shop-detail-btn {
    margin-top: 2px;
    border: 1px solid rgba(189, 164, 138, 0.24);
    background: rgba(22, 17, 13, 0.9);
    color: #dac0a3;
    border-radius: 10px;
    padding: 9px 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: all 0.2s ease;
}

.elv-shop-detail-btn:hover {
    background: rgba(207, 77, 54, 0.86);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.elv-shop-empty {
    grid-column: 1 / -1;
    border: 1px dashed rgba(189, 164, 138, 0.3);
    border-radius: 12px;
    padding: 30px 14px;
    text-align: center;
    color: rgba(218, 192, 163, 0.72);
}

.elv-shop-modal[hidden] {
    display: none;
}

.elv-shop-modal {
    position: fixed;
    inset: 0;
    z-index: 240;
}

.elv-shop-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 2, 2, 0.7);
    backdrop-filter: blur(4px);
}

.elv-shop-modal-card {
    position: relative;
    margin: 5vh auto 0;
    width: min(860px, calc(100% - 24px));
    background: linear-gradient(145deg, rgba(34, 25, 19, 0.96), rgba(20, 14, 11, 0.98));
    border: 1px solid rgba(189, 164, 138, 0.28);
    border-radius: 18px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.elv-shop-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid rgba(189, 164, 138, 0.3);
    background: rgba(15, 11, 9, 0.85);
    color: #dac0a3;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.elv-shop-modal-head {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 14px;
    padding: 18px 18px 10px;
}

.elv-shop-modal-head img {
    width: auto;
    height: auto;
    max-width: 170px;
    max-height: 170px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid rgba(189, 164, 138, 0.2);
    background: rgba(12, 9, 8, 0.62);
    padding: 8px;
}

.elv-shop-modal-head h3 {
    margin: 0 0 5px;
    color: #dac0a3;
    font-size: 24px;
}

.elv-shop-modal-head p {
    margin: 0 0 8px;
    color: rgba(218, 192, 163, 0.78);
}

.elv-shop-modal-body {
    padding: 4px 18px 18px;
}

.elv-shop-modal-body h4 {
    margin: 0 0 10px;
    color: #cf4d36;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
}

.elv-shop-modal-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.elv-shop-modal-list li {
    border: 1px solid rgba(189, 164, 138, 0.2);
    border-radius: 10px;
    padding: 8px 10px;
    background: rgba(14, 11, 9, 0.6);
    color: #dac0a3;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.elv-shop-modal-item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.elv-shop-modal-item-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex-shrink: 0;
}

.elv-shop-modal-count {
    color: #cf4d36;
    font-weight: 700;
}

.game-drops-section {
    padding-top: 14px;
}

.game-drop-shell {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 16px;
}

.game-drop-sidebar {
    border: 1px solid rgba(189, 164, 138, 0.2);
    border-radius: 16px;
    background: linear-gradient(165deg, rgba(21, 15, 12, 0.88), rgba(12, 9, 8, 0.72));
    padding: 14px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.game-drop-side-title {
    margin: 2px 0 12px;
    color: #cf4d36;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.game-drop-map-list {
    display: grid;
    gap: 6px;
    max-height: 640px;
    overflow-y: auto;
    padding-right: 3px;
}

.game-drop-map-list::-webkit-scrollbar {
    width: 6px;
}

.game-drop-map-list::-webkit-scrollbar-thumb {
    background: rgba(189, 164, 138, 0.35);
    border-radius: 999px;
}

.game-drop-empty-side {
    margin: 0;
    color: rgba(218, 192, 163, 0.7);
    font-size: 13px;
}

.game-drop-map-btn {
    border: 1px solid rgba(189, 164, 138, 0.15);
    border-radius: 10px;
    background: rgba(19, 14, 11, 0.68);
    color: rgba(218, 192, 163, 0.84);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 9px 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.game-drop-map-btn:hover {
    border-color: rgba(207, 77, 54, 0.36);
    transform: translateX(2px);
}

.game-drop-map-btn.is-active {
    border-color: rgba(207, 77, 54, 0.46);
    background: linear-gradient(120deg, rgba(207, 77, 54, 0.2), rgba(189, 164, 138, 0.08));
    color: #f0dac0;
}

.game-drop-map-name {
    font-size: 13px;
    font-weight: 700;
    text-align: left;
}

.game-drop-map-meta {
    font-size: 11px;
    color: rgba(218, 192, 163, 0.62);
}

.game-drop-main {
    border: 1px solid rgba(189, 164, 138, 0.2);
    border-radius: 16px;
    background: linear-gradient(165deg, rgba(24, 17, 14, 0.88), rgba(12, 9, 8, 0.74));
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
    padding: 16px;
}

.game-drop-toolbar {
    display: flex;
    gap: 12px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 14px;
}

.game-drop-type-toggle {
    display: inline-flex;
    gap: 8px;
}

.game-drop-type-btn {
    border: 1px solid rgba(189, 164, 138, 0.26);
    background: rgba(18, 13, 10, 0.72);
    color: rgba(218, 192, 163, 0.8);
    border-radius: 10px;
    padding: 8px 13px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
}

.game-drop-type-btn:hover {
    border-color: rgba(207, 77, 54, 0.36);
}

.game-drop-type-btn.is-active {
    background: linear-gradient(120deg, rgba(207, 77, 54, 0.86), rgba(177, 74, 55, 0.8));
    border-color: rgba(207, 77, 54, 0.7);
    color: #fff;
}

.game-drop-search-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 280px;
}

.game-drop-search-wrap span {
    font-size: 11px;
    color: rgba(218, 192, 163, 0.8);
    letter-spacing: 0.05em;
}

.game-drop-search-wrap input {
    border: 1px solid rgba(189, 164, 138, 0.24);
    background: rgba(12, 9, 8, 0.72);
    color: #dac0a3;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
}

.game-drop-search-wrap input:focus {
    outline: none;
    border-color: rgba(207, 77, 54, 0.58);
    box-shadow: 0 0 0 2px rgba(207, 77, 54, 0.18);
}

.elv-shop-modal-meta,
.elv-shop-modal-desc,
.game-drop-modal-meta {
    margin: 0 0 8px;
}

.game-drop-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.game-drop-map-title {
    margin: 0;
    color: #dac0a3;
    font-size: 24px;
}

.game-drop-list-type {
    margin: 5px 0 0;
    color: rgba(218, 192, 163, 0.62);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.game-drop-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 98px;
    border: 1px solid rgba(189, 164, 138, 0.2);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(218, 192, 163, 0.82);
    background: rgba(12, 9, 8, 0.6);
}

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

.game-drop-card {
    border: 1px solid rgba(189, 164, 138, 0.14);
    border-radius: 14px;
    background: rgba(16, 11, 9, 0.74);
    padding: 12px;
    display: flex;
    flex-direction: column;
    min-height: 226px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
}

.game-drop-card-icon {
    width: 124px;
    height: 124px;
    border-radius: 12px;
    border: 1px solid rgba(189, 164, 138, 0.14);
    background: rgba(8, 6, 5, 0.68);
    margin: 0 auto 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.game-drop-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.game-drop-card-title {
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #dac0a3;
    min-height: 36px;
}

.game-drop-card-level {
    margin: 5px 0 0;
    text-align: center;
    color: rgba(218, 192, 163, 0.55);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.game-drop-card-meta {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    color: rgba(218, 192, 163, 0.72);
    font-size: 12px;
    padding: 8px 1px 0;
}

.game-drop-open-btn {
    margin-top: 8px;
    border: 1px solid rgba(189, 164, 138, 0.24);
    border-radius: 10px;
    background: rgba(22, 16, 13, 0.74);
    color: #dac0a3;
    padding: 8px 10px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: all 0.2s ease;
}

.game-drop-open-btn:hover {
    border-color: rgba(207, 77, 54, 0.52);
    background: rgba(207, 77, 54, 0.2);
}

.game-drop-empty {
    grid-column: 1 / -1;
    border: 1px dashed rgba(189, 164, 138, 0.24);
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    color: rgba(218, 192, 163, 0.68);
}

.game-drop-modal[hidden] {
    display: none;
}

.game-drop-modal {
    position: fixed;
    inset: 0;
    z-index: 220;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.game-drop-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 4, 3, 0.78);
    backdrop-filter: blur(4px);
}

.game-drop-modal-card {
    position: relative;
    width: min(920px, 96vw);
    max-height: 90vh;
    overflow: hidden;
    border: 1px solid rgba(189, 164, 138, 0.26);
    border-radius: 18px;
    background: linear-gradient(160deg, rgba(26, 18, 14, 0.96), rgba(10, 7, 6, 0.92));
    box-shadow: 0 28px 62px rgba(0, 0, 0, 0.55);
}

.game-drop-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid rgba(189, 164, 138, 0.24);
    background: rgba(14, 10, 8, 0.86);
    color: #dac0a3;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}

.game-drop-modal-head {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 14px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(189, 164, 138, 0.16);
}

.game-drop-modal-head img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid rgba(189, 164, 138, 0.2);
    background: rgba(8, 6, 5, 0.62);
    padding: 8px;
}

.game-drop-modal-head h3 {
    margin: 0 0 6px;
    color: #dac0a3;
    font-size: 24px;
}

.game-drop-modal-head p {
    margin: 0;
    color: rgba(218, 192, 163, 0.76);
}

.game-drop-modal-body {
    padding: 12px 18px 18px;
    max-height: 62vh;
    overflow-y: auto;
}

.game-drop-modal-body h4 {
    margin: 0 0 10px;
    color: #cf4d36;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-size: 12px;
}

.game-drop-modal-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.game-drop-modal-item {
    border: 1px solid rgba(189, 164, 138, 0.17);
    border-radius: 10px;
    padding: 8px;
    background: rgba(12, 9, 8, 0.64);
    color: #dac0a3;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.game-drop-modal-item img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
}

.game-drop-modal-empty {
    color: rgba(218, 192, 163, 0.68);
    padding: 8px;
}

.tournament-system-bg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.tournament-system-bg::before {
    content: none;
}

.tournament-system-text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tournament-system-kicker {
    margin: 0;
    color: rgba(255, 194, 133, 0.88);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

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

.tournament-system-stat {
    border: 1px solid rgba(189, 164, 138, 0.22);
    border-left: 3px solid rgba(207, 77, 54, 0.42);
    border-radius: 12px;
    padding: 11px 13px;
    background: linear-gradient(145deg, rgba(18, 13, 11, 0.86), rgba(11, 8, 7, 0.72));
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.tournament-system-stat span {
    color: rgba(255, 196, 142, 0.72);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
}

.tournament-system-stat strong {
    color: #f2d6b2;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

.tournament-system-stage-list {
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 7px;
}

.tournament-system-stage-list li {
    border: 1px solid rgba(189, 164, 138, 0.17);
    border-radius: 10px;
    padding: 9px 11px;
    background: rgba(15, 11, 9, 0.56);
    color: rgba(218, 192, 163, 0.9);
    line-height: 1.5;
}

.tournament-system-stage-list strong {
    color: #f0c38f;
}

.tournament-system-note {
    margin: 0;
    border: 1px solid rgba(207, 77, 54, 0.28);
    border-left: 3px solid rgba(207, 77, 54, 0.5);
    border-radius: 12px;
    background: rgba(16, 12, 10, 0.75);
    color: rgba(245, 208, 167, 0.95);
    padding: 11px 13px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.55;
}

.tournament-system-visual {
    min-height: 0;
}

.tournament-system-visual::after {
    content: none;
}

.tournament-system-visual .feature-img {
    object-fit: cover;
    object-position: center;
}

.tournament-rewards-core {
    grid-template-columns: 1fr;
}

.tournament-rewards-shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(207, 77, 54, 0.28);
    background:
        radial-gradient(1000px 320px at 8% -20%, rgba(207, 77, 54, 0.2), transparent 68%),
        radial-gradient(900px 300px at 100% 120%, rgba(177, 74, 55, 0.14), transparent 70%),
        linear-gradient(145deg, rgba(20, 14, 12, 0.86), rgba(34, 22, 18, 0.78));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.tournament-rewards-shell::before {
    content: "";
    position: absolute;
    inset: -2px;
    pointer-events: none;
    background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.08) 50%, transparent 80%);
    transform: translateX(-110%);
    animation: tournamentShine 5s ease-in-out infinite;
}

.tournament-rewards-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tournament-reward-box {
    position: relative;
    border: 1px solid rgba(189, 164, 138, 0.25);
    border-radius: 14px;
    padding: 14px 16px 13px;
    background: linear-gradient(145deg, rgba(22, 16, 13, 0.84), rgba(12, 9, 8, 0.72));
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.35);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.tournament-reward-box::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.tournament-reward-box:hover {
    transform: translateY(-3px);
    border-color: rgba(207, 77, 54, 0.45);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.46), 0 0 28px rgba(207, 77, 54, 0.2);
}

.tournament-reward-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.tournament-reward-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(207, 77, 54, 0.14);
    border: 1px solid rgba(207, 77, 54, 0.35);
    color: #f3bd80;
}

.tournament-reward-icon i {
    filter: drop-shadow(0 0 9px rgba(243, 189, 128, 0.45));
}

.tournament-reward-box h4 {
    margin: 0;
    color: #dac0a3;
    font-size: 16px;
    font-weight: 700;
}

.tournament-reward-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(218, 192, 163, 0.92);
    display: grid;
    gap: 7px;
}

.tournament-reward-list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    line-height: 1.5;
    border-bottom: 1px dashed rgba(189, 164, 138, 0.22);
    padding-bottom: 4px;
}

.tournament-reward-list li span {
    color: rgba(218, 192, 163, 0.86);
    font-size: 14px;
}

.tournament-reward-list li strong {
    color: #f5d4aa;
    font-size: 14px;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.tournament-reward-total {
    margin: 10px 0 0;
    color: rgba(218, 192, 163, 0.9);
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.tournament-reward-total strong {
    color: #ffcf95;
}

.tournament-reward-box.is-gold .tournament-reward-icon {
    background: rgba(230, 167, 74, 0.18);
    border-color: rgba(230, 167, 74, 0.45);
    color: #ffd17f;
}

.tournament-reward-box.is-crimson .tournament-reward-icon {
    background: rgba(207, 77, 54, 0.22);
    border-color: rgba(207, 77, 54, 0.45);
    color: #ffb39f;
}

.tournament-reward-box.is-ember .tournament-reward-icon {
    background: rgba(206, 110, 62, 0.2);
    border-color: rgba(206, 110, 62, 0.44);
    color: #ffc497;
}

.tournament-reward-box.is-royal .tournament-reward-icon {
    background: rgba(151, 127, 96, 0.2);
    border-color: rgba(189, 164, 138, 0.44);
    color: #ffe0ba;
}

@keyframes tournamentShine {
    0% {
        transform: translateX(-110%);
    }

    45% {
        transform: translateX(-110%);
    }

    100% {
        transform: translateX(120%);
    }
}

@media (max-width: 1024px) {
    .game-drop-shell {
        grid-template-columns: 1fr;
    }

    .game-drop-map-list {
        max-height: 280px;
    }

    .game-drop-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .game-drop-modal-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mission-hub {
        grid-template-columns: 1fr;
    }

    .group-leveling-core {
        grid-template-columns: 1fr;
    }

    .legal-sales-core {
        grid-template-columns: 1fr;
    }

    .legal-sales-side {
        grid-template-rows: unset;
    }

    .legal-sales-visual {
        min-height: 0;
    }

    .legal-sales-visual .feature-img {
        min-height: 0;
    }

    .management-flow-row {
        padding-right: 0;
    }

    .mount-elegant {
        grid-template-columns: 1fr;
    }

    .mount-elegant-stages {
        grid-template-columns: 1fr;
    }

    .mount-elegant-economy {
        grid-template-columns: 1fr;
    }

    .mount-elegant-image.is-main {
        min-height: 0;
    }

    .mount-elegant-image.is-main .feature-img {
        max-height: 460px;
    }

    .biolog-elegant {
        grid-template-columns: 1fr;
    }

    .biolog-track {
        grid-template-columns: 1fr;
    }

    .elv-shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tournament-system-bg {
        grid-template-columns: 1fr;
    }

    .tournament-system-visual {
        min-height: 0;
    }

    .tournament-rewards-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .game-drop-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .game-drop-search-wrap {
        min-width: 0;
    }

    .game-drop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .game-drop-modal-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .game-drop-modal-head {
        grid-template-columns: 1fr;
    }

    .game-drop-modal-head img {
        width: 88px;
        height: 88px;
    }

    .elv-shop-shell {
        grid-template-columns: 1fr;
    }

    .elv-shop-toolbar {
        grid-template-columns: 1fr;
    }

    .elv-shop-modal-head {
        grid-template-columns: 1fr;
    }

    .elv-shop-modal-head img {
        height: 200px;
    }

    .elv-shop-modal-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 580px) {
    .game-drop-summary {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .game-drop-grid {
        grid-template-columns: 1fr;
    }

    .game-drop-modal-list {
        grid-template-columns: 1fr;
    }

    .tournament-reward-list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .tournament-reward-list li strong {
        white-space: normal;
    }

    .tournament-system-grid {
        grid-template-columns: 1fr;
    }

    .tournament-system-stat strong {
        font-size: 13px;
    }

    .tournament-system-stage-list li {
        font-size: 13px;
    }

    .tournament-system-note {
        font-size: 11px;
        letter-spacing: 0.02em;
    }

    .management-flow-headline {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .management-flow-state {
        align-self: flex-start;
    }

    .management-flow-row {
        gap: 8px 10px;
    }

    .flow-time {
        font-size: 12px;
        padding: 2px 7px;
    }

    .flow-tag {
        min-width: 72px;
        font-size: 10px;
    }

    .elv-shop-grid {
        grid-template-columns: 1fr;
    }
}

/* Local file:// preview fix for dungeon backgrounds and bosses */
.dungeon-bg.wonsung {
    background-image: url('../new_presentation/img/dungeons/wonsung-bg.png');
}

.dungeon-bg.mystic {
    background-image: url('../new_presentation/img/dungeons/mystic-bg.png');
}

.dungeon-bg.spider {
    background-image: url('../new_presentation/img/dungeons/spider-bg.png');
}

.dungeon-bg.dt {
    background-image: url('../new_presentation/img/dungeons/dt-bg.png');
}

.dungeon-bg.dc {
    background-image: url('../new_presentation/img/dungeons/dc-bg.png');
}

.dungeon-bg.beran {
    background-image: url('../new_presentation/img/dungeons/beran-bg.png');
}

.dungeon-bg.bdt {
    background-image: url('../new_presentation/img/dungeons/bdt-bg.png');
}

.dungeon-bg.gnoll {
    background-image: url('../new_presentation/img/dungeons/gnoll-bg.png');
}

.dungeon-bg.razador {
    background-image: url('../new_presentation/img/dungeons/razador-bg.png');
}

.dungeon-bg.nemere {
    background-image: url('../new_presentation/img/dungeons/nemere-bg.png');
}

.dungeon-bg.ochao {
    background-image: url('../new_presentation/img/dungeons/ochao-bg.png');
}

.dungeon-bg.jotun {
    background-image: url('../new_presentation/img/dungeons/jotun-bg.png');
}

.dungeon-bg.meley {
    background-image: url('../new_presentation/img/dungeons/meley-bg.png');
}

.dungeon-bg.exedyar {
    background-image: url('../new_presentation/img/dungeons/exedyar-bg.png');
}

.dungeon-bg.nightmare {
    background-image: url('../new_presentation/img/dungeons/nightmare-bg.png');
}

.dungeon-bg.hydra {
    background-image: url('../new_presentation/img/dungeons/hydra-bg.png');
}

.dungeon-bg.tyolduran {
    background-image: url('../new_presentation/img/dungeons/tyolduran-bg.png');
}

.dungeon-bg.otherworld {
    background-image: url('../new_presentation/img/dungeons/otherworld-bg.png');
}

.dungeon-bg.baashido {
    background-image: url('../new_presentation/img/dungeons/baashido-bg.png');
}

.dungeon-bg.primordis {
    background-image: url('../new_presentation/img/dungeons/primordis-bg.png');
}

.dungeon-bg.treasure {
    background-image: url('../new_presentation/img/dungeons/treasure-bg.png');
}

.dungeon-bg.wukong {
    background-image: url('../new_presentation/img/dungeons/wukong-bg.png');
}

.dungeon-bg.zodiac-ap {
    background-image: url('../new_presentation/img/dungeons/zodiac-ap-bg.png');
}

.dungeon-bg.zodiac {
    background-image: url('../new_presentation/img/dungeons/zodiac-bg.png');
}

.dungeon-bg.balathor {
    background-image: url('../new_presentation/img/dungeons/balathor-bg.png');
}

.dungeon-bg.wonsung .boss-image {
    background-image: url('../new_presentation/img/dungeons/wonsung-boss.png');
}

.dungeon-bg.mystic .boss-image {
    background-image: url('../new_presentation/img/dungeons/mystic-boss.png');
}

.dungeon-bg.spider .boss-image {
    background-image: url('../new_presentation/img/dungeons/spider-boss.png');
}

.dungeon-bg.dt .boss-image {
    background-image: url('../new_presentation/img/dungeons/dt-boss.png');
}

.dungeon-bg.dc .boss-image {
    background-image: url('../new_presentation/img/dungeons/dc-boss.png');
}

.dungeon-bg.beran .boss-image {
    background-image: url('../new_presentation/img/dungeons/beran-boss.png');
}

.dungeon-bg.bdt .boss-image {
    background-image: url('../new_presentation/img/dungeons/bdt-boss.png');
}

.dungeon-bg.gnoll .boss-image {
    background-image: url('../new_presentation/img/dungeons/gnoll-boss.png');
}

.dungeon-bg.razador .boss-image {
    background-image: url('../new_presentation/img/dungeons/razador-boss.png');
}

.dungeon-bg.nemere .boss-image {
    background-image: url('../new_presentation/img/dungeons/nemere-boss.png');
}

.dungeon-bg.ochao .boss-image {
    background-image: url('../new_presentation/img/dungeons/ochao-boss.png');
}

.dungeon-bg.jotun .boss-image {
    background-image: url('../new_presentation/img/dungeons/jotun-boss.png');
}

.dungeon-bg.meley .boss-image {
    background-image: url('../new_presentation/img/dungeons/meley-boss.png');
}

.dungeon-bg.exedyar .boss-image {
    background-image: url('../new_presentation/img/dungeons/exedyar-boss.png');
}

.dungeon-bg.nightmare .boss-image {
    background-image: url('../new_presentation/img/dungeons/nightmare-boss.png');
}

.dungeon-bg.hydra .boss-image {
    background-image: url('../new_presentation/img/dungeons/hydra-boss.png');
}

.dungeon-bg.tyolduran .boss-image {
    background-image: url('../new_presentation/img/dungeons/tyolduran-boss.png');
}

.dungeon-bg.otherworld .boss-image {
    background-image: url('../new_presentation/img/dungeons/otherworld-boss.png');
}

.dungeon-bg.baashido .boss-image {
    background-image: url('../new_presentation/img/dungeons/baashido-boss.png');
}

.dungeon-bg.primordis .boss-image {
    background-image: url('../new_presentation/img/dungeons/primordis-boss.png');
}

.dungeon-bg.treasure .boss-image {
    background-image: url('../new_presentation/img/dungeons/treasure-boss.png');
}

.dungeon-bg.wukong .boss-image {
    background-image: url('../new_presentation/img/dungeons/wukong-boss.png');
}

.dungeon-bg.zodiac-ap .boss-image {
    background-image: url('../new_presentation/img/dungeons/zodiac-ap-boss.png');
}

.dungeon-bg.zodiac .boss-image {
    background-image: url('../new_presentation/img/dungeons/zodiac-boss.png');
}

.dungeon-bg.balathor .boss-image {
    background-image: url('../new_presentation/img/dungeons/balathor-boss.png');
}

/* Dungeon info panel - visible */
.dungeon-slider-container .dungeon-info-left {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
}

.dungeon-slider-container .dungeon-content {
    grid-template-columns: auto 1fr !important;
    padding: 0 1rem 0 2rem !important;
}

.dungeon-slider-container .dungeon-title-center {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 220px;
}

.lova2-hero-title {
    margin: 0 0 12px;
    font-size: clamp(32px, 4.2vw, 56px);
    font-weight: 700;
    color: #f6e0c3;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.02em;
}

.lova2-hero-subtitle {
    margin: 0 0 8px;
    font-size: clamp(16px, 1.6vw, 22px);
    color: #f0c89a;
    font-weight: 600;
}

.lova2-hero-subtitle strong {
    color: #ffd3a7;
}

.lova2-hero-description {
    margin: 0;
    font-size: clamp(14px, 1.2vw, 18px);
    color: #dfc1a1;
    letter-spacing: 0.02em;
}

.lova2-support-widget {
    position: fixed;
    left: 24px;
    top: 76px;
    width: min(340px, calc(100vw - 24px));
    transform: scale(0.84);
    transform-origin: top left;
    z-index: 1200;
    border-radius: 22px;
    padding: 16px 14px 14px;
    background: radial-gradient(circle at 16% 8%, rgba(177, 74, 55, 0.34), rgba(55, 37, 26, 0.95) 52%, rgba(32, 22, 16, 0.98) 100%);
    border: 1px solid rgba(189, 164, 138, 0.4);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45), 0 0 24px rgba(177, 74, 55, 0.35);
}

.lova2-support-widget.is-hidden {
    display: none;
}

.lova2-support-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(189, 164, 138, 0.45);
    border-radius: 50%;
    background: rgba(66, 46, 32, 0.7);
    color: #e7cfb3;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.lova2-support-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.lova2-support-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(160deg, #b14a37, #7d3527);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f4e1ca;
    font-size: 20px;
}

.lova2-support-text h3 {
    margin: 0;
    color: #f0d6bb;
    font-size: 33px;
    line-height: 1.05;
    letter-spacing: 0;
}

.lova2-support-text p {
    margin: 3px 0 0;
    color: #c8ad8f;
    font-size: 13px;
    line-height: 1.45;
}

.lova2-support-status {
    border: 1px solid rgba(189, 164, 138, 0.32);
    border-radius: 12px;
    background: rgba(55, 37, 26, 0.72);
    color: #dac0a3;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 11px;
    margin-bottom: 11px;
}

.lova2-support-status .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f0b35e;
    margin: 0 6px;
    box-shadow: 0 0 12px rgba(240, 179, 94, 0.8);
}

.lova2-support-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 13px;
    padding: 11px 12px;
    margin-top: 8px;
    color: #fff;
}

.lova2-support-btn i {
    font-size: 21px;
}

.lova2-support-btn span strong {
    display: block;
    font-size: 18px;
    line-height: 1.1;
}

.lova2-support-btn span small {
    display: block;
    font-size: 11px;
    line-height: 1.1;
    opacity: 0.96;
}

.lova2-support-btn.wa-btn {
    background: linear-gradient(135deg, #1fdf64, #0db24b);
}

.lova2-support-btn.dc-btn {
    background: linear-gradient(135deg, #5f84ff, #4463e6);
}

.lova2-support-btn.fb-btn {
    background: linear-gradient(135deg, #1877f2, #145dbf);
}

.lova2-support-btn.ig-btn {
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

@media (max-width: 720px) {
    .lova2-support-widget {
        right: 10px;
        left: 10px;
        width: auto;
        top: 70px;
        transform-origin: top center;
    }
}

/* â”€â”€ KaldÄ±rÄ±lan Sistemler â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.removed-systems-core {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(207, 77, 54, 0.35) !important;
    background:
        radial-gradient(ellipse 80% 40% at 50% -10%, rgba(207, 77, 54, 0.18), transparent 60%),
        linear-gradient(155deg, rgba(20, 13, 11, 0.95), rgba(38, 20, 16, 0.9)) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    padding: 2rem 2.4rem !important;
    display: block !important;
    grid-template-columns: 1fr !important;
}

.removed-systems-core::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(120deg, transparent 20%, rgba(255, 100, 60, 0.07) 50%, transparent 80%);
    transform: translateX(-110%);
    animation: removedShine 6s ease-in-out infinite;
}

@keyframes removedShine {

    0%,
    45% {
        transform: translateX(-110%);
    }

    100% {
        transform: translateX(120%);
    }
}

.removed-systems-header {
    text-align: center;
    margin-bottom: 2rem;
}

.removed-systems-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid rgba(207, 77, 54, 0.45);
    background: rgba(207, 77, 54, 0.12);
    color: #ff9070;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.removed-systems-title {
    margin: 0 0 10px;
    font-size: clamp(1.2rem, 2.8vw, 1.9rem);
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.04em;
    text-shadow: 0 0 28px rgba(207, 77, 54, 0.5);
    line-height: 1.2;
}

.removed-systems-subtitle {
    margin: 0;
    color: rgba(218, 192, 163, 0.72);
    font-size: 0.92rem;
}

.removed-systems-money-wrap {
    display: flex;
    justify-content: center;
    margin: 10px 0 6px;
}

.removed-systems-money-img {
    max-width: 220px;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 18px rgba(207, 77, 54, 0.4));
    animation: moneyBounce 3s ease-in-out infinite;
}

@keyframes moneyBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.removed-systems-layout {
    display: grid;
    grid-template-columns: 140px 1fr 140px;
    gap: 20px;
    align-items: center;
}

.removed-systems-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.removed-systems-img {
    width: 100%;
    max-width: 140px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 20px rgba(207, 77, 54, 0.35));
    transition: transform 0.3s ease, filter 0.3s ease;
}

.removed-systems-img:hover {
    transform: scale(1.06) translateY(-4px);
    filter: drop-shadow(0 14px 28px rgba(207, 77, 54, 0.55));
}

.removed-systems-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.removed-systems-col {
    border: 1px solid rgba(189, 164, 138, 0.15);
    border-radius: 16px;
    padding: 18px 20px;
    background: rgba(10, 8, 6, 0.45);
}

.removed-systems-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.removed-systems-list li.removed-systems-item-card {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(189, 164, 138, 0.15);
    background: radial-gradient(circle, rgba(40, 20, 15, 0.65) 0%, rgba(15, 8, 5, 0.95) 100%);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
}

.removed-systems-list li.removed-systems-item-card:hover {
    border-color: rgba(207, 77, 54, 0.5);
    box-shadow: 0 10px 25px rgba(207, 77, 54, 0.25);
    transform: translateY(-4px);
}

.removed-systems-item-card .card-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.removed-systems-list li.removed-systems-item-card:hover .card-bg-img {
    transform: scale(1.08);
}

.removed-systems-item-card .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 5, 4, 0.95) 0%, rgba(10, 5, 4, 0.42) 50%, rgba(10, 5, 4, 0.1) 100%);
    z-index: 2;
    transition: background 0.3s;
}

.removed-systems-list li.removed-systems-item-card:hover .card-overlay {
    background: linear-gradient(to top, rgba(25, 9, 7, 0.98) 0%, rgba(15, 8, 6, 0.52) 50%, rgba(10, 5, 4, 0.1) 100%);
}

.removed-systems-item-card .card-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.removed-systems-item-card .status-icon {
    font-size: 1.15rem;
    color: #e05a3a;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
    flex-shrink: 0;
}

.removed-systems-item-card .card-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.removed-systems-item-card .system-name {
    color: #f2ddc0;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}

.removed-systems-item-card .system-status {
    color: #ff8060;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}

.removed-systems-group-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(189, 164, 138, 0.18);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.removed-systems-group-label.pvp-label {
    color: #ff6b6b;
}

.removed-systems-group-label.pvm-label {
    color: #6bb3ff;
}

@media (max-width: 991px) {
    .removed-systems-grid {
        grid-template-columns: 1fr;
    }
    
    .removed-systems-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .removed-systems-layout {
        grid-template-columns: 1fr;
    }

    .removed-systems-img-wrap {
        display: none;
    }

    .removed-systems-core {
        padding: 1.4rem 1rem !important;
    }
}


/* ¦¦ NPC İçerikleri ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */

.npc-content-core {
    background: linear-gradient(160deg, rgba(12, 9, 7, 0.9), rgba(26, 18, 12, 0.85)) !important;
    border: 1px solid rgba(189, 153, 75, 0.2) !important;
    padding: 1.6rem !important;
    display: block !important;
}

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

.npc-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(189, 153, 75, 0.2);
    background: rgba(8, 6, 4, 0.7);
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.npc-card:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 184, 68, 0.5);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}

.npc-card-img-wrap {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #111;
}

.npc-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.npc-card:hover .npc-card-img-wrap img {
    transform: scale(1.06);
}

.npc-card-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(10, 8, 5, 0.72);
    border: 1px solid rgba(245, 196, 87, 0.35);
    color: #f5c857;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
}

.npc-card:hover .npc-card-icon {
    background: rgba(189, 153, 75, 0.35);
    border-color: rgba(245, 196, 87, 0.7);
}

.npc-card-name {
    padding: 8px 10px;
    color: #f0ddc4;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    background: linear-gradient(180deg, rgba(10, 8, 5, 0.85), rgba(20, 14, 9, 0.95));
}

@media (max-width: 768px) {
    .npc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ¦¦ NPC Popup Modal ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */

.npc-popup-modal {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.npc-popup-modal[hidden] {
    display: none;
}

.npc-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(6px);
    cursor: pointer;
}

.npc-popup-card {
    position: relative;
    z-index: 1;
    width: min(860px, 96vw);
    max-height: 88vh;
    border-radius: 16px;
    border: 1px solid rgba(189, 153, 75, 0.35);
    background: linear-gradient(155deg, rgba(16, 11, 8, 0.97), rgba(30, 20, 13, 0.97));
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 210, 100, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: npcPopupIn 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes npcPopupIn {
    from {
        opacity: 0;
        transform: scale(0.88) translateY(20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.npc-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px 14px;
    border-bottom: 1px solid rgba(189, 153, 75, 0.2);
}

.npc-popup-title {
    margin: 0;
    color: #f5c84a;
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.npc-popup-close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(232, 220, 200, 0.3);
    background: rgba(20, 14, 10, 0.7);
    color: #e8dcc8;
    font-size: 14px;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.npc-popup-close:hover {
    background: rgba(138, 80, 40, 0.7);
    border-color: rgba(245, 184, 68, 0.5);
    transform: scale(1.08);
}

.npc-popup-body {
    overflow-y: auto;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.npc-popup-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    display: block;
}

/* ¦¦ Üretim Paneli ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */

.uretim-panel-core {
    background: linear-gradient(155deg, rgba(10, 8, 6, 0.92), rgba(22, 15, 9, 0.9)) !important;
    border: 1px solid rgba(189, 153, 75, 0.22) !important;
    padding: 2rem 2.2rem !important;
    display: block !important;
}

.uretim-panel-layout {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 28px;
    align-items: center;
}

.uretim-panel-intro {
    color: rgba(232, 215, 188, 0.9);
    font-size: 0.97rem;
    line-height: 1.6;
    margin: 0 0 18px;
    padding: 12px 16px;
    border-left: 3px solid rgba(189, 153, 75, 0.5);
    background: rgba(189, 153, 75, 0.06);
    border-radius: 0 8px 8px 0;
}

.uretim-highlight {
    color: #f5a623;
    font-weight: 900;
}

.uretim-emoji {
    font-size: 1rem;
}

.uretim-panel-sub {
    color: #e8dcc8;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 12px;
    letter-spacing: 0.02em;
}

.uretim-cat-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.uretim-cat-list li {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: rgba(218, 200, 170, 0.88);
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 6px 0;
    border-bottom: 1px solid rgba(189, 153, 75, 0.1);
}

.uretim-cat-list li:last-child {
    border-bottom: none;
}

.uretim-cat-label {
    font-weight: 900;
    font-size: 0.88rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.uretim-cat-label.farm {
    color: #6ec87a;
}

.uretim-cat-label.bilet {
    color: #64b5f6;
}

.uretim-cat-label.basl {
    color: #f5c84a;
}

.uretim-cat-label.ot {
    color: #81c784;
}

.uretim-cat-label.basma {
    color: #ff9a6c;
}

.uretim-panel-img-wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(189, 153, 75, 0.25);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.uretim-panel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 200px;
    max-height: 320px;
}

@media (max-width: 760px) {
    .uretim-panel-layout {
        grid-template-columns: 1fr;
    }

    .uretim-panel-img-wrap {
        max-height: 220px;
        overflow: hidden;
    }
}

/* ¦¦ Event Sistemi ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */

.event-system-core {
    background: linear-gradient(155deg, rgba(8, 6, 14, 0.95), rgba(18, 14, 30, 0.9)) !important;
    border: 1px solid rgba(80, 60, 160, 0.3) !important;
    padding: 1.6rem !important;
    display: block !important;
}

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

.event-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(80, 60, 160, 0.25);
    background: rgba(10, 8, 18, 0.7);
    cursor: default;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.event-card:hover {
    transform: translateY(-4px);
    border-color: rgba(110, 90, 220, 0.55);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
}

.event-card-img {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #0d0b18;
}

.event-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
    filter: brightness(0.75);
}

.event-card:hover .event-card-img img {
    transform: scale(1.07);
    filter: brightness(0.9);
}

.event-card-overlay {
    position: absolute;
    bottom: 8px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.event-card-icon {
    font-size: 1.3rem;
    line-height: 1;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.7));
}

.event-card-name {
    padding: 8px 10px;
    color: #e0d4f8;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
    background: linear-gradient(180deg, rgba(12, 10, 22, 0.9), rgba(22, 18, 42, 0.97));
}

@media (max-width: 900px) {
    .event-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 540px) {
    .event-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ¦¦ Dönüşümler ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */

.donusum-core {
    background: linear-gradient(155deg, rgba(10, 8, 18, 0.95), rgba(20, 16, 35, 0.92)) !important;
    border: 1px solid rgba(100, 80, 200, 0.25) !important;
    padding: 1.6rem 1.8rem !important;
    display: block !important;
}

.dnm-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    background: rgba(207, 77, 54, 0.1);
    border: 1px solid rgba(207, 77, 54, 0.3);
    border-radius: 8px;
    padding: 10px 14px;
    color: rgba(232, 200, 180, 0.9);
    font-size: 0.85rem;
    margin-bottom: 18px;
}

.dnm-note strong {
    color: #e87a5a;
}

.dnm-note svg {
    color: #e87a5a;
    margin-top: 2px;
}

.dnm-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.dnm-tab {
    padding: 7px 20px;
    border-radius: 8px;
    border: 1px solid rgba(100, 80, 200, 0.35);
    background: rgba(15, 12, 28, 0.7);
    color: rgba(200, 185, 240, 0.7);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.dnm-tab:hover {
    border-color: rgba(150, 120, 255, 0.6);
    color: #c8b9f0;
}

.dnm-tab.active {
    background: linear-gradient(135deg, rgba(100, 80, 200, 0.5), rgba(140, 100, 240, 0.4));
    border-color: rgba(160, 130, 255, 0.6);
    color: #e0d0ff;
}

.dnm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}

.dnm-card {
    background: rgba(14, 10, 26, 0.8);
    border: 1px solid rgba(100, 80, 200, 0.2);
    border-radius: 12px;
    padding: 14px 16px;
}

.dnm-card-title {
    color: #b8a4ff;
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(100, 80, 200, 0.2);
}

.dnm-chain {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: thin;
    scrollbar-color: rgba(100, 80, 200, 0.3) transparent;
}

.dnm-chain::-webkit-scrollbar {
    height: 4px;
}

.dnm-chain::-webkit-scrollbar-track {
    background: transparent;
}

.dnm-chain::-webkit-scrollbar-thumb {
    background: rgba(100, 80, 200, 0.35);
    border-radius: 4px;
}

.dnm-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    min-width: 68px;
    max-width: 84px;
    flex-shrink: 0;
}

.dnm-item img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 6px;
    border: 1px solid rgba(100, 80, 200, 0.25);
    background: rgba(10, 8, 20, 0.6);
    padding: 2px;
}

.dnm-item span {
    color: rgba(210, 195, 255, 0.9);
    font-size: 0.76rem;
    text-align: center;
    line-height: 1.35;
}

.dnm-item span b {
    color: #f5c84a;
}

.dnm-arrow {
    color: rgba(150, 130, 220, 0.6);
    font-size: 1.1rem;
    font-weight: 900;
    flex-shrink: 0;
    align-self: center;
    padding-top: 0;
}

.dnm-final {
    position: relative;
}

.dnm-final img {
    border-color: rgba(245, 200, 70, 0.5);
    box-shadow: 0 0 10px rgba(245, 200, 70, 0.2);
}

.dnm-final-badge {
    position: absolute;
    top: 0px;
    right: -6px;
    background: #f5a623;
    color: #000;
    font-size: 0.48rem;
    font-weight: 900;
    padding: 2px 4px;
    border-radius: 4px;
    letter-spacing: 0.05em;
}

@media (max-width: 600px) {
    .dnm-chain {
        flex-direction: column;
        align-items: flex-start;
    }

    .dnm-arrow {
        transform: rotate(90deg);
    }
}

/* -- Alan ve Mini Bosslar ---------------------------------------- */

.alan-boss-core {
    display: flex !important;
    align-items: center;
    gap: 32px;
    background: linear-gradient(155deg, rgba(20, 6, 4, 0.96), rgba(40, 12, 8, 0.92)) !important;
    border: 1px solid rgba(180, 60, 40, 0.3) !important;
    padding: 2rem 2.2rem !important;
    position: relative;
    overflow: hidden;
}

.alan-boss-core::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4"><rect width="1" height="1" fill="rgba(180,40,20,0.06)"/></svg>');
    pointer-events: none;
}

.alan-boss-alert {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(200, 50, 30, 0.12);
    border: 1px solid rgba(200, 50, 30, 0.4);
    border-radius: 6px;
    padding: 8px 14px;
    margin-bottom: 18px;
}

.alan-boss-alert-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e84040;
    flex-shrink: 0;
    animation: alertPulse 1.4s ease-in-out infinite;
}

@keyframes alertPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}

.alan-boss-alert-text {
    color: #f07070;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.alan-boss-content {
    flex: 1;
    min-width: 0;
}

.alan-boss-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.alan-boss-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(230, 200, 190, 0.9);
    font-size: 0.95rem;
    line-height: 1.55;
    padding: 10px 14px;
    background: rgba(180, 40, 20, 0.07);
    border-left: 3px solid rgba(200, 60, 40, 0.4);
    border-radius: 0 8px 8px 0;
}

.alan-boss-list li::before {
    content: '-';
    color: rgba(200, 80, 60, 0.7);
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 2px;
}

.alan-boss-list li strong {
    color: #f07050;
}

.alan-boss-core .feature-image {
    flex-shrink: 0;
    width: 460px;
}

@media (max-width: 768px) {
    .alan-boss-core {
        flex-direction: column !important;
    }

    .alan-boss-core .feature-image {
        width: 100%;
    }
}
/* -- Zindan Info Kutusu Override -------------------------------- */

.dungeon-info-item {
    width: 200px !important;
    height: auto !important;
    min-height: 58px !important;
    background-image: none !important;
    background: rgba(10, 6, 4, 0.72) !important;
    border: 1px solid rgba(189, 153, 75, 0.3) !important;
    border-radius: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
    padding: 10px 14px !important;
}

.dungeon-info-label {
    width: auto !important;
    margin-left: 0 !important;
    font-size: 0.72rem !important;
    color: rgba(189, 153, 75, 0.7) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    font-weight: 700 !important;
}

.dungeon-info-label.long {
    width: auto !important;
}

.dungeon-info-value {
    width: auto !important;
    color: #f0dcc0 !important;
    font-size: 1.1rem !important;
    font-weight: 900 !important;
    text-align: left !important;
}

/* -- Zindan Info-Left Visibility Fix ---------------------------- */

.dungeon-info-left {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    grid-row: 1 / -1 !important;
    min-width: 210px !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2 !important;
    position: relative !important;
}

/* ==========================================================================
   Boss Haritası (Boss Map) Tasarımı
   ========================================================================== */

.boss-map-core {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(189, 153, 75, 0.28);
    background:
        radial-gradient(1000px 320px at 50% 0%, rgba(189, 153, 75, 0.15), transparent 68%),
        radial-gradient(900px 300px at 100% 100%, rgba(207, 77, 54, 0.12), transparent 70%),
        linear-gradient(145deg, rgba(16, 12, 10, 0.9), rgba(28, 20, 16, 0.85)) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 24px 28px !important;
}

.boss-map-grid {
    display: grid;
    grid-template-columns: 1.1fr 1.4fr;
    gap: 30px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .boss-map-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

/* Harita Bölümü */
.boss-map-visual-side {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 7, 5, 0.5);
    border: 1px solid rgba(189, 153, 75, 0.15);
    border-radius: 12px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.boss-map-visual-side::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle, rgba(189, 153, 75, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(189, 153, 75, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(189, 153, 75, 0.03) 1px, transparent 1px);
    background-size: 100% 100%, 20px 20px, 20px 20px;
    background-position: center;
    pointer-events: none;
}

.boss-map-container {
    position: relative;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 1px solid rgba(189, 164, 138, 0.12);
    background: radial-gradient(circle, rgba(20, 15, 12, 0.3) 0%, rgba(10, 8, 6, 0.8) 100%);
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-paths {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.map-compass {
    position: absolute;
    font-size: 8rem;
    color: rgba(189, 153, 75, 0.04);
    pointer-events: none;
    z-index: 0;
    animation: rotateCompass 60s linear infinite;
}

@keyframes rotateCompass {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.map-zone-btn {
    position: absolute;
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(189, 153, 75, 0.6);
    background: radial-gradient(circle, rgba(45, 30, 20, 0.95) 0%, rgba(20, 10, 5, 0.98) 100%);
    color: #f2ddc0;
    cursor: pointer;
    outline: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.map-zone-btn.zone-1 {
    top: 15%;
    left: 15%;
}
.map-zone-btn.zone-2 {
    top: 15%;
    right: 15%;
}
.map-zone-btn.zone-3 {
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
}
.map-zone-btn.zone-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 66px;
    border-color: rgba(207, 77, 54, 0.85);
    background: radial-gradient(circle, rgba(60, 20, 15, 0.95) 0%, rgba(30, 8, 5, 0.98) 100%);
}

.map-zone-btn .zone-glow {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1px solid rgba(189, 153, 75, 0.3);
    opacity: 0.5;
    transition: all 0.3s;
    pointer-events: none;
}

.map-zone-btn.zone-center .zone-glow {
    border-color: rgba(207, 77, 54, 0.4);
    inset: -8px;
}

.map-zone-btn::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    border: 2px solid inherit;
    animation: zonePulse 2.5s infinite;
    pointer-events: none;
    opacity: 0;
}

.map-zone-btn.zone-1::before,
.map-zone-btn.zone-2::before,
.map-zone-btn.zone-3::before {
    border-color: rgba(189, 153, 75, 0.5);
}

.map-zone-btn.zone-center::before {
    border-color: rgba(207, 77, 54, 0.6);
}

@keyframes zonePulse {
    0% { transform: scale(1); opacity: 0.8; }
    50% { opacity: 0.4; }
    100% { transform: scale(1.4); opacity: 0; }
}

.map-zone-btn:hover::before,
.map-zone-btn.active::before {
    opacity: 1;
}

.map-zone-btn:hover {
    transform: scale(1.08);
    border-color: #bd994b;
    box-shadow: 0 0 20px rgba(189, 153, 75, 0.4);
}

.map-zone-btn.zone-center:hover {
    transform: translate(-50%, -50%) scale(1.08);
    border-color: #ff5233;
    box-shadow: 0 0 22px rgba(207, 77, 54, 0.5);
}

.map-zone-btn.active {
    border-color: #ffb833;
    background: radial-gradient(circle, rgba(70, 50, 25, 0.95) 0%, rgba(35, 18, 5, 0.98) 100%);
    box-shadow: 0 0 25px rgba(242, 221, 192, 0.4);
}

.map-zone-btn.zone-center.active {
    border-color: #ff5233;
    background: radial-gradient(circle, rgba(90, 25, 15, 0.95) 0%, rgba(45, 8, 5, 0.98) 100%);
    box-shadow: 0 0 25px rgba(207, 77, 54, 0.6);
}

.map-zone-btn .zone-num {
    font-size: 0.95rem;
    font-weight: 900;
    color: #e8d7bc;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.map-zone-btn.zone-center .zone-num {
    font-size: 1.2rem;
    color: #ffb8a8;
}

.map-zone-btn.active .zone-num {
    color: #ffffff;
}

.map-zone-btn .zone-label {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: rgba(232, 215, 188, 0.75);
    background: rgba(15, 11, 9, 0.85);
    border: 1px solid rgba(189, 164, 138, 0.15);
    padding: 3px 8px;
    border-radius: 6px;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    text-transform: uppercase;
}

.map-zone-btn:hover .zone-label,
.map-zone-btn.active .zone-label {
    color: #ffffff;
    border-color: rgba(189, 153, 75, 0.4);
    background: rgba(25, 18, 14, 0.95);
    transform: translateX(-50%) translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

.map-zone-btn.zone-center:hover .zone-label,
.map-zone-btn.zone-center.active .zone-label {
    border-color: rgba(207, 77, 54, 0.4);
}

.boss-details-side {
    background: rgba(15, 11, 9, 0.45);
    border: 1px solid rgba(189, 164, 138, 0.15);
    border-radius: 12px;
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    min-height: 360px;
}

.boss-detail-pane {
    display: none;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.boss-detail-pane.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.boss-detail-header {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(189, 164, 138, 0.15);
}

.boss-detail-header .pane-subtitle {
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #bd994b;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.boss-detail-header h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #f2ddc0;
    margin: 0 0 6px 0;
    letter-spacing: 0.02em;
}

.boss-detail-header p {
    font-size: 0.84rem;
    color: rgba(232, 215, 188, 0.65);
    margin: 0;
    line-height: 1.5;
}

.boss-monster-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(30, 20, 15, 0.35);
    border: 1px solid rgba(189, 153, 75, 0.12);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .boss-monster-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.monster-avatar-wrap {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(189, 153, 75, 0.25);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    flex-shrink: 0;
}

.monster-avatar-wrap .monster-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.boss-monster-card:hover .monster-avatar {
    transform: scale(1.08);
}

.monster-glow {
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 15px rgba(189, 153, 75, 0.3);
    z-index: 2;
    pointer-events: none;
}

.monster-stats {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed rgba(189, 164, 138, 0.08);
    padding-bottom: 5px;
    font-size: 0.85rem;
}

.stat-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.stat-label {
    color: rgba(232, 215, 188, 0.55);
    font-weight: 600;
}

.stat-value {
    color: #e8d7bc;
    font-weight: 700;
}

.stat-value.highlight-red {
    color: #ff7657;
    font-size: 0.95rem;
    font-weight: 800;
}

.boss-drops-section h4 {
    font-size: 0.82rem;
    font-weight: 800;
    color: #bd994b;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.05em;
}

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

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

.drop-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(10, 8, 6, 0.4);
    border: 1px solid rgba(189, 164, 138, 0.1);
    border-radius: 8px;
    padding: 8px 10px;
    transition: all 0.25s ease;
}

.drop-item:hover {
    background: rgba(189, 153, 75, 0.08);
    border-color: rgba(189, 153, 75, 0.25);
    transform: translateX(3px);
}

.drop-icon-wrap {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: radial-gradient(circle, rgba(40, 30, 25, 0.8) 0%, rgba(20, 15, 12, 0.95) 100%);
    border: 1px solid rgba(189, 164, 138, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.drop-icon-wrap i {
    font-size: 0.78rem;
    color: #bd994b;
}

.drop-name {
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(232, 215, 188, 0.8);
}
