body { background:#0b0b0b; color:#f5f5f5; }
        .navbar, .card, .table, .list-group-item { background:#121212; border-color:#2a2a2a !important; color:#f5f5f5; }
        .form-control, .form-select { background:#161616; color:#fff; border:1px solid #333; }
        .form-control:focus, .form-select:focus { background:#161616; color:#fff; border-color:#666; box-shadow:none; }
        .text-red { color:#dc3545; }
        .bg-panel { background:#121212; border:1px solid #2a2a2a; }
        .table { --bs-table-bg:#121212; --bs-table-striped-bg:#171717; --bs-table-color:#f5f5f5; --bs-table-border-color:#2a2a2a; }
        a { text-decoration:none; }

.game-border {
  border: var(--bs-border-width) var(--bs-border-style) #292929 !important;
}





/* Enable background system */
.has-page-bg {
    position: relative;
}

/* Background image layer */
.has-page-bg::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: var(--page-bg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    xopacity: 0.10;
    z-index: -2;
    pointer-events: none;
}

/* Gradient overlay (THIS is what makes it look good) */
.has-page-bg::after {
    content: "";
    position: fixed;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(8,8,8,0.3) 0%, rgba(8,8,8,0.85) 45%, rgba(8,8,8,1) 80%),
        linear-gradient(to right, rgba(8,8,8,0.6) 0%, rgba(8,8,8,0.2) 50%, rgba(8,8,8,0.6) 100%);
    z-index: -1;
    pointer-events: none;
}







.site-footer__bottom {
    margin-top: 22px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.site-footer__bottom-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 420px);
    gap: 40px;
    align-items: start;
}

.site-footer__bottom-main {
    min-width: 0;
}

.footer-disclaimer {
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255,255,255,0.62);
    max-width: 760px;
}

.site-footer__bottom-side {
    display: grid;
    grid-template-columns: 1fr 160px;
    gap: 28px;
    align-items: start;
}

.footer-title {
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.5);
}

.footer-network-links,
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-network-links a,
.footer-links a {
    color: rgba(255,255,255,0.82);
    text-decoration: none;
    font-size: 13px;
    line-height: 1.4;
}

.footer-network-links a:hover,
.footer-links a:hover {
    color: #ffffff;
}

.footer-network-links span {
    margin-left: 6px;
    color: rgba(255,255,255,0.42);
    font-size: 11px;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .site-footer__bottom-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .site-footer__bottom-side {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .site-footer__bottom-side {
        grid-template-columns: 1fr;
    }
}







.playerspad-network-banner {
    width: 100%;
    background: linear-gradient(90deg, #0d3b66 0%, #1d4e89 35%, #7c3aed 70%, #ea580c 100%);
    background: linear-gradient(90deg, #111111 0%, #414141 35%, #7c3aed 70%, #ea580c 100%);

background: linear-gradient(    90deg,    #111111 0%,    #2a2a2a 30%,    #3b82f6 65%,    #f97316 100%);
background: linear-gradient(    90deg,    #0f0f0f 0%,    #2c2c2c 25%,    #7c3aed 60%,    #22c55e 100%);
background: linear-gradient(    90deg,    #121212 0%,    #2b2b2b 40%,    #6366f1 75%,    #a855f7 100%);
background: linear-gradient(    90deg,    #101010 0%,    #2d2d2d 30%,    #2563eb 55%,    #f59e0b 85%,    #ea580c 100%);
background: linear-gradient(    90deg,    #0f0f10 0%,    #1a1a1d 30%,    #1f3a8a 60%,    #dc2626 100%);
background: linear-gradient(    90deg,    #0f0f10 0%,    #1a1a1d 25%,    #2563eb 55%,    #ef4444 100%);

    border-bottom: 1px solid rgba(255,255,255,0.12);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,0.06); 
}



.playerspad-network-banner {
    position: relative;
    overflow: hidden;
}

.playerspad-network-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0.05),
        rgba(255,255,255,0)
    );
    pointer-events: none;
}


.playerspad-network-banner__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 18px;
    padding: 15px 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

/* NEW */
.playerspad-network-banner__left {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
    flex: 1;
}

/* NEW */
.playerspad-network-banner__logo {
    width: 180px;
    min-width: 180px;
width: 90px;
  min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
}

/* NEW */
.playerspad-network-banner__logo img {
    display: block;
    max-width: 100%;
    max-height: 42px;
    width: auto;
    height: auto;
}

.playerspad-network-banner__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.playerspad-network-banner__eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
}

.playerspad-network-banner__message {
    font-size: 14px;
    line-height: 1.35;
    color: #ffffff;
}

.playerspad-network-banner__message strong {
    color: #ffffff;
    font-weight: 700;
}

.playerspad-network-banner__message a {
    color: #ffd166;
    font-weight: 700;
    text-decoration: none;
    margin-left: 4px;
}

.playerspad-network-banner__message a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.playerspad-network-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.18);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.playerspad-network-banner__button:hover {
    background: rgba(255,255,255,0.22);
    border-color: rgba(255,255,255,0.28);
    color: #ffffff;
}

@media (max-width: 768px) {
    .playerspad-network-banner__inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 14px;
    }

    .playerspad-network-banner__left {
        width: 100%;
        gap: 12px;
    }

    .playerspad-network-banner__logo {
        width: auto;
        min-width: 0;
    }

    .playerspad-network-banner__logo img {
        max-height: 32px;
    }

    .playerspad-network-banner__button {
        width: 100%;
    }

    .playerspad-network-banner__message {
        font-size: 13px;
    }
}













.site-footer {
    margin-top: 60px;
    background: linear-gradient(
        180deg,
        #0c0c0d 0%,
        #101114 100%
    );
    border-top: 1px solid rgba(255,255,255,0.08);
    color: #ffffff;
}

.site-footer__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 42px 18px 20px;
}

.site-footer__top {
    display: grid;
    grid-template-columns: 1.3fr 2fr;
    gap: 40px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.site-footer__site-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 14px;
}

.site-footer__site-title span {
    color: #ef4444;
}

.site-footer__site-text {
    max-width: 520px;
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 15px;
    line-height: 1.7;
}

.site-footer__links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.site-footer__column h3 {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.65);
}

.site-footer__column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__column li + li {
    margin-top: 10px;
}

.site-footer__column a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.site-footer__column a:hover {
    opacity: 1;
    color: #ef4444;
}

.site-footer__network {
    margin-top: 26px;
    padding: 20px 22px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    background: linear-gradient(
        90deg,
        #0f0f10 0%,
        #1a1a1d 30%,
        #1f3a8a 65%,
        #dc2626 100%
    );
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;
    position: relative;
}

.site-footer__network::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0.05),
        rgba(255,255,255,0)
    );
    pointer-events: none;
}

.site-footer__network-left {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.site-footer__network-logo {
    width: 140px;
    min-width: 140px;
    display: flex;
    align-items: center;
}

.site-footer__network-logo img {
    max-width: 100%;
    max-height: 42px;
    width: auto;
    height: auto;
    display: block;
}

.site-footer__network-label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
}

.site-footer__network-text p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}

.site-footer__network-text a {
    color: #ffd166;
    font-weight: 700;
    text-decoration: none;
}

.site-footer__network-text a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.site-footer__network-button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(239, 68, 68, 0.22);
    border: 1px solid rgba(255,255,255,0.18);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.site-footer__network-button:hover {
    background: rgba(239, 68, 68, 0.35);
    color: #ffffff;
}

.site-footer__bottom {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: rgba(255,255,255,0.58);
    font-size: 13px;
}

.site-footer__bottom-links {
    display: flex;
    align-items: center;
    gap: 14px;
}

.site-footer__bottom-links a {
    color: rgba(255,255,255,0.72);
    text-decoration: none;
}

.site-footer__bottom-links a:hover {
    color: #ffffff;
}

@media (max-width: 992px) {
    .site-footer__top {
        grid-template-columns: 1fr;
    }

    .site-footer__links {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-footer__network {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer__network-button {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .site-footer__inner {
        padding: 34px 14px 20px;
    }

    .site-footer__links {
        grid-template-columns: 1fr;
    }

    .site-footer__network-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer__network-logo {
        width: auto;
        min-width: 0;
    }

    .site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}


.bg-panel {
    background: rgba(20, 20, 20, 0.65);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.08);
}

/* Cards */
.card {
    background: rgba(15, 15, 15, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.08);
}

.text-light-emphasis {
  color: #91959a !important;
}

.variation-bubble {
    position: absolute;
    bottom: -7px;
    right: -6px;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.95);
    color: #000;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    border: 2px solid rgba(0,0,0,0.6);
}






.rarity-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    line-height: 1;
}

.rarity-star {
    font-size: 16px;
}

.rarity-star--full {
    color: #ffd166;
}

.rarity-star--half {
    color: #ffd166;
    opacity: 0.55;
}

.rarity-star--empty {
    color: rgba(255,255,255,0.18);
}

.rarity-stars__value {
    margin-left: 8px;
    font-size: 12px;
    color: rgba(255,255,255,0.65);
}

.rarity-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rarity-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rarity-row--top {
    opacity: 0.8;
}

.rarity-row--bottom {
    font-weight: 600;
}

.rarity-stars-wrap {
    display: flex;
    align-items: center;
}

.rarity-value {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
}

