.db-page { padding: 1.25rem 0 3rem; }

.db-page-head {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 1.5rem;
}

.db-page-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.3px;
}

.db-page-sub {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.4);
    margin-top: 0.15rem;
    line-height: 1.5;
}

.db-page-sub a { color: #5b9cf6; text-decoration: none; }
.db-page-sub a:hover { text-decoration: underline; }

.db-block {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.db-block-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1.15rem;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    gap: 0.75rem;
    flex-wrap: wrap;
}

.db-block-head-l {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.db-block-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: rgba(255,255,255,0.92);
}

.db-block-count {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.3);
    font-weight: 400;
}

.db-tag {
    font-size: 0.6rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 3px;
    letter-spacing: 0.2px;
}

.db-tag-info { color: #5b9cf6; background: rgba(91,156,246,0.1); border: 1px solid rgba(91,156,246,0.18); }
.db-tag-warn { color: #fbbf24; background: rgba(251,191,36,0.08); border: 1px solid rgba(251,191,36,0.15); }
.db-tag-new { color: #a855f7; background: rgba(168,85,247,0.1); border: 1px solid rgba(168,85,247,0.18); }

.db-block-head-r {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.db-btn {
    font-size: 0.76rem;
    font-weight: 500;
    font-family: 'Inter',sans-serif;
    padding: 0.35rem 0.9rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.12s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid rgba(255,255,255,0.15);
    background: transparent;
    color: rgba(255,255,255,0.7);
    white-space: nowrap;
}

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

.db-btn-fill {
    background: #5b9cf6;
    border-color: #5b9cf6;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

.db-btn-fill:hover { background: #4a8be5; border-color: #4a8be5; }

.db-block-body { padding: 1.15rem; }

.db-block-desc {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.38);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.db-block-desc a { color: #5b9cf6; text-decoration: none; }
.db-block-desc a:hover { text-decoration: underline; }

.db-hint {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.7rem 0.9rem;
    border-left: 3px solid rgba(91,156,246,0.5);
    background: rgba(91,156,246,0.04);
    margin-bottom: 1rem;
    border-radius: 0 4px 4px 0;
}

.db-hint i { color: #5b9cf6; font-size: 0.8rem; margin-top: 0.1rem; flex-shrink: 0; }

.db-hint-text {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.55;
}

.db-hint-text a { color: #5b9cf6; text-decoration: none; }
.db-hint-text a:hover { text-decoration: underline; }

.db-kv {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.db-kv-cell {
    padding: 1rem 1.15rem;
    border-right: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.db-kv-cell:nth-child(3n) { border-right: none; }

.db-kv-k {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.35);
    margin-bottom: 0.35rem;
    font-weight: 500;
}

.db-kv-v {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.3px;
    line-height: 1.15;
}

.db-kv-v.green { color: #4ade80; }

.db-kv-v small {
    font-size: 0.65rem;
    font-weight: 400;
    color: rgba(255,255,255,0.25);
    margin-left: 0.2rem;
}

.db-kv-extra {
    font-size: 0.68rem;
    color: rgba(255,255,255,0.2);
    margin-top: 0.25rem;
}

.db-api-strip {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 4px;
    overflow: hidden;
}

.db-api-lbl {
    padding: 0.65rem 1rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.06);
    white-space: nowrap;
    background: rgba(255,255,255,0.015);
}

.db-api-val {
    flex: 1;
    padding: 0.65rem 1rem;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.5);
    font-family: 'SF Mono','Fira Code','Consolas',monospace;
    font-size: 0.78rem;
    outline: none;
    width: 100%;
}

.db-api-btns {
    display: flex;
    border-left: 1px solid rgba(255,255,255,0.06);
}

.db-api-b {
    padding: 0.65rem 0.9rem;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.3);
    cursor: pointer;
    transition: all 0.12s;
    font-size: 0.82rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.db-api-b + .db-api-b { border-left: 1px solid rgba(255,255,255,0.04); }
.db-api-b:hover { color: #fff; background: rgba(255,255,255,0.04); }

.db-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.db-2col > .db-block { margin-bottom: 0; }

.db-main-side {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.db-main-side > div > .db-block:last-child { margin-bottom: 0; }

.db-chart-box {
    position: relative;
    width: 100%;
    height: 200px;
}

.db-chart-box canvas { width: 100% !important; height: 100% !important; }

.db-table-wrap { overflow-x: auto; }

.db-tbl {
    width: 100%;
    border-collapse: collapse;
}

.db-tbl th {
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255,255,255,0.35);
    text-align: left;
    padding: 0.6rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    white-space: nowrap;
    letter-spacing: 0.2px;
}

.db-tbl th i { font-size: 0.5rem; margin-left: 0.25rem; opacity: 0.4; }

.db-tbl td {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.55);
    padding: 0.6rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    white-space: nowrap;
}

.db-tbl tr:last-child td { border-bottom: none; }
.db-tbl tr:hover td { background: rgba(255,255,255,0.015); }

.db-tbl-mono { font-family: 'SF Mono','Fira Code','Consolas',monospace; font-size: 0.72rem; color: rgba(255,255,255,0.4); }
.db-tbl-num { font-variant-numeric: tabular-nums; font-weight: 600; color: rgba(255,255,255,0.75); }
.db-tbl-link { color: #5b9cf6; text-decoration: none; font-weight: 500; }
.db-tbl-link:hover { text-decoration: underline; }

.db-tbl-empty {
    text-align: center;
    padding: 2.5rem 1rem;
    color: rgba(255,255,255,0.18);
    font-size: 0.82rem;
}

.db-tbl-empty i { display: block; font-size: 1.4rem; margin-bottom: 0.5rem; opacity: 0.3; }

.db-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.db-dot-ok { background: #4ade80; }
.db-dot-err { background: #f87171; }
.db-dot-warn { background: #fbbf24; }
.db-dot-info { background: #5b9cf6; }

.db-row-pair {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.db-row-pair:last-child { border-bottom: none; }

.db-row-pair-k {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.4);
}

.db-row-pair-v {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    font-variant-numeric: tabular-nums;
}

.db-usage-bar {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.db-usage-bar:last-child { border-bottom: none; }

.db-usage-bar-color {
    width: 4px;
    height: 28px;
    border-radius: 2px;
    flex-shrink: 0;
}

.db-usage-bar-info { flex: 1; min-width: 0; }

.db-usage-bar-name {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.6);
    font-weight: 500;
}

.db-usage-bar-track {
    height: 4px;
    background: rgba(255,255,255,0.04);
    border-radius: 2px;
    margin-top: 0.35rem;
    overflow: hidden;
}

.db-usage-bar-fill {
    height: 100%;
    border-radius: 2px;
    transition: width 0.8s ease;
}

.db-usage-bar-val {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    width: 45px;
    text-align: right;
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
}

.db-link-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.85rem 1.15rem;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    transition: background 0.1s;
}

.db-link-item:last-child { border-bottom: none; }
.db-link-item:hover { background: rgba(255,255,255,0.02); }

.db-link-item-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5b9cf6;
    font-size: 0.85rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.db-link-item-body { flex: 1; min-width: 0; }

.db-link-item-title {
    font-size: 0.82rem;
    font-weight: 500;
    color: #5b9cf6;
}

.db-link-item:hover .db-link-item-title { text-decoration: underline; }

.db-link-item-desc {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.3);
    margin-top: 0.15rem;
    line-height: 1.45;
}

.db-collapse-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.15rem;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: background 0.1s;
}

.db-collapse-head:hover { background: rgba(255,255,255,0.015); }

.db-collapse-arrow {
    font-size: 0.55rem;
    color: rgba(255,255,255,0.3);
    transition: transform 0.15s;
    width: 12px;
    text-align: center;
}

.db-collapse-head.open .db-collapse-arrow { transform: rotate(90deg); }

.db-collapse-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
}

.db-collapse-extra {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.3);
    margin-left: 0.25rem;
}

.db-collapse-body {
    display: none;
    padding: 1rem 1.15rem;
}

.db-collapse-body.open { display: block; }

.db-notice-strip {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-left: 3px solid rgba(251,191,36,0.5);
    background: rgba(251,191,36,0.03);
    border-radius: 0 4px 4px 0;
    margin-bottom: 1.5rem;
}

.db-notice-strip i { color: #fbbf24; font-size: 0.82rem; margin-top: 0.1rem; flex-shrink: 0; }

.db-notice-strip-body { flex: 1; }

.db-notice-strip-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.db-notice-strip-text {
    font-size: 0.76rem;
    color: rgba(255,255,255,0.35);
    line-height: 1.5;
    margin-bottom: 0.4rem;
}

.db-notice-strip-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.db-notice-strip-tag {
    font-family: 'SF Mono','Fira Code','Consolas',monospace;
    font-size: 0.58rem;
    font-weight: 600;
    padding: 0.15rem 0.45rem;
    border-radius: 2px;
    background: rgba(251,191,36,0.06);
    border: 1px solid rgba(251,191,36,0.1);
    color: #fcd34d;
}

.db-promo-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1.15rem;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    margin-bottom: 1rem;
    text-decoration: none;
    transition: border-color 0.12s;
}

.db-promo-strip:hover { border-color: rgba(255,255,255,0.12); }

.db-promo-strip-l {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.db-promo-strip-icon { font-size: 0.95rem; flex-shrink: 0; }

.db-promo-strip-text {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.45);
}

.db-promo-strip-text strong { color: rgba(255,255,255,0.75); font-weight: 600; }

.db-promo-strip-btn {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.3rem 0.75rem;
    border-radius: 4px;
    white-space: nowrap;
}

.db-promo-discord .db-promo-strip-icon { color: #5865f2; }
.db-promo-discord .db-promo-strip-btn { color: #5865f2; border: 1px solid rgba(88,101,242,0.25); }
.db-promo-referral .db-promo-strip-icon { color: #a855f7; }
.db-promo-referral .db-promo-strip-btn { color: #a855f7; border: 1px solid rgba(168,85,247,0.25); }

.db-bbre-flow {
    height: 3px;
    background: rgba(255,255,255,0.03);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.75rem;
}

.db-bbre-flow-inner {
    position: absolute;
    top: 0; left: -30%; width: 30%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(74,222,128,0.5), transparent);
    animation: dbFlow 2.5s linear infinite;
}

@keyframes dbFlow { 0% { left: -30%; } 100% { left: 130%; } }

@media (max-width: 1100px) {
    .db-2col { grid-template-columns: 1fr; }
    .db-main-side { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .db-kv { grid-template-columns: 1fr 1fr; }
    .db-kv-cell { border-right: 1px solid rgba(255,255,255,0.06); }
    .db-kv-cell:nth-child(2n) { border-right: none; }
    .db-kv-cell:nth-child(3n) { border-right: 1px solid rgba(255,255,255,0.06); }
    .db-kv-cell:last-child { border-right: none; }
    .db-api-strip { flex-direction: column; }
    .db-api-lbl { width: 100%; text-align: center; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
    .db-api-btns { width: 100%; border-left: none; border-top: 1px solid rgba(255,255,255,0.06); justify-content: center; }
    .db-api-val { text-align: center; }
    .db-promo-strip { flex-direction: column; gap: 0.6rem; text-align: center; }
    .db-promo-strip-l { flex-direction: column; gap: 0.3rem; }
    .db-page-head { padding-left: 10px; padding-right: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    .db-bbre-flow-inner { animation: none !important; }
    .db-live-indicator.is-live { animation: none !important; }
}

.db-row-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.db-section {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.db-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1.15rem;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    gap: 0.75rem;
    flex-wrap: wrap;
}

.db-section-head-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.db-section-head-right {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.db-section-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: rgba(255,255,255,0.92);
}

.db-section-count {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.3);
    font-weight: 400;
}

.db-section-body {
    padding: 1.15rem;
}

.db-section-desc {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.35);
    line-height: 1.55;
    margin-bottom: 0.75rem;
}

.db-badge-info {
    font-size: 0.6rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 3px;
    letter-spacing: 0.2px;
    color: #5b9cf6;
    background: rgba(91,156,246,0.1);
    border: 1px solid rgba(91,156,246,0.18);
}

.db-chart-wrap {
    position: relative;
    width: 100%;
    height: 200px;
}

.db-chart-wrap canvas {
    width: 100% !important;
    height: 100% !important;
}

.db-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.db-summary-row:last-child {
    border-bottom: none;
}

.db-summary-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.4);
}

.db-summary-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.db-summary-value {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    font-variant-numeric: tabular-nums;
}

.db-summary-value.is-live {
    color: #4ade80;
}

.db-live-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(248,113,113,0.85);
    flex-shrink: 0;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.db-live-indicator.is-live {
    background: #4ade80;
    box-shadow: 0 0 0 2px rgba(74,222,128,0.2);
    animation: dbLivePulse 0.8s ease-in-out infinite;
}

.db-live-text {
    font-size: 0.66rem;
    font-weight: 600;
    color: rgba(255,255,255,0.32);
    text-transform: uppercase;
    letter-spacing: 0.35px;
}

.db-live-text.is-live {
    color: #4ade80;
}

@keyframes dbLivePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(74,222,128,0.75);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(74,222,128,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(74,222,128,0);
    }
}

.db-progress-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.db-progress-row:last-child {
    border-bottom: none;
}

.db-progress-label {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.5);
    min-width: 170px;
    max-width: 170px;
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.db-progress-track {
    flex: 1;
    min-width: 0;
    height: 6px;
    background: rgba(255,255,255,0.04);
    border-radius: 3px;
    overflow: hidden;
}

.db-progress-fill {
    height: 100%;
    border-radius: 3px;
    transition: width 0.6s ease;
}

.db-progress-val {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
    min-width: 90px;
    text-align: right;
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
    white-space: nowrap;
}

.db-info-block {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.7rem 0.9rem;
    background: rgba(91,156,246,0.04);
    border: 1px solid rgba(91,156,246,0.1);
    border-radius: 6px;
    margin-bottom: 1rem;
}

.db-info-block-icon {
    color: #5b9cf6;
    font-size: 0.8rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.db-info-block-text {
    font-size: 0.76rem;
    color: rgba(255,255,255,0.4);
    line-height: 1.5;
}

.db-notice {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(251,191,36,0.15);
    border-left: 3px solid rgba(251,191,36,0.5);
    background: rgba(251,191,36,0.03);
    border-radius: 0 8px 8px 0;
    margin-bottom: 1.5rem;
}

.db-notice.warning {
    border-color: rgba(251,191,36,0.15);
    border-left-color: rgba(251,191,36,0.5);
    background: rgba(251,191,36,0.03);
}

.db-notice-icon {
    color: #fbbf24;
    font-size: 0.9rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.db-notice-content {
    flex: 1;
    min-width: 0;
}

.db-notice-title {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.db-notice-badge {
    font-size: 0.58rem;
    font-weight: 700;
    padding: 0.12rem 0.45rem;
    border-radius: 3px;
    background: rgba(251,191,36,0.12);
    border: 1px solid rgba(251,191,36,0.2);
    color: #fcd34d;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.db-notice-text {
    font-size: 0.76rem;
    color: rgba(255,255,255,0.35);
    line-height: 1.55;
    margin-bottom: 0.6rem;
}

.db-notice-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.db-notice-tag {
    font-family: 'SF Mono','Fira Code','Consolas',monospace;
    font-size: 0.6rem;
    font-weight: 600;
    padding: 0.18rem 0.5rem;
    border-radius: 3px;
    background: rgba(251,191,36,0.06);
    border: 1px solid rgba(251,191,36,0.12);
    color: #fcd34d;
}

.db-table {
    width: 100%;
    border-collapse: collapse;
}

.db-table thead th {
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255,255,255,0.35);
    text-align: left;
    padding: 0.65rem 1.15rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    white-space: nowrap;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.db-sort-icon {
    font-size: 0.5rem;
    margin-left: 0.25rem;
    opacity: 0.35;
    cursor: pointer;
}

.db-sort-icon:hover {
    opacity: 0.7;
}

.db-table tbody td {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.55);
    padding: 0.6rem 1.15rem;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    white-space: nowrap;
}

.db-table tbody tr:last-child td {
    border-bottom: none;
}

.db-table tbody tr:hover td {
    background: rgba(255,255,255,0.015);
}

.db-table-mono {
    font-family: 'SF Mono','Fira Code','Consolas',monospace;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.4);
}

.db-table-num {
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
}

.db-table-empty {
    text-align: center;
    padding: 2.5rem 1.15rem;
    color: rgba(255,255,255,0.18);
    font-size: 0.82rem;
}

.db-table-empty i {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
    opacity: 0.25;
}

.db-activity-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.db-activity-dot.success {
    background: #4ade80;
    box-shadow: 0 0 6px rgba(74,222,128,0.3);
}

.db-activity-dot.error {
    background: #f87171;
    box-shadow: 0 0 6px rgba(248,113,113,0.3);
}

.db-activity-dot.pending {
    background: #fbbf24;
    box-shadow: 0 0 6px rgba(251,191,36,0.3);
}

.db-row-main {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.db-link-row {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.8rem 1.15rem;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    transition: background 0.1s;
    cursor: pointer;
}

.db-link-row:last-child {
    border-bottom: none;
}

.db-link-row:hover {
    background: rgba(255,255,255,0.02);
}

.db-link-row-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(91,156,246,0.08);
    color: #5b9cf6;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.db-link-row-label {
    font-size: 0.82rem;
    font-weight: 500;
    color: #5b9cf6;
}

.db-link-row:hover .db-link-row-label {
    text-decoration: underline;
}

.db-link-row-desc {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.3);
    margin-top: 0.1rem;
    line-height: 1.45;
}

.db-link-row-arrow {
    margin-left: auto;
    font-size: 0.6rem;
    color: rgba(255,255,255,0.15);
    flex-shrink: 0;
}

.db-link-row:hover .db-link-row-arrow {
    color: rgba(255,255,255,0.35);
}

.db-promo-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.25rem;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    margin-bottom: 1rem;
    text-decoration: none;
    transition: border-color 0.12s, background 0.12s;
}

.db-promo-bar:hover {
    border-color: rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.01);
}

.db-promo-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.db-promo-icon {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.db-promo-text {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.45);
}

.db-promo-text strong {
    color: rgba(255,255,255,0.8);
    font-weight: 600;
}

.db-promo-action {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 4px;
    white-space: nowrap;
    flex-shrink: 0;
}

.db-promo-discord .db-promo-icon {
    color: #5865f2;
}

.db-promo-discord .db-promo-action {
    color: #5865f2;
    border: 1px solid rgba(88,101,242,0.25);
}

.db-promo-discord:hover .db-promo-action {
    background: rgba(88,101,242,0.08);
}

.db-promo-referral .db-promo-icon {
    color: #a855f7;
}

.db-promo-referral .db-promo-action {
    color: #a855f7;
    border: 1px solid rgba(168,85,247,0.25);
}

.db-promo-referral:hover .db-promo-action {
    background: rgba(168,85,247,0.08);
}

@media (max-width: 1100px) {
    .db-row-2col { grid-template-columns: 1fr; }
    .db-row-main { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .db-progress-label { width: 85px; font-size: 0.72rem; }
    .db-notice { flex-direction: column; gap: 0.5rem; }
    .db-promo-bar { flex-direction: column; gap: 0.6rem; text-align: center; }
    .db-promo-left { flex-direction: column; gap: 0.3rem; }
    .db-link-row { padding: 0.7rem 0.9rem; }
    .db-row-main { grid-template-columns: 1fr; }
}
