/* /Components/Bonds/BondGraph.razor.rz.scp.css */
.wrap[b-xmup4bh8tf] {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

h1[b-xmup4bh8tf] {
    font-size: 1.25rem;
    margin: 0 0 16px;
}

.controls[b-xmup4bh8tf] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

    .controls button[b-xmup4bh8tf] {
        padding: 8px 20px;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 8px;
        font-weight: 600;
        color: rgba(245, 247, 255, 0.92);
        transition: all 160ms ease;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

        .controls button.active[b-xmup4bh8tf] {
            background: rgba(255, 255, 255, 0.12);
            border-color: rgba(255, 255, 255, 0.15);
            box-shadow: 0 8px 22px rgba(0, 0, 0, 0.30);
            color: rgba(245, 247, 255, 1);
        }

        .controls button:hover[b-xmup4bh8tf] {
            background: rgba(255, 255, 255, 0.10);
            border-color: rgba(255, 255, 255, 0.15);
            box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
        }

        .controls button.active:hover[b-xmup4bh8tf] {
            background: rgba(255, 255, 255, 0.15);
            border-color: rgba(255, 255, 255, 0.2);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
        }

.chart-card[b-xmup4bh8tf] {
    padding: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.032));
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
    height: 440px;
    position: relative;
}

canvas[b-xmup4bh8tf] {
    width: 100% !important;
    height: 90% !important;
    /*height: 280px;*/
    padding-bottom: 20px;
}

.note[b-xmup4bh8tf] {
    opacity: .7;
    font-size: .9rem;
    margin-top: 12px;
}

.chart-legend[b-xmup4bh8tf] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    justify-content: center;
}

    .chart-legend .item[b-xmup4bh8tf] {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 8px;
        padding: 6px 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        cursor: pointer;
        user-select: none;
        font: 500 12px/1.2 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
        color: rgba(245, 247, 255, 0.92);
        transition: all 160ms ease;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

        .chart-legend .item:hover[b-xmup4bh8tf] {
            background: rgba(255, 255, 255, 0.10);
            border-color: rgba(255, 255, 255, 0.12);
            box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
        }

        .chart-legend .item.disabled[b-xmup4bh8tf] {
            opacity: 0.45;
        }

    /* line swatch alignment */
    .chart-legend .swatch.sw-line[b-xmup4bh8tf] {
        transform: translateY(-1px);
    }

@media (max-width: 576px) {
    .controls[b-xmup4bh8tf] {
        margin-bottom: 80px;
    }

    .controls button[b-xmup4bh8tf] {
        width: 100%;    
    }
}

@media (prefers-color-scheme: dark) {
    .chart-legend .item[b-xmup4bh8tf] {
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(255, 255, 255, 0.09);
    }
}
/* /Components/Bonds/YieldCalculator.razor.rz.scp.css */
.yield-calculator-card[b-krtep410mc] {
    display: flex;
    flex-direction: column;
}

.yield-calculator-header[b-krtep410mc] {
    flex-shrink: 0;
}

.yield-calculator-body[b-krtep410mc] {
    flex-grow: 1;
}

.glass-divider[b-krtep410mc] {
    flex-shrink: 0;
}

.yield-calculator-footer[b-krtep410mc] {
    flex-shrink: 0;
}

/* Growth visualization styles */
.yield-growth-container[b-krtep410mc] {
    display: flex;
    flex-direction: column;
}

/* Minimalist growth chart */
.growth-chart-container[b-krtep410mc] {
    margin-top: 16px;
    padding: 25px 5px 20px 5px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.growth-chart[b-krtep410mc] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 80px;
    gap: 6px;
}

.chart-bar[b-krtep410mc] {
    flex: 1;
    background: linear-gradient(180deg, rgba(34, 211, 238, 0.7), rgba(124, 58, 237, 0.6));
    border-radius: 4px 4px 0 0;
    position: relative;
    transition: all 300ms ease;
    border: 1px solid rgba(34, 211, 238, 0.3);
    min-height: 4px;
}

    .chart-bar:hover[b-krtep410mc] {
        background: linear-gradient(180deg, rgba(34, 211, 238, 0.9), rgba(124, 58, 237, 0.8));
        box-shadow: 0 0 12px rgba(34, 211, 238, 0.4);
    }

.chart-label[b-krtep410mc] {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9px;
    color: rgba(245, 247, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.chart-value[b-krtep410mc] {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 700;
    color: rgba(245, 247, 255, 0.8);
    white-space: nowrap;
}
/* /Components/Home/HomeDashBoardCrypto.razor.rz.scp.css */
/* =========================================================
   HomeDashBoard.razor.css — Premium Glass Dashboard
   ========================================================= */

/* =========================================================
   1) MAIN CONTAINER
   ========================================================= */

.market-one[b-s2me72gr12] {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.035));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.40);
    color: var(--text);
    position: relative;
    overflow: hidden;
}

    /* Sheen + depth */
    .market-one[b-s2me72gr12]::before {
        content: "";
        position: absolute;
        inset: -2px;
        pointer-events: none;
        background: radial-gradient(980px 420px at 18% 0%, rgba(34, 211, 238, 0.15), transparent 62%), radial-gradient(980px 420px at 82% 10%, rgba(124, 58, 237, 0.15), transparent 62%), radial-gradient(820px 420px at 50% 115%, rgba(96, 165, 250, 0.11), transparent 62%);
        opacity: 0.95;
    }

    /* Inner highlight + noise grain */
    .market-one[b-s2me72gr12]::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)), var(--noise);
        opacity: 0.28;
        mix-blend-mode: overlay;
    }

    .market-one > *[b-s2me72gr12] {
        position: relative;
    }

/* =========================================================
   3) SECTIONS (Dominance / Breadth / DeFi / Gas)
   ========================================================= */

.section[b-s2me72gr12] {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    padding: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.050), rgba(255, 255, 255, 0.030));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
    position: relative;
    overflow: hidden;
}

    .section[b-s2me72gr12]::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.02));
        opacity: 0.18;
    }

    .section > *[b-s2me72gr12] {
        position: relative;
    }

.section-head[b-s2me72gr12] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.section-title[b-s2me72gr12] {
    font-weight: 800;
    letter-spacing: -0.015em;
    color: rgba(245, 247, 255, 0.94);
}

.section-sub[b-s2me72gr12] {
    color: var(--muted);
    font-size: 0.86rem;
}

/* =========================================================
   4) DOMINANCE BAR + LEGEND
   ========================================================= */

.dom-bar[b-s2me72gr12] {
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18) inset;
}

.dom-seg[b-s2me72gr12] {
    height: 100%;
    float: left;
}

.dom-btc[b-s2me72gr12] {
    background: linear-gradient(90deg, rgba(34, 211, 238, 0.92), rgba(96, 165, 250, 0.82));
    box-shadow: 0 0 16px rgba(34, 211, 238, 0.14);
}

.dom-eth[b-s2me72gr12] {
    background: linear-gradient(90deg, rgba(124, 58, 237, 0.88), rgba(179, 144, 238, 0.62));
    box-shadow: 0 0 16px rgba(124, 58, 237, 0.12);
}

.dom-other[b-s2me72gr12] {
    background: rgba(245, 247, 255, 0.12);
}

.dom-legend[b-s2me72gr12] {
    display: flex;
    gap: 14px;
    font-size: 0.86rem;
    color: var(--muted);
}

.legend-item[b-s2me72gr12] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dot[b-s2me72gr12] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    display: inline-block;
}

    .dot.btc[b-s2me72gr12] {
        background: rgba(34, 211, 238, 0.92);
        box-shadow: 0 0 10px rgba(34, 211, 238, 0.28);
    }

    .dot.eth[b-s2me72gr12] {
        background: rgba(124, 58, 237, 0.92);
        box-shadow: 0 0 10px rgba(124, 58, 237, 0.24);
    }

    .dot.other[b-s2me72gr12] {
        background: rgba(245, 247, 255, 0.18);
    }

/* =========================================================
   5) MINI CARDS (Breadth: green/up/down etc)
   ========================================================= */

.mini[b-s2me72gr12] {
    border-radius: 16px;
    padding: 12px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.028));
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.20);
}

.mini-label[b-s2me72gr12] {
    color: var(--muted);
    font-size: 0.62rem;
    margin-bottom: 6px;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.mini-value[b-s2me72gr12] {
    font-weight: 850;
    font-size: 1.12rem;
    letter-spacing: -0.01em;
    color: rgba(245, 247, 255, 0.95);
}

/* Breadth bar */
.breadth-bar[b-s2me72gr12] {
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18) inset;
}

.breadth-fill[b-s2me72gr12] {
    height: 100%;
    background: linear-gradient(90deg, rgba(34, 211, 238, 0.92), rgba(34, 197, 94, 0.76));
    box-shadow: 0 0 14px rgba(34, 211, 238, 0.12);
}

/* =========================================================
   6) DEFI / TVL BIG VALUE
   ========================================================= */

.big-inline[b-s2me72gr12] {
    font-size: 1.42rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: rgba(245, 247, 255, 0.96);
}

/* =========================================================
   7) GAS BOXES
   ========================================================= */

.gasbox[b-s2me72gr12] {
    border-radius: 16px;
    padding: 10px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.028));
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.20);
}

.gas-label[b-s2me72gr12] {
    font-size: 0.62rem;
    color: var(--muted);
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.gas-value[b-s2me72gr12] {
    font-weight: 900;
    font-size: 1.05rem;
    margin-top: 4px;
    letter-spacing: -0.01em;
    color: rgba(245, 247, 255, 0.95);
}

/* =========================================================
   8) CHANGE COLORS
   ========================================================= */

.change.pos[b-s2me72gr12] {
    color: rgba(34, 197, 94, 0.95);
    font-weight: 900;
}

.change.neg[b-s2me72gr12] {
    color: rgba(239, 68, 68, 0.95);
    font-weight: 900;
}
/* /Components/Home/TokensList.razor.rz.scp.css */
/* =========================================================
   TokensList.razor.css — PREMIUM PRICES RAIL (Pro++)
   Keeps your class names (no Razor changes needed)
   ========================================================= */


/* =========================================================
   1) RAIL CONTAINER
   ========================================================= */

.dex-rail[b-9tqasf1c96] {
    position: sticky;
    top: 84px; /* below navbar; adjust if needed */
    display: flex;
    flex-direction: column;
    gap: 14px;
}


/* =========================================================
   2) RAIL HEADER (Prices)
   ========================================================= */

.dex-rail-head[b-9tqasf1c96] {
    padding: 12px 14px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.10);
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.035));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 55px rgba(0,0,0,0.35);
    position: relative;
    overflow: hidden;
}

    .dex-rail-head[b-9tqasf1c96]::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02)), var(--noise);
        opacity: 0.24;
    }

.dex-rail-title[b-9tqasf1c96] {
    font-weight: 900;
    letter-spacing: -0.015em;
    font-size: 0.98rem;
    position: relative;
}

.dex-rail-sub[b-9tqasf1c96] {
    color: var(--muted);
    font-size: 0.76rem;
    margin-top: 4px;
    position: relative;
}


/* =========================================================
   3) TOKEN LIST (Scrollable)
   ========================================================= */

.dex-list[b-9tqasf1c96] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* keep your original intent but a bit roomier */
    height: calc(100vh - 300px);
    overflow-y: auto;
    padding-right: 2px; /* breathing space near scrollbar */
}


/* =========================================================
   4) TOKEN TILE (Card)
   ========================================================= */

.dex-tile[b-9tqasf1c96] {
    position: relative;
    display: block;
    text-decoration: none;
    color: var(--text);
    border-radius: 20px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,0.10);
    background: linear-gradient( 180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.030) );
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    /*box-shadow: 0 20px 60px rgba(0,0,0,0.40);*/
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

    /* subtle glass highlight + grain */
    .dex-tile[b-9tqasf1c96]::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        /*background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02)), var(--noise);*/
        opacity: 0.22;
    }

    /* premium hover */
    .dex-tile:hover[b-9tqasf1c96] {
        transform: translateY(-3px);
        border-color: rgba(34,211,238,0.28);
        background: linear-gradient( 180deg, rgba(255,255,255,0.080), rgba(255,255,255,0.040) );
        box-shadow: 0 30px 80px rgba(0,0,0,0.55);
    }


/* =========================================================
   5) TILE TOP ROW (Symbol + Chain)
   ========================================================= */

.dex-top[b-9tqasf1c96] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
    position: relative;
}

.dex-sym[b-9tqasf1c96] {
    font-weight: 950;
    letter-spacing: -0.025em;
    font-size: 1.05rem;
    position: relative;
}

.dex-chain[b-9tqasf1c96] {
    font-size: 0.68rem;
    font-weight: 750;
    color: var(--muted);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
}

    .dex-chain.active[b-9tqasf1c96] {
        color: var(--accent3);
        border-color: rgba(96,165,250,0.55);
        background: rgba(96,165,250,0.12);
    }


/* =========================================================
   6) PRICE
   ========================================================= */

.dex-price[b-9tqasf1c96] {
    font-size: 1.25rem;
    font-weight: 950;
    letter-spacing: -0.025em;
    line-height: 1.12;
    color: rgba(245,247,255,0.98);
    position: relative;
}


/* =========================================================
   7) TILE BOTTOM ROW (Chip + Volume)
   ========================================================= */

.dex-bottom[b-9tqasf1c96] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
    position: relative;
}

/* Base chip (glass) */
.dex-chip[b-9tqasf1c96] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

    /* Positive chip (premium) */
    .dex-chip.chip-pos[b-9tqasf1c96] {
        border: 1px solid rgba(34,197,94,0.40);
        background: linear-gradient( 180deg, rgba(34,197,94,0.22), rgba(34,197,94,0.10) );
        color: rgba(34,197,94,1);
        box-shadow: inset 0 0 0 1px rgba(34,197,94,0.25), 0 0 14px rgba(34,197,94,0.20);
    }

    /* Negative chip (premium) */
    .dex-chip.chip-neg[b-9tqasf1c96] {
        border: 1px solid rgba(239,68,68,0.40);
        background: linear-gradient( 180deg, rgba(239,68,68,0.22), rgba(239,68,68,0.10) );
        color: rgba(239,68,68,1);
        box-shadow: inset 0 0 0 1px rgba(239,68,68,0.25), 0 0 14px rgba(239,68,68,0.20);
    }

    .dex-chip.chip-muted[b-9tqasf1c96] {
        opacity: 0.65;
    }

.dex-vol[b-9tqasf1c96] {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(245,247,255,0.65);
    position: relative;
}


/* =========================================================
   8) SKELETON LOADING
   ========================================================= */

.dex-skel[b-9tqasf1c96] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dex-skel-tile[b-9tqasf1c96] {
    height: 80px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient( 90deg, rgba(255,255,255,0.04), rgba(255,255,255,0.08), rgba(255,255,255,0.04) );
    background-size: 220% 100%;
    animation: dexShimmer-b-9tqasf1c96 1.35s ease-in-out infinite;
}

@keyframes dexShimmer-b-9tqasf1c96 {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 220% 0%;
    }
}


/* =========================================================
   9) SMALL BADGE FIX
   ========================================================= */

.badge-small[b-9tqasf1c96] {
    font-size: 0.55rem !important;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* MainLayout shell for top-navbar layout */

.page[b-ar8v8ollw2] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: transparent; /* app-main controls background */
}

main[b-ar8v8ollw2] {
    flex: 1;
    display: block;
}

/* Old sidebar and top-row are not used anymore.
   Keep them neutral in case any markup still references them. */
.sidebar[b-ar8v8ollw2] {
    display: none;
}

.top-row[b-ar8v8ollw2] {
    display: none;
}

/* Content spacing (optional but nice) */
main[b-ar8v8ollw2]  .container-xxl {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Slightly more breathing room on desktop */
@media (min-width: 992px) {
    main[b-ar8v8ollw2]  .container-xxl {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* Toggler (hamburger) */
.navbar-toggler[b-xquic29vky] {
    border: 1px solid rgba(148, 163, 184, 0.22);
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    padding: 0.35rem 0.55rem;
}

    .navbar-toggler:focus[b-xquic29vky] {
        box-shadow: 0 0 0 0.25rem rgba(96, 165, 250, 0.25);
    }

/* If you still have a "top-row" wrapper in NavMenu, keep it aligned with the new theme */
.top-row[b-xquic29vky] {
    height: 3.5rem;
    background: rgba(15, 23, 42, 0.65);
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

/* Brand */
.navbar-brand[b-xquic29vky] {
    font-size: 1.05rem;
    color: rgba(226, 232, 240, 0.92) !important;
    letter-spacing: -0.02em;
}

/* Bootstrap icons in the old template (safe to keep) */
.bi[b-xquic29vky] {
    display: inline-block;
    position: relative;
    width: 1.15rem;
    height: 1.15rem;
    margin-right: 0.6rem;
    top: -1px;
    background-size: cover;
    opacity: 0.95;
}

/* Menu items */
.nav-item[b-xquic29vky] {
    font-size: 0.95rem;
    padding-bottom: 0.25rem;
}

    /* Remove the old sidebar padding rules */
    .nav-item:first-of-type[b-xquic29vky],
    .nav-item:last-of-type[b-xquic29vky] {
        padding-top: 0;
        padding-bottom: 0.25rem;
    }

    /* Links */
    .nav-item[b-xquic29vky]  a {
        color: rgba(226, 232, 240, 0.82);
        border-radius: 12px;
        height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 2.5rem;
        padding: 0 0.75rem;
        text-decoration: none;
        transition: background 140ms ease, color 140ms ease, border-color 140ms ease;
    }

        /* Active */
        .nav-item[b-xquic29vky]  a.active {
            background: rgba(96, 165, 250, 0.14);
            border: 1px solid rgba(96, 165, 250, 0.20);
            color: rgba(226, 232, 240, 0.96);
        }

        /* Hover */
        .nav-item[b-xquic29vky]  a:hover {
            background: rgba(255, 255, 255, 0.05);
            color: rgba(226, 232, 240, 0.96);
        }

/* Collapse behavior:
   For a top navbar, we DO want collapsing on smaller screens.
   So we remove the old "never collapse on wide screens" sidebar behavior. */

/* Optional: make collapsed nav look like a panel on mobile */
@media (max-width: 991.98px) {
    .navbar-collapse[b-xquic29vky] {
        margin-top: 0.75rem;
        padding: 0.5rem;
        border: 1px solid rgba(148, 163, 184, 0.14);
        border-radius: 14px;
        background: rgba(15, 23, 42, 0.88);
    }

    .nav-item[b-xquic29vky]  a {
        height: 2.75rem;
        border-radius: 12px;
    }
}
/* /Pages/Home.razor.rz.scp.css */
/* /Pages/Info.razor.rz.scp.css */
/* =========================================================
   Info.razor.css — FusionWatch Premium Glass (Info Page)
   Matches your app.css tokens + glass system
   ========================================================= */

.info-page[b-t62qlce141] {
    padding-top: 18px;
    padding-bottom: 30px;
}

/* =========================================================
   HERO
   ========================================================= */

.info-hero[b-t62qlce141] {
    margin-bottom: 0.25rem;
}

.info-hero-card[b-t62qlce141] {
    padding: 18px;
}

/* =========================================================
   BASE CARD (glass surface)
   ========================================================= */

.info-card[b-t62qlce141] {
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.035));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.40);
    color: var(--text);
    position: relative;
    overflow: hidden;
}

    /* Sheen + depth */
    .info-card[b-t62qlce141]::before {
        content: "";
        position: absolute;
        inset: -2px;
        pointer-events: none;
        background: radial-gradient(980px 420px at 18% 0%, rgba(34, 211, 238, 0.15), transparent 62%), radial-gradient(980px 420px at 82% 10%, rgba(124, 58, 237, 0.15), transparent 62%), radial-gradient(820px 420px at 50% 115%, rgba(96, 165, 250, 0.11), transparent 62%);
        opacity: 0.95;
    }

    /* Inner highlight + noise grain */
    .info-card[b-t62qlce141]::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)), var(--noise);
        opacity: 0.28;
        mix-blend-mode: overlay;
    }

/* =========================================================
   BADGES / PILLS
   ========================================================= */

.info-badge[b-t62qlce141] {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.04);
    color: rgba(245,247,255,0.86);
    font-weight: 750;
    font-size: 12px;
    letter-spacing: 0.02em;
}

.info-badge-soft[b-t62qlce141] {
    opacity: 0.9;
    background: rgba(255,255,255,0.03);
    color: rgba(245,247,255,0.70);
}

.info-pill[b-t62qlce141] {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.04);
    color: rgba(245,247,255,0.85);
    font-weight: 700;
    font-size: 12px;
}

/* =========================================================
   TITLES / TEXT
   ========================================================= */

.info-title[b-t62qlce141] {
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0;
}

.info-subtitle[b-t62qlce141] {
    margin: 0;
    color: var(--muted);
    max-width: 60ch;
}

.info-h2[b-t62qlce141] {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.info-muted[b-t62qlce141] {
    color: var(--muted);
    font-size: 13px;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.info-btn[b-t62qlce141] {
    padding: 0.45rem 0.85rem;
    border-radius: 12px;
    font-weight: 700;
}

/* =========================================================
   STATS
   ========================================================= */

.info-stat-grid[b-t62qlce141] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.info-stat[b-t62qlce141] {
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.04);
    border-radius: 16px;
    padding: 12px;
}

.info-stat-label[b-t62qlce141] {
    color: var(--muted);
    font-size: 12px;
}

.info-stat-value[b-t62qlce141] {
    margin-top: 6px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.info-stat-sub[b-t62qlce141] {
    margin-top: 4px;
    color: rgba(245,247,255,0.55);
    font-size: 12px;
}

/* =========================================================
   CARD HEADER / FOOTER
   ========================================================= */

.info-card-header[b-t62qlce141] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.info-card-footer[b-t62qlce141] {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/* =========================================================
   TABLE
   ========================================================= */

.info-table-wrap[b-t62qlce141] {
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(0,0,0,0.10);
    border-radius: 16px;
    overflow: hidden;
}

.info-table[b-t62qlce141] {
    width: 100%;
    border-collapse: collapse;
}

    .info-table thead th[b-t62qlce141] {
        text-align: left;
        font-size: 12px;
        color: rgba(245,247,255,0.65);
        padding: 12px 12px;
        border-bottom: 1px solid rgba(255,255,255,0.10);
        background: rgba(255,255,255,0.03);
    }

    .info-table td[b-t62qlce141] {
        padding: 12px 12px;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        vertical-align: top;
    }

    .info-table tbody tr:hover td[b-t62qlce141] {
        background: rgba(255,255,255,0.03);
    }

.info-row-title[b-t62qlce141] {
    font-weight: 750;
    letter-spacing: -0.01em;
}

.info-row-sub[b-t62qlce141] {
    color: rgba(245,247,255,0.55);
    font-size: 12px;
    margin-top: 3px;
}

.info-row-notes[b-t62qlce141] {
    color: rgba(245,247,255,0.65);
    font-size: 13px;
}

.info-amount[b-t62qlce141] {
    font-weight: 850;
}

.info-foot[b-t62qlce141] {
    font-weight: 850;
    color: rgba(245,247,255,0.82);
    background: rgba(255,255,255,0.03);
}

/* =========================================================
   LINK LIST
   ========================================================= */

.info-link-list[b-t62qlce141] {
    display: grid;
    gap: 10px;
}

.info-link-item[b-t62qlce141] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.04);
    transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
}

    .info-link-item:hover[b-t62qlce141] {
        transform: translateY(-1px);
        background: rgba(255,255,255,0.06);
        border-color: rgba(34,211,238,0.22);
    }

.info-link-title[b-t62qlce141] {
    font-weight: 800;
    letter-spacing: -0.01em;
}

.info-link-sub[b-t62qlce141] {
    margin-top: 4px;
    color: rgba(245,247,255,0.60);
    font-size: 12px;
}

.info-link-right[b-t62qlce141] {
    opacity: 0.8;
    font-weight: 900;
}

/* =========================================================
   NOTE BOX
   ========================================================= */

.info-note[b-t62qlce141] {
    margin-top: 12px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.10);
    background: linear-gradient(90deg, rgba(34,211,238,0.08), rgba(124,58,237,0.08));
    padding: 12px;
}

.info-note-title[b-t62qlce141] {
    font-weight: 900;
    letter-spacing: -0.01em;
}

.info-note-text[b-t62qlce141] {
    margin-top: 6px;
    color: rgba(245,247,255,0.70);
    font-size: 13px;
}

/* =========================================================
   WALLET
   ========================================================= */

.info-wallet-box[b-t62qlce141] {
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(0,0,0,0.10);
    padding: 12px;
}

.info-wallet-label[b-t62qlce141] {
    color: rgba(245,247,255,0.60);
    font-size: 12px;
    margin-bottom: 8px;
}

.info-wallet-addr[b-t62qlce141] {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.03);
    color: rgba(245,247,255,0.88);
}

.info-wallet-hint[b-t62qlce141] {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(245,247,255,0.62);
    font-size: 12px;
}

.info-dot[b-t62qlce141] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(34,211,238,0.85);
    box-shadow: 0 0 14px rgba(34,211,238,0.35);
}

.info-copy-status[b-t62qlce141] {
    margin-top: 10px;
    color: rgba(34,211,238,0.90);
    font-weight: 850;
    font-size: 13px;
}

/* =========================================================
   SIDE CARDS
   ========================================================= */

.info-wallet-side[b-t62qlce141] {
    display: grid;
    gap: 10px;
}

.info-mini-card[b-t62qlce141] {
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.04);
    padding: 12px;
}

.info-mini-title[b-t62qlce141] {
    font-weight: 900;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
}

.info-mini-list[b-t62qlce141] {
    margin: 0;
    padding-left: 18px;
    color: rgba(245,247,255,0.70);
    font-size: 13px;
}

/* =========================================================
   FAQ
   ========================================================= */

.info-faq[b-t62qlce141] {
    display: grid;
    gap: 10px;
}

.info-faq-item[b-t62qlce141] {
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.04);
    padding: 10px 12px;
}

    .info-faq-item summary[b-t62qlce141] {
        cursor: pointer;
        font-weight: 800;
        list-style: none;
    }

        .info-faq-item summary[b-t62qlce141]::-webkit-details-marker {
            display: none;
        }

.info-faq-body[b-t62qlce141] {
    margin-top: 10px;
    color: rgba(245,247,255,0.70);
    font-size: 13px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 575.98px) {
    .info-stat-grid[b-t62qlce141] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Protocol/DexFi/BondsLeaderboard.razor.rz.scp.css */
.bonds-leaderboard-wrapper[b-btywpuhcbm] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
}

/* ========== LEADERBOARD HEADER SECTION ========== */
.leaderboard-header-section[b-btywpuhcbm] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.leaderboard-header-section h3[b-btywpuhcbm] {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.01em;
}

/* ========== SEARCH CONTAINER ========== */
.search-container[b-btywpuhcbm] {
    position: relative;
    width: 100%;
}

.search-icon[b-btywpuhcbm] {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(245, 247, 255, 0.5);
    font-size: 16px;
    pointer-events: none;
    z-index: 2;
}

.search-container[b-btywpuhcbm]  .select-wrap {
    width: 100%;
}

.search-container[b-btywpuhcbm]  .select-wrap input {
    width: 100%;
    padding: 12px 40px 12px 44px;
    border-radius: 14px;
    border: 1px solid var(--border-soft);
    background: var(--glass);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: var(--text);
    font-weight: 500;
    font-size: 14px;
    transition: all 180ms ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.search-container[b-btywpuhcbm]  .select-wrap input::placeholder {
    color: rgba(245, 247, 255, 0.45);
}

.search-container[b-btywpuhcbm]  .select-wrap input:hover {
    background: var(--glass-hover);
    border-color: rgba(34, 211, 238, 0.3);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.search-container[b-btywpuhcbm]  .select-wrap input:focus {
    outline: none;
    background: var(--glass-strong);
    border-color: rgba(34, 211, 238, 0.5);
    box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.1), 0 12px 32px rgba(0, 0, 0, 0.35);
}

.search-container[b-btywpuhcbm]  .select-wrap .bi-x-lg {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(245, 247, 255, 0.5);
    font-size: 14px;
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
    transition: all 160ms ease;
    z-index: 2;
}

.search-container[b-btywpuhcbm]  .select-wrap .bi-x-lg:hover {
    color: rgba(245, 247, 255, 0.9);
    background: rgba(255, 255, 255, 0.1);
}

/* ========== CONTENT WRAPPER (TWO COLUMNS) ========== */
.leaderboard-content-wrapper[b-btywpuhcbm] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    flex: 1;
    min-height: 600px;
    height: calc(100vh - 280px);
}


/* ========== LEADERBOARD GRID ========== */
.leaderboard-container[b-btywpuhcbm] {
    border: 1px solid var(--border-soft);
    border-radius: 18px;
    background: var(--glass);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
    color: var(--text);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.leaderboard-container[b-btywpuhcbm]::before {
    content: "";
    position: absolute;
    inset: -1px;
    pointer-events: none;
    background: radial-gradient(900px 360px at 18% 0%, rgba(34, 211, 238, 0.14), transparent 60%), 
                radial-gradient(900px 360px at 82% 12%, rgba(124, 58, 237, 0.14), transparent 60%), 
                radial-gradient(800px 380px at 50% 100%, rgba(96, 165, 250, 0.10), transparent 60%);
    opacity: 0.9;
}

.leaderboard-grid[b-btywpuhcbm] {
    position: relative;
    z-index: 1;
}

/* ========== GRID HEADER ========== */
.grid-header[b-btywpuhcbm] {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 0;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: sticky;
    top: 0;
    z-index: 10;
}

.grid-col[b-btywpuhcbm] {
    font-size: 13px;
    font-weight: 600;
    color: rgba(245, 247, 255, 0.65);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.col-last-buy[b-btywpuhcbm] {
    display: none;
}

.col-avg-price[b-btywpuhcbm] {
    display: none;
    text-align: right;
}

.col-bonds[b-btywpuhcbm] {
    text-align: right;
}

/* ========== GRID BODY ========== */
.grid-body[b-btywpuhcbm] {
    flex: 1;
    overflow-y: auto;
    min-height: 500px;
    max-height: calc(100vh - 400px);
}

.grid-row-wrapper[b-btywpuhcbm] {
    display: contents;
}

.grid-row[b-btywpuhcbm] {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 0;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    cursor: pointer;
    transition: background-color 180ms ease, border-color 180ms ease;
    align-items: center;
}

.grid-row:hover[b-btywpuhcbm] {
    background-color: rgba(255, 255, 255, 0.04);
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.grid-row.my-wallet[b-btywpuhcbm] {
    background-color: rgba(173, 255, 47, 0.08);
}

.grid-row.my-wallet:hover[b-btywpuhcbm] {
    background-color: rgba(173, 255, 47, 0.12);
}

/* ========== GRID CELLS ========== */
.grid-cell[b-btywpuhcbm] {
    font-size: 14px;
    color: rgba(245, 247, 255, 0.92);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grid-cell.col-avg-price[b-btywpuhcbm],
.grid-cell.col-bonds[b-btywpuhcbm] {
    justify-content: flex-end;
}

.chevron[b-btywpuhcbm] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: rgba(34, 211, 238, 0.85);
    flex-shrink: 0;
}

.chevron i[b-btywpuhcbm] {
    font-size: 18px;
}

.rank[b-btywpuhcbm] {
    min-width: 40px;
    font-weight: 600;
    color: rgba(34, 211, 238, 0.85);
}

.date[b-btywpuhcbm] {
    font-size: 12px;
    color: rgba(245, 247, 255, 0.65);
}

.wallet-address[b-btywpuhcbm] {
    font-family: 'Monaco', 'Courier New', monospace;
    font-size: 13px;
    color: rgba(245, 247, 255, 0.8);
}

/* ========== EXPANDED ROW ========== */
.grid-row-expanded[b-btywpuhcbm] {
    grid-column: 1 / -1;
    padding: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.expanded-content[b-btywpuhcbm] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.transactions-header[b-btywpuhcbm] {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

.trans-col[b-btywpuhcbm] {
    font-size: 12px;
    font-weight: 600;
    color: rgba(245, 247, 255, 0.65);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.transaction-row[b-btywpuhcbm] {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    transition: background-color 160ms ease, border-color 160ms ease;
}

.transaction-row:hover[b-btywpuhcbm] {
    background-color: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
}

.hash-link[b-btywpuhcbm] {
    color: rgba(34, 211, 238, 0.85);
    text-decoration: none;
    font-family: 'Monaco', 'Courier New', monospace;
    font-size: 12px;
    transition: color 160ms ease;
    word-break: break-all;
}

.hash-link:hover[b-btywpuhcbm] {
    color: rgba(34, 211, 238, 1);
}

.type-badge[b-btywpuhcbm] {
    display: inline-block;
    padding: 4px 8px;
    background: rgba(173, 255, 47, 0.15);
    color: rgb(173, 255, 47);
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.col-hash[b-btywpuhcbm],
.col-nft[b-btywpuhcbm] {
    display: none;
}

/* ========== RESPONSIVE ========== */
@media (min-width: 768px) {
    .leaderboard-header-section[b-btywpuhcbm] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .search-container[b-btywpuhcbm] {
        width: 380px;
    }

    .leaderboard-content-wrapper[b-btywpuhcbm] {
        height: calc(100vh - 240px);
    }

    .grid-body[b-btywpuhcbm] {
        max-height: calc(100vh - 360px);
    }

    .col-last-buy[b-btywpuhcbm] {
        display: block;
    }

    .col-avg-price[b-btywpuhcbm] {
        display: block;
    }

    .grid-header[b-btywpuhcbm] {
        grid-template-columns: 1fr 1.5fr 1fr 0.8fr;
    }

    .grid-row[b-btywpuhcbm] {
        grid-template-columns: 1fr 1.5fr 1fr 0.8fr;
    }

    .transactions-header[b-btywpuhcbm],
    .transaction-row[b-btywpuhcbm] {
        grid-template-columns: 1.5fr 2fr 1fr 0.8fr 1fr;
    }

    .col-hash[b-btywpuhcbm],
    .col-nft[b-btywpuhcbm] {
        display: block;
    }
}

/* ========== STATS SIDEBAR ========== */
.bond-stats-sidebar[b-btywpuhcbm] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.stat-box[b-btywpuhcbm] {
    border: 1px solid var(--border-soft);
    border-radius: 16px;
    background: var(--glass);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    color: var(--text);
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.stat-box[b-btywpuhcbm]::before {
    content: "";
    position: absolute;
    inset: -1px;
    pointer-events: none;
    background: radial-gradient(600px 240px at 50% 0%, rgba(34, 211, 238, 0.12), transparent 70%), 
                radial-gradient(400px 200px at 50% 100%, rgba(124, 58, 237, 0.12), transparent 70%);
    opacity: 0.8;
}

.stat-box:hover[b-btywpuhcbm] {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.stat-box-highlight[b-btywpuhcbm] {
    border-color: rgba(173, 255, 47, 0.3);
}

.stat-box-highlight[b-btywpuhcbm]::before {
    background: radial-gradient(600px 240px at 50% 0%, rgba(173, 255, 47, 0.15), transparent 70%), 
                radial-gradient(400px 200px at 50% 100%, rgba(124, 58, 237, 0.12), transparent 70%);
}

.stat-label[b-btywpuhcbm] {
    font-size: 13px;
    font-weight: 600;
    color: rgba(245, 247, 255, 0.65);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    text-align: center;
}

.stat-value[b-btywpuhcbm] {
    font-size: 28px;
    font-weight: 700;
    color: rgba(245, 247, 255, 0.92);
    letter-spacing: -0.01em;
    display: flex;
    align-items: baseline;
    gap: 4px;
    position: relative;
    z-index: 1;
}

.stat-unit[b-btywpuhcbm] {
    font-size: 18px;
    opacity: 0.8;
}

.stat-highlight[b-btywpuhcbm] {
    color: rgb(173, 255, 47);
}

@media (min-width: 1200px) {
    .leaderboard-content-wrapper[b-btywpuhcbm] {
        grid-template-columns: 1fr 280px;
    }

    .bond-stats-sidebar[b-btywpuhcbm] {
        order: 2;
    }

    .leaderboard-container[b-btywpuhcbm] {
        order: 1;
    }
}
/* /Pages/Protocol/DexFi/DexFi.razor.rz.scp.css */
body[b-u2gpf5cioy] {
}
