.tv-dashboard {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.tv-dashboard-actions {
    margin: 20px 0;
}

.tv-evaluations-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.tv-evaluations-table th,
.tv-evaluations-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.tv-evaluations-table th {
    background: #f5f5f5;
    font-weight: 600;
}

.tv-status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.tv-status-public {
    background: #d4edda;
    color: #155724;
}

.tv-status-private {
    background: #fff3cd;
    color: #856404;
}

.tv-eval-form {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.tv-metric-category {
    margin-bottom: 40px;
}

.tv-metric-category h3 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px 20px;
    margin: 0 0 20px 0;
    border-radius: 4px;
}

.tv-metric-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.tv-metric-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #333;
}

.tv-metric-field .tv-unit {
    color: #666;
    font-weight: 400;
    font-size: 14px;
}

.tv-metric-field input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.tv-form-actions {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #ddd;
}

.tv-form-actions .button {
    padding: 12px 30px;
    font-size: 16px;
}
