/* =========================================
   COINBUZZER CUSTOM UI
========================================= */

/* GLOBAL */
body {
    background: linear-gradient(180deg, #02131d 0%, #03253a 100%);
}

a {
    transition: 0.2s ease;
}

a:hover {
    opacity: 0.92;
}

/* HERO */
.home h1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
}

.home h2 {
    font-size: 18px;
    color: #cfe7f7;
    line-height: 1.3;
}

.home p {
    color: #d8ecff;
}

/* STAT BOXEN */
.home .columns.is-mobile .column > div {
    transition: all 0.2s ease;
}

.home .columns.is-mobile .column > div:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.08) !important;
}

/* PROMOTED HEADER */
.promoted-header h2 {
    font-size: 22px;
    font-weight: 800;
    color: #ffcc33;
}

/* TABELLEN ALLGEMEIN */
.table {
    border-radius: 12px;
    overflow: hidden;
    background: transparent;
}

.table thead {
    background: linear-gradient(90deg, #ff8a00, #ffb300);
}

.table thead th {
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    border: none !important;
}

.table tbody tr {
    transition: 0.2s;
}

.table tbody tr:hover {
    background: rgba(255,255,255,0.05) !important;
}

.table td {
    border-color: rgba(255,255,255,0.05) !important;
    color: #ffffff;
    vertical-align: middle;
}

.table img {
    display: block;
}

/* NETWORK / BADGES */
.network {
    color: #d8ecff;
    font-size: 12px;
}

.votes {
    display: inline-block;
    min-width: 32px;
    text-align: center;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(255,179,0,0.18);
    color: #ffcc33;
    font-weight: 700;
    font-size: 11px;
}

/* BUTTONS */
.button.is-success {
    border-radius: 8px;
    font-weight: 700;
    transition: 0.2s;
    box-shadow: none;
}

.button.is-success:hover {
    transform: scale(1.03);
}

.button.is-warning,
.button.is-primary {
    border-radius: 8px;
}

/* NOTICE BOXEN */
.notice {
    border-radius: 14px;
    background: linear-gradient(180deg, #0d2b3f, #10364d);
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.notice h2 {
    color: #ffffff;
}

.notice p {
    color: #d8ecff;
}

/* SEO / BOXEN */
.seo {
    color: #d8ecff;
}

.seo h2 {
    color: #ffffff;
}

/* PRO IMAGE BOXEN */
.pro img {
    border-radius: 10px;
    display: block;
    width: 100%;
    height: auto;
}

/* =========================================
   MINI TABELLEN UNTER PROMOTED
========================================= */

.cb-mini-tables {
    margin-top: 18px !important;
}

.cb-mini-table-box {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.cb-mini-table-head {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 6px !important;
}

.cb-mini-table-head h3 {
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #dfefff !important;
}

.cb-mini-table-head a {
    font-size: 11px !important;
    color: #ffcc33 !important;
    text-decoration: none !important;
}

.cb-mini-table {
    background: transparent !important;
    margin-bottom: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 8px !important;
    width: 100% !important;
}

.cb-mini-table tbody {
    background: transparent !important;
}

.cb-mini-table tr {
    background: #0a3d5a !important;
}

.cb-mini-table td {
    background: #0a3d5a !important;
    border: none !important;
    padding: 6px 8px !important;
    vertical-align: middle !important;
    color: #ffffff !important;
}

.cb-mini-table tr td:first-child {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.cb-mini-table tr td:last-child {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.cb-mini-logo-cell {
    width: 42px !important;
}

.cb-mini-logo-cell img {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 6px !important;
    margin: 0 !important;
}

.cb-mini-name-cell {
    width: auto !important;
}

.cb-mini-row-name {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.15 !important;
    margin-bottom: 2px !important;
}

.cb-mini-row-sub {
    font-size: 9px !important;
    color: #d8ecff !important;
    line-height: 1.15 !important;
}

.cb-mini-badge-cell {
    width: 60px !important;
    text-align: right !important;
    white-space: nowrap !important;
}

.cb-mini-status {
    display: inline-block !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: rgba(255,255,255,0.10) !important;
    padding: 3px 6px !important;
    border-radius: 999px !important;
}

.cb-mini-status.new {
    background: rgba(255,255,255,0.10) !important;
    color: #ffffff !important;
}

.cb-mini-empty {
    text-align: center !important;
    color: #c7def1 !important;
    font-size: 12px !important;
    padding: 12px 8px !important;
    border-radius: 8px !important;
    background: #0a3d5a !important;
}

/* =========================================
   TABS
========================================= */

.tabs a {
    transition: 0.2s ease;
}

.tabs a:hover {
    background: rgba(255,255,255,0.05);
}

.tabs li.is-active a {
    font-weight: 700;
}

/* =========================================
   NEWS VIDEO
========================================= */

.news-widget video {
    max-width: 100%;
    height: auto;
    display: block;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {
    .home h1 {
        font-size: 24px;
    }

    .home h2 {
        font-size: 15px;
    }

    .cb-mini-table-head h3 {
        font-size: 11px !important;
    }

    .cb-mini-table-head a {
        font-size: 10px !important;
    }

    .cb-mini-logo-cell {
        width: 38px !important;
    }

    .cb-mini-logo-cell img {
        width: 24px !important;
        height: 24px !important;
        max-width: 24px !important;
        max-height: 24px !important;
    }

    .cb-mini-row-name {
        font-size: 10px !important;
    }

    .cb-mini-row-sub {
        font-size: 8px !important;
    }

    .cb-mini-badge-cell {
        width: 52px !important;
    }

    .cb-mini-status {
        font-size: 8px !important;
        padding: 2px 5px !important;
    }
}

/* =========================================
   TOP 3 RANKING - CLEAN SOLID
========================================= */

.rank-cell {
    min-width: 72px;
    width: 72px;
    text-align: center;
}

.rank-number {
    font-weight: 900;
    font-size: 18px;
    color: #ffffff;
}

/* GOLD */
.rank-top1 td {
    background: rgba(255, 204, 51, 0.16) !important;
    border-top: 1px solid rgba(255, 204, 51, 0.35) !important;
    border-bottom: 1px solid rgba(255, 204, 51, 0.35) !important;
}

/* SILBER */
.rank-top2 td {
    background: rgba(220, 220, 220, 0.14) !important;
    border-top: 1px solid rgba(220, 220, 220, 0.32) !important;
    border-bottom: 1px solid rgba(220, 220, 220, 0.32) !important;
}

/* BRONZE */
.rank-top3 td {
    background: rgba(205, 127, 50, 0.16) !important;
    border-top: 1px solid rgba(205, 127, 50, 0.35) !important;
    border-bottom: 1px solid rgba(205, 127, 50, 0.35) !important;
}

/* Hover */
.rank-top1:hover td {
    background: rgba(255, 204, 51, 0.22) !important;
}

.rank-top2:hover td {
    background: rgba(220, 220, 220, 0.20) !important;
}

.rank-top3:hover td {
    background: rgba(205, 127, 50, 0.22) !important;
}

/* linke / rechte Kante */
.rank-top1 td:first-child {
    border-left: 1px solid rgba(255, 204, 51, 0.35) !important;
    box-shadow: inset 3px 0 0 #ffcc33 !important;
}
.rank-top1 td:last-child {
    border-right: 1px solid rgba(255, 204, 51, 0.35) !important;
}

.rank-top2 td:first-child {
    border-left: 1px solid rgba(220, 220, 220, 0.32) !important;
    box-shadow: inset 3px 0 0 #e5e5e5 !important;
}
.rank-top2 td:last-child {
    border-right: 1px solid rgba(220, 220, 220, 0.32) !important;
}

.rank-top3 td:first-child {
    border-left: 1px solid rgba(205, 127, 50, 0.35) !important;
    box-shadow: inset 3px 0 0 #cd7f32 !important;
}
.rank-top3 td:last-child {
    border-right: 1px solid rgba(205, 127, 50, 0.35) !important;
}

/* Rang-Zahl */
.rank-top1 .rank-number {
    color: #ffd54a !important;
}

.rank-top2 .rank-number {
    color: #f0f0f0 !important;
}

.rank-top3 .rank-number {
    color: #d79a62 !important;
}

/* Namen */
.rank-top1 .name b,
.rank-top2 .name b,
.rank-top3 .name b {
    font-weight: 800;
}

/* Buttons */
.vote-top1 {
    background: linear-gradient(90deg, #ffd54a, #ffb300) !important;
    color: #1a1a1a !important;
    border: none !important;
}

.vote-top2 {
    background: linear-gradient(90deg, #f4f4f4, #d6d6d6) !important;
    color: #1a1a1a !important;
    border: none !important;
}

.vote-top3 {
    background: linear-gradient(90deg, #d79a62, #b87333) !important;
    color: #ffffff !important;
    border: none !important;
}

/* Badges */
.rank-top1 .votes {
    background: rgba(255, 204, 51, 0.20) !important;
    color: #ffe082 !important;
}

.rank-top2 .votes {
    background: rgba(230, 230, 230, 0.18) !important;
    color: #f3f3f3 !important;
}

.rank-top3 .votes {
    background: rgba(205, 127, 50, 0.20) !important;
    color: #efc29b !important;
}

/* Mobile */
@media (max-width: 768px) {
    .rank-cell {
        min-width: 52px !important;
        width: 52px !important;
    }

    .rank-number {
        font-size: 17px !important;
    }

    .rank-top1 td {
        background: rgba(255, 204, 51, 0.14) !important;
        border-top: 1px solid rgba(255, 204, 51, 0.30) !important;
        border-bottom: 1px solid rgba(255, 204, 51, 0.30) !important;
    }

    .rank-top2 td {
        background: rgba(220, 220, 220, 0.12) !important;
        border-top: 1px solid rgba(220, 220, 220, 0.28) !important;
        border-bottom: 1px solid rgba(220, 220, 220, 0.28) !important;
    }

    .rank-top3 td {
        background: rgba(205, 127, 50, 0.14) !important;
        border-top: 1px solid rgba(205, 127, 50, 0.30) !important;
        border-bottom: 1px solid rgba(205, 127, 50, 0.30) !important;
    }

    .rank-top1 td:first-child {
        border-left: 1px solid rgba(255, 204, 51, 0.30) !important;
        box-shadow: inset 3px 0 0 #ffcc33 !important;
    }
    .rank-top1 td:last-child {
        border-right: 1px solid rgba(255, 204, 51, 0.30) !important;
    }

    .rank-top2 td:first-child {
        border-left: 1px solid rgba(220, 220, 220, 0.28) !important;
        box-shadow: inset 3px 0 0 #e5e5e5 !important;
    }
    .rank-top2 td:last-child {
        border-right: 1px solid rgba(220, 220, 220, 0.28) !important;
    }

    .rank-top3 td:first-child {
        border-left: 1px solid rgba(205, 127, 50, 0.30) !important;
        box-shadow: inset 3px 0 0 #cd7f32 !important;
    }
    .rank-top3 td:last-child {
        border-right: 1px solid rgba(205, 127, 50, 0.30) !important;
    }
}
/* =========================================
   MOBILE HEADER SPACING FIX
========================================= */
@media (max-width: 1023px) {
    .menu .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .menu .navbar {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .menu .navbar-brand {
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-height: 72px;
    }

    .menu .navbar-brand .navbar-item:first-child {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    .menu .navbar-brand .navbar-item img {
        max-height: 54px !important;
        width: auto;
    }

    .cb-mobile-header-actions {
        margin-left: auto !important;
        margin-right: 10px !important;
        gap: 10px !important;
    }

    .cb-mobile-header-actions .button {
        min-width: 48px !important;
        width: 48px !important;
        height: 48px !important;
        padding: 0 !important;
        border-radius: 10px !important;
    }

    .cb-mobile-header-actions .button i {
        font-size: 18px !important;
    }

    .menu .navbar-brand .mobile-search {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .menu .navbar-burger {
        width: 42px;
        height: 42px;
        margin-right: 0 !important;
    }
}