/* Freezone Admin Dashboard */
:root {
    --accent-blue: #0d6efd;
    --accent-green: #198754;
    --accent-red: #dc3545;
    --accent-yellow: #ffc107;
}
body { font-size: 0.9rem; }
.stat-card { border-radius: 12px; transition: transform 0.2s; }
.stat-card:hover { transform: translateY(-2px); }
.stat-value { font-size: 2rem; font-weight: 700; }
.stat-label { font-size: 0.8rem; text-transform: uppercase; color: #6c757d; }
.data-table { font-size: 0.85rem; }
.data-table th { font-size: 0.75rem; text-transform: uppercase; color: #6c757d; white-space: nowrap; }
.data-table td { vertical-align: middle; }
.search-bar { max-width: 300px; }
.badge-status { font-size: 0.75rem; }
.tab-content > .tab-pane { display: none; }
.tab-content > .tab-pane.active { display: block; }
.detail-modal { max-width: 700px; }
.json-view { font-family: monospace; font-size: 0.8rem; background: #f8f9fa; border-radius: 8px; padding: 1rem; max-height: 400px; overflow: auto; }
[data-bs-theme="dark"] .json-view { background: #1e1e1e; color: #d4d4d4; }
.toast-container { position: fixed; bottom: 1rem; right: 1rem; z-index: 9999; }
.clickable-row { cursor: pointer; }
.clickable-row:hover { background: rgba(13,110,253,0.05); }
