/**
 * Legal Manager — Client Portal styles.
 * All classes scoped with .lm-client* prefix.
 */

/* =================================================================
   Layout
   ================================================================= */
.lm-client {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem 0;
}

.lm-client-header {
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e9ecef;
}

/* =================================================================
   Empty State
   ================================================================= */
.lm-client-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: #8c98a4;
}

.lm-client-empty-icon {
    font-size: 3rem;
    margin-bottom: 0.75rem;
    opacity: 0.4;
}

.lm-client-empty p {
    font-size: 1rem;
}

/* =================================================================
   Tables
   ================================================================= */
.lm-client-table {
    font-size: 0.9rem;
}

.lm-client-table thead th {
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6c757d;
    border-bottom-width: 2px;
}

/* =================================================================
   Back Link
   ================================================================= */
.lm-client-back {
    color: #6c757d;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.lm-client-back:hover {
    color: #0d6efd;
    text-decoration: none;
}

/* =================================================================
   Case / Contract Header
   ================================================================= */
.lm-client-case-header {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.25rem;
    border: 1px solid #e9ecef;
}

/* =================================================================
   Info Card
   ================================================================= */
.lm-client-info-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 1rem;
}

.lm-client-info-title {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e9ecef;
}

.lm-client-info-table {
    margin: 0;
}

.lm-client-info-table td {
    padding: 0.4rem 0.5rem;
    border: none;
    font-size: 0.88rem;
}

.lm-client-info-label {
    font-weight: 600;
    color: #6c757d;
    width: 40%;
    white-space: nowrap;
}

/* =================================================================
   Upload Form
   ================================================================= */
.lm-client-upload-form {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.lm-client-upload-form .form-group {
    margin-bottom: 0.75rem;
}

.lm-client-upload-form label {
    font-size: 0.82rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

/* =================================================================
   Hearings List (Dispute detail — client portal)
   ================================================================= */
.lm-client-hearings-list {
    margin-top: 0.5rem;
}

.lm-client-hearing-item {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.lm-client-hearing-item:last-child {
    border-bottom: none;
}

.lm-client-hearing-date {
    font-weight: 600;
    font-size: 0.88rem;
    color: #495057;
    margin-bottom: 0.25rem;
}

.lm-client-hearing-meta {
    font-size: 0.82rem;
    color: #6c757d;
}

.lm-client-hearing-type {
    font-weight: 600;
    color: #667eea;
}

.lm-client-hearing-outcome {
    font-size: 0.82rem;
    background: #f8f9fa;
    border-radius: 4px;
    padding: 0.35rem 0.5rem;
}
