@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'JetBrains Mono';
    src: url('../fonts/JetBrainsMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('../fonts/JetBrainsMono-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html {
    height: 100%;
}

body {
    background-color: #ffffff;
    color: #333;
    font-family: 'IBM Plex Sans', -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    margin: 0;
    padding-top: 10px;
    box-sizing: border-box;
    overflow-x: hidden;
}

a {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

.text-muted {
    color: #777;
}

.text-success {
    color: #3c763d;
}

.text-danger {
    color: #a94442;
}

.text-warning {
    color: #8a6d3b;
}

.text-primary {
    color: #337ab7;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

ul.err {
    padding-left: 0;
    list-style: none;
    color: #a94442;
    margin: 4px 0 0;
    font-size: 12px;
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 auto;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
}

@media (max-width: 767px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        width: 100%;
        margin-left: 0;
    }
}


.form-group {
    margin-bottom: 15px;
}

.form-group label,
.control-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 13px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #737373;
    font-size: 12px;
}

.has-error .form-control {
    border-color: #a94442 !important;
}

.has-error .help-block,
.has-error .control-label {
    color: #a94442;
}

body.dark-mode .help-block {
    color: #888;
}


.well {
    min-height: 20px;
    padding: 14px 16px;
    margin-bottom: 16px;
    background-color: #f7f7f7;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

body.dark-mode .well {
    background-color: #1c1c1c;
    border-color: rgba(255, 255, 255, 0.07);
}


.label {
    display: inline-block;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 3px;
    color: #fff;
}

.label-default {
    background-color: #999;
}

.label-primary {
    background-color: #337ab7;
}

.label-success {
    background-color: #5cb85c;
}

.label-info {
    background-color: #5bc0de;
}

.label-warning {
    background-color: #f0ad4e;
    color: #333;
}

.label-danger {
    background-color: #d9534f;
}

body.dark-mode .label-default {
    background-color: #4a4a4a;
}

body.dark-mode .label-primary {
    background-color: #2a5a9c;
}

body.dark-mode .label-success {
    background-color: #2a5a2a;
}

body.dark-mode .label-info {
    background-color: #2a5a7a;
}

body.dark-mode .label-warning {
    background-color: #5a4a2a;
    color: #f0d89f;
}

body.dark-mode .label-danger {
    background-color: #5a2a2a;
}


.container {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    overflow-x: hidden;
    box-sizing: border-box;
}


.site-banner {
    background-color: #5cb85c;

    color: white;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 4px;
}

.onion-banner {
    background-color: #2a1a00;
    color: #ffa500;
    border: 1px solid #7a4800;
    border-left: 4px solid #ffa500;
    padding: 8px 14px;
    margin-bottom: 12px;
    font-size: 12px;
    border-radius: 3px;
    word-break: break-all;
}

.onion-banner-icon {
    margin-right: 6px;
    color: #ffa500;
}

.onion-banner-link {
    color: #ffd080;
    font-weight: 600;
    text-decoration: underline;
}

.onion-banner-link:hover {
    color: #ffffff;
}

body.dark-mode .onion-banner {
    background-color: #1a1000;
    border-color: #7a4800;
    border-left-color: #ffa500;
}


.masthead {
    margin-bottom: 20px;
}


.main-nav {
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    border-radius: 4px 4px 0 0;


    white-space: nowrap;

}

.nav-justified {
    display: flex;
    width: 100%;

    margin: 0;
    padding: 0;

    list-style: none;

}

.nav-justified>li {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-right: 2px;
}

.nav-justified>li:last-child {
    margin-right: 0;
}


.nav-justified>li>a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    background: linear-gradient(to bottom, #f9f9f9 0%, #e9e9e9 100%);
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    font-size: 13px;

    text-shadow: none;

    flex: 1;

    height: 100%;

    box-sizing: border-box;

}


.nav-justified>.nav-dropdown-label {
    cursor: pointer;
    padding: 10px 5px;
    font-weight: bold;
    color: #333;
    background: linear-gradient(to bottom, #f9f9f9 0%, #e9e9e9 100%);
    border: 1px solid #ccc;
    border-bottom: none !important;
    border-radius: 4px 4px 0 0;
    font-size: 13px;
    text-shadow: none;
    position: relative;
    transition: background 0.2s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

.nav-dropdown-label i {
    margin-left: 5px;
}


.nav-justified>li>a:hover {
    background: #e0e0e0;
}


.nav-justified>li.active>a {
    color: #fff;
    text-shadow: none;
    border-color: transparent;
}


.nav-item-cvv>a {
    background: #5fc284 !important;
    color: white !important;
}

.nav-item-dumps>a {
    background: #2eb8d3 !important;
    color: white !important;
}

.nav-item-fullz>a {
    background: #a855c7 !important;
    color: white !important;
}

.nav-item-auction>a {
    background: #ff8c42 !important;
    color: white !important;
    text-shadow: none !important;
}

.nav-item-tools>a {
    background: #ffd23f !important;
    color: #1a1a1a !important;
    text-shadow: none !important;
}

.nav-item-wholesale>a {
    background: #20c997 !important;
    color: white !important;
}

.nav-item-cart>a {
    background: #e74c3c !important;
    color: white !important;
}

.nav-item-orders>a {
    background: #d946ef !important;
    color: white !important;
}

.nav-item-tickets>a {
    background: #6366f1 !important;
    color: white !important;
}

.nav-item-accounts>a {
    background: #0ea5e9 !important;
    color: white !important;
}

.nav-item-lottery>a {
    background: #f43f5e !important;
    color: white !important;
}


.nav-justified>li.active>a {
    font-weight: 900;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    border-bottom-color: transparent;
    text-shadow: none !important;

}

.nav-item-news.active>a {
    background: #4a4a4a !important;
    color: white !important;
    text-shadow: none !important;
}

.nav-item-cvv.active>a {
    background: #3d8f5f !important;
    color: white !important;
}

.nav-item-dumps.active>a {
    background: #1a8ca3 !important;
    color: white !important;
}

.nav-item-fullz.active>a {
    background: #7d3a8a !important;
    color: white !important;
}

.nav-item-auction.active>a {
    background: #d65f2c !important;
    color: white !important;
}

.nav-item-tools.active>a {
    background: #d4a514 !important;
    color: #1a1a1a !important;
}

.nav-item-wholesale.active>a {
    background: #16a085 !important;
    color: white !important;
}

.nav-item-cart.active>a {
    background: #c0392b !important;
    color: white !important;
}

.nav-item-orders.active>a {
    background: #b919d9 !important;
    color: white !important;
}

.nav-item-tickets.active>a {
    background: #4c51bf !important;
    color: white !important;
}

.nav-item-accounts.active>a {
    background: #0284c7 !important;
    color: white !important;
}

.nav-item-lottery.active>a {
    background: #be123c !important;
    color: white !important;
}






.nav-dropdown-label:hover {
    background: #e0e0e0;
}


.dropdown-item:hover {
    border-bottom-color: transparent !important;
}

.nav-justified>.dropdown-item {
    vertical-align: inherit !important;
}


.dropdown-menu {
    list-style: none;

    padding: 0;

    margin: 0;

    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    min-width: 140px;
    padding: 5px 0;
    border-radius: 0 0 4px 4px;
    position: absolute;
    top: 100%;
    margin-top: -1px;

    z-index: 1000;


    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
}


.dropdown-toggle {
    display: none;
}

.dropdown-toggle-label {
    cursor: pointer;
    flex: 1;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}


.dropdown-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 200ms;
}


.dropdown-toggle:checked~.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.dropdown-menu:not(.dropdown-menu-right) {
    left: 0;
}

.dropdown-menu.dropdown-menu-right {
    left: -1px;
    right: -1px;
    min-width: 0;
}

.dropdown-menu>li>a {
    padding: 8px 15px;

    font-size: 14px;
    color: #333;
    text-align: left;
    display: block;
    border-bottom: 1px solid #f0f0f0;

}

.dropdown-menu>li:last-child>a {
    border-bottom: none;
}

.dropdown-menu-right>li>a,
.dropdown-menu-right>li>form,
.dropdown-menu-right>li {
    text-align: center;
}

.dropdown-menu-right>li>a {
    border-bottom: none;
}

.dropdown-menu>li>a:hover {
    background-color: #f5f5f5;
    color: #000;
    padding-left: 20px;

    transition: padding-left 0.2s;
}

.dropdown-item {
    position: relative;

    vertical-align: top !important;
}


.badge {
    display: inline-block;
    min-width: 10px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;

    white-space: nowrap;
    text-align: center;
    background-color: #d9534f;

    border-radius: 10px;
    margin-left: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}


.nav-item-cart .badge {
    background-color: #5cb85c;
}


.nav-item-auction .badge {
    background-color: #333;
}


.notice-box {
    background-color: #e8f5e9;

    border: 1px solid #d0e9c6;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 14px;
}

.notice-box h3,
.notice-box h4 {
    color: #337ab7;

    margin-top: 0;
    font-weight: bold;
}

.domain-list {
    font-weight: bold;
    margin: 15px 0;
    font-size: 16px;
}

.store-badges img {
    height: 40px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 5px;
    background: #000;

}


.panel {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: none;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #333;
    font-weight: bold;
}

.panel-title {
    margin: 0;
    font-size: 16px;
}

.panel-body {
    padding: 15px;
}


.table {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table>thead>tr>th {
    padding: 8px 12px;
    background-color: #f9f9f9;
    border-bottom: 2px solid #ddd;
    color: #333;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.table>tbody>tr>td {
    padding: 8px 12px;
    border-top: 1px solid #ddd;
    color: #333;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}


.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-default {
    color: white !important;
    background-color: #4a4a4a;
    border-color: #3a3a3a;
}

.btn-default:hover {
    background-color: #3a3a3a;
    border-color: #2a2a2a;
}

.btn-primary {
    color: #fff !important;
    background-color: #2eb8d3;
    border-color: #1a8ca3;
}

.btn-primary:hover {
    background-color: #1a8ca3;
    border-color: #0a6c83;
}

.btn-success {
    color: #fff !important;
    background-color: #5fc284;
    border-color: #3d8f5f;
}

.btn-success:hover {
    background-color: #3d8f5f;
    border-color: #2a6a47;
}

.btn-info {
    color: #fff !important;
    background-color: #a855c7;
    border-color: #7d3a8a;
}

.btn-info:hover {
    background-color: #7d3a8a;
    border-color: #5a2867;
}

.btn-warning {
    color: white !important;
    background-color: #ff8c42;
    border-color: #d65f2c;
}

.btn-warning:hover {
    background-color: #d65f2c;
    border-color: #a84620;
}

.btn-danger {
    color: #1a1a1a !important;
    background-color: #ffd23f;
    border-color: #d4a514;
}

.btn-danger:hover {
    background-color: #d4a514;
    border-color: #a87c0f;
}


.billing-add-funds {
    border: 1px solid #e0e0e0 !important;
    background: linear-gradient(135deg, #fafafa 0%, #fff 100%) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

.billing-add-funds .panel-body {
    padding: 20px !important;
}

.billing-add-funds .form-group {
    margin-bottom: 16px !important;
}

.billing-deposit-history .table td:nth-child(6) {
    min-width: 180px;
}



.panel-balance {
    border: 1px solid #e0e0e0 !important;
    background: linear-gradient(135deg, #fafafa 0%, #fff 100%) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

.panel-balance .panel-body {
    padding: 20px !important;
}

.panel-balance h2 {
    color: #27ae60 !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    margin: 0 0 12px 0 !important;
}

.panel-balance p {
    margin: 8px 0 !important;
    color: #666 !important;
    font-size: 13px !important;
}

.panel-balance .text-info {
    color: #2471a3 !important;
    font-weight: 600 !important;
}

.panel-balance .text-warning {
    color: #e67e22 !important;
    font-weight: 600 !important;
}





.site-footer {
    color: #777;
    font-size: 14px;
    margin-top: 8px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}


.pull-right {
    float: right;
}


.update-card {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    margin-bottom: 0;
}

.update-card:first-child {
    padding-top: 0;
}

.update-card:last-child {
    border-bottom: none;
}

.update-header {
    margin-bottom: 6px;
}

.base-name {
    color: green;
    font-weight: bold;
    font-size: 14px;
}

.valid-rate {
    font-weight: bold;
}

.cvv-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
    padding: 0;
    list-style: none;
    margin: 12px 0;
}

.cvv-pagination li a,
.cvv-pagination li span {
    display: inline-block;
    padding: 4px 9px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #555;
    text-decoration: none;
}

.cvv-pagination li.active span {
    background-color: #2eb8d3;
    border-color: #2eb8d3;
    color: #fff;
}

.cvv-pagination li.disabled span {
    color: #bbb;
    border-color: #eee;
}

.cvv-pagination li a:hover {
    background-color: #f0f0f0;
}

body.dark-mode .cvv-pagination li a,
body.dark-mode .cvv-pagination li span {
    border-color: #333;
    color: #bbb;
    background-color: #1e1e1e;
}

body.dark-mode .cvv-pagination li.active span {
    background-color: #2eb8d3;
    border-color: #2eb8d3;
    color: #fff;
}

body.dark-mode .cvv-pagination li.disabled span {
    color: #555;
    border-color: #2a2a2a;
    background-color: #1e1e1e;
}

.listing-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
    padding: 0;
    list-style: none;
    margin: 12px 0;
}

.listing-pagination li span {
    display: inline-block;
    padding: 4px 9px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #555;
}

.listing-pagination li.active span {
    background-color: #2eb8d3;
    border-color: #2eb8d3;
    color: #fff;
}

.listing-pagination li.disabled span {
    color: #bbb;
    border-color: #eee;
}

.pagination-btn {
    display: inline-block;
    padding: 4px 9px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #555;
    background: none;
    cursor: pointer;
    text-decoration: none;
}

.pagination-btn:hover {
    background-color: #f0f0f0;
}

body.dark-mode .listing-pagination li span {
    border-color: #333;
    color: #bbb;
    background-color: #1e1e1e;
}

body.dark-mode .listing-pagination li.active span {
    background-color: #2eb8d3;
    border-color: #2eb8d3;
    color: #fff;
}

body.dark-mode .listing-pagination li.disabled span {
    color: #555;
    border-color: #2a2a2a;
    background-color: #1e1e1e;
}

body.dark-mode .pagination-btn {
    border-color: #333;
    color: #bbb;
    background-color: #1e1e1e;
}

body.dark-mode .pagination-btn:hover {
    background-color: #2a2a2a;
}

.updates-section {
    margin-bottom: 20px;
}

.updates-section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.updates-section-timestamp {
    font-style: italic;
    font-size: 12px;
}

.update-body>div {
    margin-bottom: 4px;
}

body.dark-mode {
    background-color: #1e1e1e;
    color: #ccc;
}

body.dark-mode a {
    color: #5cb85c;
}

body.dark-mode .text-muted {
    color: #888;
}

body.dark-mode .text-primary {
    color: #5cb85c;
}


body.dark-mode .btn-default {
    background-color: #555;
    color: #fff !important;
    border-color: #666;
}

body.dark-mode .btn-default:hover {
    background-color: #666;
    border-color: #777;
}

body.dark-mode .btn-primary {
    background-color: #2eb8d3;
    color: #fff !important;
    border-color: #1a8ca3;
}

body.dark-mode .btn-primary:hover {
    background-color: #1a8ca3;
    border-color: #0a6c83;
}

body.dark-mode .btn-success {
    background-color: #5fc284;
    color: #fff !important;
    border-color: #3d8f5f;
}

body.dark-mode .btn-success:hover {
    background-color: #3d8f5f;
    border-color: #2a6a47;
}

body.dark-mode .btn-info {
    background-color: #a855c7;
    color: #fff !important;
    border-color: #7d3a8a;
}

body.dark-mode .btn-info:hover {
    background-color: #7d3a8a;
    border-color: #5a2867;
}

body.dark-mode .btn-warning {
    background-color: #ff8c42;
    color: white !important;
    border-color: #d65f2c;
}

body.dark-mode .btn-warning:hover {
    background-color: #d65f2c;
    border-color: #a84620;
}

body.dark-mode .btn-danger {
    background-color: #ffd23f;
    color: #1a1a1a !important;
    border-color: #d4a514;
}

body.dark-mode .btn-danger:hover {
    background-color: #d4a514;
    border-color: #a87c0f;
}


body.dark-mode .main-nav {
    background: #252525;
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

body.dark-mode .nav-justified>li>a {
    background: linear-gradient(to bottom, #333 0%, #222 100%);
    border-color: #444;
    color: #aaa;
    text-shadow: 0 1px 0 #000;
}

body.dark-mode .nav-justified>.nav-dropdown-label {
    background: linear-gradient(to bottom, #333 0%, #222 100%);
    border-color: #444;
    color: #aaa;
    text-shadow: 0 1px 0 #000;
}

body.dark-mode .nav-justified>li>a:hover,
body.dark-mode .nav-dropdown-label:hover {
    background: #444;
    color: #fff;
}


body.dark-mode .nav-item-news>a {
    background: #303030 !important;
    color: #c8c8c8 !important;
    border-color: #505050;
    text-shadow: none;
}

body.dark-mode .nav-item-news.active>a {
    background: #585858 !important;
    color: #ffffff !important;
    border-color: #707070;
    text-shadow: none;
}

body.dark-mode .nav-item-cvv>a {
    background: #1a5c36 !important;
    color: #80e8a0 !important;
    border-color: #2a7046;
    text-shadow: none;
}

body.dark-mode .nav-item-cvv.active>a {
    background: #2a8050 !important;
    color: #ffffff !important;
    border-color: #2a7046;
    text-shadow: none;
}

body.dark-mode .nav-item-dumps>a {
    background: #0e4c60 !important;
    color: #50d0e8 !important;
    border-color: #1a6070;
    text-shadow: none;
}

body.dark-mode .nav-item-dumps.active>a {
    background: #0e80a8 !important;
    color: #ffffff !important;
    border-color: #1a6070;
    text-shadow: none;
}

body.dark-mode .nav-item-fullz>a {
    background: #422860 !important;
    color: #e898e8 !important;
    border-color: #5a3878;
    text-shadow: none;
}

body.dark-mode .nav-item-fullz.active>a {
    background: #782898 !important;
    color: #ffffff !important;
    border-color: #5a3878;
    text-shadow: none;
}

body.dark-mode .nav-item-auction>a {
    background: #603018 !important;
    color: #ffaa60 !important;
    border-color: #784028;
    text-shadow: none;
}

body.dark-mode .nav-item-auction.active>a {
    background: #c05018 !important;
    color: #ffffff !important;
    border-color: #784028;
    text-shadow: none;
}

body.dark-mode .nav-item-tools>a {
    background: #585018 !important;
    color: #ffe860 !important;
    border-color: #706028;
    text-shadow: none;
}

body.dark-mode .nav-item-tools.active>a {
    background: #c09010 !important;
    color: #1a1a1a !important;
    border-color: #706028;
    text-shadow: none;
}

body.dark-mode .nav-item-wholesale>a {
    background: #104c38 !important;
    color: #40e0b0 !important;
    border-color: #206048;
    text-shadow: none;
}

body.dark-mode .nav-item-wholesale.active>a {
    background: #109878 !important;
    color: #ffffff !important;
    border-color: #206048;
    text-shadow: none;
}

body.dark-mode .nav-item-cart>a {
    background: #602020 !important;
    color: #ff6858 !important;
    border-color: #783030;
    text-shadow: none;
}

body.dark-mode .nav-item-cart.active>a {
    background: #b02828 !important;
    color: #ffffff !important;
    border-color: #783030;
    text-shadow: none;
}

body.dark-mode .nav-item-orders>a {
    background: #482060 !important;
    color: #e868ff !important;
    border-color: #603078;
    text-shadow: none;
}

body.dark-mode .nav-item-orders.active>a {
    background: #a020c8 !important;
    color: #ffffff !important;
    border-color: #603078;
    text-shadow: none;
}

body.dark-mode .nav-item-tickets>a {
    background: #203060 !important;
    color: #8888ff !important;
    border-color: #304070;
    text-shadow: none;
}

body.dark-mode .nav-item-tickets.active>a {
    background: #3838b8 !important;
    color: #ffffff !important;
    border-color: #304070;
    text-shadow: none;
}

body.dark-mode .nav-item-accounts>a {
    background: #083c58 !important;
    color: #38b8f8 !important;
    border-color: #185070;
    text-shadow: none;
}

body.dark-mode .nav-item-accounts.active>a {
    background: #0878c0 !important;
    color: #ffffff !important;
    border-color: #185070;
    text-shadow: none;
}

body.dark-mode .nav-item-lottery>a {
    background: #601020 !important;
    color: #ff5878 !important;
    border-color: #782030;
    text-shadow: none;
}

body.dark-mode .nav-item-lottery.active>a {
    background: #b80828 !important;
    color: #ffffff !important;
    border-color: #782030;
    text-shadow: none;
}


body.dark-mode .dropdown-menu {
    background-color: #252525;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
}

body.dark-mode .dropdown-menu>li>a {
    color: #bbb;
    border-bottom-color: rgba(255, 255, 255, 0.05);
}

body.dark-mode .dropdown-menu>li>a:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: #eee;
}


.policy-wrap {
    max-width: 820px;
    margin: 0 auto;
}

.policy-header {
    text-align: center;
    margin-bottom: 24px;
}

.policy-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.policy-subtitle {
    color: #777;
    font-size: 12px;
}

.policy-panel-heading {
    border-bottom-width: 0 !important;
}

.policy-panel-heading--green {
    background: #5cb85c !important;
    border-color: #4cae4c !important;
}

.policy-panel-heading--blue {
    background: #337ab7 !important;
    border-color: #2e6da4 !important;
}

.policy-panel-heading .panel-title {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.policy-panel-body {
    padding: 20px 24px;
}

.policy-section {
    margin-bottom: 20px;
}

.policy-section--last {
    margin-bottom: 0;
}

.policy-section-title {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 0;
}

.policy-section-title--green {
    border-left: 3px solid #5cb85c;
}

.policy-section-title--blue {
    border-left: 3px solid #337ab7;
}

.policy-list {
    margin: 0;
    padding-left: 18px;
    color: #555;
    line-height: 1.9;
}

.policy-info-box {
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 20px;
    color: #555;
    font-size: 13px;
    line-height: 1.7;
}

.policy-info-box p {
    margin: 0;
}

.policy-footer {
    text-align: center;
    font-size: 11px;
    color: #aaa;
    margin-bottom: 30px;
}


body.dark-mode .policy-title {
    color: #e0e0e0;
}

body.dark-mode .policy-subtitle {
    color: #888;
}

body.dark-mode .policy-section-title {
    color: #ccc;
}

body.dark-mode .policy-list {
    color: #bbb;
}

body.dark-mode .policy-list strong {
    color: #e0e0e0;
}

body.dark-mode .policy-info-box {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    color: #bbb;
}

body.dark-mode .policy-footer {
    color: #666;
}


body.dark-mode .panel {
    background-color: #252525;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

body.dark-mode .panel-heading {
    background-color: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px 12px 0 0;
    color: #eee;
}

body.dark-mode .panel-body {
    background-color: transparent;
}


body.dark-mode .table {
    background-color: #252525;
    border-color: rgba(255, 255, 255, 0.07);
    color: #ccc;
}

body.dark-mode .table>thead>tr>th {
    background-color: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    color: #eee;
}

body.dark-mode .table>thead>tr>th[style*="sticky"] {
    background-color: #272727 !important;
    color: #eee;
}

body.dark-mode .table>tbody>tr>td {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: #bbb;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-size: 12px;
}

body.dark-mode .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #2a2a2a;
}


body.dark-mode .form-control {
    background-color: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: #ccc;
    box-shadow: none;
}

body.dark-mode .form-control:focus {
    border-color: rgba(0, 160, 80, 0.45);
    box-shadow: 0 0 0 3px rgba(0, 160, 80, 0.08);
}


body.dark-mode .notice-box {
    background-color: #1a2a1a;
    border-color: #2c4c2c;
    color: #ccc;
}

body.dark-mode .notice-box h3,
body.dark-mode .notice-box h4 {
    color: #5cb85c;
}

body.dark-mode .notice-box p {
    color: #aaa;
}

body.dark-mode .notice-box p[style*="a94442"] {
    color: #e06060 !important;
}


body.dark-mode .update-card {
    border-bottom-color: #333;
}

body.dark-mode .update-header {
    color: #eee;
}

body.dark-mode .base-name {
    color: #5cb85c;
}

body.dark-mode .site-footer {
    border-top-color: #333;
    color: #555;
}


body.dark-mode .badge {
    box-shadow: none;
}


.alert-checkbox:checked+.alert {
    display: none;
}

.alert-wrapper {
    margin-bottom: 5px;
}


.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger,
.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}


body.dark-mode .alert-success {
    background-color: #1b331b;
    border-color: #2b432b;
    color: #c8f6c8;
}

body.dark-mode .alert-info {
    background-color: #1b2633;
    border-color: #2b3643;
    color: #abddfc;
}

body.dark-mode .alert-warning {
    background-color: #33331b;
    border-color: #43432b;
    color: #ffffcc;
}

body.dark-mode .alert-danger,
body.dark-mode .alert-error {
    background-color: #5a1e1e;
    border-color: #6d2424;
    color: #ffffff;
}


.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.site-title {
    margin: 0;
    font-size: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}

.site-title a {
    color: transparent;
    text-decoration: none;
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -webkit-touch-callout: none;
    touch-action: none;
    -webkit-appearance: none;
    appearance: none;
}

.site-title a:hover {
    color: transparent;
    text-decoration: none;
}

.site-title.site-logo a {
    width: 140px;
    height: 65px;
    background-image: url('../img/cardhub.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-user-drag: none;
    user-drag: none;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-user-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
}

.header-welcome {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.header-tier {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 0;
}

.balance-display {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
}

.balance-amount {
    color: #3c763d;
    font-weight: bold;
}


.btn-seller-header {
    background-color: #5fc284;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #3d8f5f;
    transition: all 0.2s;
}

.btn-seller-header:hover {
    background-color: #3d8f5f;
    border-color: #2a6a47;
    color: #fff;
    text-decoration: none;
}

.btn-become-seller-header {
    background-color: transparent;
    color: #2eb8d3;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #2eb8d3;
    transition: all 0.2s;
}

.btn-become-seller-header:hover {
    background-color: #2eb8d3;
    color: #fff;
    text-decoration: none;
}


body.dark-mode .site-header {
    border-bottom-color: #333;
}

body.dark-mode .site-title a {
    color: transparent;
}

body.dark-mode .site-title a:hover {
    color: transparent;
}

body.dark-mode .balance-display {
    color: #ccc;
}

body.dark-mode .balance-amount {
    color: #5fc284;
}

body.dark-mode .btn-become-seller-header {
    color: #2eb8d3;
    border-color: #2eb8d3;
}

body.dark-mode .btn-become-seller-header:hover {
    background-color: #2eb8d3;
    color: #1a1a1a;
}

body.dark-mode .btn-seller-header {
    background-color: transparent;
    color: #5fc284;
    border: 2px solid #5fc284;
    font-weight: bold;
}

body.dark-mode .btn-seller-header:hover {
    background-color: #5fc284;
    color: #111;
    border-color: #5fc284;
}


.btn-topup-header {
    margin-left: 10px;
    font-size: 11px;
    font-weight: bold;
    color: #fff !important;
    background-color: #ff8c42;
    padding: 3px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d65f2c;
}

.btn-topup-header:hover {
    background-color: #d65f2c;
    color: #fff !important;
}


body.dark-mode .btn-topup-header {
    background-color: #ff8c42;
    color: #fff !important;
    border: 1px solid #d65f2c;
}

body.dark-mode .btn-topup-header:hover {
    background-color: #d65f2c;
    color: #fff !important;
}


.tier-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
}

.tier-badge.tier-customer {
    background: #444;
    color: #aaa;
    border: 1px solid #666;
}

.tier-badge.tier-bronze {
    background: #cd7f32;
    color: #fff;
}

.tier-badge.tier-silver {
    background: #a8a9ad;
    color: #111;
}

.tier-badge.tier-gold {
    background: #ffd700;
    color: #111;
}

.tier-badge.tier-platinum {
    background: #e5e4e2;
    color: #111;
}

.tier-badge.tier-diamond {
    background: #b9f2ff;
    color: #111;
    border: 1px solid #7ecfdf;
}



.reputation-tier-badge {
    font-size: 18px;
    padding: 6px 16px;
}

.reputation-tier-badge.tier-elite {
    background-color: #337ab7;
    color: #fff;
}

.reputation-tier-badge.tier-veteran {
    background-color: #5bc0de;
    color: #fff;
}

.reputation-tier-badge.tier-established {
    background-color: #f0ad4e;
    color: #333;
}

.reputation-tier-badge.tier-trusted {
    background-color: #5cb85c;
    color: #fff;
}

.reputation-tier-badge.tier-new,
.reputation-tier-badge.tier-unrated {
    background-color: #999;
    color: #fff;
}

body.dark-mode .reputation-tier-badge.tier-elite {
    background-color: #2a5a9c;
}

body.dark-mode .reputation-tier-badge.tier-veteran {
    background-color: #2a5a7a;
}

body.dark-mode .reputation-tier-badge.tier-established {
    background-color: #5a4a2a;
    color: #f0d89f;
}

body.dark-mode .reputation-tier-badge.tier-trusted {
    background-color: #2a5a2a;
}

body.dark-mode .reputation-tier-badge.tier-new,
body.dark-mode .reputation-tier-badge.tier-unrated {
    background-color: #4a4a4a;
}

.reputation-score {
    font-size: 16px;
    margin-left: 8px;
    color: #777;
}

body.dark-mode .reputation-score {
    color: #888;
}

.reputation-desc {
    font-size: 11px;
    margin-top: 4px;
    color: #777;
}

body.dark-mode .reputation-desc {
    color: #888;
}

.reputation-progress {
    font-size: 11px;
    margin-top: 4px;
    color: #777;
}

body.dark-mode .reputation-progress {
    color: #888;
}

.reputation-stars {
    margin-top: 8px;
}

.star-filled {
    color: #f5a623;
}

.star-empty {
    color: #bbb;
}

body.dark-mode .star-empty {
    color: #666;
}

.reputation-rating-meta {
    font-size: 12px;
    color: #888;
    margin-left: 4px;
}

.reputation-reviews-link {
    font-size: 12px;
    margin-left: 8px;
}

.tier-progress-track {
    height: 8px;
    background: #ddd;
    border-radius: 4px;
    overflow: hidden;
    max-width: 400px;
    margin: 0 auto;
}

body.dark-mode .tier-progress-track {
    background: #444;
}

.tier-progress-bar {
    height: 100%;
    border-radius: 4px;
    transition: width 0.3s ease;
}

.tier-progress-bar.tier-customer {
    background: #666;
}

.tier-progress-bar.tier-bronze {
    background: #cd7f32;
}

.tier-progress-bar.tier-silver {
    background: #a8a9ad;
}

.tier-progress-bar.tier-gold {
    background: #ffd700;
}

.tier-progress-bar.tier-platinum {
    background: #e5e4e2;
}

.tier-progress-bar.tier-diamond {
    background: #b9f2ff;
}

.tier-nudge {
    margin-bottom: 8px;
    font-size: 13px;
    text-align: center;
}

.tier-progress-label {
    margin-top: 4px;
    font-size: 11px;
    color: #777;
    text-align: center;
}

body.dark-mode .tier-progress-label {
    color: #888;
}

.celebrate-tier-up {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #ffd700;
    margin: 8px 0;
}

.celebrate-tier-progress-heading {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #00cc66;
    margin: 8px 0;
}

.celebrate-tier-current {
    margin: 8px 0 4px;
}

.celebrate-tier-cashback {
    font-size: 12px;
    margin-left: 6px;
}

.celebrate-tier-max {
    font-size: 12px;
    color: #777;
}

.nav-item-dashboard>a {
    background: #4a4a4a !important;
    color: white !important;
}

.nav-item-dashboard.active>a {
    background: #3a3a3a !important;
    color: white !important;
}

.nav-item-products>a {
    background: #5fc284 !important;
    color: white !important;
}

.nav-item-products.active>a {
    background: #3d8f5f !important;
    color: white !important;
}

.nav-item-add>a {
    background: #2eb8d3 !important;
    color: white !important;
}

.nav-item-add.active>a {
    background: #1a8ca3 !important;
    color: white !important;
}

.nav-item-sales>a {
    background: #ff8c42 !important;
    color: white !important;
}

.nav-item-sales.active>a {
    background: #d65f2c !important;
    color: white !important;
}

.nav-item-withdrawals>a {
    background: #ffd23f !important;
    color: #1a1a1a !important;
}

.nav-item-withdrawals.active>a {
    background: #d4a514 !important;
    color: #000000 !important;
}

.nav-item-tickets>a {
    background: #6366f1 !important;
    color: white !important;
}

.nav-item-tickets.active>a {
    background: #4c51bf !important;
    color: white !important;
}

.nav-item-help>a {
    background: #a855c7 !important;
    color: white !important;
}

.nav-item-help.active>a {
    background: #7d3a8a !important;
    color: white !important;
}


body.dark-mode .nav-item-dashboard>a {
    background: #484848 !important;
    color: #e8e8e8 !important;
    border-color: #606060;
    text-shadow: none !important;
}

body.dark-mode .nav-item-dashboard.active>a {
    background: #686868 !important;
    color: #ffffff !important;
    border-color: #808080;
    text-shadow: none !important;
}

body.dark-mode .nav-item-products>a {
    background: #1a5c36 !important;
    color: #80e8a0 !important;
    border-color: #2a7046;
    text-shadow: none !important;
}

body.dark-mode .nav-item-products.active>a {
    background: #2a8050 !important;
    color: #ffffff !important;
    border-color: #2a7046;
    text-shadow: none !important;
}

body.dark-mode .nav-item-add>a {
    background: #0e4c60 !important;
    color: #50d0e8 !important;
    border-color: #1a6070;
    text-shadow: none !important;
}

body.dark-mode .nav-item-add.active>a {
    background: #0e80a8 !important;
    color: #ffffff !important;
    border-color: #1a6070;
    text-shadow: none !important;
}

body.dark-mode .nav-item-sales>a {
    background: #603018 !important;
    color: #ffaa60 !important;
    border-color: #784028;
    text-shadow: none !important;
}

body.dark-mode .nav-item-sales.active>a {
    background: #c05018 !important;
    color: #ffffff !important;
    border-color: #784028;
    text-shadow: none !important;
}

body.dark-mode .nav-item-withdrawals>a {
    background: #585018 !important;
    color: #ffe860 !important;
    border-color: #706028;
    text-shadow: none !important;
}

body.dark-mode .nav-item-withdrawals.active>a {
    background: #c09010 !important;
    color: #1a1a1a !important;
    border-color: #706028;
    text-shadow: none !important;
}


.checkout-wrap {
    display: flex;
    justify-content: center;
    padding: 24px 0 40px;
}

.checkout-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    width: 100%;
    max-width: 480px;
    padding: 32px 28px 24px;
    color: #333;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.checkout-top {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.checkout-amount-usd {
    font-size: 42px;
    font-weight: 700;
    color: #2471a3;
    line-height: 1.1;
    margin: 0 0 8px 0;
}

.checkout-currency-label {
    font-size: 14px;
    color: #999;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 500;
}

.checkout-timer {
    display: inline-block;
    font-size: 14px;
    color: #d97706;
    background: #fef3c7;
    border: 1px solid #fcd34d;
    border-radius: 4px;
    padding: 6px 12px;
    margin-bottom: 4px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.checkout-status {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.checkout-status-confirmed {
    background: #d4edda;
    color: #155724;
    border: 1px solid #28a745;
}

.checkout-status-cancelled {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #dc3545;
}

.checkout-divider {
    border: none;
    border-top: 1px solid #eee;
    margin: 16px 0;
}

.checkout-qr {
    text-align: center;
    margin-bottom: 16px;
}

.checkout-qr img {
    border: 6px solid #fff;
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}

.checkout-qr-hint {
    font-size: 11px;
    color: #aaa;
    margin: 8px 0 0;
}

.checkout-send-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 14px 16px;
    margin-bottom: 14px;
}

.checkout-send-label {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.checkout-crypto-amount {
    font-size: 18px;
    font-weight: 700;
    color: #2471a3;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    letter-spacing: 0.3px;
}

.checkout-address-block {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 14px 16px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.checkout-address-label {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.checkout-address {
    font-size: 14px;
    color: #2471a3;
    word-break: break-all;
    background: transparent;
    border: none;
    padding: 0;
    line-height: 1.6;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    letter-spacing: 0.2px;
}

.checkout-notice {
    font-size: 11px;
    color: #999;
    text-align: center;
    margin: 0 0 16px;
}

.checkout-paid-btn {
    display: block;
    width: 100%;
    padding: 13px 16px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    background-color: #27ae60 !important;
    border-color: #229954 !important;
    color: white !important;
    border-radius: 4px !important;
    transition: all 0.25s ease !important;
    letter-spacing: 0.3px !important;
}

.checkout-paid-btn:hover {
    background-color: #229954 !important;
    border-color: #1e8449 !important;
    box-shadow: 0 2px 8px rgba(39, 174, 96, 0.2) !important;
}

.checkout-cancel-wrap {
    text-align: center;
    padding-top: 4px;
    border-top: 1px solid #f0f0f0;
}

.checkout-cancel-link {
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    color: #bbb;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.checkout-cancel-link:hover {
    color: #c0392b;
}



body.dark-mode .checkout-box {
    background: #1a1a1a;
    border-color: #ff8c42;
    color: #e0e0e0;
    box-shadow: 0 4px 20px rgba(255, 140, 66, 0.2) !important;
}

body.dark-mode .checkout-qr {
    background: #222;
    border-color: #ff8c42;
}


body.dark-mode .billing-add-funds {
    background: linear-gradient(135deg, #161616 0%, #1a1a1a 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

body.dark-mode .billing-add-funds .form-control {
    background-color: #0d0d0d !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    color: #ccc !important;
}

body.dark-mode .billing-add-funds .form-control:focus {
    border-color: rgba(0, 160, 80, 0.45) !important;
    box-shadow: 0 0 0 3px rgba(0, 160, 80, 0.08) !important;
}

body.dark-mode .billing-add-funds .form-group label {
    color: #bbb;
}

body.dark-mode .panel-balance {
    background: linear-gradient(135deg, #161616 0%, #1a1a1a 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

body.dark-mode .panel-balance h2 {
    color: #5fc284 !important;
}

body.dark-mode .checkout-amount-usd {
    color: #eee;
}

body.dark-mode .checkout-timer {
    background: linear-gradient(to right, #ff8c42, #ff7a2a) !important;
    color: white !important;
    border: none !important;
}

body.dark-mode .checkout-status-confirmed {
    background: linear-gradient(to right, #5fc284, #3d8f5f) !important;
    color: white !important;
    border: none !important;
}

body.dark-mode .checkout-status-cancelled {
    background: linear-gradient(to right, #e74c3c, #c0392b) !important;
    color: white !important;
    border: none !important;
}

body.dark-mode .checkout-divider {
    border-top-color: #2a2a2a;
}

body.dark-mode .checkout-qr img {
    box-shadow: none;
}

body.dark-mode .checkout-send-row {
    background: linear-gradient(to right, #1a1a1a, #222) !important;
    border-color: #ff8c42 !important;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.2) !important;
}

body.dark-mode .checkout-crypto-amount {
    color: #ff8c42 !important;
}

body.dark-mode .checkout-address-block {
    background: linear-gradient(to right, #1a1a1a, #222) !important;
    border-color: #ff8c42 !important;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.2) !important;
}

body.dark-mode .checkout-address {
    color: #ff8c42 !important;
    background: #111 !important;
}

body.dark-mode .checkout-cancel-wrap {
    border-top-color: #2a2a2a;
}

body.dark-mode .checkout-cancel-link {
    color: #888;
}

body.dark-mode .checkout-cancel-link:hover {
    color: #e74c3c;
}


body.dark-mode .billing-add-funds {
    background: linear-gradient(135deg, #1a1a1a 0%, #212121 100%) !important;
    border-color: #333 !important;
}

body.dark-mode .billing-add-funds .form-control {
    background-color: #222 !important;
    border-color: #444 !important;
    color: #eee !important;
}

body.dark-mode .billing-add-funds .form-control:focus {
    border-color: #5eb3d6 !important;
    box-shadow: 0 0 0 3px rgba(94, 179, 214, 0.15) !important;
}

body.dark-mode .billing-add-funds .form-group label {
    color: #bbb !important;
}

body.dark-mode .panel-balance {
    background: linear-gradient(135deg, #1a1a1a 0%, #212121 100%) !important;
    border-color: #333 !important;
}

body.dark-mode .panel-balance h2 {
    color: #4db8a8 !important;
}

body.dark-mode .panel-balance p {
    color: #999 !important;
}

body.dark-mode .panel-balance .text-info {
    color: #5eb3d6 !important;
}

body.dark-mode .panel-balance .text-warning {
    color: #f5a962 !important;
}


body.dark-mode .checkout-box {
    background: #161616 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6) !important;
}

body.dark-mode .checkout-amount-usd {
    color: #5eb3d6 !important;
}

body.dark-mode .checkout-send-row {
    background: #1a1a1a !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-radius: 8px !important;
}

body.dark-mode .checkout-crypto-amount {
    color: #5eb3d6 !important;
}

body.dark-mode .checkout-address-block {
    background: #1a1a1a !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-radius: 8px !important;
}

body.dark-mode .checkout-address {
    color: #5eb3d6 !important;
    background: #0d0d0d !important;
}

.form-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.form-inline .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.fmt-fields-table th,
.fmt-fields-table td {
    font-size: 12px;
    padding: 4px 8px;
    white-space: nowrap;
}

.fmt-fields-table td:last-child {
    white-space: normal;
    min-width: 120px;
}


@media (max-width: 430px) {
    .container {
        padding: 0 10px;
    }

    .site-title.site-logo a {
        width: 110px;
        height: 50px;
    }

    .header-user-row {
        gap: 6px;
        font-size: 12px;
        flex-wrap: wrap;
        align-items: center;
    }

    .header-welcome {
        display: none;
    }

    .header-tier {
        order: 1;
        flex: 1;
    }

    .lang-dropdown {
        order: 2;
    }

    .btn-theme-toggle {
        order: 3;
        padding: 6px 10px;
    }

    .btn-lang-trigger {
        padding: 6px 8px;
        font-size: 11px;
    }

    .balance-display {
        order: 4;
        width: 100%;
        font-size: 12px;
    }

    .btn-seller-header,
    .btn-become-seller-header {
        order: 5;
        width: 100%;
        text-align: center;
        padding: 8px 10px;
        font-size: 13px;
        line-height: 1.4;
        box-sizing: border-box;
    }

    .checkout-box {
        padding: 20px 16px 16px;
    }

    .checkout-amount-usd {
        font-size: 28px;
    }

    .checkout-crypto-amount {
        font-size: 15px;
    }

    .celebrate-box {
        padding: 20px 16px 16px;
    }

    .celebrate-icon {
        font-size: 48px;
    }

    .celebrate-amount {
        font-size: 32px;
    }

    .celebrate-actions {
        flex-direction: column;
    }

    .celebrate-btn {
        width: 100%;
    }
}


.nav-hamburger-toggle {
    display: none;
}

.nav-hamburger-label {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    background: linear-gradient(to bottom, #f9f9f9 0%, #e9e9e9 100%);
    border: 1px solid #ccc;
    border-radius: 4px;
    user-select: none;
    width: 100%;
    box-sizing: border-box;
}

body.dark-mode .nav-hamburger-label {
    background: linear-gradient(to bottom, #1e1e1e 0%, #2a2a2a 100%);
    border-color: #444;
    color: #ccc;
}



.btn-theme-toggle {
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
    color: #555;
    font-family: inherit;
    line-height: 1.6;
    vertical-align: middle;
}

.btn-theme-toggle:hover {
    background-color: #e9e9e9;
}

body.dark-mode .btn-theme-toggle {
    color: #aaa;
    border-color: #4a4a4a;
}

body.dark-mode .btn-theme-toggle:hover {
    background-color: #2e2e2e;
}


.upload-input {
    background: transparent;
    border: 1px dashed #bbb;
    color: #555;
    padding: 8px;
    cursor: pointer;
}

.upload-input:hover {
    border-color: #888;
}

body.dark-mode .upload-input {
    background: #1a1a1a;
    border-color: #444;
    color: #ccc;
}

body.dark-mode .upload-input:hover {
    border-color: #00ff00;
}

.upload-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.upload-thumb-link {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    transition: border-color 0.15s;
}

.upload-thumb-link:hover {
    border-color: #888;
}

.upload-thumb {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
    background: #eee;
}

body.dark-mode .upload-thumb-link {
    border-color: #333;
}

body.dark-mode .upload-thumb-link:hover {
    border-color: #00ff00;
}

body.dark-mode .upload-thumb {
    background: #111;
}

@media (max-width: 767px) {
    .site-header {
        flex-wrap: wrap;
        gap: 10px;
    }

    .header-right {
        width: 100%;
        justify-content: flex-start;
    }

    .header-user-row {
        flex-wrap: wrap;
        gap: 8px;
    }

    .nav-hamburger-label {
        display: flex;
    }

    .main-nav {
        white-space: normal;
    }

    .main-nav .nav-justified {
        display: none;
        flex-direction: column;
    }

    .nav-hamburger-toggle:checked~.nav-justified {
        display: flex;
    }

    .nav-justified>li {
        flex: none;
        width: 100%;
        margin-right: 0;
    }

    .nav-justified>li>a {
        border-radius: 0;
        border-bottom: 1px solid #ccc;
        justify-content: flex-start;
        padding: 12px 15px;
    }

    .nav-justified>.nav-dropdown-label {
        border-radius: 0;
        border-bottom: 1px solid #ccc;
    }

    .main-nav .dropdown-menu {
        position: static;
        box-shadow: none;
        border: none;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        padding-left: 20px;
        background: transparent;
    }

    body.dark-mode .nav-justified>li>a {
        border-bottom-color: #333;
    }

    body.dark-mode .nav-justified>.nav-dropdown-label {
        border-bottom-color: #333;
    }

    body.dark-mode .main-nav .dropdown-menu {
        background: transparent;
    }

    .upload-thumb {
        width: 60px;
        height: 60px;
    }
}



.cat-r {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.cat-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

.cat-btn {
    display: inline-block;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    color: #555;
    background: #f8f8f8;
    user-select: none;
    transition: border-color 0.1s, color 0.1s, background 0.1s;
}

.cat-btn:hover {
    border-color: #999;
    color: #333;
    background: #f0f0f0;
}

body.dark-mode .cat-btn {
    background: #1e1e1e;
    border-color: rgba(255, 255, 255, 0.1);
    color: #777;
}

body.dark-mode .cat-btn:hover {
    border-color: rgba(255, 255, 255, 0.2);
    color: #bbb;
}


#cat-payment:checked~.cat-label-group .cat-btn--payment {
    border-color: #1a8ca3;
    color: #1a8ca3;
    background: #f0fbff;
}

#cat-order:checked~.cat-label-group .cat-btn--order {
    border-color: #d65f2c;
    color: #d65f2c;
    background: #fff8f5;
}

#cat-account:checked~.cat-label-group .cat-btn--account {
    border-color: #7d3a8a;
    color: #7d3a8a;
    background: #fdf5ff;
}

#cat-other:checked~.cat-label-group .cat-btn--other {
    border-color: #555;
    color: #333;
    background: #f5f5f5;
}

body.dark-mode #cat-payment:checked~.cat-label-group .cat-btn--payment {
    border-color: #2eb8d3;
    color: #5dd0e8;
    background: rgba(46, 184, 211, 0.07);
}

body.dark-mode #cat-order:checked~.cat-label-group .cat-btn--order {
    border-color: #ff8c42;
    color: #ffaa70;
    background: rgba(255, 140, 66, 0.07);
}

body.dark-mode #cat-account:checked~.cat-label-group .cat-btn--account {
    border-color: #c084d4;
    color: #c084d4;
    background: rgba(168, 85, 199, 0.07);
}

body.dark-mode #cat-other:checked~.cat-label-group .cat-btn--other {
    border-color: #888;
    color: #ccc;
    background: rgba(255, 255, 255, 0.04);
}


.pay-fields,
.ord-fields {
    display: none;
}

#cat-payment:checked~.pay-fields {
    display: block;
}

#cat-order:checked~.ord-fields {
    display: block;
}

.ord-note {
    display: none;
}

#cat-order:checked~.form-group .ord-note {
    display: inline;
}

@media (max-width: 575px) {
    .cat-btn-row {
        flex-direction: column;
    }
}



.badge-free {
    display: inline-block;
    padding: 2px 7px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background-color: #28a745;
    border-radius: 10px;
    margin-left: 6px;
    vertical-align: middle;
    letter-spacing: 0.5px;
}

.badge-paid {
    display: inline-block;
    padding: 2px 7px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background-color: #d9534f;
    border-radius: 10px;
    margin-left: 6px;
    vertical-align: middle;
    letter-spacing: 0.5px;
}

.badge-soon {
    display: inline-block;
    padding: 2px 7px;
    font-size: 10px;
    font-weight: 700;
    color: #000;
    background-color: #ffa500;
    border-radius: 10px;
    margin-left: 6px;
    vertical-align: middle;
    letter-spacing: 0.5px;
}

.tools-locked {
    opacity: 0.6;
    pointer-events: none;
    user-select: none;
}

.tools-locked-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.tools-locked-desc {
    font-size: 12px;
    margin-bottom: 12px;
    color: var(--text-muted, #888);
}

body.dark-mode .badge-free {
    background-color: #1e7e34;
}

body.dark-mode .badge-paid {
    background-color: #c0392b;
}


.bin-report-toggle-input {
    display: none;
}

.bin-report-toggle-label {
    outline: none;
}

.bin-report-form {
    display: none;
    margin-top: 10px;
}

.bin-report-toggle-input:checked~.bin-report-form {
    display: block;
}

.bin-report-box {
    margin-top: 14px;
    padding: 10px 12px;
    border-top: 1px solid #ddd;
    font-size: 12px;
}

.bin-report-label {
    margin: 0 0 6px;
    color: #777;
}

.bin-report-pending {
    margin: 0;
    color: #f0ad4e;
    font-style: italic;
}

body.dark-mode .bin-report-box {
    border-top-color: rgba(255, 255, 255, 0.08);
}

body.dark-mode .bin-report-label {
    color: #888;
}


.bin-report-actions {
    display: none;
    margin-top: 8px;
    padding: 8px;
    border: 1px solid #333;
    border-radius: 3px;
}

input[type="checkbox"].dropdown-toggle:checked~.bin-report-actions {
    display: block;
}


.checker-input {
    font-family: monospace;
    font-size: 12px;
    max-width: 520px;
}

.checker-cost-note {
    font-size: 11px;
    color: var(--text-muted, #888);
}

.checker-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 12px;
    margin-bottom: 4px;
}

.checker-status--pending {
    color: #f0ad4e;
}

.checker-status--running {
    color: #5bc0de;
}

.checker-status--done {
    color: #5cb85c;
}

.checker-status--failed {
    color: #d9534f;
}

.checker-badge {
    display: inline-block;
    padding: 1px 7px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.checker-badge--live {
    background: #1e7e34;
    color: #fff;
}

.checker-badge--dead {
    background: #a71d2a;
    color: #fff;
}

.checker-badge--error {
    background: #856404;
    color: #fff;
}

.checker-badge--pending {
    background: #444;
    color: #f0ad4e;
}

.checker-row--live td {
    background: rgba(40, 167, 69, 0.06);
}

.checker-row--dead td {
    background: rgba(220, 53, 69, 0.06);
}

.checker-row--error td {
    background: rgba(255, 193, 7, 0.06);
}

body.dark-mode .checker-badge--live {
    background: #155724;
}

body.dark-mode .checker-badge--dead {
    background: #721c24;
}

body.dark-mode .checker-badge--error {
    background: #533f03;
}


.lang-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}


.btn-lang-trigger {
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 12px;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    color: #555;
    line-height: 1.6;
    vertical-align: middle;
    letter-spacing: 0.04em;
    white-space: nowrap;
    user-select: none;
    display: flex;
    align-items: center;
}

.btn-lang-trigger:hover {
    background-color: #e9e9e9;
    color: #333;
}


.lang-dropdown .lang-dropdown-menu.dropdown-menu-right {
    left: 50%;
    right: auto;
    min-width: 140px;
    margin-top: 4px;
    transform: translateX(-50%) translateY(-5px);
}

.lang-dropdown .dropdown-toggle:checked~.lang-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}


.lang-dropdown-menu .lang-option {
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding: 8px 15px;
    font-size: 13px;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #333;
    text-align: center;
    white-space: nowrap;
}

.lang-dropdown-menu .lang-option:hover {
    background-color: #f5f5f5;
    color: #111;
}

.lang-dropdown-menu .lang-option--active {
    font-weight: 600;
    color: #111;
}


body.dark-mode .btn-lang-trigger {
    color: #aaa;
    border-color: #4a4a4a;
}

body.dark-mode .btn-lang-trigger:hover {
    background-color: #2e2e2e;
    color: #ddd;
}

body.dark-mode .lang-dropdown-menu .lang-option {
    color: #ccc;
}

body.dark-mode .lang-dropdown-menu .lang-option:hover {
    background-color: #2a2a2a;
    color: #fff;
}

body.dark-mode .lang-dropdown-menu .lang-option--active {
    color: #fff;
}



.celebrate-wrap {
    position: relative;
    overflow: hidden;
    padding: 40px 0 24px;
}

.celebrate-box {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 12px;
}

.celebrate-box .checkout-top {
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.celebrate-icon {
    font-size: 48px;
    color: #27ae60;
    margin-bottom: 6px;
    animation: celebrate-pulse 2s ease-in-out infinite;
}

@keyframes celebrate-pulse {

    0%,
    100% {
        text-shadow: 0 0 8px rgba(39, 174, 96, 0.3);
        transform: scale(1);
    }

    50% {
        text-shadow: 0 0 24px rgba(39, 174, 96, 0.6), 0 0 48px rgba(39, 174, 96, 0.2);
        transform: scale(1.05);
    }
}

.celebrate-amount {
    font-size: 48px;
    font-weight: 700;
    color: #2471a3;
    line-height: 1.1;
    margin: 0;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    animation: celebrate-amount-in 0.6s ease-out;
}

@keyframes celebrate-amount-in {
    0% {
        opacity: 0;
        transform: scale(0.5) translateY(20px);
    }

    60% {
        transform: scale(1.08) translateY(-4px);
    }

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

.celebrate-amount-label {
    font-size: 13px;
    color: #888;
    margin: 4px 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.celebrate-bonus {
    display: inline-block;
    background: #d4edda;
    color: #155724;
    border: 1px solid #28a745;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    animation: celebrate-bonus-flash 1.5s ease-in-out 3;
}

@keyframes celebrate-bonus-flash {

    0%,
    100% {
        background: #d4edda;
    }

    50% {
        background: #b8e6c8;
    }
}

.celebrate-bonus .fa {
    margin-right: 4px;
}

.celebrate-balance-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 14px 16px;
    margin-bottom: 10px;
}

.celebrate-balance-label {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.celebrate-balance-value {
    font-size: 22px;
    font-weight: 700;
    color: #27ae60;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
}

.celebrate-detail-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 16px;
    font-size: 13px;
}

.celebrate-detail-label {
    color: #888;
}

.celebrate-detail-value {
    color: #555;
    font-weight: 500;
}

.celebrate-actions {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    justify-content: center;
}

.celebrate-actions .celebrate-btn {
    flex: 1 1 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.3px;
    border: none;
    cursor: pointer;
    color: #fff !important;
    line-height: 1.4;
    box-sizing: border-box;
}

.celebrate-actions .celebrate-btn-primary {
    background-color: #5cb85c;
}

.celebrate-actions .celebrate-btn-primary:hover {
    background-color: #4cae4c;
}

.celebrate-actions .celebrate-btn-secondary {
    background-color: #2eb8d3;
}

.celebrate-actions .celebrate-btn-secondary:hover {
    background-color: #26a0b8;
}

.celebrate-redirect-notice {
    font-size: 11px;
    color: #bbb;
    margin: 16px 0 0;
}



.confetti-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.confetti {
    position: absolute;
    width: 8px;
    height: 8px;
    top: -20px;
    opacity: 0;
    animation: confetti-fall 4s ease-in forwards;
}

.confetti-1 {
    left: 8%;
    background: #27ae60;
    animation-delay: 0s;
    border-radius: 50%;
}

.confetti-2 {
    left: 16%;
    background: #2eb8d3;
    animation-delay: 0.3s;
    border-radius: 2px;
    width: 6px;
    height: 10px;
}

.confetti-3 {
    left: 25%;
    background: #f0ad4e;
    animation-delay: 0.6s;
    border-radius: 50%;
}

.confetti-4 {
    left: 35%;
    background: #5fc284;
    animation-delay: 0.15s;
    border-radius: 2px;
    width: 10px;
    height: 6px;
}

.confetti-5 {
    left: 45%;
    background: #ff8c42;
    animation-delay: 0.45s;
    border-radius: 50%;
}

.confetti-6 {
    left: 55%;
    background: #2471a3;
    animation-delay: 0.75s;
    border-radius: 2px;
    width: 6px;
    height: 10px;
}

.confetti-7 {
    left: 65%;
    background: #27ae60;
    animation-delay: 0.2s;
    border-radius: 50%;
}

.confetti-8 {
    left: 72%;
    background: #f0ad4e;
    animation-delay: 0.5s;
    border-radius: 2px;
    width: 10px;
    height: 6px;
}

.confetti-9 {
    left: 80%;
    background: #2eb8d3;
    animation-delay: 0.35s;
    border-radius: 50%;
}

.confetti-10 {
    left: 88%;
    background: #5fc284;
    animation-delay: 0.65s;
    border-radius: 2px;
    width: 6px;
    height: 10px;
}

.confetti-11 {
    left: 40%;
    background: #ff8c42;
    animation-delay: 0.1s;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.confetti-12 {
    left: 60%;
    background: #2471a3;
    animation-delay: 0.55s;
    border-radius: 2px;
}

@keyframes confetti-fall {
    0% {
        opacity: 1;
        top: -20px;
        transform: rotate(0deg) translateX(0);
    }

    25% {
        transform: rotate(90deg) translateX(15px);
    }

    50% {
        transform: rotate(180deg) translateX(-10px);
    }

    75% {
        transform: rotate(270deg) translateX(20px);
        opacity: 0.7;
    }

    100% {
        top: 100%;
        transform: rotate(360deg) translateX(-5px);
        opacity: 0;
    }
}



body.dark-mode .celebrate-icon {
    color: #5fc284;
}

@keyframes celebrate-pulse-dark {

    0%,
    100% {
        text-shadow: 0 0 8px rgba(95, 194, 132, 0.3);
        transform: scale(1);
    }

    50% {
        text-shadow: 0 0 24px rgba(95, 194, 132, 0.6), 0 0 48px rgba(95, 194, 132, 0.2);
        transform: scale(1.05);
    }
}

body.dark-mode .celebrate-icon {
    animation-name: celebrate-pulse-dark;
}

body.dark-mode .celebrate-amount {
    color: #eee;
}

body.dark-mode .celebrate-amount-label {
    color: #777;
}

body.dark-mode .celebrate-bonus {
    background: rgba(95, 194, 132, 0.1);
    color: #5fc284;
    border-color: #3d8f5f;
}

body.dark-mode .celebrate-balance-row {
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.07);
}

body.dark-mode .celebrate-balance-label {
    color: #777;
}

body.dark-mode .celebrate-balance-value {
    color: #5fc284;
}

body.dark-mode .celebrate-detail-label {
    color: #666;
}

body.dark-mode .celebrate-detail-value {
    color: #bbb;
}

body.dark-mode .celebrate-redirect-notice {
    color: #555;
}

body.dark-mode .celebrate-tier-up {
    color: #ffd700;
}

body.dark-mode .celebrate-tier-progress-heading {
    color: #3ecf7a;
}

body.dark-mode .celebrate-tier-cashback {
    color: #aaa;
}

body.dark-mode .celebrate-tier-max {
    color: #666;
}
