body {
    background: #f6f7f9;
    color: #111827;
    font-family: Tahoma, Arial, sans-serif;
}
.fw-black { font-weight: 900; }
.card {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .07);
}
.btn, .form-control, .form-select {
    border-radius: 12px;
}
.table > :not(caption) > * > * {
    vertical-align: middle;
}
.stat-card {
    min-height: 120px;
}
.muted {
    color: #6b7280;
}
.badge-soft {
    background: #ecfdf5;
    color: #047857;
}
.login-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #064e3b, #111827);
}
.login-card {
    width: min(94vw, 430px);
}
.section-title {
    border-bottom: 1px solid #eef2f7;
    padding-bottom: 12px;
    margin-bottom: 18px;
    font-weight: 900;
}
.session-row,
.equipment-row,
.shot-row {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 16px;
    margin-bottom: 12px;
}
@media print {
    .no-print { display: none !important; }
    body { background: #fff; }
    .card { box-shadow: none; border: 1px solid #ddd; }
}

