.pmc-page {
    padding: 1rem;
    padding-bottom: 6rem;
}

.pmc-header {
    margin-bottom: 1.25rem;
}

.pmc-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #1f2937;
}

.pmc-subtitle {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.4;
    margin: 0;
}

.pmc-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.pmc-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 1.25rem;
}

.pmc-field {
    margin-bottom: 1rem;
}

.pmc-field:last-child {
    margin-bottom: 0;
}

.pmc-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.pmc-vehiculo {
    font-size: 0.95rem;
    color: #1f2937;
    font-weight: 500;
    background: #f3f4f6;
    padding: 0.75rem;
    border-radius: 0.6rem;
}

.pmc-input {
    width: 100%;
    padding: 0.7rem 0.9rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.6rem;
    background: #f9fafb;
    font-size: 0.95rem;
    color: #1f2937;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.pmc-input:focus {
    border-color: #dc2626;
    background: #ffffff;
}

.pmc-input::placeholder {
    color: #9ca3af;
}

.pmc-textarea {
    min-height: 5rem;
    resize: vertical;
}

.pmc-hint {
    display: block;
    font-size: 0.8rem;
    color: #9ca3af;
    margin-top: 0.35rem;
}

.pmc-error {
    display: block;
    font-size: 0.8rem;
    color: #dc2626;
    margin-top: 0.35rem;
}

.pmc-error-global {
    background: #fee2e2;
    color: #991b1b;
    padding: 0.75rem 1rem;
    border-radius: 0.6rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.pmc-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.pmc-btn-cancel {
    background: #ffffff;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-radius: 0.6rem;
    padding: 0.65rem 1.1rem;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
}

.pmc-btn-cancel:hover {
    background: #f3f4f6;
}

.pmc-btn-save {
    background: #dc2626;
    color: #ffffff;
    border: none;
    border-radius: 0.6rem;
    padding: 0.65rem 1.1rem;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
}

.pmc-btn-save:hover {
    background: #b91c1c;
}

.pmc-btn-save:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
