.btv-widget,
.btv-stats-default {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
.btv-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.btv-section {
    margin-bottom: 12px;
}
.btv-section:last-of-type {
    margin-bottom: 0;
}
.btv-section-label,
.btv-stats-section-label {
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
}
.btv-row,
.btv-stats-row {
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
    color: #555;
}
.btv-row span:last-child,
.btv-stats-row span:last-child {
    font-weight: 600;
    color: #333;
    font-family: "SF Mono", Monaco, Consolas, monospace;
}
.btv-update {
    font-size: 11px;
    color: #aaa;
    text-align: right;
    margin-top: 12px;
    padding-top: 8px;
    border-top: 1px solid #eee;
}

.btv-card-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.btv-card-item {
    background: linear-gradient(135deg, #3e9269, #5cc898);
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    color: #fff;
}
.btv-card-num {
    font-size: 24px;
    font-weight: 700;
    font-family: "SF Mono", Monaco, Consolas, monospace;
}
.btv-card-label {
    font-size: 12px;
    opacity: 0.9;
    margin-top: 4px;
}

.btv-inline {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 13px;
    color: #666;
}
.btv-inline-item {
    margin-right: 16px;
}
.btv-inline-item strong,
.btv-inline strong {
    color: #2271b1;
    font-family: "SF Mono", Monaco, Consolas, monospace;
}

.btv-mini {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 1.8;
}

.btv-dark {
    background: #1e1e1e;
    border-radius: 8px;
    padding: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #e0e0e0;
}
.btv-dark-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}
.btv-dark-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 4px 0;
    border-bottom: 1px solid #333;
}
.btv-dark-row:last-child {
    border-bottom: none;
}
.btv-dark-row span:last-child {
    color: #81d4fa;
    font-family: "SF Mono", Monaco, Consolas, monospace;
}

.btv-big {
    background: linear-gradient(135deg, #11998e, #38ef7d);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.btv-big-label {
    font-size: 14px;
    opacity: 0.9;
}
.btv-big-num {
    font-size: 48px;
    font-weight: 700;
    font-family: "SF Mono", Monaco, Consolas, monospace;
    margin: 8px 0;
}
.btv-big-sub {
    font-size: 13px;
    opacity: 0.85;
}

.btv-stats-period {
    margin-bottom: 10px;
}

.btv-dash {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.btv-dash-section {
    margin-bottom: 10px;
}
.btv-dash-label {
    font-size: 11px;
    color: #888;
    margin-bottom: 2px;
}
.btv-dash-row {
    display: flex;
    justify-content: space-between;
    padding: 1px 0;
    font-size: 13px;
}
.btv-dash-row span:last-child {
    font-weight: 600;
    color: #1d2327;
    font-family: Monaco, Consolas, monospace;
}
.btv-dash-footer {
    font-size: 10px;
    color: #aaa;
    text-align: right;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #eee;
}
