﻿/* Import in your CSS */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}


body {
    font-family: 'Inter', sans-serif;
}


.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.footer-div {
    display: grid;
    line-height: 1.75;
}

    .footer-div a {
        text-decoration: none;
        color: lightslategray !important
    }
/* Form Items */
textarea {
    height: 10em;
}

button:focus, input:focus, select:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Smaller Devices */
@media (max-width: 995px) {
    .border-end {
        border: 0 !important;
    }
}

.bg-gradient-primary-to-secondary {
    background: #1e30f3;
    background: linear-gradient(135deg, #4e3aff 0%, #e21e80 100%);
    padding-top: .5em;
}

.first-badge {
    width: fit-content;
    padding: 1em;
    border-radius: 5px;
    color: white;
    position: absolute;
    background: linear-gradient(10deg, #4e3aff 0%, #e21e80 100%);
    top: -.25em;
}
/* red */
.rank-embed {
    --bg: #0f1220;
    --card: #171a2b;
    --text: #e8ebf7;
    --muted: #aab1c7;
    --accent: #7aa2ff;
    --border: #252946;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    color: var(--text);
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 20px;
    max-width: 980px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

    .rank-embed h2 {
        margin: 0 0 14px 0;
        font-weight: 700;
        font-size: 1.25rem;
        letter-spacing: 0.2px;
    }

    .rank-embed p.intro {
        margin: 0 0 16px 0;
        color: var(--muted);
        font-size: 0.95rem;
    }

.rank-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 10px;
}

    .rank-table thead th {
        text-align: left;
        font-weight: 700;
        color: white;
        background: linear-gradient(180deg, #1b2038, #171a2b);
        border-bottom: 1px solid var(--border);
        padding: 12px 14px;
        font-size: 0.9rem;
    }

    .rank-table tbody td {
        padding: 12px 14px;
        border-bottom: 1px solid var(--border);
        vertical-align: top;
        font-size: 0.93rem;
        line-height: 1.35;
    }

    .rank-table tbody tr:last-child td {
        border-bottom: none;
    }

.rank-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--accent);
}

.rank-icon {
    font-size: 1rem;
}

.range {
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: #121528;
    color: white;
    font-size: 0.85rem;
}

.muted {
    color: var(--muted);
}
/* Responsive */
@media (max-width: 700px) {
    .rank-table thead {
        display: none;
    }

    .rank-table, .rank-table tbody, .rank-table tr, .rank-table td {
        display: block;
        width: 100%;
    }

        .rank-table tr {
            background: var(--card);
            margin-bottom: 12px;
            border: 1px solid var(--border);
            border-radius: 10px;
        }

        .rank-table td {
            border: none;
            padding: 10px 12px;
        }

            .rank-table td::before {
                content: attr(data-label);
                display: block;
                font-weight: 700;
                color: var(--muted);
                margin-bottom: 6px;
                font-size: 0.85rem;
            }
}

.dim-boxes {
    padding: 12px;
    font-weight: 700;
    color: #fff;
    border-right: .2em solid white;
    text-transform: uppercase;
}

    .dim-boxes small {
        display: block;
        font-size: 0.7rem;
        font-weight: 400;
        color: rgba(255,255,255,0.85);
    }

.special {
    background: #bfa203fc;
}

.lower {
    background: deepskyblue;
}

.higher {
    background: coral;
}

.transcendent {
    background: purple;
}
/* Uncommon Badge */
.badge-uncommon {
    background: linear-gradient(135deg, #4caf50, #81c784);
    color: #fff;
    border: 1px solid #2e7d32;
}

/* Divine Badge */
.badge-divine {
    background: linear-gradient(135deg, #8d5b0c, #ffeb3b);
    color: #4e342e;
    border: 1px solid #6f3808;
    text-shadow: 0 0 6px rgba(255,255,200,0.8);
}

/* Eternal Badge */
.badge-eternal {
    background: linear-gradient(135deg, #09060e, #9575cd);
    color: #fff;
    border: 1px solid #4527a0;
    text-shadow: 0 0 8px rgba(200,150,255,0.9);
}

/* Unique Badge */
.badge-unique {
    background: linear-gradient(135deg, #040202, #f06292);
    color: #fff;
    border: 1px solid #c2185b;
    text-shadow: 0 0 6px rgba(255,100,150,0.9);
}
/* Classic Badge */
.badge-classic {
    background: linear-gradient(135deg, #040202, #c1bdbe); /* muted gray tone */
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85rem;
}

/* Retired Badge */
.badge-retired {
    background-color: #090a0a; /* darker gray/black tone */
    color: #ffc107 !important; /* golden accent to show final boost */
    justify-content: center;
}

.artifact-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    display: block;
    text-align: center;
}

.badge-common {
    background-color: #6c757d;
}
/* gray */
.badge-rare {
    background-color: #dc3545;
}
/* blue */
.badge-epic {
    background-color: #007bff;
}
/* purple */
.badge-legendary {
    background-color: #fd7e14;
}
/* orange */
.badge-mythical {
    background-color: #6610f2;
}

.live-icon {
    display: inline-flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: white;
    background: red;
    padding: 5px 10px;
    border-radius: 20px;
    position: relative;
}

.dot {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    margin-right: 8px;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.6;
    }

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

.menu-items {
    list-style: none;
    padding: 0;
}

.profile-img-settings {
    width: 11em;
    border: 1px solid blue;
    border-radius: 50%;
    display: block;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

    .carousel-item-next:not(.carousel-item-start),
    .active.carousel-item-end {
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start {
        transform: translateX(-100%);
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-start,
    .carousel-fade .carousel-item-prev.carousel-item-end {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -2rem;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: black;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 0.5;
        transition: opacity 0.6s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

.profile {
    position: relative;
    border-radius: 5vw;
    max-height: 40rem;
    max-width: 40rem;
}

    .profile .profile-img {
        height: 80vw;
        max-height: 35rem;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .profile .dots-1 {
        position: absolute;
        width: 3vw;
        right: 1.5vw;
        top: 0.5vw;
    }

        .profile .dots-1 svg {
            fill: #fff;
        }

    .profile .dots-2 {
        position: absolute;
        width: 3vw;
        right: -4vw;
        top: -.5vw;
    }

        .profile .dots-2 svg {
            fill: #1e30f3;
        }

    .profile .dots-3 {
        position: absolute;
        width: 3vw;
        left: 1.5vw;
        bottom: .5vw;
    }

        .profile .dots-3 svg {
            fill: #fff;
        }

    .profile .dots-4 {
        position: absolute;
        width: 3vw;
        left: -4vw;
        bottom: -.5vw;
    }

        .profile .dots-4 svg {
            fill: #1e30f3;
        }

@media (min-width: 340px) {
    .OwnedArtifacts tbody tr, .store tbody tr {
        width: 47% !important; /* adjust as needed */
    }

    .footer {
        display: inline-grid;
        line-height: 1.5;
        padding: 1em;
    }
}

@media (min-width: 576px) {
    .OwnedArtifacts tbody tr, .store tbody tr {
        width: 31.8% !important; /* adjust as needed */
    }

    .profile .profile-img {
        height: 65vw;
    }

    .profile .dots-1 {
        width: 3vw;
        right: 1.5vw;
    }

    .profile .dots-2 {
        width: 3vw;
        right: -4vw;
    }

    .profile .dots-3 {
        width: 3vw;
        left: 1.5vw;
    }

    .profile .dots-4 {
        width: 3vw;
        left: -4vw;
    }
}

@media (min-width: 768px) {
    .profile .profile-img {
        height: 55vw;
    }

    .profile .dots-1 {
        width: 3vw;
        right: 1.5vw;
    }

    .profile .dots-2 {
        width: 3vw;
        right: -4vw;
    }

    .profile .dots-3 {
        width: 3vw;
        left: 1.5vw;
    }

    .profile .dots-4 {
        width: 3vw;
        left: -4vw;
    }
}

@media (min-width: 992px) {
    .OwnedArtifacts tbody tr, .store tbody tr {
        width: 23.9% !important; /* adjust as needed */
    }

    .profile .profile-img {
        height: 45vw;
    }

    .profile .dots-1 {
        width: 1.5vw;
        right: 0.75vw;
    }

    .profile .dots-2 {
        width: 1.5vw;
        right: -2vw;
    }

    .profile .dots-3 {
        width: 1.5vw;
        left: 0.75vw;
    }

    .profile .dots-4 {
        width: 1.5vw;
        left: -2vw;
    }
}

@media (min-width: 1000px) {
    .OwnedArtifacts tbody tr, .store tbody tr {
        width: 23.78% !important; /* adjust as needed */
    }
}

@media (min-width: 1200px) {
    .OwnedArtifacts tbody tr,
    .store tbody tr {
        width: 18.8% !important; /* adjust as needed */
    }

    .profile {
        width: 30em;
    }

        .profile .profile-img {
            height: 40vw;
        }

        .profile .dots-1 {
            width: 1.5vw;
            right: 0.75vw;
        }

        .profile .dots-2 {
            width: 1.5vw;
            right: -2vw;
        }

        .profile .dots-3 {
            width: 1.5vw;
            left: 0.75vw;
        }

        .profile .dots-4 {
            width: 1.5vw;
            left: -2vw;
        }
}

.price-style {
    z-index: 9;
    color: white !important;
    margin: .8em .65em;
    position: absolute;
    font-family: fantasy;
}

.bookmark {
    color: #000000 !important;
    font-size: 4em;
    display: inline-flex;
    z-index: 9;
    position: absolute;
    margin-top: .5em;
}

.multiversal-quest {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    color: #e8eaff;
    background: radial-gradient(1200px 600px at 10% 10%, #2a2b5e 0%, #0c0f1f 60%, #070914 100%);
    border: 1px solid #2f3366;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55), inset 0 0 80px rgba(150, 120, 255, 0.12);
}

.mq-header {
    text-align: center;
    margin-bottom: 20px;
}

.mq-eyebrow {
    display: inline-block;
    letter-spacing: 0.12em;
    font-size: 12px;
    color: #313a9b;
    text-transform: uppercase;
    background: rgb(159 167 255 / 23%);
    border: 1px solid rgb(66 72 133 / 29%);
    border-radius: 999px;
    padding: 6px 10px;
    margin-bottom: 10px;
}

.mq-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 0 0 18px rgba(150, 120, 255, 0.35);
}

.mq-sub {
    font-size: 14px;
    color: #5a6099;
    margin-top: 10px;
}

.mq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.mq-card {
    background: rgb(255 255 255 / 15%);
    border: 1px solid rgba(160, 150, 255, 0.25);
    border-radius: 14px;
    padding: 18px;
    backdrop-filter: blur(6px);
}

    .mq-card h3 {
        font-size: 16px;
        margin: 0 0 10px 0;
        color: #ffffff;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .mq-card ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 8px;
    }

    .mq-card li {
        position: relative;
        padding-left: 22px;
        color: #3d499b;
    }

        .mq-card li::before {
            content: "✦";
            position: absolute;
            left: 0;
            color: #5c61ae;
            font-size: 12px;
            top: 2px;
        }

    .mq-card:hover {
        /* Apply the same styles as .mq-highlight */
        border-color: #ffcc66;
        box-shadow: 0 0 30px rgba(255, 204, 102, 0.18);
    }


.mq-cta {
    margin-top: 26px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mq-button {
    appearance: none;
    border: 1px solid #7b6cff;
    background: linear-gradient(180deg, #7b6cff 0%, #5a4fff 100%);
    color: white;
    font-weight: 700;
    padding: 12px 18px;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(90, 79, 255, 0.35);
    transition: transform 120ms ease, box-shadow 120ms ease;
    text-decoration: none;
}

    .mq-button:hover {
        transform: translateY(-1px);
        box-shadow: 0 14px 30px rgba(90, 79, 255, 0.45);
    }

.active .mq-button {
    background: #d82089 !important;
    border-color: #d82089 !important;
}

.mq-ghost {
    background: transparent;
    border-color: #4d56ab;
    color: #4d56ab;
    box-shadow: none;
}

.mq-footer {
    margin-top: 18px;
    font-size: 13px;
    color: #5a61b3;
    text-align: center;
}

/* Decorative aura */
.mq-aura {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

    .mq-aura::after {
        content: "";
        position: absolute;
        inset: -40%;
        background: linear-gradient(135deg, #1e30f3 0%, #e21e80 100%);
        filter: blur(40px);
        z-index: 0;
        pointer-events: none;
        opacity: 0.45;
    }

.mq-content {
    position: relative;
    z-index: 1;
}

.page-item:first-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item.active .page-link.mq-button,
.page-item:not(:first-child) .page-link {
    border-radius: 0 !important;
    border-color: #7466ff;
}

.text-gradient {
    background: linear-gradient(135deg, #4e3aff 0%, #e21e80 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0d6efd;
    appearance: none;
    border: 1px solid #7b6cff;
    background: linear-gradient(180deg, #7b6cff 0%, #5a4fff 100%);
    color: white;
    font-weight: 700;
    padding: 12px 18px;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(90, 79, 255, 0.35);
    transition: transform 120ms ease, box-shadow 120ms ease;
    text-decoration: none;
}

.OwnedArtifacts,
.store {
    border-collapse: unset;
}

    .OwnedArtifacts tbody,
    .store tbody {
        display: flex;
        flex-wrap: wrap; /* allows wrapping to next line */
        gap: .48rem; /* spacing between items */
    }

        .OwnedArtifacts tbody tr,
        .store tbody tr {
            display: block; /* so each item behaves like a card */
            width: 19.3%; /* adjust as needed */
            border-radius: 10px;
        }

            .OwnedArtifacts tbody tr td,
            .store tbody tr td {
                padding: 0;
                border-radius: 10px;
            }

    .OwnedArtifacts thead, .store thead {
        display: none
    }

.artifact-card {
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
}

.bookmark-btn {
    position: absolute;
    top: .5rem;
    left: .5rem;
    background: rgba(0,0,0,0.6);
    border: none;
    padding: .3rem .6rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: .3rem;
    cursor: pointer;
    color: #fff;
}

    .bookmark-btn:hover {
        color: #ffffff96 !important
    }

    .bookmark-btn .price {
        font-weight: 600;
    }

.artifact-link {
    display: block;
    text-decoration: none;
    border-radius: 10px;
}

.artifact-image {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

#OwnedArtifacts tbody, #store tbody {
    gap: 1.127em;
    justify-content: center
}

.artifact-boxes {
    border: solid .1em lightgray;
    border-radius: 1em;
    width: 5em;
    background: #06040ce6;
    color: aliceblue;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: auto;
    cursor: pointer;
    opacity: .9
}

    .artifact-boxes:hover {
        opacity: 1
    }

.blue-box {
    color: #ffffff;
    background: #3800e9;
}

.legacy-box {
    background: #000000ed;
    color: #ffc107;
}

.red-box {
    background: #9d005b;
    color: aliceblue;
}

.purp-box {
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / 68%) !important;
    color: aliceblue;
    background: linear-gradient(232deg, #3e1671 0%, #7ae21e 100%);
}

.green-box {
    background: #009d40;
    color: aliceblue;
}

.gradient-box {
    background: linear-gradient(232deg, #4e3aff 0%, #e21e80 100%);
    color: aliceblue;
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / 68%) !important;
}

.badge-container {
    display: table;
    margin: auto;
}

.artifact-progress-label {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.artifact-bar {
    height: 10px;
    border-radius: 6px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
}

    .artifact-bar .progress-bar {
        border-radius: 6px;
        box-shadow: 0 0 8px rgba(255,255,255,0.4);
    }

.form-check-input:checked {
    background-color: #d5208b;
    border-color: #d5208b;
}
/* Base RPG Tooltip Style */
.tooltip-inner {
    background: #1e1e27 !important;
    border: 1px solid #4b19eb !important;
    box-shadow: 0 0 12px #a7196b !important;
    color: #ffffff !important;
    padding: 1em !important;
    max-width: 260px;
    border-radius: 4px;
}

/* Remove Bootstrap arrow background */
.tooltip-arrow::before {
    border-top-color: #1a0f0f !important;
}

button:hover, a:hover {
    color: inherit !important
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #695cff;
}

.accordion-button::after {
    font-family: "bootstrap-icons";
    content: "\f282"; /* chevron-down */
    font-size: 1.25rem;
    background-image: none !important;
    transform: none;
}

.accordion-button:not(.collapsed)::after {
    content: "\f286"; /* chevron-up */
}

.mq-filters {
    padding: 0 !important;
    color: #6a5dff;
    border: 0;
    border-bottom: solid #6a5dff .2em;
    margin: .3em;
    background: transparent;
}

.trade-card {
    position: absolute;
    top: 6em;
    background: #312f4b;
    opacity: .9;
    visibility: hidden;
    pointer-events: none
}

.artifact-card.active {
    border: solid #ebff00;
    box-shadow: 0px 0px 2rem 4px rgb(1 255 114 / 55%) !important;
}

.break-even {
    border: solid #6887e9 .1em;
    padding: .8em;
    border-radius: 6px;
    background: #6887e9;
    color: white;
    min-width: 6.3em;
    margin: .2em;
}

.positive-break {
    border: solid #178d3c .1em;
    padding: .8em;
    border-radius: 6px;
    background: #178d3c;
    color: white;
    max-width: 10em;
    margin: .2em;
}

.negative-break {
    border: solid #9d0e0e .1em;
    padding: .8em;
    border-radius: 6px;
    background: #9d0e0e;
    color: white;
    max-width: 7em;
}

.dropdown-menu {
    z-index: 99999
}

.list-group-item:hover {
    background: linear-gradient(135deg, #4e3aff 0%, #e21e80 100%);
    color: white !important
}

.list-group-item.active {
    background: linear-gradient(135deg, #4e3aff 0%, #e21e80 100%);
    color: white !important;
    border: 0;
    border-color: none !important
}

@media (max-width: 768px) {
    table.table thead {
        display: none; /* hide headers */
    }

    table.table,
    table.table tbody,
    table.table tr,
    table.table td {
        width: 100%;
    }

        table.table tr {
            margin-bottom: 1rem;
            border: 1px solid #ddd;
            border-radius: 6px;
            padding: 0.5rem;
        }

        table.table td {
            position: relative;
            padding: 1.5em;
            display: inline-block;
            text-align: center;
        }

            table.table td::before {
                position: absolute;
                left: 0;
                width: 45%;
                padding-left: 0.5rem;
                font-weight: bold;
                text-align: left;
            }
}

.red-gold-box {
    background: #715c1e94;
    color: aliceblue;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 45%) !important;
}

.fuse-box {
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / 68%) !important;
    color: aliceblue;
    background: linear-gradient(232deg, #3b1c1c 0%, #1e3de2 100%);
}

.rank-image {
    margin: auto;
    width: 8em;
    display: block;
    height: 8em;
}

.rank-border {
    border: solid .1em lightslategray;
    padding: 1em;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 1em;
}

.made-by {
    font-family: "Orbitron", sans-serif;
    letter-spacing: 0.5px;
    color: #cfd1d4;
}

.hyper-link {
    background: linear-gradient(135deg, #4e3aff 0%, #e21e80 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: 0.3s ease;
}

    .hyper-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0%;
        height: 2px;
        background: linear-gradient(135deg, #4e3aff 0%, #e21e80 100%);
        transition: width 0.3s ease;
    }

    .hyper-link:hover::after {
        width: 100%;
    }

    .hyper-link:hover {
        filter: drop-shadow(0 0 0 #4e3aff) drop-shadow(0 0 0 #e21e80);
    }
