.container, .container-fluid, .wrapper, main {
    max-width: 98% !important;
    width: 98% !important;
    margin: 0 auto !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

:root {
    --bg-dark: #000000;
    --bg-card: #101216;
    --border-dim: #2b3139;
    --text-primary: #EAECEF;
    --text-secondary: #848E9C;
    --brand: #00F0FF;
    --up: #22AB94;
    --down: #F6465D;
    --up-bg: rgba(34, 171, 148, 0.15);
    --down-bg: rgba(246, 70, 93, 0.15);
    --font-main: 'Be Vietnam Pro', sans-serif;
    --font-num: 'Rajdhani', sans-serif;
}


body {
    background-color: var(--bg-dark);
    color: var(--text-primary);
    overflow-x: hidden;
}


.navbar {
    position: sticky !important;
    top: 0;
    z-index: 1000 !important;
    background: rgba(22, 26, 30, 0.95) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}




#alpha-tab-nav {
    position: fixed !important;
    top: 76px;                 
    left: 0;
    width: 100%;
    z-index: 990;              
    
    background: #0b0e11;       
    border-bottom: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    
    display: flex;
    justify-content: center;
    padding: 12px 0;
    
   
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


#alpha-tab-nav.nav-hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}



.alpha-container,
#competition-view,
#view-dashboard,
.view-section,
.terminal-layout {
   
    padding-top: 100px !important; 
}


.tab-btn {
    background: transparent;
    border: none;
    color: #6c757d;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 25px;
    margin: 0 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tab-btn:hover {
    color: #fff;
    background: rgba(255,255,255,0.05);
}

.tab-btn.active {
    color: #000;
    background: #00F0FF;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.4);
}


@media (max-width: 768px) {
   
    #alpha-tab-nav {
        top: 60px;     
        padding: 8px 0;
    }

   
    .tab-btn {
        font-size: 13px;
        padding: 6px 12px;
        margin: 0 5px;
        letter-spacing: 0.5px;
    }

   
   
    .alpha-container,
    #competition-view,
    #view-dashboard,
    .view-section,
    .terminal-layout {
        padding-top: 90px !important;
    }
}


#alpha-market-view {
   
    position: relative; 
    z-index: 1; 
    
    width: 100%;
    min-height: 100vh;
    background: var(--bg-dark);
    display: none;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    padding-bottom: 50px;
}

#view-dashboard {
    transition: opacity 0.2s ease-in-out;
}

.fade-out {
    opacity: 0 !important;
    pointer-events: none;
}

.alpha-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
}


.alpha-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    background: transparent;
    padding: 0;
}


.search-group {
    flex: 0 0 250px;
    position: relative;
}

#alpha-search {
    width: 100%;
    background: var(--bg-card);
    border: 1px solid var(--border-dim);
    color: #fff;
    padding: 10px 10px 10px 40px;
    border-radius: 4px;
    font-family: var(--font-main);
}
#alpha-search:focus {
    border-color: var(--brand);
    box-shadow: 0 0 10px rgba(0,240,255,0.2);
    outline: none;
}

.search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-secondary);
    font-size: 14px;
}

.time-badge {
    color: var(--text-secondary);
    font-size: 12px;
    font-family: var(--font-num);
    background: var(--bg-card);
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid var(--border-dim);
}


.table-responsive {
    overflow-x: auto;
    background: var(--bg-card);
    border: 1px solid var(--border-dim);
    border-radius: 6px;
    min-height: 400px;
}




.text-brand { color: var(--brand) !important; }
.text-neon { color: var(--neon-green) !important; text-shadow: 0 0 8px rgba(0, 255, 136, 0.3); font-weight: 700; }
.text-dim { color: #5E6673 !important; }
.text-secondary { color: var(--text-secondary) !important; }
.text-white-bold {
    color: #ffffff;
    font-size: 15px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}
.text-green { color: #0ecb81 !important; }
.text-red { color: #f6465d !important; }


.symbol-row { cursor: pointer; display: flex; align-items: center; }
.symbol-row:hover .symbol-text { color: var(--brand); text-decoration: underline; }
.copy-icon { opacity: 0; transition: opacity 0.2s; margin-left: 5px; color: var(--text-secondary); }
.symbol-row:hover .copy-icon { opacity: 1; }
.badge-row { margin-top: 4px; display: flex; flex-wrap: wrap; gap: 4px; }



.summary-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.summary-card {
    background: rgba(22, 26, 30, 0.6);
    border: 1px solid var(--border-dim);
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(5px);
}

.summary-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}


.summary-card.active-filter {
    background: rgba(0, 240, 255, 0.15);
    border-color: var(--brand);
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
}

.card-title {
    font-size: 11px;
    color: var(--text-secondary);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.card-value {
    font-family: var(--font-num);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}


.val-neon { color: var(--neon-green) !important; text-shadow: 0 0 10px rgba(0, 255, 136, 0.4); }
.val-white { color: #fff !important; }
.val-spot { color: var(--accent) !important; }
.val-delist { color: #cf304a !important; }


.chart-cell {
    width: 110px;
    padding: 2px !important;
    text-align: center;
    vertical-align: middle;
}

.mini-chart {
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.5));
}


.chart-path {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.3s;
}


.token-meta-container {
    display: flex;
    width: 100%;
    align-items: center;
}

.meta-col-1 {
    width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.meta-col-2 {
    width: 50%;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.status-col {
    min-width: 100px !important;
    width: 100px !important;
    padding: 6px 5px !important;
}

.status-badge-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 2px;
}

.journey-date-center {
    font-size: 10px;
    color: var(--text-secondary);
    font-family: var(--font-num);
    text-align: center;
    width: 100%;
    display: block;
}

.status-arrow {
    color: var(--text-secondary);
    font-size: 9px;
    margin: 0 2px;
}

.smart-badge {
    margin-left: 0;
    white-space: nowrap;
}


.summary-grid { display: none !important; }




.market-hud-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: transparent;
    border: none;
    padding: 0;
    gap: 15px;
    margin-bottom: 24px;
    box-shadow: none;
}

.hud-card {
    background: rgba(18, 22, 28, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 16px;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    min-height: 280px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, border-color 0.2s;
}

.hud-card:hover {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.hud-title {
    font-family: var(--font-main);
    font-size: 11px;
    text-transform: uppercase;
    color: #848E9C;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
    font-weight: 700;
    height: 15px;
    display: flex;
    align-items: center;
}

.hud-main-value {
    font-family: var(--font-num);
    font-size: 26px;
    font-weight: 700;
    color: #EAECEF;
    line-height: 1.1;
    margin-bottom: 4px;
    height: 30px;
    display: flex;
    align-items: center;
}

.hud-sub-stat-row {
    display: flex;
    gap: 10px;
    font-size: 10px;
    font-weight: 700;
    height: 14px;
    margin-bottom: 10px;
    margin-top: -5px;
    align-items: center;
}

.hud-sub-stat-row.spacer {
}

.hud-list-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hud-list-row {
    display: flex;
    align-items: center;
    font-size: 11px;
    height: 22px;
    gap: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.02);
}

.trend-grid-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 8px;
    background: rgba(0,0,0,0.2);
    padding: 8px;
    border-radius: 6px;
}

.trend-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.trend-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.03);
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 10px;
}

.trend-symbol {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    color: #eaecef;
    max-width: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trend-symbol img {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.trend-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1;
}

.trend-price {
    font-family: var(--font-num);
    color: #848E9C;
    font-size: 9px;
    margin-bottom: 1px;
}

.trend-chg {
    font-family: var(--font-num);
    font-weight: 700;
    font-size: 10px;
}

@media (max-width: 992px) {
    .market-hud-container {
        grid-template-columns: 1fr;
    }
    
    .hud-card {
        min-height: auto;
    }
    
    .hud-sub-stat-row.spacer {
        display: none;
    }
}






.alpha-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    background: transparent;
    padding: 0;
}

.search-group {
    flex: 1;
    max-width: 300px;
    position: relative;
}

.search-group input {
    width: 100%;
    background: #161a1e;
    border: 1px solid #2b3139;
    border-radius: 4px;
    padding: 8px 12px 8px 32px;
    color: #eaecef;
    font-size: 13px;
    transition: all 0.2s;
}

.search-group input:focus {
    border-color: var(--brand);
    outline: none;
    box-shadow: 0 0 0 1px rgba(0, 240, 255, 0.2);
}

.search-icon-small {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #5e6673;
    font-size: 12px;
}


.filter-group {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.filter-btn {
    background: #2b3139;
    border: none;
    color: #848e9c;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    text-transform: uppercase;
}

.filter-btn:hover {
    color: #eaecef;
    background: #39404a;
}


.filter-btn.active-all { background: #eaecef; color: #0b0e11; }
.filter-btn.active-alpha { background: var(--brand); color: #0b0e11; box-shadow: 0 0 8px rgba(0, 240, 255, 0.4); }
.filter-btn.active-spot { background: var(--accent); color: #0b0e11; box-shadow: 0 0 8px rgba(240, 185, 11, 0.4); }
.filter-btn.active-delist { background: #474D57; color: #eaecef; border: 1px solid #5e6673; }


.points-btn {
    margin-left: 8px;
    border: 1px solid #2b3139;
    background: transparent;
}
.points-btn.active-points {
    background: #8B5CF6;
    color: #fff;
    border-color: #8B5CF6;
    box-shadow: 0 0 8px rgba(139, 92, 246, 0.4);
}


@media (max-width: 768px) {
    .alpha-header {
        flex-direction: column;
        align-items: stretch;
    }
    .search-group { max-width: 100%; }
    .filter-group {
        overflow-x: auto;
        padding-bottom: 4px;
        white-space: nowrap;
    }
}



.navbar {
    position: sticky !important;
    top: 0;
    z-index: 100 !important;
}


#alpha-market-view, 
.alpha-container {
    position: relative;
    z-index: 1 !important;
}


.modal-backdrop {
    z-index: 1040 !important;
}


.modal {
    z-index: 1055 !important;
}




.flow-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 11px;
    height: 16px;
}

.flow-idx {
    width: 15px;
    color: #5E6673;
    font-size: 9px;
    font-weight: 700;
}

.flow-name { 
    width: 45px; 
    font-weight: 700; 
    color: #eaecef; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flow-bar-bg { 
    flex: 1; 
    height: 4px; 
    background: rgba(255,255,255,0.05); 
    margin: 0 8px; 
    border-radius: 2px; 
    overflow: hidden;
}

.flow-bar-fill { 
    height: 100%; 
    background: var(--brand); 
    border-radius: 2px; 
    min-width: 2px;
}

.flow-val { 
    font-family: var(--font-num); 
    color: #848E9C; 
    width: 40px; 
    text-align: right; 
    font-size: 10px;
}


.daily-row {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 11px;
    height: 16px;
    gap: 8px;
}


.daily-row .flow-name {
    width: 60px;
    flex-shrink: 0;
    font-weight: 700;
    color: #eaecef;
}


.daily-bar-container {
    flex: 1;
    display: flex;
    height: 6px;
    background: rgba(255,255,255,0.05);
    border-radius: 2px;
    overflow: hidden;
    min-width: 50px;
}


.bar-limit-fill { background: #F0B90B; height: 100%; }

.bar-chain-fill { background: #9945FF; height: 100%; }


.lifecycle-stats {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 6px;
    font-family: var(--font-num);
}




.daily-row .flow-name {
    width: 70px;
    flex-shrink: 0;
    margin-right: 10px;
}
.daily-bar-container {
    width: 80px;
    flex: none;
}


.lifecycle-labels {
    display: flex;
    width: 100%;
    margin-bottom: 4px;
}
.lifecycle-label-item {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--font-num);
    white-space: nowrap;
    overflow: hidden;
    text-align: center !important;
}





.hud-list-row {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 11px;
    height: 18px;
    gap: 8px;
}

.hud-list-idx {
    width: 20px;
    color: #5E6673;
    font-size: 9px;
    font-weight: 700;
}

.hud-list-name {
    width: 60px;
    flex-shrink: 0;
    font-weight: 700;
    color: #eaecef;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.hud-bar-container {
    flex: 1; 
    display: flex;
    height: 6px;
    background: rgba(255,255,255,0.05);
    border-radius: 2px;
    overflow: hidden;
    margin-right: 8px;
}


.hud-list-val {
    width: 60px;
    text-align: right;
    font-family: var(--font-num);
    color: #eaecef;
    font-weight: 600;
}


.update-badge {
    background: rgba(255, 255, 255, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    color: #eaecef;
    font-family: var(--font-num);
    margin-left: 8px;
    font-weight: normal;
    letter-spacing: 0.5px;
}



.hud-list-row {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 11px;
    height: 18px;
    gap: 8px;
}

.hud-list-idx { width: 20px; color: #5E6673; font-size: 9px; font-weight: 700; }
.hud-list-name { width: 55px; flex-shrink: 0; font-weight: 700; color: #eaecef; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }


.hud-bar-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
}


.hud-bar-fill {
    height: 8px;
    border-radius: 0 1px 1px 0;
    min-width: 2px;
    transition: width 0.5s ease;
}


.hud-list-val {
    margin-left: 6px;
    font-family: var(--font-num);
    color: #eaecef;
    font-weight: 600;
    font-size: 11px;
    white-space: nowrap;
}





.bg-green-1 { background: rgba(14, 203, 129, 0.2); }
.bg-green-2 { background: rgba(14, 203, 129, 0.4); }
.bg-green-3 { background: rgba(14, 203, 129, 0.6); }
.bg-green-4 { background: rgba(14, 203, 129, 0.8); }
.bg-green-5 { background: #0ecb81; box-shadow: 0 0 5px rgba(14, 203, 129, 0.4); }


.bg-red-1 { background: rgba(246, 70, 93, 0.2); }
.bg-red-2 { background: rgba(246, 70, 93, 0.4); }
.bg-red-3 { background: rgba(246, 70, 93, 0.6); }
.bg-red-4 { background: rgba(246, 70, 93, 0.8); }
.bg-red-5 { background: #f6465d; box-shadow: 0 0 5px rgba(246, 70, 93, 0.4); }




.distrib-container {
    display: flex;
    align-items: flex-end;
    height: 80px; 
    gap: 0;
    margin-top: 10px;
    width: 100%;
}


.distrib-side {
    flex: 1; 
    display: flex;
    align-items: flex-end;
    height: 100%;
}


.distrib-side.red { 
    justify-content: flex-end; 
    gap: 2px; 
    border-right: none;
    padding-right: 1px;
}


.distrib-side.green { 
    justify-content: flex-start; 
    gap: 2px; 
    padding-left: 1px;
}


.distrib-bar-item {
    flex: 1; 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    cursor: pointer;
    height: 100%;
    min-width: 4px;
}
.distrib-bar-item:hover {
    filter: brightness(1.3);
    transform: scaleY(1.05);
}


.distrib-label-row {
    display: flex;
    width: 100%;
    margin-top: 2px; 
    border-bottom: 2px solid rgba(255,255,255,0.05);
    padding-top: 0px;
}

.distrib-label-side {
    flex: 1;
    display: flex;
}


.distrib-label-side.red {
    justify-content: flex-end;
    padding-right: 1px;
    gap: 2px;
}

.distrib-label-side.green {
    justify-content: flex-start;
    padding-left: 1px;
    gap: 2px;
}

.distrib-label {
    flex: 1;
    text-align: center;
    font-size: 9px;
    color: #5E6673; 
    line-height: 1; 
    margin-top: 0px; 
    white-space: nowrap;
    font-weight: 600;
    padding-top: 0px;
}




.alpha-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: var(--text-primary);
}

.alpha-table th {
    background: var(--bg-card);
    color: var(--text-secondary);
    font-family: var(--font-main);
    font-size: 11px;
    font-weight: 600;
    padding: 8px 10px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border-dim);
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.2s;
}

.alpha-table th:hover {
    color: var(--text-primary);
}

.alpha-table td {
    background: var(--bg-dark);
    padding: 6px 10px; 
    font-family: var(--font-num);
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    vertical-align: middle;
    height: 45px; 
}


.alpha-table tbody tr:hover td {
    background: #15181D !important;
}


.col-fix-1, .col-fix-2 {
    position: sticky !important;
    z-index: 20;
    background: var(--bg-dark) !important;
}

.col-fix-1 {
    left: 0;
    width: 35px;
    text-align: center !important;
}

.col-fix-2 {
    left: 35px;
    width: 180px;
    border-right: 1px solid rgba(255,255,255,0.05);
    box-shadow: 4px 0 8px -4px rgba(0,0,0,0.5); 
}


.alpha-table tbody tr:hover .col-fix-1, 
.alpha-table tbody tr:hover .col-fix-2 {
    background: #15181D !important;
}


.alpha-table thead th.col-fix-1,
.alpha-table thead th.col-fix-2 {
    background: var(--bg-card) !important;
    z-index: 30;
}

.token-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-wrapper {
    position: relative;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.token-logo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.chain-badge {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--bg-dark);
    border: 1px solid var(--bg-dark);
}

.smart-badge {
    display: inline-block;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 6px;
    line-height: 1;
}

.badge-airdrop { background: rgba(0, 131, 143, 0.2); color: #00838f; border: 1px solid rgba(0, 131, 143, 0.5); }
.badge-tge { background: rgba(123, 31, 162, 0.2); color: #7b1fa2; border: 1px solid rgba(123, 31, 162, 0.5); }
.badge-spot { background: rgba(240, 185, 11, 0.1); color: #f0b90b; border: 1px solid rgba(240, 185, 11, 0.3); }
.badge-alpha { background: rgba(0, 240, 255, 0.1); color: #00f0ff; border: 1px solid rgba(0, 240, 255, 0.3); }
.badge-delisted { background: rgba(246, 70, 93, 0.1); color: #f6465d; border: 1px solid rgba(246, 70, 93, 0.3); }
.badge-bsc { background: rgba(240, 185, 11, 0.1); color: #f0b90b; border: 1px solid rgba(240, 185, 11, 0.3); }

.filter-btn.active-all { 
    background: #848e9c !important; 
    color: #000000 !important; 
    border-color: #848e9c !important; 
}

.filter-btn.active-alpha { 
    background: #00f0ff !important; 
    color: #000000 !important; 
    border-color: #00f0ff !important; 
    box-shadow: 0 0 10px rgba(0, 240, 255, 0.3);
}

.filter-btn.active-spot { 
    background: #f0b90b !important; 
    color: #000000 !important; 
    border-color: #f0b90b !important; 
    box-shadow: 0 0 10px rgba(240, 185, 11, 0.3);
}

.filter-btn.active-delist { 
    background: #f6465d !important; 
    color: #ffffff !important; 
    border-color: #f6465d !important; 
}

.filter-btn.active {
    background: #F0B90B !important;
    color: #000 !important;
    border-color: #F0B90B !important;
}


.bg-tint-up {
    background-color: var(--up-bg) !important;
    color: var(--up) !important;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
    min-width: 60px;
    text-align: right;
}

.bg-tint-down {
    background-color: var(--down-bg) !important;
    color: var(--down) !important;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
    min-width: 60px;
    text-align: right;
}


.vol-cell-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.vol-bar-bg {
    width: 60px;
    height: 4px;
    background: rgba(255,255,255,0.1);
    border-radius: 2px;
    overflow: hidden;
}

.vol-bar-fill {
    height: 100%;
    background: #5E6673; 
    border-radius: 2px;
}


.pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    background: var(--bg-card);
    border-top: 1px solid var(--border-dim);
    flex-wrap: wrap; /* Tự động xuống dòng trên điện thoại */
    gap: 10px;
}

.footer-left, .footer-center, .footer-right {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: var(--text-secondary);
}

#rows-per-page {
    background: var(--bg-dark);
    border: 1px solid var(--border-dim);
    color: var(--text-primary);
    padding: 3px 8px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

.page-btn {
    background: var(--bg-dark);
    border: 1px solid var(--border-dim);
    color: var(--text-primary);
    width: 30px;
    height: 30px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.page-btn:hover {
    background: var(--border-dim);
}


@media (max-width: 600px) {
    .pagination-container {
        justify-content: center;
        flex-direction: column;
    }
}

.rows-selector {
    background: var(--bg-dark);
    border: 1px solid var(--border-dim);
    color: var(--text-primary);
    padding: 2px 5px;
    border-radius: 4px;
    margin-left: 5px;
    font-size: 11px;
}

