/* =========================================================
   Zephyr Conquer - Cleaned CSS
   Safe-clean pass: duplicate selectors merged, repeated
   declarations removed, media blocks consolidated where safe.
   Original source preserved in behavior-first order.
   ========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #05070b;
    color: white;
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;
    color: white;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.container {
    width: min(1400px, 95%);
    margin: 0 auto;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav {
    display: flex;
    gap: 30px;
}

    nav a {
        color: #ddd;
        transition: .2s;
    }

        nav a:hover {
            color: #22d3ee;
        }

main {
    min-height: 85vh;
}

.footer {
    padding: 25px;
    text-align: center;
    color: #777;
    border-top: 1px solid rgba(255,255,255,.05);
}

.hero h1 {
    font-family: "Orbitron", sans-serif;
    font-size: 88px;
    color: #22d3ee;
    letter-spacing: 7px;
    font-weight: 800;
    text-shadow: 0 0 10px rgba(34,211,238,.35), 0 0 25px rgba(34,211,238,.25), 0 0 45px rgba(34,211,238,.12);
}

.hero p {
    margin-top: 20px;
    color: #999;
    font-size: 22px;
}

.buttons {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.btn:hover {
    transform: translateY(-3px);
}

.btn {
    padding: 16px 38px;
    border-radius: 10px;
    font-weight: 700;
    transition: .25s;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    background: #22d3ee;
    color: #000;
}

.btn2 {
    background: #d4a64b;
    color: #000;
}

.hero {
    padding: 190px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 20%, rgba(34,211,238,.14), transparent 25%), radial-gradient(circle at 50% 100%, rgba(212,166,75,.08), transparent 30%), linear-gradient(to bottom,#071019,#05070b);
}

.stats {
    padding: 50px 0 80px;
}

    .stats .container {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 20px;
    }

.stat-box {
    background: #11151b;
    border: 1px solid rgba(255,255,255,.05);
    padding: 30px;
    border-radius: 14px;
    text-align: center;
}

    .stat-box h3 {
        font-size: 32px;
        color: #22d3ee;
    }

    .stat-box span {
        color: #888;
    }

@media (max-width:900px) {
    .hero h1 {
        font-size: 48px;
    }

    nav {
        gap: 15px;
        font-size: 14px;
    }

    .stats .container {
        grid-template-columns: 1fr 1fr;
    }

    .buttons {
        flex-direction: column;
    }
}

.section {
    padding: 90px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 45px;
}

    .section-title h2 {
        font-size: 42px;
        color: white;
    }

    .section-title p {
        color: #777;
        margin-top: 10px;
    }

.rank-card, .news-card {
    background: #11151b;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: .25s;
}

    .rank-card:hover, .news-card:hover, .stat-box:hover {
        transform: translateY(-6px);
        border-color: rgba(34,211,238,.35);
        box-shadow: 0 20px 40px rgba(0,0,0,.45);
    }

    .rank-card span {
        color: #d4a64b;
        font-size: 26px;
        font-weight: bold;
    }

    .rank-card h3, .news-card h3 {
        margin-top: 15px;
        font-size: 24px;
    }

    .rank-card p, .news-card p {
        color: #888;
        margin-top: 10px;
    }

.cta {
    padding: 130px 0;
    text-align: center;
    background: radial-gradient(circle at center, rgba(34,211,238,.08), transparent 40%);
}

    .cta h2 {
        font-size: 52px;
    }

    .cta p {
        color: #888;
        margin: 15px 0 35px;
    }

.ranking-grid, .news-grid {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr;
}

.page-hero {
    padding: 110px 0 70px;
    text-align: center;
    background: radial-gradient(circle at center, rgba(34,211,238,.08), transparent 35%);
}

    .page-hero h1 {
        font-size: 58px;
        font-family: "Orbitron", sans-serif;
        color: #22d3ee;
    }

    .page-hero p {
        color: #888;
        margin-top: 12px;
    }

.downloads-page {
    padding: 70px 0 100px;
}

.download-card h2 {
    font-size: 32px;
}

.download-card ul {
    list-style: none;
    margin: 20px 0;
}

.download-card li {
    padding: 8px 0;
    color: #ddd;
}

.requirements {
    margin-top: 90px;
}

    .requirements h2 {
        text-align: center;
        margin-bottom: 35px;
        font-size: 42px;
    }

.req-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.req-box {
    background: #11151b;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
}

    .req-box strong {
        display: block;
        color: #22d3ee;
        margin-bottom: 10px;
    }

    .req-box span {
        color: #999;
    }

@media (max-width:900px) {
    .download-grid {
        grid-template-columns: 1fr;
    }

    .req-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.mt15 {
    margin-top: 15px;
}

.mt80 {
    margin-top: 80px;
}

.download-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    margin-top: 30px;
}

.download-card {
    background: #11151b;
    border: 1px solid rgba(255,255,255,.05);
    padding: 35px;
    border-radius: 18px;
    transition: .25s;
}

    .download-card:hover {
        transform: translateY(-6px);
        border-color: rgba(34,211,238,.35);
        box-shadow: 0 20px 40px rgba(0,0,0,.45);
    }

    .download-card h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .download-card p {
        margin: 15px 0;
        color: #888;
        margin-bottom: 25px;
    }

    .download-card .btn {
        display: block;
        text-align: center;
    }

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: 30px;
}

.step-box {
    background: #11151b;
    padding: 30px;
    border-radius: 18px;
    text-align: center;
}

    .step-box span {
        display: inline-flex;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #22d3ee;
        color: #000;
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .step-box h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .step-box p {
        color: #888;
    }

@media (max-width:900px) {
    .download-grid {
        grid-template-columns: 1fr;
    }

    .steps-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.rankings-page {
    padding: 70px 0 110px;
}

.rankings-toolbar {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.ranking-tabs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.ranking-tab {
    background: #11151b;
    color: #d7dde8;
    border: 1px solid rgba(255,255,255,.06);
    padding: 12px 18px;
    border-radius: 999px;
    cursor: pointer;
    transition: .2s;
    font-weight: 600;
}

    .ranking-tab:hover {
        border-color: rgba(34,211,238,.35);
        color: #fff;
        transform: translateY(-2px);
    }

    .ranking-tab.active {
        background: #22d3ee;
        color: #000;
        border-color: #22d3ee;
    }

.ranking-search-wrap {
    min-width: 280px;
    flex: 1;
    max-width: 360px;
}

.ranking-search {
    width: 100%;
    background: #11151b;
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
    padding: 14px 16px;
    border-radius: 14px;
    outline: none;
}

    .ranking-search:focus {
        border-color: rgba(34,211,238,.45);
        box-shadow: 0 0 0 3px rgba(34,211,238,.08);
    }

.ranking-panel {
    background: #0e1218;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 20px 40px rgba(0,0,0,.22);
}

.ranking-header {
    text-align: left;
    margin-bottom: 28px;
}

.ranking-top3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
    margin-bottom: 30px;
}

.ranking-top-card.place-1 {
    border-color: rgba(212,166,75,.45);
    box-shadow: 0 18px 35px rgba(212,166,75,.08);
}

.ranking-top-card.place-2 {
    border-color: rgba(180,190,210,.30);
}

.ranking-top-card.place-3 {
    border-color: rgba(176,122,75,.35);
}

.ranking-medal {
    display: inline-block;
    margin-bottom: 16px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
    color: #22d3ee;
}

.ranking-top-name {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 8px;
}

.ranking-top-sub {
    color: #d4a64b;
    font-weight: 600;
    margin-bottom: 10px;
}

.ranking-top-meta {
    color: #98a4b3;
    margin-bottom: 14px;
}

.ranking-top-value {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

.ranking-table-wrap {
}

.ranking-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 860px;
}

    .ranking-table thead th {
        text-align: left;
        padding: 16px 14px;
        color: #8ea0b8;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: .08em;
        border-bottom: 1px solid rgba(255,255,255,.06);
    }

    .ranking-table tbody td {
        padding: 16px 14px;
        border-bottom: 1px solid rgba(255,255,255,.05);
        color: #eef3fb;
    }

    .ranking-table tbody tr {
        transition: .18s;
    }

        .ranking-table tbody tr:hover {
            background: rgba(255,255,255,.025);
        }

.rank-name-cell {
    font-weight: 700;
    color: #fff;
}

.ranking-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

    .ranking-status.online {
        background: rgba(61,220,151,.12);
        color: #59efad;
        border: 1px solid rgba(61,220,151,.25);
    }

    .ranking-status.offline {
        background: rgba(255,95,109,.10);
        color: #ff8b97;
        border: 1px solid rgba(255,95,109,.18);
    }

.ranking-empty, .ranking-loading {
    padding: 40px 20px;
    text-align: center;
    color: #8a97a8;
}

@media (max-width:1100px) {
    .ranking-top3 {
        grid-template-columns: 1fr;
    }
}

@media (max-width:900px) {
    .rankings-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .ranking-search-wrap {
        max-width: none;
    }

    .ranking-panel {
        padding: 20px;
    }
}

.register-page {
    padding: 70px 0 110px;
}

.register-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
    align-items: start;
}

.register-side-card, .register-form-card {
    background: #11151b;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 22px;
    padding: 32px;
    box-shadow: 0 20px 40px rgba(0,0,0,.22);
}

    .register-side-card h2, .register-form-card h2 {
        font-size: 32px;
        margin-bottom: 14px;
    }

.register-subtext {
    color: #8fa0b2;
    margin-bottom: 24px;
}

.register-benefits {
    list-style: none;
    display: grid;
    gap: 14px;
    margin-top: 20px;
    padding: 0;
}

    .register-benefits li {
        background: rgba(255,255,255,.03);
        border: 1px solid rgba(255,255,255,.04);
        border-radius: 14px;
        padding: 14px 16px;
        color: #dbe5f3;
    }

.form-group {
    margin-bottom: 18px;
}

    .form-group label {
        display: block;
        margin-bottom: 8px;
        color: #dbe5f3;
        font-weight: 600;
    }

.form-input {
    width: 100%;
    background: #0c1016;
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
    padding: 14px 16px;
    border-radius: 14px;
    outline: none;
}

    .form-input:focus {
        border-color: rgba(34,211,238,.45);
        box-shadow: 0 0 0 3px rgba(34,211,238,.08);
    }

.field-error {
    display: block;
    color: #ff8b97;
    margin-top: 6px;
    font-size: 14px;
}

.field-hint {
    margin-top: 8px;
    font-size: 14px;
    min-height: 20px;
    color: #8fa0b2;
}

    .field-hint.success {
        color: #59efad;
    }

    .field-hint.error {
        color: #ff8b97;
    }

.register-note {
    margin: 10px 0 18px;
    padding: 14px 16px;
    background: rgba(34,211,238,.05);
    border: 1px solid rgba(34,211,238,.12);
    border-radius: 14px;
    color: #cfe9f2;
    font-size: 14px;
}

.terms-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #dbe5f3;
    margin-bottom: 22px;
}

    .terms-row input {
        width: 18px;
        height: 18px;
        margin-top: 2px;
    }

    .terms-row a {
        color: #22d3ee;
    }

.register-submit {
    width: 100%;
    font-size: 16px;
}

.form-alert {
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 18px;
    font-weight: 600;
}

    .form-alert.success {
        background: rgba(61,220,151,.12);
        border: 1px solid rgba(61,220,151,.25);
        color: #59efad;
    }

    .form-alert.error {
        background: rgba(255,95,109,.10);
        border: 1px solid rgba(255,95,109,.18);
        color: #ff9aa4;
    }

@media (max-width:900px) {
    .register-layout {
        grid-template-columns: 1fr;
    }

    .register-side-card, .register-form-card {
        padding: 24px;
    }
}

.password-meter {
    width: 100%;
    height: 8px;
    background: #0b0f14;
    border-radius: 999px;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 8px;
}

.password-bar {
    height: 100%;
    width: 0%;
    transition: .25s;
    border-radius: 999px;
}

.password-wrap {
    position: relative;
}

.password-input {
    padding-right: 52px;
}

.toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    color: #8fa0b2;
    padding: 0;
    transition: .2s;
}

    .toggle-password:hover {
        color: #22d3ee;
    }

.dash-sidebar a:hover {
    background: #111827;
    color: #22d3ee;
}

.dash-card:hover {
    transform: translateY(-2px);
    border-color: #334155;
}

.dash-card p {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.7;
}

@media (max-width:900px) {
    .dashboard-grid {
        grid-template-columns: 1fr;
    }
}

.login-card {
    max-width: 520px;
    margin: auto;
}

.login-links {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.login-row-links {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

    .login-row-links a {
        color: #94a3b8;
        font-size: 14px;
        text-decoration: none;
    }

        .login-row-links a:hover {
            color: #22d3ee;
        }

.login-divider {
    height: 1px;
    background: #1e293b;
    margin: 24px 0;
}

.login-create {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .login-create span {
        color: #94a3b8;
        font-size: 14px;
    }

.item-tooltip {
    min-width: 280px;
    max-width: 340px;
    background: #0b1017;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,.45);
}

.item-tooltip-header {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
}

.item-tooltip-icon {
    width: 42px;
    height: 42px;
    object-fit: contain;
    image-rendering: auto;
}

.item-tooltip-name {
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
}

.item-tooltip-sub {
    margin-top: 4px;
    color: #94a3b8;
    font-size: 13px;
}

.item-tooltip-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.item-tooltip-line {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #cbd5e1;
    font-size: 14px;
}

    .item-tooltip-line strong {
        color: #fff;
    }

.item-tooltip-section {
    margin-top: 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #7dd3fc;
    font-weight: 700;
}

.item-tooltip-bonus {
    color: #d8b4fe;
    font-size: 14px;
}

.item-tooltip-gem {
    color: #86efac;
    font-size: 14px;
}

.quality-normal {
    color: #ffffff;
}

.quality-refined {
    color: #5E87CA;
}

.quality-unique {
    color: #00FF00;
}

.quality-elite {
    color: #E804FD;
}

.quality-super {
    color: #EBE57F;
}

.shop-history-card {
    background: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 18px;
    padding: 20px;
}

.shop-toolbar {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.shop-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.shop-tab {
    background: #111827;
    color: #cbd5e1;
    border: 1px solid #1f2937;
    padding: 12px 16px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 700;
    transition: .2s;
}

    .shop-tab:hover {
        color: #22d3ee;
        border-color: #334155;
    }

    .shop-tab.active {
        background: #22d3ee;
        color: #031018;
        border-color: #22d3ee;
    }

.shop-filters {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.shop-filter-input {
    min-width: 240px;
}

.shop-filter-select {
    min-width: 180px;
}

.shop-tab-panel {
    display: none;
}

    .shop-tab-panel.active {
        display: block;
    }

.shop-history-table-wrap {
    overflow: visible;
}

.shop-history-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

    .shop-history-table th {
        text-align: left;
        font-size: 13px;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: #94a3b8;
        padding: 14px;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .shop-history-table td {
        padding: 14px;
        border-bottom: 1px solid rgba(255,255,255,.05);
        vertical-align: middle;
        color: #e2e8f0;
    }

    .shop-history-table tbody tr:hover {
        background: rgba(255,255,255,.025);
    }

.shop-item-cell {
    position: relative;
    width: 52px;
}

.shop-empty {
    text-align: center;
    color: #94a3b8;
    padding: 30px !important;
}

@media (max-width:900px) {
    .shop-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .shop-filters {
        flex-direction: column;
    }

    .shop-filter-input, .shop-filter-select {
        min-width: unset;
        width: 100%;
    }
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.stat-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #94a3b8;
    margin-bottom: 10px;
}

.stat-value {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
}

.gold {
    color: #facc15;
}

.cyan {
    color: #22d3ee;
}

.order-product {
    font-weight: 700;
    color: #fff;
}

.store-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 24px;
    align-items: start;
}

.store-sidebar {
    position: sticky;
    top: 100px;
}

.store-cart-card {
    background: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 16px 40px rgba(0,0,0,.25);
}

    .store-cart-card h3 {
        margin: 0 0 18px;
        font-size: 22px;
        color: #fff;
    }

.store-cart-summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.store-cart-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: #cbd5e1;
    font-size: 15px;
}

    .store-cart-row strong {
        color: #fff;
    }

    .store-cart-row.total {
        margin-top: 8px;
        padding-top: 14px;
        border-top: 1px solid rgba(255,255,255,.08);
        font-size: 16px;
    }

.store-cart-note {
    margin-top: 18px;
    padding: 14px;
    border-radius: 14px;
    background: rgba(34,211,238,.07);
    border: 1px solid rgba(34,211,238,.12);
    color: #cfe9f2;
    font-size: 14px;
    line-height: 1.5;
}

.store-cart-actions {
    margin-top: 18px;
}

.store-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.store-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 20px;
}

.store-card {
    background: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 20px;
    overflow: hidden;
    transition: .2s ease;
    display: flex;
    flex-direction: column;
}

    .store-card:hover {
        transform: translateY(-3px);
        border-color: #334155;
    }

.store-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 180px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
}

.store-image {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.store-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.store-title {
    margin: 0;
    font-size: 20px;
    color: #fff;
}

.store-desc {
    margin: 0;
    color: #94a3b8;
    line-height: 1.5;
    min-height: 48px;
}

.store-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.store-price {
    font-size: 24px;
    font-weight: 800;
    color: #facc15;
}

.store-badge {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

    .store-badge.available {
        background: rgba(74,222,128,.12);
        color: #86efac;
        border: 1px solid rgba(74,222,128,.18);
    }

    .store-badge.soldout {
        background: rgba(248,113,113,.12);
        color: #fca5a5;
        border: 1px solid rgba(248,113,113,.18);
    }

.store-actions {
    margin-top: 8px;
}

.store-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: .2s;
}

    .store-btn.primary {
        background: #22d3ee;
        color: #041018;
    }

        .store-btn.primary:hover {
            filter: brightness(1.05);
        }

    .store-btn.disabled {
        background: #1f2937;
        color: #64748b;
        border: none;
        cursor: not-allowed;
    }

.store-empty {
    background: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 18px;
    padding: 32px;
    color: #94a3b8;
    text-align: center;
}

@media (max-width:1000px) {
    .store-layout {
        grid-template-columns: 1fr;
    }

    .store-sidebar {
        position: static;
    }
}

.checkout-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 24px;
    align-items: start;
}

.checkout-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.checkout-title {
    margin-bottom: 18px;
    color: #fff;
}

.checkout-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.checkout-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 18px;
    border: 1px solid #1e293b;
    border-radius: 18px;
    background: #0b1220;
}

.checkout-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.checkout-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.checkout-name {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

.checkout-desc {
    font-size: 14px;
    color: #94a3b8;
    margin-top: 4px;
}

.checkout-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.checkout-price {
    font-size: 22px;
    font-weight: 800;
    color: #facc15;
}

.checkout-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qty-btn {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #1e293b;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
}

    .qty-btn:hover {
        background: #334155;
    }

.qty-count {
    min-width: 24px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.checkout-sidebar {
    position: sticky;
    top: 100px;
}

.checkout-btn {
    width: 100%;
    margin-top: 18px;
}

.trust-box {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.03);
    color: #cbd5e1;
    font-size: 14px;
}

@media (max-width:1000px) {
    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .checkout-sidebar {
        position: static;
    }
}

.pilot-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 25px;
    padding: 18px;
    border: 1px solid #1e293b;
    border-radius: 14px;
    background: #0f172a;
    color: #cbd5e1;
}

.pilot-status-box {
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

    .pilot-status-box.on {
        background: #052e16;
        color: #4ade80;
        border: 1px solid #166534;
    }

    .pilot-status-box.off {
        background: #3f0d0d;
        color: #f87171;
        border: 1px solid #7f1d1d;
    }

.pilot-helper-text {
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #94a3b8;
    padding: 0 10px;
}

    .pilot-helper-text span {
        display: block;
    }

.danger-btn {
    background: linear-gradient(135deg,#dc2626,#991b1b);
    border: none;
}

    .danger-btn:hover {
        filter: brightness(1.08);
    }

.market-page {
    padding: 50px 0;
}

.market-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.market-tabs {
    display: flex;
    gap: 10px;
}

.market-tab {
    padding: 10px 18px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background: #111827;
    color: #fff;
}

    .market-tab.active {
        background: #2563eb;
    }

.market-card, .market-filter-card {
    background: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 18px;
}

.market-input {
    width: 100%;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #334155;
    background: #111827;
    color: #fff;
}

.market-table th, .market-table td {
    padding: 12px;
    border-bottom: 1px solid #1e293b;
    text-align: left;
}

.market-table tr:hover {
    background: #111827;
}

.market-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .market-item img {
        width: 40px;
        height: 40px;
    }

.market-btn {
    display: inline-block;
    padding: 10px 14px;
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}

.market-map {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

    .market-map img {
        width: 100%;
        height: auto;
        display: block;
    }

#sellerMarker {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #00ff4c;
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 20;
    box-shadow: 0 0 12px rgba(0,255,76,.55);
}

.cart-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #1e293b;
}

.cart-footer {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.guest-box {
    color: #f59e0b;
}

.gold-box {
    color: #facc15;
    font-weight: 700;
}

@media (max-width:1100px) {
    .market-layout {
        grid-template-columns: 1fr;
    }
}

#global-tooltip-root {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 2147483647;
}

/* =====================================
   NAVBAR DROPDOWN
===================================== */

.main-nav > a, .main-nav .nav-dropdown > a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: .2s;
    display: inline-flex;
    align-items: center;
    height: 40px;
}

    .main-nav > a:hover, .main-nav .nav-dropdown > a:hover {
        color: #ffd66b;
    }

.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width:991px) {
    .main-nav {
        flex-wrap: wrap;
        gap: 14px;
    }

    .nav-dropdown {
        width: 100%;
        display: block;
    }

        .nav-dropdown > a {
            width: 100%;
            justify-content: space-between;
        }

    .nav-dropdown-menu {
        position: static;
        min-width: unset;
        margin-top: 8px;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: block;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
    }

        .nav-dropdown-menu a {
            padding: 6px 0;
        }
}

.co-tooltip {
    position: fixed;
    z-index: 2147483647;
    width: 320px;
    max-width: 320px;
    background: rgba(10,10,10,.97);
    border: 1px solid #8b6f2e;
    border-radius: 10px;
    padding: 10px 12px;
    pointer-events: none;
    box-shadow: 0 0 25px rgba(255,215,0,.18);
    font-size: 13px;
    color: #fff;
    line-height: 1.25;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
}

/* ICON SOLDA SABİT */

.co-tooltip-icon-wrap {
    display: block !important;
    order: 1 !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    min-width: 42px !important;
    margin: 0 !important;
}

.co-tooltip-icon {
    width: 42px !important;
    height: 42px !important;
    display: block !important;
    image-rendering: pixelated;
}

/* BİLGİLER SAĞDA */

.co-tooltip-info, .co-tooltip-top, .co-tooltip-head {
    display: block !important;
    order: 2 !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
}

.co-tooltip-name {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
    word-break: break-word;
    margin-bottom: 8px;
}

/* TÜM SATIRLAR SAĞDA */

.co-row {
    margin-bottom: 2px;
    line-height: 1.2;
    word-break: break-word;
}

    .co-row:last-child {
        margin-bottom: 0;
    }

    .co-row.blue {
        color: #76c6ff;
    }

    .co-row.green {
        color: #58ff7e;
    }

    .co-row.purple {
        color: #d67dff;
    }

    .co-row.orange {
        color: #ffb15e;
    }

    .co-row.yellow {
        color: #ffe66d;
    }

/* SHOP */

.shop-item-hover {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
}

.shop-item-icon {
    image-rendering: auto;
    width: 42px;
    height: 42px;
    object-fit: contain;
    cursor: pointer;
}

.shop-tooltip-wrap {
    position: absolute;
    left: 54px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    display: none;
    pointer-events: none;
}

.shop-item-hover:hover .shop-tooltip-wrap {
    display: block;
}

.market-page .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
}

.market-layout {
    display: grid;
    grid-template-columns: 280px minmax(0,1fr) 340px;
    gap: 20px;
    width: 100%;
    align-items: start;
}

/* SOL FILTER */

.market-left {
    display: contents;
}

.market-filter-card {
    grid-column: 1;
    position: sticky;
    top: 90px;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    padding: 16px;
    border-radius: 14px;
    background: rgba(18,18,18,.95);
}

/* ORTA TABLO */

#livePanel, #historyPanel {
    grid-column: 2;
    min-width: 0;
}

.market-table-wrap {
    max-height: 700px;
    width: 100%;
    overflow: auto;
    border-radius: 14px;
}

/* SAĞ PANEL */

.market-right {
    grid-column: 3;
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* INPUTLAR */

.market-filter-card .market-input, .market-filter-card .market-btn {
    width: 100%;
    margin-bottom: 10px;
}

/* TABLO */

.market-table {
    width: 100%;
    min-width: 1100px;
    border-collapse: collapse;
}

    .market-table th {
        position: sticky;
        top: 0;
        z-index: 5;
    }

/* RESPONSIVE */

@media (max-width: 1500px) {
    .market-layout {
        grid-template-columns: 250px minmax(0,1fr);
    }

    .market-right {
        grid-column: 1 / span 2;
        position: static;
        flex-direction: row;
        align-items: start;
    }
}

@media (max-width: 980px) {
    .market-layout {
        grid-template-columns: 1fr;
    }

    .market-filter-card, #livePanel, #historyPanel, .market-right {
        grid-column: auto;
        position: static;
    }

    .market-right {
        flex-direction: column;
    }
}

.rank-player-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: .2s;
}

    .rank-player-link:hover {
        color: #ffd97a;
        transform: translateX(3px);
    }

.rank-avatar {
    margin-right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #c8a85f;
    box-shadow: 0 0 8px rgba(255,215,0,.25);
}

.ranking-top-link {
    text-decoration: none;
    color: white;
}

.ranking-top-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid gold;
    margin-bottom: 8px;
    box-shadow: 0 0 18px rgba(255,215,0,.35);
}

.player-hover {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.ranking-top3, .ranking-top-card, .ranking-panel {
    overflow: visible !important;
}

.ranking-top-card {
    background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 20px;
    padding: 28px;
    transition: .25s;
    overflow: hidden;
    position: relative;
}

    .ranking-top-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0,0,0,.35);
        z-index: 9999;
    }

.profile-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 30px;
}

.profile-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid gold;
    margin-bottom: 15px;
}

.profile-status.on {
    color: #42ff7b;
}

.profile-status.off {
    color: #ff6666;
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
    margin-bottom: 25px;
}

.profile-popup {
    margin-left: 24px;
    transform: translateY(-50%);
    pointer-events: none;
    position: absolute;
    left: 110%;
    top: 0;
    width: 240px;
    background: #111;
    border: 1px solid #d1a84f;
    border-radius: 12px;
    padding: 12px;
    z-index: 9999;
    box-shadow: 0 0 18px rgba(0,0,0,.5);
}

.profile-popup-inner {
    color: #fff;
}

.profile-popup-avatar {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    margin: 0 auto 10px auto;
    border: 2px solid #d1a84f;
}

.profile-popup-name {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
    color: #ffd97a;
}

.profile-popup-line {
    font-size: 13px;
    margin-bottom: 4px;
    color: #ddd;
}

.profile-right h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 26px 0 12px 0;
    color: #fff;
}

/* Reborn / Social kutuları */

.info-box {
    background: #0f0f0f;
    border: 1px solid #1f355a;
    border-radius: 16px;
    padding: 18px 20px;
    margin-bottom: 18px;
    box-shadow: 0 0 14px rgba(0,0,0,.25);
}

    /* Satırlar */

    .info-box div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 8px 0;
        border-bottom: 1px solid rgba(255,255,255,.05);
        font-size: 15px;
        color: #d7d7d7;
    }

        .info-box div:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

    .info-box strong {
        color: #fff;
        font-weight: 700;
    }

/* Sol panel biraz premium */

.profile-left {
    padding: 25px;
    border-radius: 18px;
    text-align: center;
    background: #0d0d0d;
    border: 1px solid #1f355a;
    box-shadow: 0 0 18px rgba(0,0,0,.35);
}

/* Stat card spacing */

.stat-card {
    text-align: center;
    background: #111;
    border: 1px solid #1f355a;
    border-radius: 16px;
    padding: 18px;
}

    .stat-card span {
        display: block;
        font-size: 13px;
        color: #8ea8d8;
        margin-bottom: 6px;
    }

    .stat-card strong {
        font-size: 28px;
        color: #fff;
    }

/* =========================
   PROFILE PAGE FULL CSS
========================= */

.dashboard-page {
    padding: 35px 0 60px;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 28px;
    align-items: start;
}

/* =========================
   SIDEBAR
========================= */

.dash-sidebar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #0a0f18;
    border: 1px solid #16263f;
    border-radius: 18px;
    padding: 16px;
    position: sticky;
    top: 20px;
}

    .dash-sidebar a {
        display: block;
        padding: 12px 14px;
        border-radius: 12px;
        color: #d7e4ff;
        text-decoration: none;
        margin-bottom: 8px;
        transition: .18s;
        font-weight: 600;
    }

        .dash-sidebar a:hover, .dash-sidebar a.active {
            background: #11213f;
            color: #fff;
        }

/* =========================
   CONTENT
========================= */

.dash-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

/* =========================
   HERO TOP AREA (FIXED)
========================= */

.dash-hero {
    display: flex;
    align-items: center;
    gap: 22px;
    background: #0a0f18;
    border: 1px solid #16263f;
    border-radius: 22px;
    padding: 24px;
    margin-bottom: 26px;
}

.dash-avatar {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    object-fit: cover;
    border: 3px solid #17c8ff;
    box-shadow: 0 0 18px rgba(23,200,255,.20);
    flex-shrink: 0;
}

.dash-hero-info {
    flex: 1;
    min-width: 0;
}

    .dash-hero-info h2 {
        margin: 0 0 6px 0;
        font-size: 34px;
        line-height: 1.1;
        color: #fff;
    }

.dash-sub {
    font-size: 16px;
    color: #9eb7df;
    margin-bottom: 4px;
}

.dash-status {
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 6px;
}

    .dash-status.on {
        color: #42ff7b;
    }

    .dash-status.off {
        color: #ff6a6a;
    }

.dash-lastlogin {
    color: #8ca2c7;
    font-size: 14px;
}

/* =========================
   SECTION TITLE
========================= */

.dash-title {
    font-size: 28px;
    margin: 24px 0 14px;
    color: #fff;
    font-weight: 800;
}

/* =========================
   GRID CARDS
========================= */

.dash-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 18px;
}

.dash-card {
    gap: 10px;
    transition: .2s ease;
    background: #0b1630;
    border: 1px solid #17345e;
    border-radius: 18px;
    padding: 22px 24px;
    min-height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .dash-card span {
        display: block;
        font-size: 14px;
        letter-spacing: 2px;
        color: #90a8cf;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .dash-card strong {
        display: block;
        word-break: break-word;
        font-size: 28px;
        line-height: 1;
        color: #fff;
        font-weight: 800;
    }

/* =========================
   INFO BOX
========================= */

.dash-info-box {
    background: #0a0f18;
    border: 1px solid #16263f;
    border-radius: 18px;
    padding: 18px 22px;
}

    .dash-info-box div {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,.05);
        color: #d4e1f8;
    }

        .dash-info-box div:last-child {
            border-bottom: none;
        }

    .dash-info-box span {
        color: #8fa7cd;
    }

    .dash-info-box strong {
        color: #fff;
    }

/* =========================
   MOBILE
========================= */

@media (max-width: 1100px) {
    .dashboard-grid {
        grid-template-columns: 1fr;
    }

    .dash-sidebar {
        position: static;
    }

    .dash-hero {
        flex-direction: column;
        text-align: center;
    }

    .dash-avatar {
        width: 96px;
        height: 96px;
    }

    .dash-hero-info h2 {
        font-size: 28px;
    }
}

@media (max-width: 700px) {
    .dash-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .dash-card {
        min-height: 100px;
        padding: 18px;
    }

        .dash-card strong {
            font-size: 24px;
        }

    .dash-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .dash-stats {
        grid-template-columns: 1fr;
    }
}

.profile-equipment {
    margin-top: 25px;
}

    .profile-equipment h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

.equip-grid {
    display: grid;
    grid-template-columns: repeat(4,58px);
    gap: 10px;
    justify-content: center;
}

.equip-slot {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background: #0f0f0f;
    border: 1px solid #2e4770;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .equip-slot img {
        width: 42px;
        height: 42px;
    }

.profile-equipment-paper {
    margin-top: 25px;
    width: 100%;
}

    .profile-equipment-paper h3 {
        text-align: center;
        margin-bottom: 12px;
        font-size: 18px;
    }

.paper-box {
    position: relative;
    width: 290px;
    height: 440px;
    right: 10px;
    margin: auto;
    background: #314C63;
    border: 4px solid #100c00;
    border-radius: 8px;
}

.paper-character {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 190px;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .paper-character img {
        max-width: 100%;
        max-height: 100%;
        opacity: .60;
        pointer-events: none;
    }

.paper-slot {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255,255,255,.18);
    background: rgba(0,0,0,.28);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .paper-slot img {
        width: 42px;
        height: 42px;
    }

/* RIGHT SIDE */

.slot-1 {
    top: 15px;
    right: 15px;
}

/* head */

.slot-2 {
    top: 85px;
    right: 15px;
}

/* neck */

.slot-3 {
    top: 155px;
    right: 15px;
}

/* ring */

.slot-4 {
    top: 315px;
    right: 15px;
    width: 85px;
    height: 85px;
}

/* weapon */

.slot-5 {
    top: 225px;
    right: 15px;
    width: 85px;
    height: 85px;
}

/* armor */

.slot-6 {
    top: 315px;
    right: 115px;
    width: 85px;
    height: 85px;
}

/* shield/left */

/* LEFT SIDE */

.slot-7 {
    top: 345px;
    right: 215px;
    width: 55px;
    height: 55px;
}

.slot-8 {
    top: 280px;
    right: 215px;
    width: 55px;
    height: 55px;
}

.slot-9 {
    top: 215px;
    right: 215px;
    width: 55px;
    height: 55px;
}

.site-alert {
    position: fixed;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    min-width: 520px;
    max-width: 760px;
    width: fit-content;
    padding: 16px 24px;
    border-radius: 14px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    box-shadow: 0 14px 34px rgba(0,0,0,.35);
    animation: slideIn .25s ease;
}

    .site-alert.success {
        background: #19a75a;
    }

    .site-alert.error {
        background: #d94444;
    }

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* =========================
   HOME V2
========================= */

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(34,211,238,.08), transparent 20%), radial-gradient(circle at 80% 30%, rgba(212,166,75,.08), transparent 18%);
    pointer-events: none;
}

.hero-lead {
    max-width: 860px;
    margin: 20px auto 0;
    color: #b9c4d0 !important;
    font-size: 20px !important;
    line-height: 1.8;
}

.home-stats-v2 {
    margin-top: -34px;
    position: relative;
    z-index: 3;
}

.home-feature-strip {
    padding-top: 50px;
}

.home-feature-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}

.home-feature-card {
    display: block;
    background: #11151b;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 18px;
    padding: 28px;
    transition: .25s;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

    .home-feature-card:hover {
        transform: translateY(-6px);
        border-color: rgba(34,211,238,.35);
        box-shadow: 0 20px 40px rgba(0,0,0,.45);
    }

.home-feature-icon {
    font-size: 34px;
    margin-bottom: 14px;
}

.home-feature-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
}

.home-feature-card p {
    color: #8fa0b2;
    line-height: 1.7;
}

.home-rank-card {
    display: block;
}

.home-section-action {
    margin-top: 28px;
    text-align: center;
}

.home-info-panels .home-info-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}

.home-explore {
    padding-top: 40px;
}

.home-link-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.home-link-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    background: #11151b;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 16px;
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    transition: .25s;
}

    .home-link-card:hover {
        transform: translateY(-5px);
        color: #22d3ee;
        border-color: rgba(34,211,238,.35);
        box-shadow: 0 20px 40px rgba(0,0,0,.45);
    }

.section-headline-seo {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #96a5b8;
    line-height: 1.8;
}

@media (max-width:1100px) {
    .home-feature-grid, .home-info-panels .home-info-grid, .home-link-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:900px) {
    .hero-lead {
        font-size: 17px !important;
    }

    .home-feature-grid, .home-info-panels .home-info-grid, .home-link-grid {
        grid-template-columns: 1fr;
    }
}

.linked-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    gap: 18px;
}

.linked-card {
    background: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 18px;
    padding: 18px;
}

.linked-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    text-decoration: none;
    color: #fff;
}

    .linked-top:hover {
        color: #ffd27a;
    }

.linked-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 3px solid gold;
}

.linked-name {
    font-size: 20px;
    font-weight: 700;
}

.linked-class {
    color: #94a3b8;
    font-size: 14px;
}

.linked-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

    .linked-stats div {
        background: #111827;
        padding: 12px;
        border-radius: 12px;
    }

    .linked-stats span {
        display: block;
        font-size: 12px;
        color: #94a3b8;
    }

    .linked-stats strong {
        display: block;
        margin-top: 4px;
        color: #fff;
    }

.online {
    color: #42ff7b !important;
}

.footer-links {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .footer-links a {
        color: #aaa;
        text-decoration: none;
        font-size: 14px;
    }

        .footer-links a:hover {
            color: #fff;
        }

.footer-copy {
    text-align: center;
    font-size: 13px;
    opacity: .8;
}

.logo {
    font-family: "Orbitron", sans-serif;
    letter-spacing: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 800;
    white-space: nowrap;
}

/* MOBILE */

@media (max-width:991px) {
    .mobile-toggle {
        display: block;
    }

    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 340px;
        max-width: 92%;
        height: 100vh;
        background: #0b1120;
        padding: 90px 20px 25px;
        flex-direction: column;
        align-items: stretch;
        overflow-y: auto;
        transition: .25s ease;
        z-index: 999999;
    }

        .main-nav.open {
            right: 0;
        }

        .main-nav > a, .drop-btn {
            width: 100%;
            text-align: left;
            background: #111827;
        }

    .nav-dropdown-menu {
        position: static;
        min-width: 0;
        margin-top: 8px;
        box-shadow: none;
    }

    .nav-dropdown {
        width: 100%;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* =========================
   AAA HEADER / BRANDING
========================= */

:root {
    --zc-gold: #e3b85b;
    --zc-gold-2: #ffd67a;
    --zc-cyan: #39d7ff;
    --zc-dark: #09111b;
    --zc-dark-2: #0f172a;
}

.navbar {
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 99999;
    background: linear-gradient(to bottom, rgba(8,12,20,.92), rgba(8,12,20,.78));
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,.06);
    transition: .25s ease;
}

    .navbar.scrolled {
        background: linear-gradient(to bottom, rgba(6,10,16,.97), rgba(6,10,16,.92));
        box-shadow: 0 14px 40px rgba(0,0,0,.28);
    }

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 84px;
}

.logo-brand {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    min-width: 0;
}

.logo-icon-wrap {
    position: relative;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.logo-icon {
    position: relative;
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
    z-index: 2;
    filter: drop-shadow(0 0 10px rgba(227,184,91,.18));
    transition: transform .25s ease, filter .25s ease;
}

.logo-glow {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,215,255,.18), transparent 60%);
    filter: blur(10px);
    z-index: 1;
    opacity: .85;
}

.logo-text-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 1;
    overflow: hidden;
}

.logo-text-top {
    font-family: "Orbitron",sans-serif;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: .12em;
    color: #45d8ff;
    text-shadow: 0 0 14px rgba(57,215,255,.22);
}

.logo-text-bottom {
    margin-top: 4px;
    font-family: "Orbitron",sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .46em;
    color: var(--zc-gold-2);
    text-shadow: 0 0 10px rgba(227,184,91,.18);
}

.logo-shine {
    position: absolute;
    top: -20%;
    left: -35%;
    width: 45%;
    height: 160%;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.04) 35%, rgba(255,255,255,.42) 50%, rgba(255,255,255,.04) 65%, transparent 100%);
    transform: skewX(-20deg);
    pointer-events: none;
}

.logo-brand:hover .logo-icon {
    transform: translateY(-1px) scale(1.04);
    filter: drop-shadow(0 0 12px rgba(255,214,122,.28));
}

.logo-brand:hover .logo-shine {
    animation: logoShine 1.1s ease;
}

@keyframes logoShine {
    from {
        left: -35%;
    }

    to {
        left: 120%;
    }
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .main-nav > a, .drop-btn {
        color: #fff;
        background: none;
        border: none;
        cursor: pointer;
        text-decoration: none;
        padding: 12px 14px;
        border-radius: 12px;
        font: inherit;
        font-weight: 600;
        transition: .2s;
    }

        .main-nav > a:hover, .drop-btn:hover {
            background: rgba(255,255,255,.06);
            color: #ffd27a;
        }

.nav-dropdown {
    display: inline-flex;
    align-items: center;
    position: relative;
}

    .nav-dropdown.open .nav-arrow {
        transform: rotate(180deg);
    }

.drop-btn {
    display: inline-flex;
    align-items: center;
}

.nav-arrow {
    margin-left: 7px;
    transition: .2s ease;
}

.nav-dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    z-index: 99999;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 240px;
    padding: 10px;
    background: linear-gradient(180deg, #101827, #0b1120);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 16px;
    display: none;
    box-shadow: 0 22px 48px rgba(0,0,0,.38);
}

.nav-dropdown.open .nav-dropdown-menu {
    display: block;
}

.nav-dropdown-menu a {
    font-size: 14px;
    white-space: nowrap;
    display: block;
    padding: 12px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition: .18s;
}

    .nav-dropdown-menu a:hover {
        background: #182234;
        color: #ffd27a;
        transform: translateX(2px);
    }

.nav-sep {
    height: 1px;
    background: rgba(255,255,255,.08);
    margin: 8px 0;
}

.mobile-toggle {
    color: #fff;
    font-size: 28px;
    display: none;
    width: 50px;
    height: 50px;
    border: none;
    background: rgba(255,255,255,.04);
    border-radius: 14px;
    cursor: pointer;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.mobile-toggle-line {
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 99px;
    transition: .25s ease;
}

.mobile-toggle.open .mobile-toggle-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-toggle.open .mobile-toggle-line:nth-child(2) {
    opacity: 0;
}

.mobile-toggle.open .mobile-toggle-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.nav-overlay {
    display: none;
}

.home-hero-v2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(5,10,18,.52), rgba(5,10,18,.78)), url("/images/home-hero-bg.jpg") center center / cover no-repeat;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-logo-wrap {
    display: flex;
    justify-content: center;
    margin: 10px 0 18px;
}

.hero-logo {
    width: min(760px, 92%);
    max-width: 760px;
    display: block;
    filter: drop-shadow(0 12px 28px rgba(0,0,0,.35));
    animation: heroFloat 4.2s ease-in-out infinite;
}

@keyframes heroFloat {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.hero-badge {
    display: inline-block;
    margin-bottom: 18px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(34,211,238,.08);
    border: 1px solid rgba(34,211,238,.18);
    color: #93ecf7;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.hero-quick-links {
    margin-top: 26px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

    .hero-quick-links a {
        padding: 10px 14px;
        border-radius: 999px;
        background: rgba(255,255,255,.04);
        border: 1px solid rgba(255,255,255,.06);
        color: #dce7f3;
        font-size: 14px;
        transition: .2s;
    }

        .hero-quick-links a:hover {
            color: #22d3ee;
            border-color: rgba(34,211,238,.28);
            transform: translateY(-2px);
        }

@media (max-width:991px) {
    .mobile-toggle {
        display: flex;
        z-index: 1000001;
    }

    .nav-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.46);
        opacity: 0;
        visibility: hidden;
        transition: .22s ease;
        z-index: 999997;
    }

        .nav-overlay.open {
            opacity: 1;
            visibility: visible;
        }

    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 340px;
        max-width: 92%;
        height: 100vh;
        background: linear-gradient(180deg, #0c1320, #09111b);
        padding: 92px 20px 28px;
        flex-direction: column;
        align-items: stretch;
        overflow-y: auto;
        transition: .25s ease;
        z-index: 999998;
        box-shadow: -20px 0 50px rgba(0,0,0,.38);
    }

        .main-nav.open {
            right: 0;
        }

        .main-nav > a, .drop-btn {
            width: 100%;
            text-align: left;
            background: #111827;
            justify-content: space-between;
        }

    .nav-dropdown {
        width: 100%;
    }

    .nav-dropdown-menu {
        position: static;
        min-width: 0;
        margin-top: 8px;
        box-shadow: none;
    }

    .logo-text-top {
        font-size: 20px;
    }

    .logo-text-bottom {
        font-size: 11px;
        letter-spacing: .34em;
    }

    .hero-logo {
        width: min(560px, 96%);
    }
}

@media (max-width:640px) {
    .nav-wrap {
        min-height: 74px;
    }

    .logo-icon {
        width: 44px;
        height: 44px;
    }

    .logo-icon-wrap {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .logo-text-top {
        font-size: 18px;
    }

    .logo-text-bottom {
        font-size: 10px;
        letter-spacing: .26em;
    }

    .hero-logo {
        width: 100%;
    }
}


/* =========================
   NAVBAR V3 AAA
========================= */

.navbar-v3 {
    position: sticky;
    top: 0;
    z-index: 99999;
    background: linear-gradient(to bottom, rgba(5,10,18,.96), rgba(5,10,18,.88));
    border-bottom: 1px solid rgba(255,196,77,.18);
    backdrop-filter: blur(14px);
}

.nav-v3-wrap {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* LOGO */

.brand-v3 {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.brand-icon-wrap {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg,#f6c45e,#8d5b09);
    box-shadow: 0 0 18px rgba(246,196,94,.28);
}

.brand-icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: #08111c;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-top {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: .08em;
    color: #f6c45e;
    text-shadow: 0 0 12px rgba(246,196,94,.18);
}

.brand-bottom {
    margin-top: 4px;
    font-size: 13px;
    letter-spacing: .38em;
    color: #2fe3ff;
    font-weight: 700;
}

/* NAV */

.nav-menu-v3 {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .nav-menu-v3 > a,
    .drop-btn-v3 {
        color: #fff;
        background: none;
        border: none;
        text-decoration: none;
        cursor: pointer;
        padding: 14px 16px;
        border-radius: 10px;
        font-weight: 700;
        font-size: 15px;
        transition: .2s;
    }

        .nav-menu-v3 > a:hover,
        .drop-btn-v3:hover,
        .nav-menu-v3 > a.active {
            color: #f6c45e;
            background: rgba(255,255,255,.04);
        }

/* DROPDOWN */

.drop-v3 {
    position: relative;
}

.drop-menu-v3 {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    padding: 10px;
    background: #0b1320;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    display: none;
    box-shadow: 0 20px 40px rgba(0,0,0,.45);
}

.drop-v3.open .drop-menu-v3 {
    display: block;
}

.drop-menu-v3 a {
    display: block;
    padding: 11px 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

    .drop-menu-v3 a:hover {
        background: #162235;
        color: #2fe3ff;
    }

/* ACTIONS */

.nav-actions-v3 {
    display: flex;
    gap: 10px;
    margin-left: 8px;
}

.btn-download-v3,
.btn-discord-v3 {
    padding: 14px 22px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: .04em;
    transition: .2s;
}

.btn-download-v3 {
    color: #fff;
    background: linear-gradient(135deg,#1fa8ff,#0c5db7);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 0 18px rgba(31,168,255,.18);
}

.btn-discord-v3 {
    color: #fff;
    background: linear-gradient(135deg,#7b5cff,#5131d7);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 0 18px rgba(123,92,255,.18);
}

    .btn-download-v3:hover,
    .btn-discord-v3:hover {
        transform: translateY(-2px);
        filter: brightness(1.08);
    }

/* MOBILE */

.nav-toggle-v3 {
    display: none;
    width: 48px;
    height: 48px;
    border: none;
    background: #111827;
    border-radius: 12px;
    cursor: pointer;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

    .nav-toggle-v3 span {
        width: 22px;
        height: 2px;
        background: #fff;
        margin: auto;
    }

.nav-overlay-v3 {
    display: none;
}

@media(max-width:1100px) {

    .nav-toggle-v3 {
        display: flex;
    }

    .nav-overlay-v3 {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.55);
        opacity: 0;
        visibility: hidden;
        transition: .2s;
        z-index: 99990;
    }

        .nav-overlay-v3.open {
            opacity: 1;
            visibility: visible;
        }

    .nav-menu-v3 {
        position: fixed;
        top: 0;
        right: -100%;
        width: 340px;
        max-width: 92%;
        height: 100vh;
        background: #08111c;
        padding: 90px 18px 25px;
        flex-direction: column;
        align-items: stretch;
        overflow-y: auto;
        transition: .25s ease;
        z-index: 99995;
    }

        .nav-menu-v3.open {
            right: 0;
        }

        .nav-menu-v3 > a,
        .drop-btn-v3 {
            width: 100%;
            text-align: left;
            background: #111827;
        }

    .drop-v3 {
        width: 100%;
    }

    .drop-menu-v3 {
        position: static;
        display: none;
        margin-top: 8px;
        box-shadow: none;
    }

    .drop-v3.open .drop-menu-v3 {
        display: block;
    }

    .nav-actions-v3 {
        flex-direction: column;
        margin-top: 12px;
    }

    .brand-top {
        font-size: 22px;
    }

    .brand-bottom {
        font-size: 11px;
    }
}

/* =========================
   HERO V3 AAA
========================= */

.hero-v3 {
    position: relative;
    overflow: hidden;
    padding: 70px 0 55px;
    min-height: 760px;
    background: linear-gradient( rgba(4,8,15,.55), rgba(4,8,15,.82) ), url('/images/home-hero-bg.jpg') center center / cover no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(46,227,255,.07), transparent 35%), radial-gradient(circle at top, rgba(255,196,77,.08), transparent 30%);
    pointer-events: none;
}

.hero-v3-wrap {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* TOP BADGE */

.hero-badge-v3 {
    display: inline-block;
    margin-bottom: 24px;
    padding: 12px 22px;
    border-radius: 999px;
    border: 1px solid rgba(255,196,77,.25);
    background: rgba(255,196,77,.05);
    color: #f6c45e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* LOGO */

.hero-logo-v3 {
    margin-bottom: 24px;
}

    .hero-logo-v3 img {
        width: min(980px,96%);
        max-width: 980px;
        display: block;
        margin: auto;
        filter: drop-shadow(0 16px 30px rgba(0,0,0,.45));
        animation: heroFloat 5s ease-in-out infinite;
    }

@keyframes heroFloat {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* TEXT */

.hero-title-v3 {
    margin: 0 auto 14px;
    max-width: 900px;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 8px 25px rgba(0,0,0,.45);
}

.hero-text-v3 {
    margin: 0 auto;
    max-width: 760px;
    font-size: 20px;
    line-height: 1.7;
    color: #d5deeb;
}

/* BUTTONS */

.hero-actions-v3 {
    margin-top: 36px;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.hero-btn-download,
.hero-btn-discord {
    min-width: 240px;
    padding: 18px 30px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: .06em;
    transition: .2s;
}

.hero-btn-download {
    color: #fff;
    background: linear-gradient(135deg, #ffbe3b, #a36200);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 0 18px rgba(255,190,59,.18);
}

.hero-btn-discord {
    color: #fff;
    background: linear-gradient(135deg, #23b9ff, #0067ff);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 0 18px rgba(35,185,255,.18);
}

    .hero-btn-download:hover,
    .hero-btn-discord:hover {
        transform: translateY(-3px);
        filter: brightness(1.08);
    }

/* STATS */

.hero-stats-v3 {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
}

.hero-stat-box {
    padding: 24px 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(8,16,30,.92), rgba(8,16,30,.72));
    border: 1px solid rgba(255,255,255,.06);
}

    .hero-stat-box.online {
        border-color: rgba(0,255,120,.25);
    }

    .hero-stat-box.event {
        border-color: rgba(187,82,255,.25);
    }

.hero-stat-value {
    display: block;
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
}

.hero-stat-box small {
    color: #9fb0c7;
    font-size: 14px;
    letter-spacing: .04em;
}

/* RESPONSIVE */

@media(max-width:1100px) {

    .hero-title-v3 {
        font-size: 40px;
    }

    .hero-stats-v3 {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:768px) {

    .hero-v3 {
        padding: 55px 0 40px;
        min-height: auto;
    }

    .hero-badge-v3 {
        font-size: 11px;
        padding: 10px 16px;
    }

    .hero-title-v3 {
        font-size: 30px;
    }

    .hero-text-v3 {
        font-size: 17px;
        line-height: 1.6;
    }

    .hero-btn-download,
    .hero-btn-discord {
        min-width: 100%;
    }

    .hero-stats-v3 {
        grid-template-columns: 1fr;
    }

    .hero-stat-value {
        font-size: 28px;
    }
}

.market-table th[data-sort],
.market-table th[data-history-sort] {
    cursor: pointer;
    user-select: none;
    transition: .2s;
}

.market-table th:hover {
    color: #ffd76b;
}

.market-item-cell {
    cursor: pointer;
}

.market-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cart-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.cart-left {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

    .cart-left small {
        color: #55ff88;
        font-size: 12px;
    }

.cart-remove-btn {
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background: #7a1f1f;
    color: #fff;
    font-weight: 700;
    transition: .2s;
}

    .cart-remove-btn:hover {
        background: #b83232;
        transform: scale(1.08);
    }

.market-counter {
    margin: 10px 0 14px 0;
    font-size: 14px;
    font-weight: 600;
    color: #d6d6d6;
}
.footer-legal {
    margin-top: 10px;
    font-size: 12px;
    opacity: 0.6;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}