/* =========================================
   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;
    }
}
/* =========================================
  FOOTER SOCIAL CLEAN
========================================= */

.cb-footer-social {
    display: flex;
    gap: 10px;
    margin: 14px 0 12px;
}

.cb-footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff8a00, #ffb300);
    color: #fff;
    text-decoration: none;
    transition: 0.2s ease;
}

.cb-footer-social a:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #ffb300, #ffd54a);
    color: #111;
}
/* =========================================
  TRENDING MOBILE TEXT FIX
========================================= */

@media (max-width:768px){

.cb-trending-label{
font-size:0 !important;
min-width:95px !important;
}

.cb-trending-label::after{
content:"🔥 Hot Tokens";
font-size:11px;
font-weight:800;
color:#ffcc33;
}

}

/* =========================================
   DESKTOP DROPDOWN SEARCH FIX
========================================= */

@media (min-width:1024px){

.navbar-start .field.has-search{
position:relative !important;
z-index:9999 !important;
}

.cb-force-close .navbar-dropdown{
display:none !important;
visibility:hidden !important;
opacity:0 !important;
pointer-events:none !important;
}

}

/* =========================================
   MOBILE HEADER FIX
========================================= */

@media (max-width:1023px){

.menu .container{
padding-left:14px !important;
padding-right:14px !important;
}

.menu .navbar-brand{
min-height:64px;
}

.menu .navbar-brand .navbar-item img{
max-height:42px !important;
max-width:180px !important;
width:auto;
object-fit:contain;
}

.menu .navbar-burger{
width:36px;
height:36px;
}

}

/* =========================================
   DESKTOP LOGO FIX
========================================= */

@media (min-width:1024px){

.menu .navbar-brand .navbar-item img{
max-height:44px !important;
max-width:210px !important;
width:auto !important;
object-fit:contain !important;
}

}
/* =========================================
   MODERN FOOTER / CRYPTO TOOLS
========================================= */

.cb-footer-modern {
    background: radial-gradient(circle at top left, rgba(255, 152, 0, 0.13), transparent 34%),
                linear-gradient(180deg, #0b0f14 0%, #07090d 100%) !important;
    border-top: 2px solid #ff9800 !important;
    color: #d7d7d7 !important;
    padding: 54px 0 30px !important;
}

.cb-footer-modern .container {
    max-width: 1180px;
}

.cb-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1.45fr 1fr;
    gap: 34px;
    align-items: start;
}

.cb-footer-modern h3 {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    margin: 0 0 17px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

.cb-footer-logo {
    max-width: 155px !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 16px !important;
    display: block !important;
}

.cb-footer-brand p {
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: #b8c3cf !important;
    margin: 0 !important;
}

.cb-footer-badges {
    margin-top: 18px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 9px !important;
}

.cb-footer-badges span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 13px !important;
    color: #ffffff !important;
}

.cb-footer-badges i {
    color: #ff9800 !important;
    width: 16px !important;
    text-align: center !important;
}

.cb-footer-modern ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.cb-footer-modern ul li {
    margin-bottom: 9px !important;
}

.cb-footer-modern a {
    color: #cfd7df !important;
    text-decoration: none !important;
    transition: 0.22s ease !important;
}

.cb-footer-modern a:hover {
    color: #ffb300 !important;
    opacity: 1 !important;
}

.cb-footer-tools {
    min-width: 0 !important;
}

.cb-tool-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025)) !important;
    border: 1px solid rgba(255, 152, 0, 0.24) !important;
    border-radius: 15px !important;
    padding: 15px !important;
    margin-bottom: 13px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 14px !important;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18) !important;
}

.cb-tool-card:hover {
    border-color: #ff9800 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 30px rgba(0,0,0,0.24) !important;
}

.cb-tool-card strong {
    display: block !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    margin-bottom: 4px !important;
    line-height: 1.2 !important;
}

.cb-tool-card p {
    color: #aeb8c4 !important;
    font-size: 12.5px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

.cb-tool-card span {
    background: linear-gradient(135deg, #ff8a00, #ffcc33) !important;
    color: #111111 !important;
    font-weight: 900 !important;
    padding: 8px 11px !important;
    border-radius: 10px !important;
    font-size: 12.5px !important;
    white-space: nowrap !important;
    box-shadow: 0 7px 16px rgba(255,152,0,0.22) !important;
}

.cb-footer-modern .cb-footer-social {
    display: flex !important;
    gap: 10px !important;
    margin: 0 0 18px !important;
}

.cb-footer-modern .cb-footer-social a {
    width: 38px !important;
    height: 38px !important;
    border-radius: 11px !important;
    background: linear-gradient(135deg, #ff8a00, #ffb300) !important;
    color: #111111 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
}

.cb-footer-modern .cb-footer-social a:hover {
    background: #ffffff !important;
    color: #111111 !important;
    transform: translateY(-2px) !important;
}

.cb-footer-bottom {
    margin-top: 36px !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(255,255,255,0.08) !important;
    text-align: center !important;
    color: #aeb8c4 !important;
    font-size: 13px !important;
}

.cb-footer-bottom p {
    margin: 0 !important;
    color: #aeb8c4 !important;
}

@media (max-width: 1023px) {
    .cb-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 28px !important;
    }
}

@media (max-width: 640px) {
    .cb-footer-modern {
        padding: 42px 0 26px !important;
    }

    .cb-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .cb-tool-card {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .cb-tool-card span {
        display: inline-block !important;
    }
}
