body.band-area {
    background: #f6f7f9;
    color: #222;
}

body.band-area .navbar {
    background: #111 !important;
    border-bottom: 1px solid #222;
}

body.band-area .navbar-brand,
body.band-area .navbar .nav-link,
body.band-area .navbar .navbar-text {
    color: #fff !important;
}

body.band-area .navbar .nav-link:hover,
body.band-area .navbar .nav-link:focus {
    color: #d6d6d6 !important;
}

body.band-area main {
    background: transparent;
    color: #222;
}

body.band-area .card {
    background: #fff;
    color: #222;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.04);
}

body.band-area .card-body {
    padding: 1.4rem;
}

body.band-area .table {
    background: #fff;
    color: #222;
    margin-bottom: 0;
}

body.band-area .table thead th {
    background: #fafafa;
    color: #666;
    border-bottom: 2px solid #ddd;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.band-area .table tbody tr:hover {
    background: #f8f9fa;
}

body.band-area .band-page-title {
    font-weight: 700;
    color: #111;
}

body.band-area .band-subtitle {
    color: #666;
}

body.band-area .band-song-title {
    font-weight: 600;
    color: #111;
}

body.band-area .band-song-meta {
    font-size: 0.85rem;
    color: #777;
}

body.band-area .band-score {
    font-weight: 600;
}

body.band-area .band-score-high {
    color: #1f8a2c;
}

body.band-area .band-score-mid {
    color: #b77900;
}

body.band-area .band-score-low {
    color: #b42318;
}

body.band-area .btn-dark {
    background: #111;
    border-color: #111;
}

body.band-area .btn-dark:hover,
body.band-area .btn-dark:focus {
    background: #222;
    border-color: #222;
}

body.band-area .form-control,
body.band-area .form-select {
    border-radius: 8px;
}

body.band-area textarea.form-control {
    resize: vertical;
}

.drag-handle {
    width: 24px;
    text-align: center;
    color: #777;
    user-select: none;
}

.drag-handle:hover {
    color: #111;
}

/* Tempo badges */

.band-tempo-badge {
    display: inline-block;
    min-width: 56px;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.band-tempo-slow {
    background: #dbeafe;
    color: #1d4ed8;
}

.band-tempo-mid {
    background: #dcfce7;
    color: #15803d;
}

.band-tempo-fast {
    background: #fef3c7;
    color: #b45309;
}

.band-tempo-high {
    background: #fee2e2;
    color: #b91c1c;
}

.band-tempo-unknown {
    background: #e5e7eb;
    color: #4b5563;
}

/* Energy curve */

.band-energy-card {
    overflow: hidden;
}

.band-energy-wrap {
    padding: 1rem 1.25rem 1.25rem;
}

.band-energy-svg {
    width: 100%;
    height: 240px;
    display: block;
    background: linear-gradient(to top, #fafafa 0%, #ffffff 100%);
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.band-energy-axis,
.band-energy-grid {
    stroke: #d1d5db;
    stroke-width: 1;
}

.band-energy-line {
    fill: none;
    stroke: #111827;
    stroke-width: 3;
}

.band-energy-point {
    fill: #111827;
}

.band-energy-label {
    font-size: 12px;
    fill: #6b7280;
}

.band-energy-title {
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.band-energy-subtitle {
    color: #6b7280;
    font-size: 0.92rem;
    margin-bottom: 0;
}

.band-song-title a {
    color: inherit;
}

.band-song-title a:hover,
.band-song-title a:focus {
    text-decoration: underline !important;
}